﻿/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');
html{overflow-x: hidden;}
html,body{font-family: 'Almarai','Heebo', sans-serif; font-weight: 400; color:#000;     }
::-webkit-scrollbar {
  width: 8px; border-radius: 4px; height: 8px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #dee2e6; border-radius: 4px;
}
 
::-webkit-scrollbar-thumb {
  background-color: #2fb2e7; border-radius: 4px;
}

.sidebar-links::-webkit-scrollbar {
  width: 8px;  border-radius: 4px;
}

.sidebar-links::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #dee2e6; border-radius: 4px;
}

.sidebar-links::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.03);    border-bottom: 1px solid rgba(0,0,0,.125); border-radius: 4px;
}

.max-h-250{max-height:250px; overflow-y: auto;}

.logo{position: relative;}
.logo img{max-width:263px;transition: all 0.3s ease-in-out;}

a{color:#999;}
a:hover{color:#2fb2e7;}
a.text-white{text-decoration:none;}
button:focus{outline:0px;}

header a.nav-link{color:#000;}

.btn-link{color:#2fb2e7;}
.btn-link:hover{color:#865F12;}

.btn-40{width: 40px; height: 40px; line-height: 40px;overflow: hidden; display: inline-block}

.border{border-color:#979797;}
.border-weight-2{border-width:2px!important;}
.border-light{border-color:rgba(0,0,0,.125)!important;}
.border-weight-4{border-width:4px!important;}

.border-secondary{border-color: #ffcd05!important;}
.border-black{border-color: #000!important;}

.border-primary{border-color: #2fb2e7!important;}

.border-md-right{    border-left-width: 1px!important;    border-left-style: solid!important;}

@media only screen and (max-width:768px) {
	.border-md-right{    border-left-width: 0px!important;    border-left-style: solid!important;}
}

.form-control-white {
    color: #ffffff;
    border: 1px solid #ffffff;
	
}
.form-control-white:focus {
    color: #ffcd05!important;
    border-color: #ffcd05!important;
}

.form-control-white::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.form-control-white:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.form-control-white::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.form-control-black {
    color: #000;
    border: 1px solid #000;
	
}
.form-control-black:focus {
    color: #232323;
    border-color: #232323!important;
}

.form-control-black::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-control-black:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form-control-black::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.height-5{height:5px; background-color: rgba(0,0,0,.1)}
.w-sm-auto{width:auto!important;}
.right-auto{right:auto;}

.sticky-top{z-index:1040;}

.text-black,.text-black a{color:#000;}
.text-black:hover{color:#373737;}

.text-primary, a:hover.text-primary{color:#2fb2e7!important;}
.text-secondary{color:#ffcd05!important;}
.text-secondary a{color:#70675f!important;}

.bg-black{background-color:rgba(0,0,0,1)!important; color:#fff;}
.bg-black-50{background-color:rgba(0,0,0,0.5)!important; color:#fff;}
.bg-white-80{background-color:rgba(255,255,255,0.8)!important}
.bg-white-50{background-color:rgba(255,255,255,0.5)!important}

.img-fluid-h{height: 100%!important; width: auto!important;}

.cursor-pointer{cursor: pointer;}

.font-size-14{font-size:14px;}
.font-size-18{font-size:18px;}
.font-size-22{font-size:22px;}
.font-size-36{font-size:36px;}

.item .btn-cart .edit-text{display:none;}
.item .btn-cart .add-text{display:inline-block;}

.item.selected, .item-hover:hover{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.item-hover:hover{cursor: pointer;}
.item.selected .item-icon{position: absolute; top:7px; left: 7px; display: block!important; padding:0px;width: 32px; height: 32px; line-height: 32px;}
.item.selected .btn-cart{background-color: #2fb2e7; color: #ffffff}
.item.selected .btn-cart .edit-text{display:inline-block;}
.item.selected .btn-cart .add-text{display:none;}

.item.stock-no .btn-cart{opacity:0;}
.item.stock-no {opacity:0.5; pointer-events: none;}
.item.stock-no .corner-ribbon{display:block!important;}

.item-hor {width: 100%;}
.item-hor .book img{width: 100px;}
.item-hor .card-header{padding:0px!important; border:0;}
.item-hor .card-body{display: flex;}
.item-hor .card-footer{display: flex; flex-shrink:1!important;}
.item-hor .card-body h5{margin-left:auto!important; text-align: right;}
.item-hor .card-footer h5{text-align: right;}
.item-hor .card-footer .add-to-cart{margin-right:auto!important;}
.item-hor .card-body p{white-space: nowrap; margin-bottom: 0;}
.item-hor .card-body p.card-dana{margin-left:0.5rem}
.item-hor .corner-ribbon.top-left{    top: 11px;    left: -33px;    transform: rotate(-25deg);    -webkit-transform: rotate(-25deg);}

.item.item-banner:hover .img-prod{box-shadow: 0 0 24px rgba(255,255,255,0.75);}
.item.item-banner:hover .banner-title{text-shadow: 0 0 10px #fff, 0 0 20px #fff}

.item.item-shadow .card-header:before{content:''; background: url(../img/prod_shadow.png) no-repeat center center; background-size: 100% 100%; position: absolute; left: 0; top:0; height: 100%; width: 100%; opacity: 0.2; pointer-events: none;}
.item.item-shadow .card-header{position: relative;}

.nav-link{cursor: pointer; position: relative}
.nav-link.nav-on:before{content:'';position: absolute; width: 100%; height: 100%; left:0px; top:0;  background: #0071BC; z-index: -1;}
.nav-link.nav-on{color:#fff;}


.item-cat{}
.item-cat-img{position: absolute; z-index: -1; width: 100%; height: 100%; top:0px; left: 0px; transition: all 0.3s;}
.item-cat:hover .item-cat-img{transform: scale(1.2);}

@media only screen and (max-width: 767px) {
	.item-cat{min-height: 250px;}
	.item-cat .align-self-end{align-self: flex-start!important;}
}

.bg-white-65{background-color: rgba(255,255,255,0.55)}

.text-shadow{text-shadow: 0px 0px 5px rgba(0,0,0,0.3)}


@media only screen and (max-width: 767px) {
	.item-hor .card-body, .item-hor .card-footer{width: 100%;}
	.item-hor .card-body{padding: 0.5rem 0.5rem 0 0.5rem!important;}
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -25px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	z-index:1;
}




/* Different positions */

.corner-ribbon.top-left{
  top: 30px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}




.border-gradient:after {
	content:'';
	position: absolute;
	left: 24px; top: 14px;
	width:calc(100% - 48px);
	height: calc(100% - 28px);
	border: 4px solid;
	border-image-source: linear-gradient(90deg, #ff5824, #2fb2e7);
	border-image-slice: 1;
	pointer-events: none;
}
.border-gradient:before{
	content:'';
	position: absolute;
	width: 100%; height: 50%;
	bottom: 0px; left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.9+30 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events: none;

}

.underline{position:relative; line-height: 0.7em;}
.underline:after{content:''; width:50px; height: 4px; margin:15px 0px; border-radius: 2px; display: inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5824+1,c1902e+100 */
background: #ff5824; /* Old browsers */
background: -moz-linear-gradient(left,  #ff5824 1%, #2fb2e7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff5824 1%,#2fb2e7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff5824 1%,#2fb2e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5824', endColorstr='#2fb2e7',GradientType=1 ); /* IE6-9 */
}

.underline-white:after{
	background: #ffffff; /* Old browsers */	
	margin-bottom: 3px;
}

.underline-mono:after{
	background: #5d6066; /* Old browsers */	
	margin-bottom: 3px;
}

/*
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){border-top-right-radius: 50rem!important;border-bottom-right-radius: 50rem!important}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text{
border-top-left-radius: 50rem!important;border-bottom-left-radius: 50rem!important	
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text{
border-top-right-radius: 50rem!important;border-bottom-right-radius: 50rem!important		
}

.input-group>.form-control.input-number:not(:last-child){border-top-right-radius: 0!important;border-bottom-right-radius: 0!important}
*/
.input-group>.form-control{border-color:#ffcd05}

input{outline: 0;}

.bullets {list-style: none;padding-right:0}
.bullets li{}
.bullets li:before{content:'»'; margin-left:10px;}

#benefits{background-position:bottom right; background-repeat: no-repeat; background-size: contain;}
.benefits_icon{max-width:56px;}

.b_icons{max-height:90px; width: 115px;}
.b_icons_2{max-height:130px; width: 180px;}

#menu-primary{ text-transform: uppercase; font-size: 16px;transition: all 0.3s ease-in-out;}
#menu-primary li {position: relative;}
#menu-primary li a{padding-top:0px; padding-bottom: 0px; color:#000; margin:0px 0.3em; padding: 0px 0.2rem; white-space: nowrap; border: 1.5px solid transparent  }
#menu-primary>li.active>a, #menu-primary>li>a:hover{ border: 1.5px solid #2fb2e7;	border-bottom-left-radius: 0.5rem!important;	border-top-right-radius: 0.5rem!important;}
#menu-primary li:before{transition: all 1s linear;}
#menu-primary li:nth-child(2):before{display: none;}

@media only screen and (min-width: 1024px) {
	#menu-primary li ul{display: none; position: absolute; background-color: #fff; min-width: 100%;}
	#menu-primary>li:before{content: ''; border-right:1px solid #2fb2e7; position: absolute; right: 0; top: 20%; height: 60%;}	
	#menu-primary li:hover > ul{display: block}
	#menu-primary li:hover > ul li:hover > ul{display: block; left: 0; top:0; transform: translateX(-100%)}
	#menu-primary li ul li{line-height: 40px; border-bottom: 1px solid #b3b3b3; }
	#menu-primary li ul li:hover{background-color: rgba(202,213,216,0.4);}
	#menu-primary li ul li.active:before, #menu-primary  li ul li:hover:before{bottom: -4px!important;}
}
@media only screen and (max-width: 767px) {
	#menu-primary li.active, #menu-primary li:hover{}
	#menu-primary li ul{display: none;}
}


#menu-secondary{}
#menu-secondary li a{ color:#000;}

#menu-search{position: absolute; bottom: 0; left: 0;}

header, header #menu-secondary li a{transition: all 0.3s ease-in-out;}

header{background-color:#fff;border-bottom:1px solid #b3b3b3;}
header.sticky{box-shadow: 0 0 5px rgba(0,0,0,0.25); }
header.sticky .logo img{max-width:90px;}
header.sticky #menu{margin-top:5px!important;}
header.sticky #menu-primary li.active:before, #menu-primary li:hover:before{bottom:-10px;}

.swal2-timer-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:.25em;background:#70675f;}
.btn-float{margin-bottom:-2.5rem;}
.btn-primary{
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5824+1,c1902e+100 */
	background: #2fb2e7!important; /* Old browsers */
	border:0px!important;
	border-bottom-left-radius: 0.5rem!important;
	border-top-right-radius: 0.5rem!important;
	
}
.btn-primary:hover{
	background: #2fb2e7!important; /* Old browsers */

}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background: #2fb2e7; /* Old browsers */}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(47,178,231,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(47,178,231,.5);
}

.btn-secondary {
    color: #fff;
    background-color: #ffcd05;
    border-color: #ffcd05;
	border-bottom-left-radius: 0.5rem!important;
	border-top-right-radius: 0.5rem!important;
}

.btn-secondary:hover {
    background-color: #70675f;
    border-color: #70675f;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(112,103,95,0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
	
background-color: rgba(112,103,95,1);
}
.btn-outline-primary{border-color:#2fb2e7; color:#2fb2e7;
		border-bottom-left-radius: 0.5rem!important;
	border-top-right-radius: 0.5rem!important;;}
.btn-outline-primary:hover{
	background: #2fb2e7; /* Old browsers */
	border:1px solid #2fb2e7;
}

.btn-outline-purple{border-color:#7952b3; color:#7952b3;
		border-bottom-left-radius: 0.5rem!important;
	border-top-right-radius: 0.5rem!important;;}
.btn-outline-purple:hover{
	color:#fff;
	background: #7952b3; /* Old browsers */
	border:1px solid #7952b3;
}


.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    background-color: #ffcd05;
    border-color: #ffcd05;

}

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,205,5,0.5);
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle{
	
background-color: rgba(255,205,5,1);
}

.btn-black {
    color: #ffcd05;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    background-color: #232323;
    border-color: #232323;
	color:#fff;

}

.btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus, .show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.5);
}

.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show>.btn-black.dropdown-toggle{
	
background-color: rgba(0,0,0,1);
}





.input-group-text{border:1px solid #ffcd05; color:#000!important;}
.input-group-text:hover{background: #ffcd05!important; color:#fff;}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
	background: #2fb2e7; /* Old browsers */
	border:1px solid #2fb2e7;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(47,178,231,.5);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(47,178,231,.5);
}

.btn-outline-secondary{box-shadow: none!important;	border-bottom-left-radius: 0.5rem!important;
	border-top-right-radius: 0.5rem!important;}
.btn-outline-secondary{border:1px solid #ffcd05;	color:#ffcd05;}
.btn-outline-secondary:hover{
	background: #ffcd05; /* Old browsers */
	border:1px solid #ffcd05;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
	color: #fff;
    background-color: #ffcd05;
    border-color: #ffcd05;
	box-shadow: none!important;
}

.custom-select{border-color:#ffcd05;}

.btn-height-40{min-height:40px; min-width: 40px; line-height: 38px; padding-top:0px; padding-bottom:0px;}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child){    border-top-right-radius: 0!important;    border-bottom-right-radius: 0!important;}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius: 0!important;    border-bottom-left-radius: 0!important;}


.available-color{height: 11px; width: 11px; border-radius: 50%; display: inline-block;}

.service a{color:#58585a; text-decoration: none;}
.service a:hover{color:#2fb2e7; text-decoration: none;}


.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


.rounded-20{border-radius:20px!important;}
.rounded-20-semi{border-radius:20px!important;border-top-left-radius: 0!important;border-bottom-right-radius: 0!important; }
.rounded-20-tl{border-radius: 0!important;  border-top-left-radius: 20px!important;}
.rounded-20-tr{border-radius: 0!important;  border-top-right-radius: 20px!important;}
.rounded-20-bl{border-radius: 0!important;  border-bottom-left-radius: 20px!important;}
.rounded-20-br{border-radius: 0!important;  border-bottom-right-radius: 20px!important;}
.rounded-20-t{border-radius: 0!important;  border-top-right-radius: 20px!important;  border-top-left-radius: 20px!important;}
.rounded-20-b{border-radius: 0!important;  border-bottom-right-radius: 20px!important; border-bottom-left-radius: 20px!important;}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #70675f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(193,144,46,0);
}

.custom-control-label {display: block;}
.custom-control-label span{display: block;}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #495057;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(193,144,46,.25);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: rgba(193,144,46,.25);
    border-color: rgba(193,144,46,.25);
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2fb2e7;
	background: #2fb2e7; /* Old browsers */
}
.custom-checkbox{margin:7px 0px;}
.custom-checkbox-parent>.custom-control-input~.custom-control-label span::before{content:'';background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.6 9.1'%3e%3cpath fill='%258585a' d='M0.9,0l7.3,7.4L15.6,0l0.9,0.9L8.8,8.8L8.3,9.1L7.8,8.8L0,0.9L0.9,0z'/%3e%3c/svg%3e")!important; background-size: 16.6px 9.1px; background-repeat: no-repeat; width:16.6px; height:9.1px; position:absolute; left:0px; top:50%; transform:translateY(-50%)}
.custom-checkbox-parent>.custom-control-input:focus:not(:checked)~.custom-control-label span::before{}
.custom-checkbox-parent>.custom-control-input:focus~.custom-control-label span::before{}
.custom-checkbox-parent>.custom-control-input:not(:disabled):active~.custom-control-label span::before{}
.custom-checkbox-parent>.custom-control-input:checked~.custom-control-label span::before{transform: scale(-1) translateY(50%)}

.custom-checkbox-parent>.custom-control-input~.custom-control-children{display: none;}
.custom-checkbox-parent>.custom-control-input:checked~.custom-control-children{display: block;}

.custom-checkbox-white>.custom-control-label::before{border-color: #ffffff!important; background-color: transparent!important}
.custom-checkbox-white>.custom-control-input:focus~.custom-control-label::before {    box-shadow: 0 0 0 0rem rgba(193,144,46,.25);}

.custom-checkbox-black>.custom-control-label::before{border-color: #000!important; background-color: transparent!important}
.custom-checkbox-black>.custom-control-input:focus~.custom-control-label::before {    box-shadow: 0 0 0 0rem rgba(193,144,46,.25);}
.custom-checkbox-black .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-select{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.6 9.1'%3e%3cpath fill='%2f0f0f0' d='M0.9,0l7.3,7.4L15.6,0l0.9,0.9L8.8,8.8L8.3,9.1L7.8,8.8L0,0.9L0.9,0z'/%3e%3c/svg%3e")!important; background-size: 16.6px 9.1px; }
.custom-select:focus {
    border-color: #2fb2e7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(47,178,231,.5);
}




.banner-container{min-height: 520px;}
.banner,.banner-items .owl-item{min-height:420px;}
.banner-img{background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; border-top-right-radius: 20px}
.banner .banner-text{z-index:2;}
.owl-nav{position:absolute;    bottom: 0;    left: 0;    width: 100%;    height: 100%;    margin: 0!important;    padding: 0; pointer-events: none;}
.owl-theme .owl-nav [class*=owl-]:hover{color:#000;}
.lead-box{position: absolute; bottom: -15%; left: 0px; width: 100%; z-index: 3;}


.owl-theme .owl-nav [class*=owl-]{margin: 0;}
.owl-nav { font-size:22px;    overflow: hidden;}
.owl-nav .owl-next .nav-circle, 
.owl-nav .owl-prev .nav-circle{
	border-radius: 50%; background-color: rgba(255,255,255,0.9); position: absolute; width: 46px; height: 46px; top:50%; left:50%; transform: translate(-50%,-50%); z-index: 0;
	line-height: 48px; border:1px solid #979797;
}
.owl-next {
	z-index:1;
	pointer-events: all;
	height: 100%; position: absolute; left:60px; top:0; width:50px; text-align: center ;
    opacity: 1;
}
.owl-prev {
	pointer-events: all;
	height: 100%; position: absolute; right:60px; top:0; width:50px; text-align: center ;
    opacity: 1;
}
.owl-nav .owl-next:hover .nav-circle, 
.owl-nav .owl-prev:hover .nav-circle{
	background-color: rgba(0,0,0,0.9)!important; color:#fff;
}
.owl-dots{position: absolute; width: 100%;}
.owl-theme .owl-dots .owl-dot span{background-color: #fff!important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #2fb2e7!important;}



.banner-items .owl-item, .banner-items .owl-item *{transition: all 0.75s ease; }





@media (min-width: 768px){
	.banner-items .owl-item h2{font-size: 18px;}
	.banner-items .owl-item.selected h2{font-size: 28px;}
}

.gallery-items .owl-nav{height: 100%;}
.gallery-items .owl-nav .owl-next{left: -24px}
.gallery-items .owl-nav .owl-prev{right: -24px}
.gallery-items .owl-nav { overflow: inherit;}
.gallery-items .owl-dots{top: 50%; transform: translateY(-50%); width: 10px; left: 20px; z-index: 10;}

@media only screen and (max-width: 767px) {
	.gallery-items .banner{position: relative!important;}
	.display-3{font-size: 2.5em;}
}

.gallery-items-inner .owl-nav{height: 100%;}
.gallery-items-inner .owl-nav .owl-next{left: 0px}
.gallery-items-inner .owl-nav .owl-prev{right: 0px}
.gallery-items-inner .owl-stage{display: flex; align-items: stretch;}
.gallery-items-inner .owl-item{align-self: center; text-align: center; background-color: #fff; height: 100%}
.gallery-items-inner .owl-item img{width: auto!important;margin: auto}

.gallery-items-inner-thumbs .owl-nav{height: 100%;}
.gallery-items-inner-thumbs .owl-nav .owl-next .nav-circle,
.gallery-items-inner-thumbs .owl-nav .owl-prev .nav-circle{width: 36px; height: 36px; line-height: 38px; font-size:18px;}
.gallery-items-inner-thumbs .owl-nav .owl-next{left: 0px}
.gallery-items-inner-thumbs .owl-nav .owl-prev{right: 0px}
.gallery-items-inner-thumbs .owl-stage-outer{padding:10px 0px 10px 0px;}
.gallery-items-inner-thumbs .owl-stage{display: flex; align-items: stretch;}
.gallery-items-inner-thumbs .owl-item{align-self: center; text-align: center; background-color: #fff; height: 100%}
.gallery-items-inner-thumbs .current{border: 1px solid #dee2e6!important;    border-radius: .25rem!important;box-shadow: 0 0rem 0.5rem rgba(0,0,0,.15)!important;}

.pointer-events-none{pointer-events: none;}

.featured .owl-carousel .owl-nav button.owl-next, .featured .owl-carousel .owl-nav button.owl-prev{width:200px;}
.featured .owl-carousel .owl-nav button.owl-next{left:0px;background: rgb(255,255,255);
background: -moz-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}
.featured .owl-carousel .owl-nav button.owl-prev{right:0px;background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}


.featured-items .owl-dots{position: relative;}
.featured-items .owl-dots .owl-dot span{background-color: #b3b3b3!important;}
.featured-items .owl-stage-outer{padding:0px 0px 20px 0px;}

.featured-items-inner .owl-dots{position: relative;}
.featured-items-inner .owl-dots .owl-dot span{background-color: #b3b3b3!important;}

.featured-items-inner .owl-stage-outer{padding:0px 0px 20px 0px;}

.featured-items .caption{position: absolute;bottom: 0px; left:0px; width: 100%; transform: translateY(100%); transition: all 0.5s; }
.featured-items .item:hover .caption{ transform: translateY(0%)}

@media only screen and (max-width: 767px) {
	.featured .owl-carousel .owl-nav button.owl-next, .featured .owl-carousel .owl-nav button.owl-prev{width:60px;}
	.featured-items .caption{position: relative; background-color: transparent!important; transform: translateY(0%)}
}


.article .article-footer{position: absolute; bottom: 0px; left:0px; transform: translateY(50%)}

@media (min-width: 1024px){
	.article p{max-height: 10.5em; overflow: hidden; line-height: 1.5em;}
	.article img{left:50%; transform: translateX(-50%); position: absolute;}
	.img-fluid.img-fluid-md-h{width:auto!important; height: 100%!important;}
}

.plyr #video-info{position: absolute; height: 100%; width: 100%; left: 0; top: 0px; z-index: 3; color:#fff; cursor: pointer;
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
.plyr #video-info .video-info-container{position: absolute; bottom: 0; right: 0; direction: rtl; }
.plyr #video-info .video-info-button{width: 100px; height: 100px; text-align: center; font-size:70px;}
.plyr #video-info .video-info-text{}
.plyr .plyr__control--overlaid{background-color: transparent;}
.plyr .plyr__control--overlaid svg{display: none;}
@media only screen and (max-width: 767px) {
	.plyr #video-info .video-info-button{width: 48px; height: 48px; line-height: 48px!important; font-size:32px;}
}





.list{padding-right:10px}

.up{display: block!important}
.down{display: none!important}
.collapsed .up{display: none!important}
.collapsed .down{display: block!important}

.sidebar-links{margin: 0; padding:0;list-style: none;}
.sidebar-links li{margin-bottom:5px; position: relative;}
.sidebar-links li a{color:#000; text-decoration: none;}
.sidebar-links li span{padding:0px 5px;}
.sidebar-links li a:hover:after, .sidebar-links .selected:after{content:''; left:0; top:50%; transform: translateY(-50%); border-bottom: 1px solid #2fb2e7; position: absolute; z-index:0; width: 500%;}
.sidebar-links li a:hover:before,.sidebar-links .selected:before{content:''; left:0; top:50%; transform: translateY(-50%); width: 9px; height: 9px; border: 1px solid #2fb2e7; border-radius: 50%; position: absolute; z-index:1; background-color: #fff;}
.sidebar-links li a:hover span, .sidebar-links .selected span{background-color: #fff; z-index:1; position: relative; color:#2fb2e7; font-weight: bold;}

.custom-checkbox2{margin-bottom:5px;}
.custom-checkbox2 .custom-control-label::after, .custom-checkbox2 .custom-control-label::before{
	border-radius:4px; width:16px; height: 16px; border-width:1px; background-image:none!important;;
}
.custom-checkbox2 .custom-control-input:checked~.custom-control-label{color:#2fb2e7;}
.custom-checkbox2 .custom-control-label{display: block;}

.custom-checkbox3{padding-right: 1.7rem;}
.custom-checkbox3 .custom-control-label::after, .custom-checkbox3 .custom-control-label::before{
	border-radius:50%; width:20px; height: 20px; border-width:1px; background-image:none!important; top: .1rem;
}
.custom-checkbox3 .custom-control-input:checked~.custom-control-label{color:#000;}


.sep{position: relative; margin-bottom:20px; display: flex;}
/*.sep span:after{content:''; left:0; top:50%; transform: translate(-100%,-50%); border-bottom: 1px solid #2fb2e7; position: absolute; z-index:0; width: 100vw;}*/
.sep span:before{content:''; right:0; top:50%; transform: translate(100%,-50%); border-bottom: 1px solid #2fb2e7; position: absolute; z-index:0; width: 100vw;}
.sep span{z-index:1; position: relative; font-weight: bold;padding:0px 10px; white-space: nowrap;}
.sep:after{content:''; left:0; top:50%; transform: translateY(-50%); width: 100%; border-bottom: 1px solid #2fb2e7; position: relative; z-index:0;}

@media only screen and (max-width: 767px) {
	.sep span{width:100%; white-space: normal;}
}

.bg-light .sep span{background-color: #f8f9fa!important;}


.bg-dark{background-color:rgba(202,213,216,0.6)!important;}
.bg-dark hr{border-top: 1px solid rgba(255,255,255,.1);}

.bg-light{background-color:rgba(202,213,216,0.4)!important;}
.bg-light .sep span{background-color: #f8f9fa!important;}
.bg-primary, a:hover.bg-primary-hover, a:hover .bg-primary-hover, span:hover.bg-primary-hover{background: #2fb2e7!important;}
.bg-primary-50, a:hover.bg-primary-hover-50, a:hover .bg-primary-hover-50, span:hover.bg-primary-hover-50{background: #c1e8f8!important; background:rgba(47,178,231,0.30)!important;}
.bg-primary-80, a:hover.bg-primary-hover-80, a:hover .bg-primary-hover-80, span:hover.bg-primary-hover-80{ background:rgba(47,178,231,0.80)!important;}
.bg-secondary{background: #ffcd05!important;}
.bg-hover-secondary:hover{background: #ffcd05!important;transition: all 0.5s;}
.bg-hover-secondary:hover *{color:#000!important;transition: all 0.5s;}
.btn{transition: all 0.5s!important;}
.bg-hover-secondary:hover .btn{background: #ffcd05!important;color:#000!important;}
a:hover.bg-secondary-hover, a:hover .bg-secondary-hover, span:hover.bg-secondary-hover{background: #ffcd05!important; cursor: pointer}
.badge-primary{background: #2fb2e7!important;}

.bullets-list.truncate{position: relative; max-height: 500px; overflow: hidden; padding-right: 45px;}
.bullets-list.truncate:after{content: ''; width: 100%; height: 30%; bottom: 0; left: 0; position: absolute;	background: rgb(193,232,248);
background: -moz-linear-gradient(0deg, rgba(193,232,248,1) 0%, rgba(193,232,248,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(193,232,248,1) 0%, rgba(193,232,248,0) 100%);
background: linear-gradient(0deg, rgba(193,232,248,1) 0%, rgba(193,232,248,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1e8f8",endColorstr="#c1e8f8",GradientType=1);}
.bullet{position: relative;}
.bullet-first:before{ content: ''; position: absolute; top:50%; transform: translateY(-50%); height: 1px; width: 31px; right: -45px; background-color:#2fb2e7;}
.bullets-list p,.bullets-list ul, .bullets-list>div{position: relative; margin: 0;}
.bullets-list p:before,.bullets-list ul:before,.bullets-list>div:before{ content: ''; position: absolute; top:-13px; height: calc(100% + 18px); width: 1px; right: -30px; background-color:#2fb2e7;}
.bullets-list p:not(:first-of-type):before{top:-5px;height: calc(100% + 10px);}
.bullets-list p:last-of-type{margin-bottom:20px;}
.bullets-list p:last-of-type:after{content: ''; position: absolute; bottom:-5px; height: 1px; width: 31px; right: -45px; background-color:#2fb2e7;}
.bullet:not(.bullet-first):before{content: ''; position: absolute; top:50%; transform: translateY(-50%); height: 12px; width: 12px; right: -35px; border:1px solid #2fb2e7; border-radius: 50%;}


.ad-img{width: 388px; height: 388px; position: absolute; top:50%; left: 30px; transform: translateY(-50%); background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 50%; }
.circles1,.circles2{position: absolute; right:140px; top:20px; z-index:2}
.circles1:before,.circles1:after,
.circles2:before,.circles2:after{border-radius: 50%; background-color: #fff; content:''; width: 45px; height: 45px; position: absolute; display: inline-block;top:0px; left: 0px;}
.circles1:after{width:77px; height: 77px; top:20px; left: 50px; }
.circles2{right:auto; left:400px; top:60px;}
.circles2:before{width:60px; height: 60px; top:20px; left: 50px; }
.circles2:after{width:177px; height: 177px; top:80px; left: -70px; }
@media only screen and (max-width: 767px) {
	
	.ad-footer{min-height: 300px; position: relative}
	.ad-img{width: 320px; height: 320px; position: absolute; left: 50%; transform: translate(-50%,-40%);}
}

#search{left: 0; top:0px}
#search .loader {
  position: absolute!important;  width: 32px!important;  height: 32px!important;  left: 5px; top:50%; transform: translateY(-50%)
}

.search-item .book img{width: 50px;}
.search-item .books {padding:5px;}
.search-item .book:before { box-shadow: 2px 2px 5px #999;}
.search-item:not(:first-child) { border-top:1px solid rgba(0,0,0,.125);}

.search-item a{text-decoration:none; color:#000;}
.search-item a:hover{background-color: rgba(0,0,0,.03)}


.modal-open{padding:0!important;}
.modal{padding:0!important;}
.modal-backdrop{background-color: #2fb2e7;}

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #ffcd05;
	opacity: 0.75;
}



#cart{}
.cart-item .book img{width: 50px;}
.cart-item .books {padding:5px;}
.cart-item .book:before { box-shadow: 2px 2px 5px #999;}
.cart-item:not(:first-child) { border-top:1px solid rgba(0,0,0,.125);}

.cart-item a{text-decoration:none; color:#000;}
.cart-item a:not(.btn-outline-secondary):hover{background-color: rgba(0,0,0,.03)}

.rounded-20 .cart-body .cart-item.selected{box-shadow: 0px 0px 0px 1px #155724 inset!important; background-color: #d4edda;border-top: 1px solid rgba(0,0,0,.125)!important;}
.rounded-20 .cart-body .cart-item:first-child {border-top-left-radius: 20px!important;border-top-right-radius: 20px!important;}
.rounded-20 .cart-body .cart-item:last-child {border-bottom-left-radius: 20px!important;border-bottom-right-radius: 20px!important;}


#cartwindow{min-width: 500px; left:0;}




.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f8f9fa;
	margin-right:32px;
}
.quote:before{content:'“'; position: absolute; left:40px; top:-60px; font-size:150px; color:#9b9c9e; pointer-events: none;}


textarea.rounded-pill{border-radius:20px!important;min-height: 100px;}

.logo-footer img{max-width:180px;}

footer .bg-dark, footer .bg-dark a{color:#70675f;}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #70675f!important; color:#fff!important;
}

.sep-v{border-left:1px solid #dbdbdb}

.logo-float{margin-top:-40px;}

#leadnet{ background:url(../img/leadnet.png) no-repeat center center; display:inline-block; text-align:right;}
#leadnet a{display:inline-block;width:68px; height:15px;}

#scroll-to-top{position: fixed; bottom:-100px; right:20px;transition: all 0.5s; cursor: pointer; z-index: 999;}
#scroll-to-top.show{bottom:20px;}
#scroll-to-top .btn{width:48px; height: 48px; text-align: center; font-size: 22px;}

.loader {
  pointer-events: none;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader div {
  position: absolute;
  border: 2px solid #ffcd05;
  opacity: 1;
  border-radius: 50%;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #f7f7f7;
}


.list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}


.title{position:relative;z-index:1;}
.title .underline:after{ position: absolute; bottom: -1.8em}


.sticky-menu{background: #ffffff; right: 0; position: relative}
.sticky-menu .btn-outline-secondary{background-color: transparent; color:#fff; border-color:#fff;box-shadow: none!important;}
.sticky-menu .btn-outline-secondary:not(:disabled):not(.disabled).active,.sticky-menu .btn-outline-secondary:not(:disabled):not(.disabled):active, .sticky-menu .show>.btn-outline-secondary.dropdown-toggle{
	color: #2fb2e7!important;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
	box-shadow: none!important;
}

.sidebar{position:relative; z-index: 2; pointer-events: none;}
.sidebar *{ pointer-events: all;}



table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{padding-left: 0.75; padding-right:40px;}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 10px;
    right: 4px;
	left: auto;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    border: 1px solid #ffcd05;
    border-radius: 24px;
    box-shadow: 0 0 0;
    box-sizing: content-box;
    text-align: center;
    font-family: 'themify';
    line-height: 24px;
    content: '\e61a';
    color: #ffcd05;
    background-color: #fff;
}


.daterangepicker {
    direction: rtl!important;
    text-align: right!important;
	font-family: inherit!important;
}
.daterangepicker .drp-calendar.left{float:right!important;}
.daterangepicker .calendar-table .next span {
    transform: rotate(135deg)!important;
    -webkit-transform: rotate(135deg)!important;

}
.daterangepicker .calendar-table .prev span {
    transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;
}
.daterangepicker td.start-date {
    border-radius: 0 4px 4px 0!important;
}
.daterangepicker td.end-date {
	border-radius: 4px 0 0 4px!important;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px!important;
}
.daterangepicker td.in-range{background: rgba(193,144,0,0.3)!important;}
.daterangepicker td.active, .daterangepicker td.active:hover{background: #2fb2e7!important;}
.daterangepicker.show-calendar .drp-buttons{display: flex!important;}
.daterangepicker .drp-selected{ margin-left: auto!important;    align-self: center;}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{font-size: inherit!important;}
.daterangepicker .drp-buttons .btn{font-size: inherit!important;}

@media only screen and (max-width: 767px) {
	.daterangepicker{top:0px!important; left: 0px!important; width: 100%!important; height: 100%!important; right:0px!important; margin: 0px!important;
    flex-flow: column!important;}	
	.daterangepicker:before{display: none!important;}
	.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right{float: none!important; max-width: none!important;    margin-bottom: auto;}
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{top:1px; position: relative;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border-bottom: 0px;}
#searchwindow{overflow-y: auto!important;    max-height: 70vh;}

.cat-export-list{max-height: 300px; overflow-y: auto;}


/* ********************** INNER *****************  */

#map{min-height:500px;}
.bg-img{background-size:cover; background-position: center center; background-repeat: no-repeat;}
.hero-img{position:absolute; left:0px; top:0px; width:50%; height: 100%;}
.half_height{min-height:50vh}
.bg-gradient{position:relative;}
.bg-gradient:before{content:''; top:0; left: 0; position: absolute; height: 100%; width:100%; 
background: rgb(255,255,0);
background: -moz-linear-gradient(-20deg, rgba(255,255,0,1) 0%, rgba(255,204,0,1) 58%);
background: -webkit-linear-gradient(-20deg, rgba(255,255,0,1) 0%, rgba(255,204,0,1) 58%);
background: linear-gradient(-20deg, rgba(255,255,0,1) 0%, rgba(255,204,0,1) 58%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00",endColorstr="#ffcc00",GradientType=1);
display:block;
opacity:1;
z-index:0
}
.hero_container{z-index:2;}

.bg-parallex {

  /* Set a specific height */
  height: 350px;
  max-height: 50vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #Media Queries  */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1366px) {
		.display-4{font-size:2.4em;}	
		.logo{margin-bottom:-100px;}
		.logo img{max-width: 90px;}
	}
	
	@media only screen and (min-width: 959px) {
		.sidebar-links{ overflow-y: auto; padding-left:8px!important;}
		}

	@media only screen and (min-width: 768px) {
		.border-md-0{border:0!important}
		header.sticky #menu-secondary li a{padding:0.25em 0.4em 0.25 1em; font-size:14px;}
		.shadow-md-none{box-shadow: none!important;}
		}		

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		body{}
		.logo{ transform: translate(23px,0px)}
		.logo.without-menu{ transform: translate(0px,10px)}
		
		.container-fluid-md-only {width: 100%;max-width: none;}

		.display-4{font-size:2.4em;}
		.font-size-36{font-size:24px; line-height: 1}
		header .logo img{max-height:80px;}
		header.sticky .logo img{max-height:60px;}
		.banner-container, .banner{}
		#menu li a{padding:0px;}
		#menu li{margin-bottom:0px;border-bottom: 1px solid rgba(179,179,179,0.25);}
		
		#menu-search{position: relative; bottom: auto; left: auto;}
		
		header.sticky #menu li.active,header.sticky #menu li:hover, #menu li.active:before, #menu li:hover:before{bottom:-4px!important;}
		header, header.sticky{ }
		header, header.sticky{ }
		
		.logo:before{right:50%!important; transform: translateX(50%)}
		.w-100{width: 100%!important}

		.banner-items .owl-prev{left:-20px;}
		.banner-items .owl-next{right:-20px;}
		.banner-items .owl-nav .owl-next .nav-circle, .banner-items .owl-nav .owl-prev .nav-circle{background-color: rgba(255,255,255,0.5)!important}
		.banner .banner-title{max-height: 3.5em; overflow: hidden; font-size:1.5em;}
		.b_icons{max-height:80px;}
	
		#cartwindow{max-width:calc(100% - 1em); min-width: auto;  left:auto; right: 0px; position: fixed!important;}
		#searchwindow{width: calc(100vw - 12px)!important;    right: 1px;}
		/* inner */
		.hero-img{position:relative; height: 300px; width: 100%;	}
		.bg-img-inner{padding-top:150px;}
		.title .underline:after{bottom: -1em;}
		
		.sidebar{position:absolute; z-index: 1039; height: 100%;}
		.sidebar-links{overflow-y: scroll; height: calc(100vh - 250px);}
		
		#quantity .modal-dialog {
		  width: 100%;
		  height: 100%;
		  margin: 0;
		  padding: 0;
		}

		#quantity .modal-content {
		  height: auto;
		  min-height: 100%;
		  border-radius: 0!important;
		  border:0px;
		}
		#quantity .modal-content .book img{width: 20vh}


		.books {	padding:5px;	transform: translateX(-2.5px);}
		
		header .nav-item:not(:first-child){padding:5px 0px; font-size:18px; margin: 0px;}
		header .navbar-collapse {
			position: fixed;
			top: 0px;
			left: 100%;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 15px;
			margin:0px;
			width: 100%;
			transition: all 0.4s ease;
			display: block;
			background-color: #fff;
			height: 100vh;
			z-index:1050;
			box-shadow: 0 0 10px rgba(0,0,0,0.3);
		}
		header .navbar-collapse.collapsing {

			margin-left: 50%;
			left: 50%;
			transition: all 0.2s ease;
			height: 100vh!important;
		}
		header .navbar-collapse.show {
			left: 0;
		}
		.logo-footer{margin-bottom:20px; display: inline-block;}
		.logo-footer img {
			max-width: 100px;
		}
		
		.sep-v{border-bottom:1px solid #dbdbdb; border-left:0;}
		.position-md-relative{position: relative!important}
		
		.sticky-menu{position:sticky; top:127px;right: 0;}
		
		.rounded-sm-0{border-radius: 0px!important;}
		.rounded-sm-20-t{border-top-left-radius: 20px!important;border-top-right-radius: 20px!important;}
		.rounded-sm-20-b{border-bottom-left-radius: 20px!important;border-bottom-right-radius: 20px!important;}
		
		
		}
		

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		}




.circle-menu{opacity: 0;transition: all 1s; pointer-events: none;}
.circle-menu.circleMenu-open{opacity: 1; pointer-events: all;}





.chosen-select {
    width: 70%
}

@media only screen and (max-width:1199px) {
    .chosen-select {
        width: 100% !important
    }
}

.chosen-select-deselect {
    width: 70%
}

#chosen_ccity2_chosen {
    width: 100% !important
}

.chosen-container {
    display: inline-block;
    font-size: 1em;
    position: relative;
    vertical-align: middle
}

.chosen-container .chosen-drop {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -1px;
    position: absolute;
    top: -9000px;
    z-index: 1060
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
	top: 100%;
}

.chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    padding: 5px 6px
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: bold
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background-color: #2fb2e7;
    background-image: none;
    color: white
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #8c8c8c
}

.chosen-container .chosen-results .no-results {
    background: #e6e6e6;
    display: list-item
}

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.42857143;
    text-indent: -5000px;
    width: 9px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url("../images/chosen-sprite.png") no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url("../images/chosen-sprite.png") no-repeat -22px -3px
}

.chosen-container-single {
    width: 100%
}

@media only screen and (max-width:1199px) {
    .chosen-container-single {
        width: 100% !important
    }
}

.chosen-container-single .chosen-single {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    border-top-right-radius: .25rem!important;
    border-top-left-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
    color: #000;
    display: block;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    background: url("../images/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 13px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px
}

.chosen-container-single .chosen-single div b {
    background: url("../images/chosen-sprite.png") no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-default {
    color: #BDBEBE
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000
}

.chosen-container-single .chosen-search input[type=text] {
    background: url("../images/chosen-sprite.png") no-repeat 100% -20px, #f5f5f5;
    border: 1px solid rgb(206, 212, 218);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    background-color: #f5f5f5;
    border: 1px solid rgb(206, 212, 218);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input[type=text] {
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555555;
    height: 44px;
    margin: 0;
    padding: 4px;
    outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: url("../images/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 12px;
    cursor: pointer
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-single {
    border: 1px solid #dbdbdb;

}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dbdbdb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #dbdbdb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, -webkit-box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s
}

.chosen-container-active .chosen-choices .search-field input[type=text] {
    color: #111 !important
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-disabled {
    cursor: default;
    opacity: 0.5 !important
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chosen-rtl .chosen-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    left: 7px;
    right: auto;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.6 9.1'%3e%3cpath fill='%258585a' d='M0.9,0l7.3,7.4L15.6,0l0.9,0.9L8.8,8.8L8.3,9.1L7.8,8.8L0,0.9L0.9,0z'/%3e%3c/svg%3e")!important; background-size: 16.6px 9.1px;
	background-repeat: no-repeat; background-position: center center;
}


.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto
}

.chosen-rtl .chosen-choices .search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    background-position: right top;
    left: 4px;
    right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    background: url("../images/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px
}

.input-group .chosen-container:last-child .chosen-choices,
.input-group .chosen-container:last-child .chosen-default,
.input-group .chosen-container:last-child .chosen-single {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.input-group .chosen-container:not(:last-child) .chosen-choices,
.input-group .chosen-container:not(:last-child) .chosen-default,
.input-group .chosen-container:not(:last-child) .chosen-single {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx) {
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url("../images/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}



@media only screen and (max-width: 767px) {
	.h1,h1{font-size:2em;}
}