@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham_bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fonts/gotham_black_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_black_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham_medium_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_medium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
--bsc-white:#FFF;
--bsc-black:#000;
--bsc-black2:#141517;
--bsc-theme1:#DF103a;
--bsc-theme2:#000;
--bsc-grey: #828282;
--bsc-lightgrey: rgb(242, 243, 244);
--bsc-lightgrey2: #EAEAEC;
--bsc-semilight: #BEBEBE;
--bsc-red: #ff1310;
--bsc-greytransparent: rgb(242, 243, 244);
--bsc-font-heading: 'gotham_blackregular',sans-serif;
--bsc-font-body: 'gotham_mediumregular',sans-serif;
--bsc-font-btn: 'gothambold',sans-serif;
--bsc-transition: 0.3s ease-in-out;
}

html{font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); height:100%}
body{font-size:calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); color: var(--bsc-black2); font-family: var(--bsc-font-body); font-weight: 500;background-color:var(--bsc-greytransparent);}
img{max-width:100%}
ul{list-style:none;padding-left:0;margin:0}
a{color: var(--bsc-black2);text-decoration: none;transition: var(--bsc-transition);-webkit-transition: var(--bsc-transition);}
a:hover, a:focus{text-decoration:none; color: var(--bsc-theme1);}
.font-semibold{
font-weight:600;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--bsc-font-heading);
	color: var(--bsc-theme2);

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		/*font-weight: 600;*/
}
.hide{
	display:none;
}
h1, .h1{
	font-size: calc(22px + (50 - 22) * ((100vw - 320px) / (1920 - 320)));
	text-transform:uppercase;
}
h2, .h2 {
    font-size: calc(20px + (46 - 20) * ((100vw - 320px) / (1920 - 320)));
	text-transform:uppercase;
}
h3, .h3 {
    font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
}
h4, .h4{
	font-size: calc(16px + (24  - 16) * ((100vw - 320px) / (1920 - 320)));
}
h5, .h5{
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
h6, .h6{
	font-size: calc(12px + (17 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.form-error {
	color: red;
	font-size: 11px;
	font-weight: 500;
}
.fw-medium {
	font-weight: 500 !important;
}
.fw-bold, .fw-semibold {
	font-weight: 600 !important;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.btns .btn {
	margin-right: 5px;
}
.price {
	display: flex;
}
.main {
	padding-top: 100px;
}
.main.whitebgd {
	padding-top: 50px;
}
.container{
	padding:0 20px;
}
/* ==== Header ================ */
.top-bar {
	background: var(--bsc-white);
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

/*---------- Strip banner CSS start ----------------------------------*/
 .top-strip {
    width: 100%;
    background: #000;
    text-align: center;
    position: relative;
    padding: 10px 0px 0px 0px;
    z-index: 1;
    margin-top: 115px;
}
.top-strip .offer-detail {
    display: block;
    font-size: 30px;
    line-height: 57px;
    margin-top: -11px;
    color: #fff;
    text-transform: capitalize;
}
/*---------- Strip banner css end ----------------------------------*/

.activetion-link{ text-decoration: underline;
    color: var(--bsc-theme1);}
	.activetion-link:hover{ text-decoration: underline;}
.top-bar .bsticon{font-weight:bold;margin-right:5px;}
.space-left > span {
	margin-right: 15px;
}
.carousel-item a {
    display: block;
    height: 100%;
    width: 100%;
}
.space-right {
	text-align: right;
	font-weight: 600;
}
.space-right .ada_screen_text {
	margin-left: 0;
}
.navbar {
	padding: 20px 0 20px 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
justify-content:space-between;
display:block;
width:100%;
margin:0;
}


.size-chart .btn:focus{    box-shadow: none;}
.navbar  .bsticon{font-weight:bold}
header.header-store {
	position: fixed;
	background: transparent;
	top: 0px;
	left: 0;
	right: 0;
	max-width: 100%;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	padding: 0;
	z-index: 101;
	align-items: center;
	display: flex;
	flex-direction: column;
	background:
	var(--bsc-white)
}
header.header-store.header-fixed {
	background: var(--bsc-white);
	/* box-shadow: 0 10px 40px 5px rgb(184 184 184 / 30%);
	-webkit-box-shadow: 0 10px 40px 5px rgb(184 184 184 / 30%); */
}
.header-store .container{padding-right:10px;}
.login-icon-list {
    padding-right: 10px;
}
.nbs-cart-opened header {
	background: var(--bsc-white);
}
input#promotionCode {
    padding-right: 60px;
}
.ac_results {
	z-index: 101;
	max-width: 100%;
}
.ac_results ul {
	background: var(--bsc-white);
	border: solid 1px #DDD;
	width: 100%;
}

#size-chart-modal button.close {
    background: none;
    border: none;
    right: 20px;
    top: 12px;
    font-size: 24px !important;
}

.sbm-address.gust-sbm-address{     margin-top: 25px;}
.ac_results ul li {
	padding: 5px 8px;
	border-bottom: solid 1px #DDD;
	cursor: pointer;

}
.ac_results ul li.ac_over{
	background:#f1f1f1;
}
.ac_results ul li:last-child {
	border-bottom: none;
}
/* ==== Header ================ */
/* ==== Navbar ================ */
.brand-categories {
    display: flex;
    flex-direction: column-reverse;
    /* align-items: end; */
    margin-top: -46px;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav > li {
   /* margin: 0 calc(0px + (25 - 0) * ((100vw - 320px) / (1920 - 320)));*/
    font-weight: 500;
    position: relative;
    padding: 8px 0;
}
.navbar-nav > li a .bs-arrow-drop-down {
	font-size: 8px;
}
.navbar-nav > li a:hover, .navbar-nav > li a:focus, .navbar-nav > li.active a {
	color: var(--bsc-theme1);
}
/* ==== Navbar ================ */
/* ==== Login Navbar ================ */
.login-icon-list li a img {
	transition: var(--bsc-transition);
}
.login-icon-list li {
    display: flex;
    align-items: center;
    margin-left: calc(16px + (48 - 16) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
}
.login-icon-list li:first-child {
	margin-left: 0;
}
.login-icon-list a {
    display: flex;
    color: var(--bsc-black2);
    align-items: center;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.login-icon-list a:hover{
	color: var(--bsc-theme1);
}
#welcome-data a + a {
	margin-left: 10px;
}
#basket-amount {
	color: var(--bsc-theme1);
	margin-left: 5px;
font-weight:bold;
}
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	font-size: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.search-form-wraper {
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 0;
    background: var(--bsc-white);
    width: 295px;
}
.search-form-wraper.active{
 display:block !important;
}
.search-inner .form-control {
	border-color: var(--bsc-lightgrey2);
	background: var(--bsc-lightgrey);
}
.btn.btn-search {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.search-form-wraper input.form-control {
	height: 50px;
	padding-right: 30px;
}
.search-inner {
	position: relative;
}
.navbar-brand {
    margin-right: calc(7px + (48 - 7) * ((100vw - 320px) / (1920 - 320)));
    display: block;
    align-items: center;
height:auto;
}
.navbar-brand img {
	    max-height: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320)));
}
.space-right ul li,
.space-left ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 12px;
}
.space-right ul li:last-child,
.space-left ul li:last-child{
    border:none;
margin-right:0;
padding-right:0;
}
/* ==== Login Navbar ================ */

/*------- custom-inspirations ---------------------------------------- */
       .custom-width-container{
            max-width: 2500px;
            margin: auto;
            color: #000000;
			background-color: #ffffff;
        }
        .text-image-wrapper .image-wrap img{
            width: 100%;
        }
        .text-image-wrapper .text-wrapper p:last-child{
            margin-bottom: 0;
        }
        .text-image-wrapper .text-wrapper p:not(:last-child){
            margin-bottom: 15px;
        }   
        .text-image-wrapper .text-wrapper p{
            font-size: 18px;
        }   
        
        .email-text {
            padding:15px 10px;
            text-align: center;
            background-color: #e21e38;
        }
        .email-text p{
            margin-bottom: 0;
            font-size:calc(16px + (45 - 16) * ((100vw - 320px) / (1920 - 320)));
            color: #fff;
        }
        .text-image-wrapper::before{
            content: '';
            width: 100%;
            display: block;
            padding:0 0 70px;
            background-image:url('../images/head-vector.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        .inspire-block-text {
            padding: 15px;
        }
        .inspire-block-text .inspire-text-inner{
            background-color: #000000;
            width: 100%;
			padding: 15px 10px;
            text-align: center;
        }
        .inspire-block-text .inspire-text-inner h3{
            color: #ffffff;
        }
		.inspire-block-text .inspire-text-inner h3{
			font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
		}
		

        .inspire-card .image img{
            width: 100%;
        }
        
        .inspire-card .inspire-text.red-card{
            background-color: #cb1f2f;
        }
        .inspire-card .inspire-text.grey-card{
            background-color: #d4d2d2;
        }
        .inspire-card .inspire-text.yellow-card{
            background-color: #e7d3ab;
        }
        .inspire-card .inspire-text.black-card{
            background-color: #000000;
        }
        .inspire-text h3{
            margin-bottom:25px;
        }
        .inspire-text .link a{
            text-transform: uppercase;
            font-size: 16px;
            color: #000000;
            background-color: #fbfbfc;
            padding: 10px 8px;
            display: inline-block;
            line-height: 1;
			transition: 0.32s all ease-in-out;

        }
        .inspire-text .link a:hover{
			background-color: #727283;
			color: #fff;
		}

        .inspire-card {
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .inspire-card .inspire-text {
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .inspire-card .inspire-text .link{
            margin-top: auto;
        }
        .inspire-text h3{
            color: #ffffff;
        }
		.inspire-card-wrapper-inner{
			display: flex;
			flex-wrap: wrap;
		}
		.inspire-card-wrapper .inspire-card-item{
			width: 100%;
		}
		.text-image-wrapper .text-wrapper h1{
			font-size: calc(22px + (63 - 22) * ((100vw - 320px) / (1920 - 320)));
			text-transform: none;
		}
		.inspire-card-wrapper .inspire-card-item{
			padding-bottom: 15px;
		}
		.inspire-text {
			padding:25px;
		}
		.inspire-card-wrapper{
			overflow: hidden;
		}
        @media(min-width:576px){
			.inspire-card-wrapper .inspire-card-item{
				width: 50%;
			}
			.inspire-card-wrapper-inner{
				margin: 0px -10px;
			}
			.inspire-card-wrapper-inner .inspire-card-item{
				padding-left: 10px;
				padding-right: 10px;
			}
		}

        @media(max-width:992px){
			.text-image-wrapper .image-wrap{
				text-align: right;
			}
			.text-image-wrapper .image-wrap img{
				max-width: 500px;
			}
			.text-image-wrapper .text-wrapper {
				padding-top: calc(22px + (100 - 22) * ((100vw - 320px) / (1920 - 320)));
				padding-bottom: 0;
			}
		}
        @media(min-width:992px){

			.text-image-wrapper .text-wrapper {
				padding-top: calc(22px + (100 - 22) * ((100vw - 320px) / (1920 - 320)));
				padding-bottom: calc(22px + (100 - 22) * ((100vw - 320px) / (1920 - 320)));
			}
			.inspire-block-text .inspire-text-inner{
				padding: 60px 15px;
			}
			.inspire-card-wrapper .inspire-card-item{
				width: 25%;
			}
			.inspire-card-wrapper-inner .inspire-card-item{
				padding-right: 10px;
				padding-left: 10px;
			}
            .inspire-text h3{
                margin-bottom: 40px;
            }
          
            .inspire-block-text {
                padding: 50px;
            }
            .text-image-wrapper .text-wrapper{
				padding-left: 45px;
			}
            .text-image-wrapper .text-wrapper h1{
                margin-bottom: 28px;
            }
            .text-image-wrapper .text-wrapper p:not(:last-child){
                margin-bottom: 28px;
            }   
            .text-image-wrapper .text-wrapper p{
                font-size: 16px;
            }
            .text-image-wrapper .text-image-inner .col-lg-5{    
                align-self: flex-end;
            }
			  
            .inspire-text {
                padding: 20px;
            }
        }
        @media(min-width:1400px){
			
			  
            .inspire-text {
                padding: 50px;
            }
			.email-text {
				padding:45px 10px ;
			}
			.text-image-wrapper .text-wrapper p{
				font-size: 25px;
			}
			
			.text-image-wrapper .text-wrapper{
				padding-left: 85px;
			}
		}
		
		@media(min-width:1921px){
			.email-text p{
				font-size: 45px;
			}
			.inspire-block-text .inspire-text-inner h3{
				font-size: 45px;
			}
		}
/*------- custom-inspirations ---------------------------------------- */


/* ==== Cart Slide ========================= */
.cart-widget-slide {
    position: absolute;
    top: calc(100% + 15px);
    right: -5px;
    width: 340px;
    padding: 0;
    display: block;
    background-color: var(--bsc-white);
    border: 1px solid var(--bsc-lightgrey2);
    z-index: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    box-shadow: -1px 5px 20px rgba(27,28,39,.1);
    -webkit-box-shadow: -1px 5px 20px rgba(27,28,39,.1);
    height: auto;
    opacity: 0;
    border-radius: 0 24px;
}
.cart-widget-slide:after, .cart-widget-slide:before {
	bottom: 100%;
	left: 94%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bs-*{
	font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.cart-widget-slide:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: var(--bsc-white);
	border-width: 7px;
	margin-left: -7px;
}
.cart-widget-slide:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #DDD;
	border-width: 8px;
	margin-left: -8px;
}
.nbs-cart-opened .cart-widget-slide {
    visibility: visible;
    opacity: 1;
    border-radius: 0 24px;
    overflow: hidden;
    border: 0;
}
.cart-widget-slide .cart-widget-heading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0px;
	padding: 20px;
	background-color: var(--bsc-theme1);
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .6px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	display: -ms-flex;
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-justify-content: space-between;
}
.cart-widget-title {
	display: inline-block;
	vertical-align: middle;
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	color: var(--bsc-white);
	margin: 0;
	position: relative;
	padding: 0;
}
.cart-widget-close {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	position: relative;
	cursor: pointer;
	padding-right: 21px;
	color: var(--bsc-white);
}
.cart-widget-close::after, .cart-widget-close::before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: var(--bsc-white);
	-webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-sand-transform: rotate(0);
	transform: rotate(0);
}
.cart-widget-close:hover::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-widget-close:hover::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
}
.cart-widget-close:hover, .cart-widget-close:focus {
	color: var(--bsc-white);
	text-decoration: none;
}
.cart-widget-slide .cart-widget-body {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	-webkit-overflow-scrolling: touch !important;
	-webkit-overflow-scrolling-y: touch;
	max-height: 50vh;
}
.cart-widget-slide .cart-widget-body.item-true {
	overflow: auto;	
}
.emptycart {
	text-align: center;
	padding: 40px 0;
}
.cart-message span:first-child {
	display: block;
	font-size: 14px;
	color: #777;
	font-weight: 500;
}
.cart-message span:nth-child(2) {
	font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
	display: block;
	color: var(--bsc-theme1);
	font-weight: 500;
}
.cart-message span i {
	display: inline-block;
	color: var(--bsc-theme1);
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
}
.cart-info {
	font-weight: 400;
	margin: 15px 0;
	font-size: 11px;
}
.cart-info span {
	color: var(--bsc-theme1);
}
.product-list {
	display: flex;
	padding-bottom: 15px;
	border-bottom: solid 1px var(--bsc-lightgrey2);
	margin-bottom: 15px;
}
.product-list .cart-item {
	flex: 0 0 80px;
	margin-right: 15px;
}
.product-info {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-right: 15px;
}
.product-name {
	font-weight: 600;
}
.product-name a {
	color: var(--bsc-theme1);
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.price-qty {
	font-size: 12px;
	color: #333;
	margin-top: 7px;
}
.item-ttl-price {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	margin-top: 7px;
}
.item-ttl-price span {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
}
.cart-backdrop-slide {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(16,29,99,0.28);
	z-index: 99;
}
.cart-widget-footer {
position: relative;
    left: -1px;
    right: -1px;
    background: var(--bsc-white);
    bottom: -1px;
    width: calc(100% + 2px);
    padding: 3px;
    padding-bottom: 15px;
}
.product-subtotal {
	padding: 8px 16px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.product-subtotal .cart-subtotal {
	margin-left: auto;
}
.cart-widget-footer .btn {
	width: 90%;
	color: var(--bsc-white);
	text-transform: uppercase;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	justify-content: center;
	text-align: center;
	margin: auto;
	margin-top:5px;
}
.cart-widget-footer .btn:hover {
	color: var(--bsc-white);
}
.cart-delete a {
	color: #666;
	font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 8px;
	/* display: inline-block; */
	display:none;
}
/* ==== Cart Slide ====================== */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: var(--bsc-theme1);
	border-color: var(--bsc-theme1);
        box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--bsc-theme1);
    border-color: var(--bsc-theme1);
}
/* ==== Home Featured Section ====================== */

.section-wrapper {
	padding: calc(32px + (80 - 32) * ((100vw - 320px) / (1920 - 320))) 0;
}
.section-also-like{
/*background-image:url(../images/hero-4-bg.jpg);*/
background-repeat:no-repeat;
}
.section-slogan {
	max-width: 650px;
}
.slider {
	margin: -20px -15px;
}
.slider .owl-carousel .item {
	margin: 20px 15px;
}
.owl-carousel .owl-wrapper-outer{
    padding: 15px 0 45px 0;
}
.owl-item {
	max-width: 330px;
}
.owl-prev {
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	height: 30px;
	margin: auto;
}
.owl-next {
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	height: 30px;
	margin: auto;
}
.owl-prev .bs-icon, .owl-next .bs-icon{
	background: var(--bsc-theme1);
	color: var(--bsc-white);
	padding: 5px;
	border-radius: 50%;
	font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
/* ==== Home Featured Section ====================== */

/* ==== Newsletter Section ====================== */
.newsletter-wrapper {
    padding: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
    border-bottom: solid 1px #eee;
    border-top: solid calc(2px + (4 - 2) * ((100vw - 320px) / (1920 - 320))) var(--bsc-theme2);
}
.newsletter-section {
	max-width: 600px;
	margin: auto;
	display: flex;
}
.newsletter-wrapper .alert {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#txtEmail {
	background: transparent;
	border: 0;
	height: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
	padding: 10px 20px;
        box-shadow:none;
}
.newsletter-section {
	max-width: 600px;
	margin: auto;
	display: flex;
	background: var(--bsc-white);
	border: solid 1px var(--bsc-lightgrey2);
	border-radius: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
	overflow: hidden;
}
.btn-subscribe {
    background-color: var(--bsc-white);
    box-shadow: none;
    border: none;
    width: calc(26px + (48 - 26) * ((100vw - 320px) / (1920 - 320)));
    background-image: url('../images/subscribe.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}
/* ==== Newsletter Section ====================== */

/* ==== Footer Section ====================== */
footer {
    box-shadow: -5px 24px 56px rgba(27,28,39);
background:#fff;
}
.footer-top {
	    padding: calc(15px + (80 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
}
.footer-brand {
	display: inline-block;
	margin-bottom: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.logo-footer {
    max-height: calc(150px + (170 - 150) * ((100vw - 320px) / (1920 - 320)));
}
.footer-contact-info li {
    margin-bottom: calc(16px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    font-weight: 500;
}
.footer-contact-info li .bs-icon {
	margin-right: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
	min-width: 20px;
	color: var(--bsc-theme1);
}
.footer-contact-info li a{
	color: var(--bsc-black2);
}
.footer-contact-info li a:hover, .footer-contact-info li a:focus{
	color: var(--bsc-theme1);
}
.footer-links label {
font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 5px;
    color: var(--bsc-theme2);
    font-family: var(--bsc-font-heading);
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 0.05em;
}
.footer__social {
    display: flex;
    /* justify-content: space-between; */
    padding: 16px 0 0;
    /* margin-right: 45px; */
    margin-top: 14px;
}

.footer__social a {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-right: 20px;
color:var(--bsc-theme2);
margin-bottom:7px;
}
.footer__social a:last-of-type{margin-right:0;}
.footer__social a span{    font-size: 22px;}
.footer__social a:hover{
     color:var(--bsc-theme1);
    transition: all .125s ease-out
}

.footer-links li {
    margin-bottom: 8px;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.footer-links li a {
	color: var(--bsc-black2);
}
.footer-links li:last-child {
	margin-bottom: 0;
}
.footer-links li  a:hover {
	position: relative;
	display: block;
	color: var(--bsc-theme1);
	font-weight: bold;
	padding: 0 15px;
	border-left: 1px solid var(--bsc-theme1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer-bottom {
    padding: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
    border-top: solid 1px var(--bsc-lightgrey2);
    text-align: center;
}
.copyright.text-right p {
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
}
/* ==== Footer Section ====================== */


/* ==== Product list Section CSS====================== */
.item{
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 3;
	border-radius:0 24px;
	transition: all .5s;
	background: var(--bsc-white);
	box-shadow: -1px 5px 20px rgba(27,28,39,.1);
	text-align: center;
	min-height: 100%;
}
.item-margin{
    margin-bottom: 3rem;
    padding: 0 30px 0 calc(var(--bs-gutter-x)/ 2);
}
.item:hover{
transform: scale3d(1.05,1.05,1);
}
.item-img {
    position: relative;
    overflow: hidden;
}
.item .item-img img {
    transition: ease-in-out all 0.5s;
}
.item:hover .item-img img {
    /*transform: scale(1.5);*/
}
.item-detail {
    padding-bottom: 16px;
}
.item-detail p {
    margin-bottom: 10px;
}
.item-description {
	margin-bottom: 0;
}
.card--item--code {
	font-weight: 500;
	color: var(--bsc-black);
}
.item-detail .item-title {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    margin: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0 calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-black2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.item-cost .price {
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 300;
	color: var(--bsc-black);
}
.overlay-action-btns{
	 z-index: 99;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: absolute;
	opacity: 0;
	top: 10px;
	right: -20px;
}
.overlay-action-btns .overlay--action--btn {
	background: var(--bsc-lightgrey2);
	border: none;
	height: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
	width: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	padding: 0 7px;
	font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
}
.item:hover .overlay-action-btns{
   opacity: 1;
   right: 10px;
}
.badges{
	position: absolute;
	z-index: 1;
	padding: calc(3px + (4 - 3) * ((100vw - 320px) / (1920 - 320))) calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
	background: var(--bsc-white);
	color: var(--bsc-theme1);
	font-size: calc(9px + (11 - 9) * ((100vw - 320px) / (1920 - 320)));
	left: 10px;
	top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: calc(1px + (2 - 1) * ((100vw - 320px) / (1920 - 320)));
	width: calc(70px + (82 - 70) * ((100vw - 320px) / (1920 - 320)));
	border-radius:4px;
	box-shadow:1px 5px 24px 0 rgb(68 102 242 / 30%)
}
.badges.new {
	background: var(--bsc-lightgrey);
	color:var(--bsc-theme1);
	width: calc(50px + (60 - 50) * ((100vw - 320px) / (1920 - 320)));
}
.item .price {
	justify-content: center;
}
/* ==== Product list Section CSS ================ */


/* ==== No Product Found Section CSS ================ */
.no-search-image {
    padding: calc(50px + (160 - 50) * ((100vw - 320px) / (1920 - 320))) 0;
}
.no-search-image svg {
    max-width: calc(100px + (150 - 100) * ((100vw - 320px) / (1920 - 320)));
}
.oops-text {
	font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
	flex: 0 0 100%;
	text-align: center;
	color: #252c3a;
	font-weight: 700;
	margin-right: 8px;
}
.no-results-found {
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
/* ==== No Product Found Section CSS ================ */
.breadcrumb {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.breadcrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb-main li a:first-child, .product-found-title span{
	color: var(--bsc-theme2);
}
.breadcrumb-main li a{
	color: var(--bsc-black2);
}
.breadcrumb-main li svg {
	color: var(--bsc-theme1);
	margin-left: 5px;
}
/* ==== Temporary CSS ================ */
#addtocartLoading, .shopByReview, .facetZero input, .item-detail h4, .view-switch, .top-sorting, .list-pageination .items-total, .next-prev-top {
	display: none !important;
}
.ui-tooltip-content{
	display: none;
}
.yui-overlay {
	display: none;
}
/* ==== Temporary CSS ================ */

.ui-widget-content {
	background: transparent !important;
}
.ui-dialog .ui-dialog-titlebar {
	background: var(--bsc-theme2);
	color: var(--bsc-white);
	border: none !important;
}
.ui-dialog .ui-dialog-title {
	font-weight: 500;
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.ui-dialog .ui-dialog-titlebar-close span {
	background: transparent !important;
}
.ui-dialog .ui-dialog-content {
	border: none !important;
	padding: 15px;
	background-color: var(--bsc-white) !important;
	min-height: 100px !important;
	width: 100% !important;
}
.ui-state-hover {
	background: transparent !important;
	border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover span{
	box-shadow: none !important;
}
.ui-dialog {
	width: 800px !important;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	z-index: 999;
	top: 20px !important;
	left: 0;
	right: 0;
}
.vLabel.matrix-toggle {
	background: var(--bsc-theme2);
	color: var(--bsc-white);
	padding: 10px 14px;
	position: relative;
}
.vLabel.matrix-toggle a {
	width: 100%;
	display: block;
	background: transparent;
	color: var(--bsc-white);
}
.vLabel.matrix-toggle a.collapsed {
	color: var(--bsc-white);
}
.matrix-list-row {
	padding: 8px 14px;
	border-bottom: solid 1px var(--bsc-lightgrey2);
}
.matrix-size-ttl {
	font-weight: 600;
}
.matrix-list-content.accordion-collapse {
	border: none;
}
.matrix-label {
	font-weight: 600;
	font-size: calc(15.5px + (18 - 15.5) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 8px;
}
.matrix-toggle a::after {
	position: absolute;
	content: '-';
	right: 14px;
	height: 20px;
	width: auto;
	display: inline-block;
	text-align: center;
	color: var(--bsc-white);
	font-weight: 500;
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	line-height: 16px;
}
.matrix-toggle a.collapsed::after {
	content: '+';
}
.matrix-option-row.active .matrix-toggle a.collapsed::after {
	content: '-';
}
#accordionExample1 .matrix-option-row.active .accordion-collapse {
	display: block;
}
/*.nav-item a:before{
	content: '';
	width: 100%;
	height: 3px;
	background-color: var(--bsc-theme1);
	position: absolute;
	left: 0;
	bottom: -34px;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
	border-radius: 1.5px;
}


.nav-item:hover a:before{
	 transform: scale(1, 1);
	transform-origin: right center;
}
.nav-item:hover a{
color: var(--bsc-theme1)
}
.menu-level-1 a:before{
display:none;
}
*/
li.nav-item{font-weight:bold;}
ul.navbar-nav.category-menus > li.nav-item:last-of-type{
margin-right: 0;
}
ul.navbar-nav.category-menus > li > a:hover,ul.navbar-nav.category-menus > li > a:focus {
    background: var(--bsc-lightgrey2);
    color: #000;
}
ul.navbar-nav.category-menus > li > a {
padding: 8px 12px;
    border-radius: 0 8px;
}
.bs-empty-cart .path4:before{
	color:var(--bsc-theme1);
}
/*---------- AddressValidationModal  -------------*/

#addressValidationModal .btn-group-lg>.btn, .btn-lg {
		padding: 10px 10px !important;
		font-size: 14px !important;
		background: var(--bsc-theme1);
		color: var(--bsc-white);
		border-width: 2px;
}

#addressValidationModal .btn-group-lg>.btn:hover, .btn-lg:hover {
	background: var(--bsc-white);
	border-color: var(--bsc-theme1);
	box-shadow: none;
	color: var(--bsc-theme1);
	border-width: 2px;
}
#addressValidationModal p {
	margin: 10px 20px;
	font-size: 13px;
	color: #000000 !important;
}

#addressValidationModal h2 {font-size: 20px;}

#addressValidationModal.modal  .modal-footer {
	border: none;
	padding: 15px;
	text-align: right;
}

#addressValidationModal .modal-header{
	flex-direction: column;
	align-items:flex-start;
}

#addressValidationModal.modal .modal-header button.close {
	background:none;
	border:none;
	position:absolute;
	right:20px;
	top:12px;
	font-size:24px;
}


#addressValidationModal a.list-group-item.addressitem.active {
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	background: #B2CCD6 !important;
	color: #0a4b6b !important;
}

#addressValidationModal a.list-group-item.addressitem.active:before {
	position: absolute;
	content: '';
	height:10px;
	width:10px;
	background:var(--bsc-white);
	border:1px solid black;
	border-radius:50%;
	left: -25px;
	color: #000;
	top: 18px;
}
/*------ Special order css -------*/
.idea-text {
position: absolute;
left: 0px;
top: -17px;
background: var(--bsc-theme2);
padding: 15px;
color: var(--bsc-white);
border-radius: 100%;
min-height: 90px;
min-width: 90px;
text-align: center;
line-height: 60px;
font-size: 18px;
text-transform: uppercase;
}
.idea-text:hover, .idea-text:focus {
background: #5b6770;
color: var(--bsc-white);
text-decoration: none;
}
.mandatory-star {
color: var(--bsc-red);
}
.field-errors {
color: var(--bsc-red);
}
/* DatePicker CSS */

.ui-datepicker{
background: var(--bsc-white) !important;
}

.ui-datepicker-header.ui-widget-header {
	border: 1px solid var(--bsc-lightgrey2) !important;
	background: var(--bsc-lightgrey)!important;
}

.ui-datepicker th{
color: var(--bsc-theme2) !important;
}

.ui-datepicker .ui-state-default{
	background: var(--bsc-lightgrey) !important;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
	line-height: 24px;
	margin-bottom: 5px;
}

.ui-datepicker .ui-state-highlight{
border: 1px solid var(--bsc-theme2) !important;
color: var(--bsc-theme2) !important;
}
.ui-datepicker .ui-state-active, .ui-datepicker td .ui-state-hover{
border: 1px solid var(--bsc-theme2) !important;
background: var(--bsc-theme2) !important;
font-weight: 600 !important;
color: var(--bsc-white) !important;
}

div#postErrors h3 {
    font-size: 14px;
    margin-bottom: 0;
}
.btn.btn-search:focus+.btn,.btn.btn-search:focus{box-shadow: none;}
/*----- End Special order css ---------*/
body .alert-custom.ui-dialog.ui-widget-content {
    left: 0 !important;
}
.promo-code-toggle .fa-lg
{
font-size:inherit;
}
/*------- Proof Reader---------------------------------------- */

@media screen and (max-device-width: 525px) and (orientation: portrait) {
.alert-custom.ui-dialog .ui-dialog-content{ max-height:300px;}
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
.alert-custom.ui-dialog .ui-dialog-content{ max-height:200px;}
}
.alert-custom.ui-dialog .ui-dialog-content{ max-height:400px; overflow-y: auto;}

#basket .alert-custom.ui-dialog.ui-widget-content {
    max-width: 750px !important;
    left: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close {right: 1em !important;background: transparent;border: none;color: #fff;padding: 0;}
.ui-dialog .ui-dialog-titlebar-close:before{
	font-family: 'baseicon' !important;
    content: "\e90b";
}
.shopping-cart-title a:focus-visible {
	outline:none;
}

/*------- Media Queries ---------------------------------------- */
/* =========== */
@media (min-width: 768px){
.filter-close-btn{display:none;}
.navbar-nav > li{margin-left:10px;}
h1, .h1{letter-spacing:3.2px;}
h2, .h2,h3, .h3{letter-spacing:1.28px;}
}
/* Start min-width:992px */
@media (min-width:992px){
.navbar-expand-lg .navbar-collapse{padding:0;}
/* .category-filter-fixed #page > .header-fixed ~ .main .filter-panel.filter-closed { */
	/* transform: translate(0); */
	/* -webkit-transform: translate(0); */
	/* -moz-transform: translate(0); */
	/* -ms-transform: translate(0); */
	/* -o-transform: translate(0); */
/* } */
.navbar-nav > li:hover .nav-dropdown-menu.multi-level, .nav-dropdown-menu.multi-level li:hover .sub-dropdown, .nav-dropdown-menu .menu-level-3:hover .nav-dropdown-menu.multi-level-4{
	display: block;
}
.navbar-expand-lg .navbar-nav{
margin-top:15px;
    flex-wrap: wrap;
    justify-content: center;
}
.mobile-menu {
	display:none;
}
.mobile-menu-sub {
    position: absolute;
    color: var(--bsc-black2);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    right: 12px;
}
.category-filter-fixed .filter-overlay, .category-filter-fixed .filter-close-btn, .category-filter-fixed .product-filter {
	display: none;
}
#nav-close{
	display:none;
}
.nav-dropdown-menu.multi-level {
	position: absolute;
	background: var(--bsc-white);
	padding: 5px 0;
	border-radius: 0 8px;
	min-width: 150px;
	border-top: solid 3px var(--bsc-theme1);
	top: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	display: none;
        margin-top:0px;
}
.nav-dropdown-menu.multi-level .nav-dropdown-menu.multi-level {
    border-top: none;
    border-left: solid 3px var(--bsc-theme1);
}
.nav-dropdown-menu.multi-level::after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 32, 32, 0);
	border-bottom-color: var(--bsc-theme1);
	border-width: 7px;
	margin-left: -7px;
}
.nav-dropdown-menu.multi-level .nav-dropdown-menu.multi-level::after {
    display: none;
}
.nav-dropdown-menu.multi-level .nav-dropdown-menu.multi-level::before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 32, 32, 0);
    border-right-color: var(--bsc-theme1);
    border-width: 7px;
    margin-top: -7px;
}
.navbar-nav li ul li a {
    font-size: 14px;
    padding: 8px 15px;
    display: block;
    color: var(--bsc-black);
    width: 250px !important;
}
.sub-dropdown.nav-dropdown-menu, .nav-dropdown-menu.multi-level-4 {
	position: absolute;
	left: 100%;
	top: 0;
	background: transparent;
	width: 160px;
	display: none;
	border-radius: 7px 3px 3px 7px;
	padding-left: 10px;
	box-shadow: 10px 0 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 0 15px 0 rgba(0, 0, 0, 0.1);
}
.sub-dropdown.nav-dropdown-menu::after, .nav-dropdown-menu.multi-level-4::after {
	right: calc(100% - 12px);
	top: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 32, 32, 0);
	border-right-color: #ff2020;
	border-width: 7px;
	margin-top: -7px;
}
.sub-dropdown.nav-dropdown-menu li {
	background: var(--bsc-white);
	border-left: solid 3px var(--bsc-theme1);
}
.navbar-nav .nav-item.liitems .nav-dropdown-menu.multi-level {
	top: 0;
	left: 100%;
	display: none;
}
.navbar-nav .nav-item.liitems:hover > .nav-dropdown-menu.multi-level {
	display: block;
}
/* .nav-item.liitems > .nav-dropdown-menu.multi-level {
	background: #FFF;
	border: solid 1px #333;
} */
.menu-open .nav-item.liitems .mobile-menu::before, .menu-open .nav-item.liitems .mobile-menu::after {
	background: #FFF;
}
.mega--menu .navbar-collapse {
	position: relative;
}
.mega--menu .navbar-nav > li {
	position: static;
}
.mega--menu .navbar-nav > li a {
	position: relative;
	transition: ease-in-out all 0s;
	-webkit-transition: ease-in-out all 0s;
}
.mega--menu .navbar-nav > li.menu-level-1 > a:hover::after {
	bottom: -10px;
	left: 0;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 32, 32, 0);
	border-bottom-color: var(--bsc-theme1);
	border-width: 7px;
	margin-left: -7px;
	right: 0;
	margin: auto;
}
.mega--menu .nav-dropdown-menu.multi-level {
	min-width: auto;
	width: 900px;
	max-width: 100%;
	right: 0;
	margin: auto;
	flex-wrap: wrap;
	min-height: 150px;
	max-height: 80vh;
	overflow: auto;
}
.mega--menu .dropdown-submenu.menu-level-2 {
	flex: 0 0 auto;
	width: 25%;
}
.mega--menu .dropdown-submenu.menu-level-2 > a {
	color: var(--bsc-black2);
	font-weight: 500;
	font-size: 13px;
}
.mega--menu .navbar-nav > li:hover .nav-dropdown-menu.multi-level, .mega--menu  .nav-dropdown-menu.multi-level li:hover .sub-dropdown, .mega--menu .nav-dropdown-menu .menu-level-3:hover .nav-dropdown-menu.multi-level-4 {
	display: flex;
}
.mega--menu .navbar-nav .nav-item.liitems .nav-dropdown-menu.multi-level {
    top: auto;
    left: auto;
    position: relative;
    display: block;
    border-radius: 0;
    border-left: none;
    padding-left: 20px;
    box-shadow: none;
}
.mega--menu .navbar-nav .nav-item.liitems .nav-dropdown-menu.multi-level > li::before {
    position: absolute;
    content: '-';
    left: 0;
    top: 4px;
}
.mega--menu .navbar-nav .nav-item.liitems .nav-dropdown-menu.multi-level > li a {
    font-size: 13px;
	color: var(--bsc-black2);
}
.mega--menu .sub-dropdown.nav-dropdown-menu, .mega--menu .nav-dropdown-menu.multi-level-4 {
	position: relative;
	left: 0;
	box-shadow: none;
	border: none;
	flex-wrap: wrap;
	flex-direction: column;
	display: flex;
	width: 100%;
}
.mega--menu .sub-dropdown.nav-dropdown-menu li {
	border: none;
	background: transparent;
}
.mega--menu .sub-dropdown.nav-dropdown-menu li a {
	opacity: 0.7;
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
	margin-left: 5px;
}
.mega--menu .sub-dropdown.nav-dropdown-menu li a:hover {
	opacity: 1;
}
.mega--menu .sub-dropdown.nav-dropdown-menu li a::before {
	position: absolute;
	content: '-';
	left: 0;
}
.mega--menu .sub-dropdown.nav-dropdown-menu::after, .mega--menu .nav-dropdown-menu.multi-level-4::after, .mega--menu .mobile-menu-sub, .mega--menu .nav-dropdown-menu.multi-level::after {
	display:none;
}



}
/* End min-width:992px */

/* Start min-width:1200px */
@media (min-width:1200px){
.mega--menu .dropdown-submenu.menu-level-2 > a {
	font-size: 14px;
}
.mega--menu .sub-dropdown.nav-dropdown-menu li a {
	font-size: 13px;
	padding: 0 15px;
}

}
/* End min-width:1200px */


/* Start min-width:1400px */
@media (min-width:1400px){
.header-store .container, #home-carousel .container{
	max-width:1620px;
}
}
/* End min-width:1400px */

/* Start min-width:1921px */
@media (min-width:1921px){
.text-image-wrapper .text-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}
html, body{
	font-size: 16px;
}
h1, .h1{
	font-size: 72px;
}
h2, .h2 {
	font-size: 48px;
}
h3, .h3 {
	font-size: 32px;
}
h4, .h4{
	font-size: 26px;
}
h5, .h5{
	font-size: 20px;
}
h6, .h6{
	font-size: 18px;
}
.main {
	padding-top: 80px;
}
.navbar-brand {
	margin-right: 48px;
}
.login-icon-list li {
	margin-left: 48px;
}
.login-icon-list a {
	font-size: 18px;
}
.section-wrapper {
	padding: 80px 0;
}
.item-detail .item-title {
	font-size: 18px;
	margin: 16px 0 10px;
	padding: 0 20px;
}
.newsletter-wrapper {
	padding: 48px 0;
	border-top: solid 4px var(--bsc-theme2);
}
.btn-subscribe {
	width: 48px;
}
.newsletter-section {
	border-radius: 8px;
}
#txtEmail {
	height: 60px;
}
.footer-brand {
	margin-bottom: 40px;
}
.footer-contact-info li {
	margin-bottom: 32px;
	font-size: 14px;
}
.footer-contact-info li .bs-icon {
	margin-right: 16px;
}
.footer-link-label {
	font-size: 20px;
	margin-bottom: 36px;
}
.footer-links li {
	font-size: 15px;
}
.footer-top {
	padding: 80px 0;
}
.footer-bottom {
	padding: 16px 0;
}
.copyright p {
	font-size: 14px;
}
.product-name a {
	font-size: 14px;
}
.item-ttl-price span {
	font-size: 14px;
}
.cart-delete a {
	font-size: 18px;
}
.product-subtotal {
	font-size: 14px;
}
.cart-widget-footer .btn {
	font-size: 14px;
}
.breadcrumb {
	font-size: 14px;
}
}
/* End min-width:1921px */

/* Start max-width:1599px */
@media (max-width:1599px){





}
/* End max-width:1599px */

/* Start max-width:1399px */
@media (max-width:1399px){

}
/* End max-width:1399px */

/* Start max-width:1199px */
@media (max-width:1199px){
.overlay-action-btns .overlay--action--btn {
	padding: 0 6px;
}
.search-form-wraper{
	width: 170px;
}


}
/* End max-width:1199px */

/* Start max-width:1024px */
@media (max-width:1024px){



}
/* End max-width:1024px */


/* Start max-width:991px */
@media (max-width:991px){
	.navbar-nav {
		margin: 0;
	}
/*------- Mobile Menu ---------------------------------------- */
brand-logo{
    float: left;
    width: auto;
}
.navbar-light .navbar-toggler{
    float: left;
}
.brand-categories .ml-auto.d-flex{
margin-top: 0;
}
ul.navbar-nav.category-menus > li > a{
    border-radius: 0;
}
.navbar {
	justify-content: space-between;
	z-index: 1;
}
.navbar-collapse {
	position: fixed;
	left: -320px;
	background: var(--bsc-white);
	width: 100%;
	max-width: 260px;
	bottom: 0;    z-index: 1;
	top: 0;
	display: block;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	overflow: auto;
}
.navbar-collapse.collapse.show {
	left: 0;
padding:0;
}
.navbar-collapse.collapsing {
	top: 0;
	bottom: 0;
	height: 100vh;
}
.navbar-light .navbar-toggler {
	border-radius: 0;
	margin: 10px 15px 0 0;
	border: none;
	background: var(--bsc-white);
	padding: 5px 7px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.navbar-light .navbar-toggler-icon {
	background-image: none;
	position: relative;
	width: 32px;
	height: 32px;
	color: var(--bsc-theme2);
	font-size: 32px;
}
.header-store.header-fixed .navbar-nav > li, .header-store .navbar-nav > li {
	margin: 0;
	padding: 0;
}
.navbar-nav > li > a {
    padding: 14px 28px;
    width: 100%;
    display: flex;
    border-bottom: solid 1px var(--bsc-lightgrey2);
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.navbar-nav > li > a i {
	display: none;
}
.navbar-nav > li.menu-level-1:hover > a, .navbar-nav > li.menu-level-1:focus > a, .navbar-nav > li.menu-level-1.active > a {
	background: var(--bsc-theme1);
}
.navbar-nav > li.menu-level-1:hover .mobile-menu::after,
.navbar-nav > li.menu-level-1:hover .mobile-menu::before{
	background:var(--bsc-white);
}
.nav-dropdown-menu.multi-level {
	position: relative;
	background: var(--bsc-theme2);
	top: 0px;
	display: none;
}
.nav-dropdown-menu.multi-level > li > a {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	padding: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) calc(40px + (48 - 40) * ((100vw - 320px) / (1920 - 320)));
	border-bottom: solid 1px rgb(255 255 255 / 23%);
	width: 100%;
	color: var(--bsc-white);
}
.nav-dropdown-menu.multi-level > li > a:hover, .nav-dropdown-menu.multi-level > li > a:focus {
	background: var(--bsc-black2);
}
.nav-dropdown-menu.multi-level > li {
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}
.sub-dropdown.nav-dropdown-menu {
	position: relative;
	left: 0;
	background: #f1f1f1;
	top: 0;
	width: 100%;
	box-shadow: none;
	border: none;
	display: none;
}
.sub-dropdown.nav-dropdown-menu > li > a {
	font-size: 15px;
	padding: 14px 56px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	background: #102b57;
	color: var(--bsc-white);
	display: flex;
}
.navbar-nav > li:hover > a, .navbar-nav > li:focus > a, .navbar-nav > li.active > a {
	background: var(--bsc-theme1);
	color: var(--bsc-white);
}
.mobile-menu {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.mobile-menu::before {
	position: absolute;
	content: '';
	background: var(--bsc-theme2);
	width: 2px;
	height: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mobile-menu::after {
	position: absolute;
	content: '';
	background: var(--bsc-theme2);
	height: 2px;
	width: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mobile-menu::before, .mobile-menu::after, .mobile-menu-sub::before, .mobile-menu-sub::after {
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
}
.menu-open .mobile-menu::before, .menu-open-sub > .mobile-menu-sub::before {
	opacity: 0;
}
.mobile-menu-sub {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.mobile-menu-sub::before {
	position: absolute;
	content: '';
	background: var(--bsc-white);
	width: 2px;
	height: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mobile-menu-sub::after {
	position: absolute;
	content: '';
	background: var(--bsc-white);
	height: 2px;
	width: 16px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-item.mm-subcat.menu-level-1.menu-open > .nav-dropdown-menu.multi-level, .mm-subcat1.dropdown-submenu.menu-level-2.menu-open-sub .sub-dropdown.nav-dropdown-menu, .menu-level-3.menu-open-sub .nav-dropdown-menu.multi-level-4 {
	display: block;
}
.nav-dropdown-menu.multi-level-4 {
	background: #eee;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.nav-dropdown-menu.multi-level-4 > li > a {
	padding: 20px 28px 17px 84px;
}
.navbar-nav {
	background: var(--bsc-white);
	height: 100%;
width:100%;
}
.menu-backdrop-slide {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	width: 0;
	height: 100%;
	padding-left: 280px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hdr-menu-opened .menu-backdrop-slide {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
#nav-close {
	position: absolute;
	right: 0;
	width: 42px;
	height: 63px;
	top: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	color: var(--bsc-white);
}
/*------- Mobile Menu ---------------------------------------- */
.h1 {
	margin-bottom: 0;
}
.menu-header {
	font-size: 22px;
	padding: 14px;
	background: var(--bsc-theme2);
	color: var(--bsc-white);
}
.menu-svg {
	display: none;
}
.carousel-caption {
	max-width: 40%;
}
.slider {
	margin: -15px -10px;
}
.slider .owl-carousel .item {
	margin: 15px 10px;
}
#welcome_user_name a {
	color: var(--bsc-white);
	display: flex;
	align-items: center;
}
#welcome_user_name a span {
	margin-right: 5px;
}
.back-to-top {
    bottom: 0px;
    right: 10px;
}
.large-view-btn {
	display: none !important;
}


}
/* End max-width:991px */

/* Start max-width:767px */
@media (max-width:767px){
.item{
border-radius:0 16px;
}
.item-margin {
    padding: 0 15px 0 calc(var(--bs-gutter-x)/ 2);
}
#image-form, #image-back, .quicklook_trigger.cart-btn.overlay--action--btn {
	display: none !important;
}
.h1 {
	margin-bottom: 0;
}
.navbar {
	padding: 10px 0;
}
.call-pricing {
    text-align: left;
}



}
/* End max-width:767px */

/* Start max-width:575px */
@media (max-width:575px){
.brand-categories {

    margin-top: -33px;
}
.footer-top .mb-5 {
    margin-bottom: 1rem!important;
}
.footer-links li,.copyright.text-right p{
    font-size: 12px;
}
.copyright.text-right p {
    text-align: left;
}
.navbar-brand img{
    max-height: calc(35px + (50 - 35) * ((100vw - 320px) / (1920 - 320)));
}
.logo-footer{
    max-height: calc(75px + (80 - 75) * ((100vw - 320px) / (1920 - 320)));
}
.owl-prev {
	left: 10px;
}
.owl-next {
	right: 10px;
}
.search-form-wraper {
	width: 100%;
	z-index: 9;
	position: fixed;
	left: 0;
	right: 0;
	padding: 15px;
	top: 0;
}
.cart-widget-slide {
    width: 290px;
	top: calc(100% + 5px);
}
.overlay-action-btns {
	right: 0;
}
.space-left,
.space-right{
	text-align: center;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 24px;
	color: var(--bsc-theme2);
	font-size: 24px;
}

}
/* End max-width:575px */

/* Start max-width:399px */
@media (max-width:399px){
.space-right ul li, .space-left ul li{
	border:none;
	padding-right:0;
}

}
/* End max-width:399px */

/* Start max-width:359px */
@media (max-width:359px){




}
/* End max-width:359px */

/* Start max-width:319px */
@media (max-width:319px){
.navbar-brand img {
	max-height: 18px;
}
.login-icon-list li {
	margin-left: 10px;
}
.login-icon-list li a svg, .login-icon-list li a img {
	max-width: 18px;
}
.navbar-light .navbar-toggler-icon {
	width: 21px;
	height: 21px;
	font-size: 21px;
}

}
/* End max-width:319px */
 input, input:before, input:after {
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	 } 


/*------- Media Queries ---------------------------------------- */


  #getintemonbasketmodal .modal-header{
        align-items: center;
    }

    #getintemonbasketmodal .item-attr-section{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 23px;
        /* flex-wrap:wrap; */
    }
    #getintemonbasketmodal .item-attr-section .item-qty {
        margin-left: auto;
        max-width: 50px;
        text-transform: capitalize;
        margin-top: 0;
    }
    #getintemonbasketmodal .modal-footer .btn-teal-outline{
        padding: 6px 14px !important;
        margin-bottom: 0;
    }
    #getintemonbasketmodal .modal-footer .btn-teal{
        padding: 8px 14px !important;
    }
    #getintemonbasketmodal .modal-footer .btn{
        font-size: 14px !important;
    }
    #getintemonbasketmodal .item-attr-section .item-qty label {
        font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 500;
        text-transform: capitalize;
    }
    #getintemonbasketmodal .item-attr-section .item-qty input {
        width: 100%;
        margin: 0;
    } 
    #getintemonbasketmodal .item-img {
        position: relative;
        margin-right: 10px;
        min-width:65px;
        margin-bottom: 0;
        width: 65px;
      }

    #getintemonbasketmodal .form-error {
        border: none;
        background: transparent;
        color: red;
        padding: 0;
        font-size: 14px;
        text-align: center;
        display: block;
        margin-bottom: 16px;
        padding: 0px 1rem;
    }
    @media (max-width: 992px) {
        #getintemonbasketmodal .item-attr-section .item-img{
            max-width: 40px;
            display: block;
            border: 1px solid #e5e5e5;
            padding: 5px;
        }
        #getintemonbasketmodal .item-attr-section {
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        }
        #getintemonbasketmodal .item-attr-section .item-title{
        min-width: 130px;
        max-width: 130px;
        }
        .price{
        font-size: 12px;
        }
        #getintemonbasketmodal .item-attr-section .item-title{
        font-size: 12px;
        }
    }
    @media (max-width: 576px) {
        #getintemonbasketmodal .item-attr-section .item-title{
        min-width: 100px;
        }
    }
    @media (min-width: 992px) {
    
        #getintemonbasketmodal .item-attr-section .item-title {
            min-width: 260px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #getintemonbasketmodal .item-attr-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            flex-wrap:wrap;
        }
        #getintemonbasketmodal .item-attr-section p.price {
            margin-bottom: 0;
            padding-left:15px;
        }
        #getintemonbasketmodal .item-attr-section .item-qty {
            margin-left: auto;
            max-width: 70px;
        }
    }
    /* new popup css */