/*$font-size: 12px;
$line-height: 1.4;
$lines-to-show: 2;
$lines-to-show: 1;*/

/*.request-waiting { display: none; }*/
button.close { /*font-size: 18px;*/ }
select { background: #FFFFFF; }

.product-item{position: relative; }
.product-item figure img{margin-bottom: 10px; width: 100%;}
.favorite{position: absolute; width: 23px; height: 20px; top: 10px; right: 10px; background: url(../img/Heart.png)no-repeat; z-index: 2; -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;}
.favorite.active{background: url(../img/Black_heart.png)no-repeat;}
.favorite:hover{background: url(../img/Black_heart.png)no-repeat;}


/*shopping page*/
.sidebar-wrap{position: relative;}
.toggle-circle .left-sidebar{position: absolute;}
.product-listing .container1, .store-location .container1 {padding: 0 40px; max-width: inherit;}
.product-listing  h3{/*font-size: 12px;*/ text-transform: uppercase; padding-bottom: 12px;}
.product-listing .card.top-card{border-bottom: 1px solid #000; border-top: 1px solid #000; margin-bottom: 40px; }
.product-listing .card.top-card .btn { padding: 0px !important; font-weight: 600; }

.product-listing .card{border:none; border-top: 1px solid #000; border-radius: 0px;}
.product-listing .left-sidebar .card:first-child { border-top: none; }
.product-listing .card .card-header{padding: 0; background: none; border:none;}
.product-listing .card .card-header .btn-link{ /*font-size: 12px;*/ color: #000; text-align: left; display: block !important; padding: .50rem 0; width: 100%; position: relative; text-decoration: none; }
/*.product-listing .card .card-header .btn-link.collapsed { font-weight: bold !important; }*/
.product-listing .card .card-body .nav-link {/*font-weight: bold; */}
.product-listing .card .card-body ul li ul { margin-bottom: 10px; }
.product-listing .card .card-body ul li ul li a {padding: 0 0 .25rem 0; display: block; }
.product-listing .card .card-body ul li ul li a:hover {font-weight: bold; color: #000; }
.product-listing .card .card-body ul li ul li a.active {font-weight: bold; }

.product-listing .card .card-body .nav-link.active { font-weight: bold !important; }
/*.product-listing .card .card-body .nav-link.collapsed:hover { font-weight: bold !important; }*/

.btn.disabled { opacity: 1; color: #9C9C9C; text-align: left; }

.product-listing .card .card-header .btn-link[aria-expanded="true"]:before{position: absolute; content: ""; background: url(../img//minus.png)no-repeat; width: 10px; height: 10px; top: 14px; right: 6px; -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;}
.product-listing .card .card-header .btn-link:before{position: absolute; content: ""; background: url(../img//plus.png)no-repeat; width: 10px; height: 10px; top: 14px; right: 6px; -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;
}
.product-listing .card.fav .card-header .btn-link:before{
	background: url(../img//Heart.png) no-repeat; width: 13px; height: 11.7px; background-size: 13px 11.7px;
}
.product-listing .card.fav .card-header .btn-link.active:before{
	background: url(../img//Black_heart.png) no-repeat; 
	background-size: 13px 11.7px;
}
.product-listing .card:last-child{border-bottom: 1px solid #000;}
.product-listing .custom-control{display: block; margin-bottom: 0px;}
.product-listing .custom-control.custom-checkbox{cursor: pointer; }
.product-listing .custom-control .custom-control-label{/*font-size: 12px;*/ color: #000; cursor: pointer; }
.product-listing .custom-control .custom-control-label:before{height: 10px; width: 10px; border-radius: 0px; top: 6px; box-shadow: none; border-color: #000;}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #000; background: #ffffff; }
.product-listing .custom-control .custom-control-label:after{height: 10px; width: 10px;}
.product-listing .custom-control-input:checked~.custom-control-label::before{background: #000!important;border-color: #000; outline: none;}
.product-listing .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image: none;}
.product-listing .card-body {padding: 4px 0; /*max-height: 220px; overflow-y: auto; */}
.product-listing .card-body.vertical-scroll { max-height: 350px; overflow-y: auto; }
.product-listing .card-body .dropdown-menu{position: inherit!important; transform: none!important; border: none; background: none; margin: 0 0 0 20px; width: 100%;}
.product-listing .card-body ul li{display: block; padding-left: 20px; }
.product-listing .media-filters .card-body ul li .collapse { padding-left: 20px; } /* for media filters sidebar */
.product-listing .card-body ul li a.btn { padding:0px;}
.product-listing .card-body li .nav-link{/*font-size: 12px;*/color: #000; padding: 0 0 .50rem 0;}
.product-listing .card:last-child .btn-link:before{background: none;}
/*.product-listing #demo-2 input[type=search] {width: 15px; padding-left: 10px; color: transparent; cursor: pointer; background: url(../img//search-icon.png)no-repeat right; border:none; position: absolute; top: 0px;  right: 6px;}
.product-listing #demo-2 input[type=search]:focus {width: 170px; padding-left: 10px; color: #000; cursor: auto; box-shadow: none;}*/
.product-listing .btn-group .btn { width: auto; border-radius: 0px; min-width: unset; text-transform: uppercase; padding: 2px 15px; line-height: 20px; height: auto; }
.product-listing .btn-group .btn:focus, .product-listing .btn-group .btn:active { box-shadow: none; }
.product-listing .btn-group .btn:hover { color: #FFF; }
.product-listing .btn-group .btn.btn-default { background: #EFEFEF; }
.product-listing .btn-group .btn.btn-default:hover { color: #000; }



.products-bar{display: flex; padding-bottom: 4px; font-family: 'Barlow'; }
.products-bar li{display: inline-block; padding: 0 40px 0 0; position: relative;}
.products-bar li .close-icon{position: absolute; right: -2px; top: 0;}
.products-bar .listing-product { max-width: 83%; }
.products-bar .listing-product li:first-child{padding-left: 0;}
.products-bar .listing-product .dropdown .btn-secondary { padding-left: 0px; background: none; border: none; color: #888; border-radius: 0px; font-size: 12px; /*text-transform: uppercase;*/ }
.products-bar .listing-product .dropdown .btn-secondary.active { color: #000; font-weight: bold; }
.products-bar .listing-product .dropdown .btn-secondary:focus { box-shadow: none; }
.products-bar .listing-product .dropdown .dropdown-toggle::after {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	opacity: 0.3;
}
.products-bar .listing-product .dropdown .dropdown-toggle.active::after {
	opacity: 1;
}
.products-bar .listing-product .dropdown.show .dropdown-toggle::after {
	transform: rotate(180deg);
}
.products-bar .listing-product .dropdown .dropdown-menu {
	padding: 0;
	margin: 0;
	min-height: inherit !important;
	padding: 15px 10px 15px 10px;
	border-radius: 0px;
	background: #ffffff;
	border: none;
	box-shadow: 0px 3px 9px rgba(0,0,0,.2);
}
.products-bar .listing-product .dropdown .dropdown-menu .dropdown-menu-content {
	max-height: 270px;
	overflow-y: auto;
	overflow-x: hidden !important;
}
.products-bar .listing-product li a { /*font-size: 12px;*/ text-transform: uppercase; color: #888; }
.products-bar .listing-product li a.remove-filter.active { color: #000; font-weight: bold; }
.products-bar .listing-product li a.remove-filter img { margin-bottom: 5px; opacity: 0.3; }
.products-bar .listing-product li a.remove-filter.active img { opacity: 1; }

.products-bar li a{/*font-size: 12px;*/ color: #000; }
.products-bar .grid-box li{padding: 0 10px; line-height: 35px; }
.products-bar .grid-box li a{text-transform: uppercase;}
.products-bar .grid-box li:first-child a{display: inline-block; width: 30px; height: 14px; background: url(../img/block-choice2.svg)no-repeat;}
.products-bar .grid-box li:first-child a.active{background: url(../img/grid-icon1.png)no-repeat;}
.products-bar .grid-box li:nth-child(2) a{display: inline-block; width: 30px; height: 14px; background: url(../img/list-icon-1.png)no-repeat;}
.products-bar .grid-box li:nth-child(2) a.active{background: url(../img/block-choice.svg)no-repeat;}
.content-detail_2, .press-products_2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; display: none;}
.content-detail_2 image-box { width: 50%; }
.product-item .owl-nav .owl-prev, .product-item1 .owl-nav .owl-prev{font-size: 0; background: url(../img/big_prev.png)no-repeat; top: 50%; left: 13px; position: absolute; height: 38px; width: 20px; margin-top: -34px;}
.product-item .owl-nav .owl-next, .product-item1 .owl-nav .owl-next{font-size: 0; background: url(../img/big_next.png)no-repeat; top: 50%; right: 13px; position: absolute; height: 38px; width: 20px; margin-top: -34px;}
.product-item .favorite, .product-item1 .favorite{right: 10px;}

.left-sidebar{ position: relative; z-index: 1; }
.left-sidebar h3 { font-weight: 600; }
.product-personal{padding-bottom: 0;}
.product-editorials{padding-bottom: 50px;}


.leftsearch input{ border: none; outline: none; /*font-size: 12px;*/ padding: 0; }
.leftsearch input:focus { border: none !important;  outline: none !important; }
.leftsearch .btn, .leftsearch .btn:focus, .downsearch .btn, .downsearch .btn:focus{ outline: none; box-shadow: none; }
.leftsearch input:focus{ outline: none; box-shadow: none; }
.leftsearch .btn { padding-right: 2px;}

.downsearch ::-webkit-input-placeholder,  .leftsearch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.downsearch ::-moz-placeholder, .leftsearch ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.downsearch :-ms-input-placeholder, .leftsearch :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.downsearch :-moz-placeholder ,.leftsearch :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.favorite-product{display: none; position: relative;}
.favorite-product a.back{ position: absolute; top: -1px; left: 0; }


.left-sidebar .filter-icon, .left-sidebar .btn-primary, .left-sidebar .close-filter, .left-sidebar .show-result, .left-sidebar .remove-filters{display: none;}

.product-listing .my-selection{border-top: 1px solid #979797; cursor: pointer; display: flex; justify-content: space-between;}
.product-listing .my-selection .right-box{padding: .50rem 0;}
.product-listing .my-selection p{ padding: .50rem 0; margin: 0; }
.product-listing .my-selection .right-box .badge-secondary{/*font-size: 12px; font-weight: 400;*/ background: none; color: #000; }



.content-detail { width: 100%; margin-top: 10px; }
.content-detail .image-box, .content-detail_2 .image-box{padding-bottom: 0px; width: 25%; margin-bottom: 15px; padding-right: 10px; padding-left: 10px; float: left; }
.content-detail.grid-col-4 .image-box:nth-child(4n+1) {
	padding-left: 0px;
	padding-right: 15px;
}
.content-detail.grid-col-4 .image-box:nth-child(4n+2) {
	padding-left: 5px;
	padding-right: 10px;
}
.content-detail.grid-col-4 .image-box:nth-child(4n+3) {
	padding-left: 10px;
	padding-right: 5px;
}
.content-detail.grid-col-4 .image-box:nth-child(4n) {
	padding-left: 15px;
	padding-right: 0px;
}
.content-detail .product-item p, .content-detail_2 .product-item p{margin-right: 6px;}
.content-detail .product-item figure{margin-bottom: 0;}
.content-detail .product-item figure img{ width: 100%; }
/*.content-detail_2 .product-item figure img{ width: 720px; }*/
.content-detail .image-box, 
.content-detail_2 .image-box{
	display: inline-block;
}

.content-detail .carousel{margin-right: 30px;}
.content-detail .product-item .carousel { margin-right: 0px; }

.content-detail.grid-col-2 .image-box { width: 50%; }


/*mediabase-pages*/
/*.media-gallery .image-box{width: 100%; padding: 0 16px}*/

.product-item .hover-list, .product-item .remove-from-list { 
	position: absolute; 
	bottom: 10px; 
	left: 0; 
	right:  0; 
	background: rgba(255,255,255,.9); 
	padding: 20px 0; 
	opacity: 0; 
	visibility: hidden; 
	-webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;
}
.product-item.active .hover-list { opacity: 1; visibility: visible; }
.product-item.active .hover-list li { display: none; }
.product-item.active .hover-list li:nth-child(2) { display: inline-block; }
.product-item:not(.active):hover .hover-list{opacity: 1; visibility: visible;}
/*.product-item .hover-list.hide{opacity: 0; visibility: hidden;}*/
.hover-list ul, .remove-from-list ul, .hover-list-item ul{text-align: center;}
.hover-list li, .remove-from-list li, .hover-list-item li{display: inline-block; margin: 0 8px;}
.hover-list a, .remove-from-list a, .media-list .table ul li a, .hover-list-item a{
	/*font-size: 11px; */
	text-decoration: none !important;  
	padding-bottom: 2px; 
	padding-right: 0.25px; 
	padding-left: 0.25px; 
	border-bottom: 1px solid #000; 
	text-transform: uppercase; 
	-webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;
}

.hover-list a:hover {
	font-weight: normal;
}
.mediabank-page .hover-list a { /*font-size: 12px;*/ }
.download-image-popup, .send-email-popup{position: absolute; left: 48%; top: 48%; -webkit-transform:  translate(-48%, -48%);
   -moz-transform:  translate(-48%, -48%);
    -ms-transform:  translate(-48%, -48%);
     -o-transform:  translate(-48%, -48%);
        transform:  translate(-48%, -48%); min-width: 266px; margin: 0 auto; text-align: center; background: rgba(255,255,255,.9); display: none;}
.send-email-popup.download-list { position: fixed !important; }
.send-email-popup, .download-image-popup{padding: 14px;}
.send-email-popup > a, .download-image-popup > a {display: block; text-align: right;}
.send-email-popup a img, .download-image-popup a img{width: 15px;}
.send-email-popup h3, .download-image-popup h3{/*font-size: 12px;*/ color: #868485; border-bottom: 2px solid #868485; padding-bottom: 4px; display: inline-block; margin: 12px 0 40px; letter-spacing: 2px; text-transform: uppercase;}

.send-email-popup .form-group{ margin: 0 auto; margin-bottom: 16px;}
.send-email-popup .form-control{border-radius:0; border:1px solid #232121; color: #232121;text-transform: uppercase; height: 40px; max-width: 195px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 auto;}
.send-email-popup .form-control:focus{box-shadow: none;}
.send-email-popup .btn-primary{ min-width: 195px; margin: 0 auto; margin-bottom: 10%;}
.download-image-popup .btn-primary{margin-bottom: 18px; font-weight: 700; }
.download-image-popup h3{margin: 0px 0 30px;}
.product-background .product-image{position: relative;}
.product-listing .card .card-header .my-selection{border:none;}
.product-listing .card .card-header .my-selection .btn-link{display: flex !important; justify-content: space-between !important; align-items: center !important;}
.product-listing .accordion .my-selection .right-box{padding: 0;}
.product-listing .accordion .my-selection .right-box span{font-weight: 700;}
.product-listing .card .card-header .my-selection .btn-link:before{display: none;}

.product-listing  .media-list .table tr{ border:none; }
.product-listing  .media-list .table tr td p{font-family: 'Barlow'; font-weight: 700;}
.product-listing  .media-list .table tr td img{padding: 0 10px;}
.product-listing  .media-list .table tr td span.price{margin-left: 36px;}
.product-listing  .media-list .table tr td:last-child{padding-right: 76px;}
.product-listing  .media-list .table tr td a:hover{color: #666; border-bottom: 2px solid #666;}
.media-list .table ul li{margin: 0 10px;}
 .product-content-box.media-box p{/*font-size: 12px;*/}
.product-content-box.media-box .btn-link {font-weight: 700;}
.product-content-box.media-box .card-body ul{margin-top: 20px;}
.product-content-box.media-box .card-body li{/*font-size: 14px;*/ color: #000; border-bottom: 2px solid #7f7f7f; margin-bottom: 18px; text-transform: uppercase; display: table;}
/*.product-background{padding-top: 145px;}*/
.product-background h2{text-align: center; /*font-size: 24px;*/ color: #0b0b0b; margin: 18px 0;}
.product-background ul li a{color: #131313; border-bottom: 2px solid #8a8a8a; /*font-weight: 500; font-size: 14px;*/ padding-bottom: 2px;}
.product-background .hover-list-item ul li a:hover{color: #0b0b0b; border-bottom: 2px solid #0b0b0b; font-weight: 700;}
.product-background .product-image{margin-bottom: 90px;}
.product-background .product-image .download-image-popup, .product-background .product-image .send-email-popup{top: 41%; -webkit-transform: translate(-48% -41%);
   -moz-transform: translate(-48% -41%);
    -ms-transform: translate(-48% -41%);
     -o-transform: translate(-48% -41%);
        transform: translate(-48% -41%); }
.product-background .product-image.transparent-img img{border:1px solid #f4f4f4;}
.product-background .product-image.white-bg img{box-shadow: 0px 0px 6px rgba(206,206,206,.15);}
.hover-list-item li{margin: 0 18px;}
.media-gallery .product-item figure{position: relative;}
.media-gallery .product-item .carousel-item img { margin-bottom: 10px; }
.media-gallery .image-content{display: inline-block;}
.content-detail .hover-list{bottom: 30px;}
/*.media-gallery1.content-detail{margin-left: -20px;}*/
.media-gallery1.content-detail .hover-list{bottom: 10px;}

.media-base-content{text-align: center; }
.media-base-content h2{/*font-size: 28px;*/ margin-bottom: 18px;}
.media-base-content div, .media-base-content div p {/*font-size: 18px;line-height: 25px;*/ color: #000000; font-style: italic; max-width: 1030px; margin: 0 auto;  margin-bottom: 10px;}
.media-base-content ul{margin: 0 0 32px;}


.message-box {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background: #FFFFFF;
	position: fixed;
	right: 10px;
	top: 0px;
	z-index: 99999;
	padding: 40px 20px 20px;
	font-family: 'Barlow';
	font-weight: normal;
	max-width: 300px;
	text-align: center;
	text-transform: none;
	/*font-size: 16px;*/
	display: none;
}
.message-box > a {position: absolute; top: 10px; right: 10px;}
.message-box .message-box-content p{/*font-size: 14px;*/ text-transform: uppercase; text-align: right;}
.message-box .message-box-content a{/*font-size: 14px;*/ border-bottom: 2px solid #adadad; text-transform: uppercase;}


.media-gallery .close-icon{position: absolute; top: 10px; right: 10px;}
.media-gallery .close-icon img{width: 17px;}

.download-package li { display: inline-block; display: block; width: 40%; margin-right: 15px; }
.download-package li .btn { display: block; margin-bottom: 20px; }
.download-package li:nth-child(2n) { margin-right: 0px; }


.product-detail .product-content-box h3 { padding: 0px 0px 10px; /*font-size: 16px;*/ }


.custom-control-input:disabled + .custom-control-label::before {
	background-color: #757575;
	border: none;
	height: 1px;
	top: 12px;
	opacity: 0.7;
}
.custom-control-input:disabled + .custom-control-label {
	color: #757575;
}
.home-video.middle-content-1 {
	min-height: auto;
	padding-top: 180px;
	margin-bottom: 200px;
}






.modal-header button.close { position: absolute; right: 10px; top: 10px; }
.delivery-popup-content { margin-top: 40px; }
.delivery-popup-content h2 { /*font-size: 28px;*/  margin-bottom: 20px; }
.delivery-popup-content .desc { /*font-size: 14px;*/ margin-bottom: 40px; }
.delivery-popup-content .dual-btns a:first-child { margin-right: 10px; }
.delivery-popup-content .dual-btns a:last-child { margin-left: 10px; }


.stage-bar { display: none; }
.error-message { color: #CB3331; margin-top: 0px; margin-bottom: 10px; text-align: left; }
.grid-view-button a img { opacity: 0.2; }
.grid-view-button a.active img { opacity: 1; }

.header-bottom .dropdown:hover > .dropdown-menu {
    display: block;
}
.header-bottom .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.api-last-update-info { /*font-size: 10px;*/ }

.asc, .sort-column > a {
	background: url('../img//sorting-asc.svg') no-repeat;
	background-position: center right;
	padding-right: 18px;	
}
.desc {
	background: url('../img//sorting-desc.svg') no-repeat;
	padding-right: 10px;
	background-position: center right;
	padding-right: 18px;	
}

/* for the dropdown inside the table header */
table th .select2-container {
	min-width: unset;
	width: auto !important;
}
table th .select2-container .select2-selection--single {
	display: unset;
}
table th .select2-container--default .select2-selection--single .select2-selection__rendered {

}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px; 
}
.clear-filter { text-transform: uppercase; margin-left: 25px; background: url('../img//close.svg') 0px 4px no-repeat; padding-left: 23px; background-size: 13px 14px; opacity: 0.4; pointer-events: none; }
.clear-filter.active { opacity: 1; pointer-events: unset; }
.custom-control .clear-filter { background-position: 0px 2px; }

/* for login page */
.form-field { position: relative; margin-bottom: 20px; }
.valid-user-check { position: absolute; top: 12px; right: -40px; width: 30px; height: 30px; }
.login-page { padding-top: 0px; max-width: 1500px; margin: 0 auto; padding-top: 5px; }
.login-page h1 { margin-bottom: 50px; }
.login-container { position: relative; margin-bottom: 20px; background: #FFFFFF ; padding: 30px 15px 0px; text-align: center; height: 100%; width: 100%; margin-left: auto; display: block; align-items: start; justify-content: center;}
.login-container .logo-bar { margin-bottom: 20px; }
.loginbox{width: 100%;}
.login-container .login-content{width: 100%; max-width: 330px; margin: auto; }
.login-form .btn-secondary {
	margin-top: 20px
}
.loginbox .remember {
    margin: 0 auto;
    /*font-size: 14px;*/
    color: #000;
    text-align: center;
	padding-top: 20px;
}
.loginbox .remember .custom-checkbox .custom-control-label::before, 
.loginbox .remember .custom-checkbox .custom-control-label::after { left: -24px; width: 15px; height: 15px; top: 4px; }
.loginbox .remember .custom-checkbox .custom-control-label::after { left: -23.5px; }
.loginbox .forgotpass {
    /*font-size: 14px;
    font-weight: 400;*/
    color: #9B9B9B;
    text-align: center;
    position: relative;
    letter-spacing: 0;
	position:absolute;
	right: 0px;
	top: 40px;
}
.loginbox .forgotpass a {
    color: #979797;
    text-decoration: none;
	/*font-size: 12px;*/
}
.loginbox .forgotpass a:hover {
	color: #000000;
}
.forgot-pass-top-content {
    display: block;
    margin: 0px 0 40px 0;
}
.wrong-user-msg .btn-secondary { min-width: 150px; }
.forgot-password-popup-content { max-width: 330px; width: 100%; margin: 0 auto; }


.loginbox .form-control {border: 1px solid #000000; background: transparent; border-radius: 0px; /*margin-bottom: 20px;*/ height: 40px; /*font-size: 14px; font-weight: 400;*/ letter-spacing: 2.5px}
.loginbox .form-control::placeholder{color: #000; text-transform: uppercase;}
.login-container h2 {/*font-size: 22px;*/ margin-bottom: 10px; }
.login-container p { /*line-height: 20px;*/ margin: 20px 0px;  }

.ajax-loading { 	
	background-image: url(../img/ajax-loader.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	opacity: 0.6;
	pointer-events: none;
}
.wrong-user-msg { left: 0px; top: 0px; right: 0px; width: auto; /*min-height: 580px; margin: 50px;*/ background: #ffffff; border: 1px solid #dedede; position: absolute; display: none; padding: 70px 30px; z-index: 10; }
.wrong-user-msg p { margin-bottom: 15px !important; font-weight: normal !important; min-height: auto !important; line-height: 21px !important; }
.wrong-user-msg h2 { margin: 20px 0 !important; }
.wrong-user-msg .close-login-popup { right: 15px; top: 15px; position: absolute; }
.wrong-user-msg .form-control { border: 1px solid #000; line-height: 40px; height: 40px; /*font-size: 16px;*/ letter-spacing: 2px; border-radius: 0px; }
.wrong-user-msg .form-control::placeholder { color: #000; text-transform: uppercase; letter-spacing: 2px; }
.wrong-user-msg .btn { margin-top: 20px; }

/* end ofr login page css */


/* start for order upload page */
.empty-select2-yellow .select2-container .select2-selection--single .select2-selection__rendered {
	background-color: #EEEE22;
}
/* end for order upload page */

.page-item  a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
	text-decoration: none !important;
}
.page-item  a:hover, .page-item.active a {
    background-color: #000000;
	color: #FFFFFF;
}


.image-download ul li a { width: 200px; }
.image-download .modal-dialog { max-width: 350px; }


.request-waiting {
    position: fixed;
    left: 49%;
    top: 50%;
    -webkit-transform: translate(-49%, -50%);
    -moz-transform: translate(-49%, -50%);
    -ms-transform: translate(-49%, -50%);
    -o-transform: translate(-49%, -50%);
    transform: translate(-49%, -50%);
    min-width: 100px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255,255,255,1);
    display: none;
	min-height: 100px;
	z-index: 99999;
	border: 0.25px solid #979797;
	width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;	
	align-items: center;
	text-align: center;	
	font-weight: bold;
	color: #FFFFFF;	
}
.busy-waiting .request-waiting { display: flex !important; }


.busy-waiting .request-waiting img {
	top: 50% !important;
	position: absolute;
	margin-top: -140px !important;
}
.request-in-progress { pointer-events: none; }
.request-in-progress .request-waiting { 
	display: flex; 
}
.request-waiting .loading-body {
	margin: auto;
	background: transparent;
	padding: 20px;
	max-width: 400px;
}

.request-in-progress2 { pointer-events: none; }

td .text-link { color: #212529; margin-right: 10px; }
td .text-link:last-child { margin-right: 0px; }

.middle-content-wrap .grey-box ul li p { margin-bottom: 5px; }

/* for left navigation accordians */
.accordion-inner.show { display: block !important; }

/* for product overview page filters */

.product-filters .dropdown-menu-content { max-height: 200px; overflow-y: auto; }
.product-filters .btn-group > .dropdown-toggle:hover, .product-filters .btn-group > .dropdown-toggle.active{ /*font-family: 'semiBoldFont';*/ }
.product-filters .btn-group > .dropdown-toggle { box-shadow: none; }
.product-filters .btn-group > .dropdown-toggle:focus { border: none; box-shadow: none; }
.product-filters .btn-group > .dropdown-toggle::after { right: 0px; }
.product-filters .dropdown-item:hover { background: none; }

.product-image-box .cart-icon { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translateY(-50%); 
	margin-left: -12px; 
	display: none; 
	z-index: 9; 
-webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;
}
.product-image-box:hover .cart-icon{ display: inline;}

/* for product detail page */
.row.product-group-container {
	padding-left: 10px;
	padding-right: 10px;
}
.row.product-group-container .row-item {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.row.product-group-container .row-item .stock-indicator {
	position: absolute; 
	left: 10px; 
	top: -2px;
}
.product-group-container h4 { padding: 0px 5px; text-transform: uppercase; }
.row.product-group-container .row-item .stock-indicator img {
	width: 10px;
}
.row.product-group-container .row-item .btn-primary {
	width: 100%; 
	min-width: unset;
	padding: 5px 0px !important;
	height: 30px;
	/*line-height: 15px;
	font-size: 12px;*/
	border: 1px solid #000 !important;
	color: #000 !important;
	background: #fff !important;
	margin-top: 10px !important;
}
.row.product-group-container .row-item .btn-primary:hover {
	background: #000 !important;
	color: #fff !important;
}
.quick-buy {
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 100%;
	opacity: 0.7;
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translate3d(0, 80px, 0);
	background: #FFFFFF;
	padding: 15px 0px;
	text-align: center;
}

.product-box .product-image-box:hover .quick-buy {
	transform: translate3d(0, 0, 0);
}
.product-image-box .quick-buy a {
	width: 100%;
	/*background-color: #fff;
	height: 50px;
	line-height: 50px;*/
	text-align: center;
	cursor: pointer;
	border: 0;
	outline: none;
	text-transform: uppercase;
	color: #000;
}
.batch-container {
	position: absolute;
	bottom: 90px;
	right: 0px;
}
.batch-container .batch-item {
	width: 140px;
	height: 30px;
	margin-top: 5px;
	color: #FFF;
	text-transform: lowercase;
	text-align: center;
	/*font-size: 12px;
	line-height: 30px;*/
}

.eclipse-text {
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	/*font-size: 14px;*/
	-webkit-line-clamp: 1; /* $lines-to-show */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-list-detail .eclipse-text {
	/*font-size: 12px; */
	line-height: 1.5; /* $line-height */
	/*height: 24px;*/ /* Fallback for non-webkit */
	transition: height 0.25s ease-out;
}
/*.product-list-detail .product-box:hover .eclipse-text {
	height: 48px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	-webkit-line-clamp: 2;
	transition: height 0.25s ease-in;
}*/
.product-list-detail .eclipse-text.two-line-eclipse {
	-webkit-line-clamp: 2; /* $lines-to-show */
}
/*.eclipse-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eclipse-text p {
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
.product-image-box .quick-buy a:hover {
}
.alert-message {
	max-width: 400px !important;
	width: 400px !important;
	height: auto;
	position: fixed;
	z-index: 99991;
	right: 5px;
	top: 5px;
	background: #fffbeb ;
	color: #000000;
	border: 1px solid #fffbeb ;
	border-radius: 0px;
}
.alert-message .close {
	color: #000000;
	opacity: 1;
	margin-top: 1px;
}

.product-full .img-fluid { width: 100%; }
.irs-min, .irs-max { display: none !important; }
.dropdown-menu .btn {
    height: 40px;
    line-height: 26px;
}
.dropdown-menu .btn.btn-primary {
	border: 0.5px solid #5a2115;
	background: #FFF;
	white-space: nowrap;
}
.dropdown-menu .btn.btn-primary:hover {
	color: #FFFFFF !important;
	background: #5a2115 !important;
	border-right-color: #fff !important;
}
.price-container .mr-2 { margin-right: 10px !important; }

.info-box-init { z-index: 99; }
.info-content {
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    padding: 20px;
    width: 400px;
    right: -10px;
    top: 35px;
	border: 1px solid #afafaf;
	box-shadow: 1px 1px 4px 1px #DEDEDE;
	/*font-size: 13px;*/
	text-align: left;
	color: #000;
	text-transform: none !important;
}
.info-content::before {
	content: "";
	position: absolute;
	transition: all 0.3s ease-in;
	top: -19px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	right: 5px;
	z-index: 1;
}

.info-content::after {
	content: "";
	position: absolute;
	transition: all 0.3s ease-in;
	top: -20px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #afafaf;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	right: 5px;
}
.my-account .info-content:before {
	left: -19px;
	top: unset;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFFFFF;
	top: 2px;
	right: unset;
}
.my-account .info-content:after {
	left: -20px;
	top: unset;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #afafaf;
	top: 2px;
	right: unset;
}
.my-account .info-box-init {
	padding-right: 10px;
	padding-bottom: 10px;
}
.my-account .info-content { 
	right: unset;
	left: 25px;
	top: 0px;
	width: 450px;
}
.info-content.show {
	display: block;
}
.selected-filters {
	margin-top: 20px;
}
.selected-filters li {
    background: #ECEAE1;
    padding: .375rem .75rem;
    display: inline-block;
    margin-right: 10px;
	vertical-align: top;
	height: 40px;
}
.selected-filters li a img { height: 10px; }
.selected-filters li.reset-all-filter {
	background: none;
	padding: 0px;
}
.selected-filters li:not(.reset-all-filter) a {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.75;
	margin-bottom: 7px;
}

.btn.btn-secondary:disabled {
	background: #5a2115 !important;
	border-color: #5a2115;
	color: #FFFFFF;
	opacity: 1;
}
.btn.btn-secondary:disabled:hover {
	border-color: #ededed !important;
}

.owl-stage {
	left: -50px;
}
/* for the date picker */
.bootstrap-datetimepicker-widget table th.picker-switch { text-transform: capitalize; }
.bootstrap-datetimepicker-widget table td.today::before { display: none; }
.bootstrap-datetimepicker-widget table th { /*font-size: 14px;*/ }
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #ECEAE1; }
.bootstrap-datetimepicker-widget.dropdown-menu { padding: 20px 20px 40px; max-height: 350px; overflow-y: auto; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td { border-radius: 0px;  padding: 8px; margin: 2px !important; }
.bootstrap-datetimepicker-widget.dropdown-menu { width: auto; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #007bb6; border-radius: 0px; }
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { padding: 6px 8px; border-radius: 0px; }
.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.prev:hover { opacity: 0.6; background: url('../img//arrow-left.svg') no-repeat center center !important; background-size: 6px 10px !important; }
.bootstrap-datetimepicker-widget table th.prev .fa, .bootstrap-datetimepicker-widget table th.next .fa { display: none; }
.bootstrap-datetimepicker-widget table th.next, .bootstrap-datetimepicker-widget table th.next:hover { opacity: 0.6; background: url('../img//arrow-right.svg') no-repeat center center !important; background-size: 6px 10px !important; }
.bootstrap-datetimepicker-widget table th.prev:hover, .bootstrap-datetimepicker-widget table th.next:hover { opacity: 1; }
.checkout-box .row {
    margin-left: -20px;
    margin-right: -20px;
}  
.checkout-box div[class^="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
/*.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}*/
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.logout-link {
	border-left: 1px solid #FFFFFF;
	margin-left: 20px;
	line-height: 16px;
	padding: 0 0 0 20px;
	text-decoration: none !important;
}
.navbar-expand-lg .navbar-collapse { margin-right: 20px; }
.ma5menu__panel { top: 0px; }

.lvl-0 ul li:first-child {
	height: 80px;
	background: #dedede;
	background: url('../img//logo.png') no-repeat center center;
	background-size: auto 50%;
}


.complimentary-list-item { background: #ECEAE1; margin-bottom: 10px; height: auto; min-height: 100px; }
.complimentary-list-item:last-child { margin-bottom: 0px; }
.complimentary-products-section { margin-top: 40px; }
.complimentary-products-section .img-wrapper img { height: 100px; width: auto !important; }
.complimentary-products-section h2 { margin-bottom: 10px; /*font-size: 22px;*/ }
.complimentary-products-section p { margin-bottom: 5px; line-height: 20px; }
.complimentary-list-item .number input { background: transparent; }
.complimentary-list-item div[class^="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}
.product-tab-nutrition .product-info-row > p { display: flex; -ms-flex-pack: justify !important; justify-content: space-between !important; margin-bottom: 5px; line-height: 20px; }
.product-tab-nutrition .product-info-row > p > strong { }



video:focus { outline: none; }
.pswp__zoom-wrap { display: flex; }
.video-js { /*width: 80%; max-height: 700px; height: auto; margin: 0 auto;*/ }
.video-js-player, .pswp__zoom-wrap .video-js { max-height: 750px; max-width: 600px; margin: auto; }
.video-js .vjs-big-play-button, 
.js-pswp-thumb .vjs-big-play-button, 
.video-js-player .vjs-big-play-button { 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%,-50%); 
	/*font-size: 2.5em; 
	line-height: 2.5em; */
	height: 2.5em; 
	width: 2.5em; 
	border-radius: 60px; 
	position: absolute;
	border: 0.06666em solid #fff;
	cursor: pointer;
	background-color: rgba(43, 51, 63, 0.7);
	transition: all 0.4s;
	padding: 0;
}
.product-play-video {
	position: absolute; 
	padding: 5px 0 0 0px; 
	right: 15px; 
	z-index: 9; 
	bottom: 25px;
}
.demo-gallery a span.play-video, .js-pswp-thumb span.play-video { 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: all 0.4s;
	padding: 0;
	display: block;
	position: absolute;
}
.demo-gallery a span.play-video img { width: 100px; height: auto; }
.js-pswp-thumb span.play-video img { width: 50px; height: auto; }
.video-exists { margin-right: 40px; }

.fixed-position { position: sticky; top: 80px; }
.js-show-hide { text-transform: uppercase; }
.js-show-hide:hover { }
.sticky-buy-btn {
	display: flex;
	position: fixed;
	top: 80px;
	background: #fff;
	padding: 10px 40px 10px 0px;
	z-index: 999;
	width: 100%;
	text-align: right;
	-ms-flex-pack: flex-end !important;
	justify-content: flex-end !important;
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
}
/*.btn.btn-reorder { 
	background-image: url("../img//basket-white.svg");
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-left: 70px;
	padding-right: 40px;
}
.btn.btn-reorder:hover, .btn.btn-reorder:focus, .btn.btn-reorder:active { 
	background-image: url("../img//basket.svg");
}*/
/*.ma5menu__toggle { display: inherit; }*/
.ma5menu__toggle { /*height: 11px;*/ display: inherit; width: 58px; }
.site-menu .myprofile-nav img { margin-right: 5px; }
.ma5menu__alert { background: #FFFFFF; }
.ma5menu__li--current > a { /*font-family: 'semiBoldFont';*/ }
.input-group-append button { background: none; border: none; }
.pswp { z-index: 9999; width: auto; height: auto; left: 0px; right: 0px; top: 0px; bottom: 0px; }
.pswp__bg { background: #FFFFFF; }
.pswp__button--arrow--left, .pswp__button--arrow--right { width: 15px; height: 20px; }
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before { width: 15px; height: 20px; top: 0px; }
.pswp__button--arrow--left { left: 31%; }
.pswp__button--arrow--right { right: 31%; }
.pswp__button--arrow--right::before { right: -8px; }
.pswp__button--arrow--left::before { left: -4px; }

.pswp-ksa-thumbs { position: absolute; top: 100px; left: 40px; width: 100px; }
.pswp-ksa-thumbs a { width: 100%; display: block; padding: 0px; margin-bottom: 0px; position: relative; }
.pswp-ksa-thumbs a img { width: 100%; height: auto; opacity: 0.2; }
.pswp-ksa-thumbs a.active img { opacity: 1; }
.pswp__item .video-figure { max-width: 600px !important; height: auto; margin: 50px auto; }
.pswp__zoom-wrap {
  text-align: center;
  &:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}
.pswp__item .video-figure {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    width: 100%;
	
	video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/*#product-images-container .demo-gallery a img { height: 100%; width: auto; }*/
.auto-width-col-row { display: flex; }
.auto-width-col { margin-right: 50px; text-transform: uppercase; }
.auto-width-col .clear-filter { margin-left: 0px; }
/*.auto-width-col .custom-checkbox .custom-control-label::before { top: 7px; }
.auto-width-col .custom-checkbox .custom-control-label::after { top: 7px; }*/

.light-text, .light-text p { color: #666666 !important; }
.large-text {
    font-size: 1.4rem;
    line-height: 1.5;
}
.modal-content { border-radius: 0px; }
#smallModel .modal-body { padding-top: 0px; }
#largeModal .modal-body { padding-top: 0px; padding-left: 40px; padding-right: 40px; }
.no-border { border-bottom: none !important; }
/*.data-table .table { min-height: 300px !important; }*/
.modal { z-index: 9999; }

.w-100 { max-width: unset !important; }
.border-top { border-color: #000000 !important; }
.ui-autocomplete-loading {
    background: url('../img//ajax-loader.gif') no-repeat right 10px center !important;
	background-size: 20px 20px !important;
    background-color: #FFFFFF !important;
}
.ui-autocomplete { max-height: 300px; overflow-y: auto; }
.box-item-container h3 { /*font-size: 18px;*/ }
.box-item-container p { margin-bottom: 20px; }
.hover-link {}
.heading-row td a { 
	background: url('../img//plus.svg') no-repeat;
	background-position: left 4px;
	padding-left: 20px;
}
.heading-row td a:hover { }
.heading-row td a.active { 
	background-image: url('../img//minus.svg');
	background-position: left 8px;
}
.no-border td { border-top: 0px !important; padding-top: 0px !important; }
.border-bottom { border-bottom: 0.5px solid #000000 !important; }
.box-icons a {
	background-color: #FFFFFF;
	height: 100%;
	display: inline-block;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding: 0 40px;
	/*font-size: 14px;
	white-space: nowrap;*/
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none !important;
}
.box-icons a:hover { }
.box-icons a img {
	height: 40px;
	filter: brightness(0) invert(0);
}
.box-icons a span {
    display: block;
    margin-top: 20px;
}
.box-icons .box-icon-item {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.boxed-table td, .boxed-table th {
	border-color: #000000;
	border-right: 1px solid #000;
	padding: 20px;
}
.boxed-table td, .boxed-table th {
	border-color: #000000;
	border-right: 1px solid #000;
}
.boxed-table th { /*font-family: 'semiBoldFont';*/ }
.boxed-table tbody {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* clears the 'X' from Internet Explorer for input with type="search" */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome for input with type="search" */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.text-underline { text-decoration: underline !important; }

.size-guide-popup h2 { margin-bottom: 20px !important; text-align: center !important; /*font-size: 22px !important;*/ }


.ma5menu__container { box-shadow: none !important; }
.ma5menu--active .ma5menu__container { box-shadow: 0 0 12px rgba(0, 0, 0, 0.14) !important; }
.page-heading { text-align: center; }
.page-heading h2 { /*font-size: 26px;*/ margin-bottom: 0px; line-height: 1.5; }
.page-heading .btn { position: absolute; right: 15px; top: 0px; }

.table-column-center { display: inline-block; text-align: center; }

.content h2 { /*font-size: 26px;*/ margin-top: 0; margin-bottom: 40px; text-align: center; }
.content h3 { margin-bottom: 0px; margin-top: 0px; /*font-size: 14px;*/ }
.content p { margin-bottom: 20px; }
.footer a, .footer p, .footer h4 { color: #FFFFFF; }
.footer p { margin-bottom: 5px; }
.footer { background: #5a2115; padding-top: 60px; padding-bottom: 80px; }
.footer h4 { margin-bottom: 25px; /*font-size: 21px;*/ }
.footer a:hover { }
/*.footer .social-links { display: inline-block; margin: 40px 0px; }
.footer .social-links li { display: inline-block; margin-right: 30px; }
.footer .social-links li a { opacity: 1; }
.footer .social-links li a:hover { opacity: 0.5; }
.footer .social-links li:last-child { margin-right: 0px; }*/

.btn-auto-height { overflow-wrap: anywhere; min-height: 40px; height: auto !important; }

.no-arrow .dropdown-toggle::after { display: none !important; }
.no-arrow .dropdown-menu.show { min-width: auto; }

.gray-background { background: #E1E0DC; }
.modal-dialog.custom-width .modal-body { padding-left: 150px; padding-right: 150px; padding-bottom: 200px; }
.btn-default { background: #FFFFFF; border: 1px solid #FFFFFF; }
.btn-default:hover { border: 1px solid #000000; }


/* this is the page used for newsletter singup landing page */
.page-layout-v100 {}
.page-layout-v100 .inner-content { padding-left: 135px; padding-right: 135px; padding-top: 60px; }
.energy-icon img { max-width: 60px; /*position: absolute;*/ margin-top: -10px; }
.energy-icon { display: block; margin-bottom: 2px; }

/* login notice board */
.login-container.notice-board {
	padding-top: 40px;
}
.login-container.notice-board .notice-board-content {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.clp-images img { width: 60px; margin-right: 10px; margin-bottom: 10px; }

.register-form .form-group { margin-top: 20px; }
.register-form .form-group > label { font-weight: bold; }
.input.radio label { margin-right: 30px; }
.input.radio label input { margin-right: 5px; }
.input.select .checkbox { display: inline-block; margin-right: 30px; }
.input.select .checkbox input { margin-right: 10px; }
.input.text, .input.select, .input.password { margin-bottom: 20px; }
.right-box .input.select { margin-bottom: 0px; }
.form-group .input.text, .form-group .input.password { margin-bottom: 5px; }
.form-group .input.select .checkbox input{ margin-bottom: 5px; }
.input.checkbox input {
  margin-right: 10px;
}
.search-product-list-block {
	position: absolute;
	top: 24px;
	width: 100% !important;
	padding: 10px 0px;
	max-height: 250px !important;
	overflow-y: auto;
	overflow-x: hidden;
	background: #FFFFFF;
	display: none;
}
.search-product-list-block.show { display: block; }
.product-search-item {
	padding: 15px 0px;
	border-bottom: 1px solid #454545;
}
.product-search-item .price { margin-left: 20px; }
.product-search-item .stock-indicator {
	top: 6px; 
	left: 15px;
}


.jumbotron { background-color: #ECEAE1; }
.alert-danger { background: none; border: none; }
.select2-container .select2-search--inline .select2-search__field::placeholder {
	text-transform: uppercase;
}

/* Images scale naturally inside */
#product-carousel { width: 100%; }
#product-carousel .carousel-item .img-box img {
    width: 100%;
    height: auto;
    /*height: 100%;
    object-fit: contain;*/
}

.carousel-indicators li {
	border-top: none;
	border-bottom: none;
	width: 15px;
	height: 15px;
	background-color: #9d8d3d;
	opacity: 1;
	border-radius: 12px;
}
.carousel-indicators .active {
	background-color: #5a2115;
}
.alert-success {
	color: #000;
	background-color: #fffbeb;
	border-color: #EEEADA;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #ECEAE1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #ECEAE1;
	border: 1px solid #EEEADA;
}
.page-item.active .page-link {
  background-color: #5a2115;
  border-color: #5a2115;
}
.page-item a:hover, .page-item.active a {
  background-color: #5a2115;
}

.ui-autocomplete-disabled-item {
    background: #f1f1f1 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none !important;
}

#loading-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8); /* optional fade effect */
	display: none;
	align-items: center;   /* vertical center */
	justify-content: center; /* horizontal center */
	z-index: 999999;
	pointer-events: none;
}
.progress-bar {
	background: #5a2115;
}
.carousel-control-next-icon {
	background: url(../img/arrow-right.svg) no-repeat !important;
	background-size: 30px 30px !important;
	width: 30px;
	height: 30px;
}
.carousel-control-prev-icon {
	background: url(../img/arrow-left.svg) no-repeat !important;
	background-size: 30px 30px !important;
	width: 30px;
	height: 30px;	
}

/* for basket page */
@media (min-width: 576px) {
	.cart-item .first-column-with-image { width: 10%; }	
}
@media (min-width: 768px) {
	.cart-item .first-column-with-image { width: auto; }

	.modal-dialog.custom-width {
		max-width: 600px !important;
	}
}

@media (max-width: 990px) {
	.login-page { margin-left: -20px; margin-right: -20px; padding-top: 0px; margin-top: -10px; }
	.login-container { padding: 50px 20px; }
	.wrong-user-msg { padding: 20px; margin: 20px; }
}

@media (max-width: 767px) {
	.mb-sm-20 { margin-bottom: 20px; }
	.modal-dialog.custom-width .modal-body { padding-left: 40px; padding-right: 40px; }
	.modal-dialog { margin: 20px; }
	
	.page-layout-v100 .inner-content { padding-left: 40px; padding-right: 40px; padding-top: 40px; }
	
	.batch-container {
		bottom: 5%;
	}
	.batch-container .batch-item {
		width: 140px;
		height: 24px;
		font-size: 10px;
		line-height: 24px;
	}
}





/* for the media tasks */
/*Responsive*/
@media(max-width: 1680px){
  .content-detail .favorite, .content-detail_2 .favorite{right: 10px;}
  .content-detail .product-item p, .content-detail_2 .product-item p{margin-right: 10px;}
  .content-detail .image-box, .content-detail_2 .image-box{padding-bottom: 0px;}
  .container1{max-width: 1520px;}

  .content-detail .carousel{margin-right: 0;}
}


@media (max-width: 1600px){
  .container1{max-width: 1440px;}
}
@media(max-width: 1440px){
  .container{max-width: 1340px;}
 .product-listing #demo-2 input[type=search]:focus{width: 145px;}
 .container1{max-width: 1280px;}
}

@media(max-width: 1366px){
  .container1{max-width: 1220px;}
}

@media(max-width: 1280px){
	.container1{max-width: 1130px;}
	.product-listing.inner-category .right-section h3{font-size: 22px; margin-bottom: 4px;}  
	.download-package li { width: 48%; }
}

@media(max-width: 1199px){
	.container1{max-width: 940px;}
	.gallery .carousel-control-prev, .gallery .carousel-control-next{top: 38%;}
	.gallery .carousel-control-prev{left: 8px;}
	.gallery .carousel-control-next{right: 8px;}
	.gallery .carousel-control-prev img, .gallery .carousel-control-next img{width: 80%;}
	
	/*mediabase-pages*/
	.product-listing .media-list .table tr td:last-child{padding-right: 0;}
	.product-listing .card .card-header .my-selection .btn-link{align-items: flex-start;}
}

@media(max-width: 990px){
	/*.modal-dialog { max-width: 600px; }*/
	h1{font-size: 30px;}
	h2{font-size: 28px;}
	h3{font-size: 20px;}
	.btn-primary{font-size: 14px;}
	.products-bar .grid-box{text-align: right; width: 120px;}
	.gallery .image-box h2{font-size: 18px;}
	.product-listing{padding-top: 130px;}
	
	.middle-content-1{padding-top: 134px;}
	.container1{max-width: 680px;}
	.content-detail .image-box .product-item { display: block; }
	.product-detail h6 { margin-top: 5px; margin-bottom: 20px; }	
	
	/*mediabase-pages*/
	.media-gallery.content-detail .image-box{width: 49%;}
	.header-bottom .navbar-brand { margin: auto !important; }
	.header-bottom .navbar-brand img { width: 50px !important; }
	.ma5menu__toggle { width: auto; }
}



@media (max-width: 767px){
	.products-bar .listing-product { width: 100%; max-width: 100%; }
	.btn-primary{ min-width: 160px; height: 30px; font-size: 12px; letter-spacing: 2.5px; padding: 5px 10px; }
	
	.gallery .image-box h2 { margin-top: 10px; }
	.gallery.grid-col-1 .grid-item { width: 100%; padding-right: 0px; }

	.gallery.grid-col-3 .grid-item { width: 50%; padding: 0px; }
	.gallery.grid-col-3 .grid-item.image-box, .gallery.grid-col-1 .grid-item.image-box { margin-bottom: 25px; }
	.gallery.grid-col-3 .grid-item:nth-child(even) { padding-left: 10px; padding-right: 5px; }
	.gallery.grid-col-3 .grid-item:nth-child(odd) { padding-right: 10px; }

	.content-detail .image-box {padding-bottom: 0px; width: 50%; padding-left: 10px; padding-right: 10px; display: inline-block; float: none; }
	.content-detail .image-box:nth-child(even){ padding-right: 0px; }
	.content-detail .image-box:nth-child(odd){ padding-left: 0px; }
	.content-detail.grid-col-2 .image-box { width: 100%; display: inline-block; float: none; padding: 0px; }

	
	.content-detail.grid-col-4 .image-box:nth-child(even) {
		padding-right: 0px; 
		padding-left: 10px;
	}
	.content-detail.grid-col-4 .image-box:nth-child(odd) {
		padding-left: 0px;
		padding-right: 10px;
	}
	.products-bar li { padding: 0 10px 0 0; }
	
	.product-listing {padding-top: 100px;}
	.product-listing .left-sidebar h3{ padding: 0px; line-height: 25px; }
	.product-listing .card .card-header .btn-link{padding: .55rem 0;}
	.product-listing .container1{ padding: 0 15px; }
	
	.favorite-product{padding-left: 30px; padding-bottom: 20px; display: block;}
	.favorite-product.products-box{padding-left: 0;}
	.favorite-product h6{display: inline-block; font-size: 16px; color: #000;}
	.favorite-product .filter-icon{ margin-right: 12px; margin-top: 4px;}
	.favorite-product .grid-box{float: right;}
	.favorite-product .grid-box li{display: inline-block; padding-right: 14px;}
	.favorite-product .grid-box li:last-child{padding-right: 0;}
	.favorite-product .grid-box li:first-child a{display: inline-block; width: 14px; height: 14px; background: url(../img/grid-single.jpg)no-repeat;}
	.favorite-product .grid-box li:first-child a.active{background: url(../img/grid-single-1.jpg)no-repeat;}
	.favorite-product .grid-box li:last-child a{display: inline-block; width: 30px; height: 14px; background: url(../img/grid-icon.png)no-repeat;}
	.favorite-product .grid-box li:last-child a.active{background: url(../img/grid-icon1.png)no-repeat;}
	

	/*29-07-2019 start here*/
	/*remove from desktop veiw and added here*/
	.left-sidebar .remove-filters { color: #565656; margin-right: 40px; text-decoration: none; line-height: 20px; font-size: 16px; }
	.left-sidebar .remove-filters:hover { color: #000000; }
	.left-sidebar .filter-icon { position: absolute; right: 20px; margin-left: 20px; }
	.left-sidebar .filter-icon, .left-sidebar .close-filter, .left-sidebar .show-result, .left-sidebar .remove-filters{display: block;}
	.left-sidebar .btn-primary{display: inline-block;}
	.product-listing .left-sidebar.active{display: block;}
	.product-listing .left-sidebar{z-index: 999; display: none; width: 100%; position: fixed; left: 0; bottom: 0px; top: 80px; background: #fff; /*height: 90vh;*/ padding: 36px 20px; z-index: 9;  box-shadow: -2px 2px 8px rgba(0,0,0,.1);}
	.product-listing .card .card-header .btn-link:before, .product-listing #demo-2 input[type=search] , .product-listing .card .card-header .btn-link[aria-expanded="true"]:before{right: 6px;}
	.product-listing .title{display: flex; padding-bottom: 10px;}
	.product-listing .card .card-header .btn-link{text-transform: uppercase;}
	.product-listing .btn-primary{text-transform: uppercase; margin-top: 54px; }
	.product-listing ul li .btn-primary, .product-listing .send-email-popup .btn-primary  { margin-top: 0px; }
	
	
	.product-listing .close-filter, .product-listing .show-result{display: flex;position: absolute; bottom: 0; left: 0; right: 0; background: #D8D8D8; padding: 12px 23px;}
	.product-listing .show-result{background: #000; }
	.product-listing .left-sidebar .show-result h3{color: #fff; padding: 0; line-height: 21px; font-size: 16px;  }
	.product-listing .left-sidebar .close-filter h3{padding: 0;}
	.product-listing .left-sidebar .close-filter .close-btn{margin-top: -6px;}
	.product-listing .card-body{padding-left: 0px;}
	.product-listing .mobile-bar{display: none; -webkit-transition: all .5s linear;
	 -moz-transition: all .5s linear;
	  -ms-transition: all .5s linear;
	   -o-transition: all .5s linear;
		  transition: all .5s linear;}
	.product-listing .title{border-bottom: 1px solid #000; padding: 0px 0px 10px;}
	.product-listing.product-listing .card:first-child{border-top: none;}
	.leftsearch input{ border: none; outline: none; font-size: 14px; padding: 0; }
	.leftsearch input:focus{ outline: none; box-shadow: none; }
	
	.product-detail h1 { font-size: 30px; }
	/*body > section, body > .middle-content-1 > section { margin-top: 75px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }
	body > section:first-of-type { margin-top: 120px !important; padding-top: 0px !important; padding-bottom: 0px !important; }
	body > section.middle-content-1:first-of-type { margin-top: 0px !important; padding-top: 78px !important;}
	body > section:last-of-type, body > .middle-content-1 > section:last-of-type { margin-bottom: 75px !important; }
	body > .middle-content-1 > section:first-of-type { margin-top: 20px !important; padding-top: 0px !important; padding-bottom: 0px !important;}*/
	
	
	.product-item ul.left { width: 100%; }
}

@media(max-width: 667px){
  .container1{max-width: 600px;}
}

@media(max-width: 568px){
	.product-listing .left-sidebar { top: 54px; }
	.middle-content-1 {padding-top: 110px;}
	.product-listing{padding-top: 84px;}
	.product-box {padding-top: 59px;}
	.product-item ul.left li a{font-size: 12px;}

	.container1{max-width: 100%; padding: 0 30px;}
	.content-detail{padding-top: 0;}
	.product-listing.middle-content-1 {padding-top: 84px; }
	.product-listing .downsearch .btn{padding-right: 0;}
	
	.gallery{margin-right: -5px;}	
	.product-detail h1 { font-size: 20px; padding: 0px; }

}


@media (max-width: 480px) {
	.gallery .image-box h2{font-size: 16px;}
	.product-listing .table {width: 500px;}
	.product-listing .table-responsive td:first-child img{width: 84px;}
}



@media (max-width: 420px) {
	.gallery .image-box h2{top: 12px; left: 12px;}
	.newsletter .modal-content .btn-primary{ margin: 15px 0 0; }
	.gallery .carousel-control-prev img, .gallery .carousel-control-next img{width: 52%;}
	.product-detail h6 { font-size: 12px; }
}