@font-face {
    font-family: 'Neo Sans Std';
    src: url('../fonts/NeoSansStd-Regular.eot');
    src: url('../fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansStd-Regular.woff2') format('woff2'),
        url('../fonts/NeoSansStd-Regular.woff') format('woff'),
        url('../fonts/NeoSansStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neo Sans Std';
    src: url('../fonts/NeoSansStd-Bold.eot');
    src: url('../fonts/NeoSansStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansStd-Bold.woff2') format('woff2'),
        url('../fonts/NeoSansStd-Bold.woff') format('woff'),
        url('../fonts/NeoSansStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neo Sans Std';
    src: url('../fonts/NeoSansStd-Light.eot');
    src: url('../fonts/NeoSansStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansStd-Light.woff2') format('woff2'),
        url('../fonts/NeoSansStd-Light.woff') format('woff'),
        url('../fonts/NeoSansStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root{
--bsc-white:#FFF;
--bsc-black:#000;
--bsc-black2:#141517;
--bsc-theme1:#c82127;
--bsc-theme2:#000;
--bsc-grey: #828282;
--bsc-lightgrey: #f6f8fd;
--bsc-lightgrey2: #EAEAEC;
--bsc-semilight: #BEBEBE;
--bsc-red: #ff1310;
--bsc-greytransparent: rgba(243, 243, 245, 0.5);
--bsc-font-heading: 'Arial';
--bsc-font-body: 'Arial';
--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;}
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-theme1);
	
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-weight: 500;
}
.hide{
	display:none;
}
h1, .h1{
	font-size: calc(26px + (72 - 26) * ((100vw - 320px) / (1920 - 320)));
}
h2, .h2 {
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
}
h3, .h3 {
    font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
h4, .h4{
	font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
}
h5, .h5{
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
h6, .h6{
	font-size: calc(13px + (18 - 13) * ((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: 0;

}
.hdr-menu-opened .main.whitebgd {
    z-index: -1;
    position: relative;
}
.container{
	padding:0 20px;
}
/* ==== Header ================ */
.top-bar {
	background: var(--bsc-lightgrey2);
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.space-left > span {
	margin-right: 15px;
}
.space-right {
	text-align: right;
	font-weight: 600;
}
.space-right .ada_screen_text {
	margin-left: 0;
}

.heartBeat {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    font-weight: 700;
}


@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.5);
    transform: scale(2);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}
.navbar {
	padding: 20px 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
/*#home  header.header-store{margin-bottom:55px;}*/
#home  header.header-store{margin-bottom: 0px;}
header.header-store {
    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);
    border-bottom: 3px solid #000;
    height: 8rem;
    position: relative;
}
header.header-store.header-fixed {
	background: var(--bsc-white);
}

/*---------- Strip banner CSS start ----------------------------------*/
 .top-strip {
    width: 100%;
    background: #1c272b;
    /*background: var(--bsc-theme1);*/
    text-align: center;
    position: relative;
    padding: 10px;
    z-index: 1;
    margin-top: 0px;
}
.top-strip .offer-detail {
    display: block;
    font-size: 30px;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
    text-transform: capitalize;
}
/*---------- Strip banner css end ----------------------------------*/

.nbs-cart-opened header {
	background: var(--bsc-white);
}
.ac_results {
	z-index: 101;
	max-width: 100%;
}
.ac_results ul {
	background: var(--bsc-white);
	border: solid 1px #DDD;
	width: 100%;
}
.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 ================ */
.navbar-nav li {
	position: relative;
}
.navbar-nav > li {
    padding: 8px calc(0px + (25 - 0) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
}
li.nav-item.active {
    border-bottom: 2px solid gray;
}
.navbar-nav > li a .bs-arrow-drop-down {
	font-size: 8px;
}
.navbar-nav > li a:hover, .navbar-nav > li a:focus, .navbar-nav > li a:active, .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(55px + (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(21px + (23 - 21) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
}
.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;
}*/
#basket-amount {
    POSITION: ABSOLUTE;
    BACKGROUND: #000;
    border-radius: 50%;
    FONT-SIZE: 11px;
    margin: 0to;
    top: -50%;
    margin: 0;
    right: -50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;}
.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: 50%;
    right: -11px;
    transform: translateY(-50%);
    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: flex;
    align-items: center;
}
.navbar-brand img {
	/* max-height: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320))); */
width:75px;
}
.space-right ul li,
.space-left ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #c1c1c1;
}
.space-right ul li:last-child,
.space-left ul li:last-child{
    border:none;
}
h4 {
    padding-bottom: 15px;
}
/* ==== Login Navbar ================ */

/* ==== 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: 5;
	-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: 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	height: auto;
	opacity:0;
}
.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:8px;
	overflow:hidden;
}
.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: 1;
}
.cart-widget-footer {
    position: relative;
    left: -1px;
    right: -1px;
    background: var(--bsc-lightgrey);
    bottom: -1px;
    width: calc(100% + 2px);
    padding: 3px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px #DDD;
}
.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 ====================== */

/* ==== Home Featured Section ====================== */
.featured-top-item1{
background-image:url(../images/Apparel-cover-scaled.jpg);
background-position:center;
    background-size: cover;
}
.featured-top {
    margin-top: 90px;
}
.featured-top-item2{
background-image:url(../images/Bag-scaled.jpg);
background-position:center;
    background-size: cover;
}
.featured-top-item3{
background-image:url(../images/Tech-scaled.jpg);
background-position:center;
    background-size: cover;
}
.featured-top-item4{
background-image:url(../images/Gift-scaled.jpg);
background-position:center;
    background-size: cover;
}
.featured-top-item {
    height: 30vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
position:relative;
z-index:1;
}
.featured-top-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.5;
display:none;
z-index:1;
}
.featured-top-item:hover::before{
display:block;
}
.featured-top-item a{    font-size: 2.6666666666667rem;
    color: #fff;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 98%);z-index:2;}
.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;
border:1px solid transparent;
}
.owl-buttons {
    display: none;
}
.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);
display:none;
}
.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: none;
	height: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
	padding: 10px 20px;
}
.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-top {
	padding: calc(15px + (80 - 32) * ((100vw - 320px) / (1920 - 320))) 0;
    border-top: solid calc(2px + (4 - 2) * ((100vw - 320px) / (1920 - 320))) var(--bsc-theme2);
}
.footer-brand {
	display: inline-block;
	margin-bottom: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.logo-footer {
    max-height: calc(20px + (28 - 20) * ((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);
}
ul.footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
flex-wrap: wrap;
}
.footer-links h4 {
	font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	padding: 5px 0;
	margin-bottom: calc(10px + (36 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.footer-links li {
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
}

.footer-links li a {
	color: var(--bsc-black2);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
padding:0 15px 15px;
border-bottom:2px solid transparent;
    display: inline-block;
}
.footer-links li:last-child {
	margin-bottom: 0;
}
.footer-links li a:hover,.footer-links li.active a{
color: var(--bsc-theme1);
border-bottom:2px solid gray;
}
/*.footer-links li a:hover {
	position: relative;
	display: block;
	color: var(--bsc-theme1);
	font-weight: 500;
	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 p {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    margin-bottom: 0;
}
/* ==== Footer Section ====================== */


/* ==== Product list Section CSS====================== */
.item {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 3;
    border-radius: 4px;
    transition: all .5s;
    background: var(--bsc-white);
    box-shadow: 0px 0px 9px 0px #0000007a;
    text-align: center;
    min-height: 100%;
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.item:hover {
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 50%);
    border-color: var(--bsc-theme1);
}
.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);
}*/
.slider .owl-carousel .item:hover {
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 50%);
    border-color: var(--bsc-theme1);
}
.item-detail{
	padding-bottom:calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.item-description {
	margin-bottom: 0;
}
.card--item--code {
	font-weight: 500;
	color: var(--bsc-grey);
}
.item-detail .item-title {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0 calc(10px + (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)));
    flex: 1;
}
.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;
}


.pricerating { margin-top: auto;}
.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-black2);
	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-theme1);
}
.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;
}
*/
.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;
}

.main.item-detail-main {
    margin-top: 45px;
}
.item-detail {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.select-options{
    color: #fff;
    background-color: var(--bsc-theme2 );
    border-radius: 5px 5px 5px 5px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    white-space: normal;
    line-height: 1.3;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    display: inline-block;
    font-weight: 700;
}
.select-options:hover{
color: var(--bsc-theme1 );
}
/*----- End Special order css ---------*/
/*------- 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 ---------------------------------------- */
/* Start min-width:992px */
@media (min-width:992px){
/* .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;
}
.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: 7px 7px 3px 3px;
	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;
}
.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);
}
.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 1200px-1599px */
@media (min-width:1200px) and (max-width:1599px){



}
/* End 1200px-1599px */

/* 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){
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;
}
.navbar-brand {
	margin-right: 48px;
}
.login-icon-list li {
	margin-left: 48px;
}
.login-icon-list a {
	font-size: 23px;
}
.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: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:991px */
@media (max-width:991px){

/*------- Mobile Menu ---------------------------------------- */
.navbar {
	justify-content: flex-start;
	z-index: 1;
}
.navbar-collapse {
	position: fixed;
	left: -320px;
	background: var(--bsc-white);
	width: 100%;
	max-width: 260px;
	bottom: 0;
	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;
}
.navbar-collapse.collapsing {
	top: 0;
	bottom: 0;
	height: 100vh;
}
.navbar-light .navbar-toggler {
	border-radius: 0;
	margin: 0 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%;
}
.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){
#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;
}
.featured-top-item a{
    font-size: 2rem;
}
.carousel-item {
    height: 250px;
}
.carousel-item img{
    height: 100%;
}
.carousel-item h1{font-size:25px;}
}
/* End max-width:767px */

/* Start max-width:575px */
@media (max-width:575px){
.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;
}
.login-icon-list li{margin-left: calc(25px + (48 - 16) * ((100vw - 320px) / (1920 - 320)));}
}
/* 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 ---------------------------------------- */