:root{
  --bsc-white:#FFF;
  --bsc-black:#000;
  --bsc-black2:#141517;
  --bsc-theme1:#853a20;
  --bsc-theme2:#000;
  --bsc-grey: #595959;
  --bsc-lightgrey: #f6f8fd;
  --bsc-lightgrey2: #EAEAEC;
  --bsc-semilight: #BEBEBE;
  --bsc-red: #ED0000;:root{
  --bsc-white:#FFF;
  --bsc-black:#000;
  --bsc-black2:#141517;
  --bsc-theme1:#B16312;
  --bsc-theme2:#000;
  --bsc-grey: #595959;
  --bsc-lightgrey: #f6f8fd;
  --bsc-lightgrey2: #EAEAEC;
  --bsc-semilight: #BEBEBE;
  --bsc-red: #ED0000;
  --bsc-greytransparent: rgba(243, 243, 245, 0.5);
  --bsc-font-heading: 'Avenir';
 --bsc-font-body: 'Avenir';
  --bsc-transition: 0.3s ease-in-out;
}
@font-face {
    font-family: 'New Spirit';
    src: url('../fonts/NewSpirit-Medium.woff2') format('woff2'),
        url('./fonts/NewSpirit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
        url('../fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
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;}

.item-title.quick-view-code {
    color: var(--bsc-grey);
}
.copyright {
	text-align: center;
	color: var(--bsc-white);
	pointer-events: none;
}	
 
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.btn-link{
	margin-top: 30px;
	color: var(--bsc-theme1);
	text-decoration: none;
}

.btn-link:hover{
	text-decoration: underline;
}
.required {
    color: red;
}
.needed_star {
    color: red;
}
  .pobox-warn {
    color: var(--bsc-grey);
  }
img{max-width:100%; height: auto;}
img:not(img#image-main){
  width: auto;
}
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, .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: 600;}
.hide{ display:none; }
h1, .h1{ font-size: calc(26px + (72 - 26) * ((100vw - 320px) / (1920 - 320))); }
h2, .h2 {font-size: calc(22px + (42 - 22) * ((100vw - 320px) / (1920 - 320)));}

.featureditems {
    color: var(--bsc-grey);
    font-weight: 500;
}
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))); }
:focus-visible {
    outline: none;
}
.info_needed {
  /* display: inline; */
}
  #prop65_warning {
  color: var(--bsc-grey);
} 
#prop65_warning:hover {
  color: var(--bsc-black);
}
.form-error {
  color: var(--bsc-red);
  font-size: 11px;
  font-weight: 500;
}
.fw-medium {
  font-weight: 500 !important;
}

.id-code {
    color: var(--bsc-grey);
}
.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: calc(54px + (80 - 54) * ((100vw - 320px) / (1920 - 320)));
}
.main.whitebgd {
  padding-top: 0;
}
.container{
  padding:0 20px;
}
.main {
    padding-top: 30px ! important;
}
/*no space below home page banner*/
#home .main {
	min-height: auto !important;
}

.main.whitebgd, #home .main, #category .main , #contact-us .main, #loginBox {
  padding-top: 0  ! important;
}
#ss_cookie_consent_msg {
    background-color: #000 !important;
    opacity: .9;
}
#ss_cookie_consent_msg a:not(.cookieclose) {
    color: #fff !important;
    text-decoration: underline;
    font-weight: bold;
    font-size: 110%;
}
#body-preload {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity:1;
  background: #fff url('../images/wegmans-espresso-spinner.svg') center center no-repeat;
}

#custom-preload {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity:1;
  background: #fff url('../images/wegmans-espresso-spinner.svg') center center no-repeat;
}
/* ==== Header ================ */
.top-bar {
  background: var(--bsc-lightgrey2);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#user_allocation {
    white-space: nowrap;
}
.manageAllocation {
    white-space: nowrap;
}
.space-left > span {
  margin-right: 15px;
}
.space-right {
  text-align: right;
  font-weight: 600;
}
.space-right .ada_screen_text {
  margin-left: 0;
}
.navbar {
    padding: 10px 0;
    width: 87%;
}
header.header-store {
  position: sticky;
  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-image: url(../images/nav-banner.jfif);
}
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%);
}
.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;
    display: flex;
  flex-wrap: wrap;
}
.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{
    color: var(--bs-white);
}
.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) !important; */
}
.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:not(.login-icon-list li.cart-widget-slide) {
    display: flex;
    align-items: center;
    margin-left: calc(15px + (48 - 15) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
}
.login-icon-list li:first-child {
  margin-left: 0;
}
.login-icon-list a {
    display: flex;
    color: var(--bsc-white);
    align-items: center;
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
}
a.user_allocation {
	cursor: default !important;
}	
.login-icon-list a:hover{
  color: var(--bsc-white);
}
#welcome-data a + a {
  margin-left: 10px;
}
#basket-amount {
  color: var(--bsc-white);
  margin-left: 5px;
    font-family: var(--bsc-font-heading);
}
.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: 15px;
    right: -11px;
    padding: 0;
    background: var(--bsc-white);
    width: 295px;
    z-index: 2;
}
.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(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
/* ==== Login Navbar ================ */

/* ==== Cart Slide ========================= */
.cart-widget-slide {
  position: absolute;
  top: calc(100% + 5px);
  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: 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;
}
.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;
  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-body::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.cart-widget-body::-webkit-scrollbar-track {
  background: var(--bsc-lightgrey2);
}
/* Handle */
.cart-widget-body::-webkit-scrollbar-thumb {
  background: var(--bsc-semilight);
}
/* Handle on hover */
.cart-widget-body::-webkit-scrollbar-thumb:hover {
  background: var(--bsc-theme2);
}
.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: 16px;
  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: normal;
  margin: 15px 0;
  font-size: 13px;
  padding-right:20px;
  text-align: center;
}
.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-black);
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.product-name a:hover {
  color: var(--bsc-theme1);
} 
.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-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 ====================== */
.section-wrapper {
  padding: calc(32px + (30 - 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-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-white);
  color: var(--bsc-grey);
  padding: 5px;
  border-radius: 10px;
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
  opacity: 100;
  border: 1px solid var(--bsc-lightgrey);
}
/* ==== 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: 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;
    text-indent: -9999px;
}
/* ==== Newsletter Section ====================== */

/* ==== Footer Section ====================== */
.footer-top {
  padding: calc(32px + (50 - 32) * ((100vw - 320px) / (1920 - 320))) 0;
  /* background: var(--bsc-theme1); */
  background: url('../images/FooterBackground.jpg');
  background-size: cover;
  background-position: center;
}
.footer-brand {
  display: inline-block;
  margin-bottom: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.logo-footer {
    max-height: calc(35px + (48 - 35) * ((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;
    color: var(--bsc-white);
}
.footer-contact-info li .bs-icon {
  margin-right: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
  min-width: 20px;
  color: var(--bsc-white);
}
.footer-contact-info li a{
  color: var(--bsc-white);
}
.footer-contact-info li a:hover, .footer-contact-info li a:focus{
  color: var(--bsc-white) !important;
}
.footer-link-label {
    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)));
    color: var(--bsc-white);
    font-family: var(--bsc-font-heading);
}
.footer-links li {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 15px;
  font-weight: 500;
}
.footer-links li a {
    color: var(--bsc-white) !important;
    position: relative;
    transition: padding 0.3s ease-in-out;
    cursor: pointer;
}
.footer-links li  a:hover { 
  color: var(--bsc-white);
  padding: 0 15px;
  border-left: 1px solid var(--bsc-white);
  transition: padding 0.3s ease-in-out;
}
.footer-bottom {
    padding: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
    /* border-top: solid 1px var(--bsc-lightgrey2); */
    text-align: center;
    color: var(--bsc-white);
    background: var(--bsc-theme1);
}
.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:8px;
  transition: all .5s;
  background: var(--bsc-white);
  box-shadow: 1px 5px calc(12px + (24 - 25) * ((100vw - 320px) / (1920 - 320))) 0 rgb(0 0 0 / 20%);
  text-align: center;
  min-height: 100%;
  border-radius: 15px;
}
.item-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.item .item-img img {
    transition: ease-in-out all 0.5s;
}
.item:hover .item-img img {
    transform: scale(1.1);
}
.item-detail {
    padding-bottom: 16px;
  position: relative;
}
.item-detail p {
    margin-bottom: 10px;
    color: var(--bsc-grey);
}
.item-description {
  margin-bottom: 0;
}
.card--item--code {
    font-weight: 500;
    color: var(--bsc-grey);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    display: block;
}
.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: normal;
    padding: 0 calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
    display: block;
}
.item-detail .item-title a {
    color: var(--bsc-theme2);
}
.item-cost .price {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  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)));
    color: var(--bsc-black2);
}
  .overlay-action-btns .overlay--action--btn:hover {
    background:var(--bsc-white);
  }
.item:hover .overlay-action-btns, .item:focus-within .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-theme2);
  font-size: calc(10px + (12 - 10) * ((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%);
        display: none;
}
.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 {
   /*   color: var(--bsc-white); */
}
.product-found-title strong{
      color: var(--bsc-theme2);
}
.breadcrumb-main li a,
.breadcrumb-main li span{
  color: var(--bsc-black);
}
.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;
    border: none !important;
}
.ui-dialog .ui-dialog-titlebar {
  background: var(--bsc-theme2);
  color: var(--bsc-white);
  border: none !important;
}
.alert-custom.ui-dialog .ui-dialog-titlebar {
	background: var(--bsc-theme1);
}	
.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: 15px;
    margin: 0 auto;
    z-index: 999;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: calc(100vh - 40px);
    min-height: auto;
}
.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
  bottom: 0;
    left: 0;
  right:0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
}
.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: var(--bsc-lightgrey2) !important;
  color: #000 !important;
}

#addressValidationModal a.list-group-item.addressitem.active:before {
  position: absolute;
  content: '';
  height:10px;
  width:10px;
  background: var(--bsc-black);
  border:1px solid black;
  border-radius:50%;
  left: -25px;
  color: #000;
  top: 18px;
}
.btn-lg.addressvalidatecancel {
    background: transparent;
    color: var(--bsc-theme2);
    border-color: var(--bsc-theme2);
}
.btn-lg.addressvalidatecancel:hover, .btn-lg.addressvalidatecancel:focus {
    background: var(--bsc-theme2);
    color: var(--bsc-white);
}

/*------ 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;
}
input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
} 
input[type="radio"]:checked + .control__indicator {
  background: var(--bsc-grey);
}
.control.control--radio.retail-location {
    cursor: initial;
}
.line-through {
    text-decoration: line-through;
}

/*----- End Special order css ---------*/
body .alert-custom.ui-dialog.ui-widget-content {
    left: 0 !important;
}
/*------- Proof Reader---------------------------------------- */

@media screen and (max-width: 525px) and (orientation: portrait) {
.alert-custom.ui-dialog .ui-dialog-content{ max-height:300px;}
}
@media screen and (max-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";
}
.price.pricediscounts::before{
  content: "-";
}
.ao-form{
  display : none;
}
button:focus, button:focus-visible {
    outline: none !important;
    border: none !important;
}
.pull-left {
  position: relative;
  z-index: 1;
}
.skip-content {
    position: fixed;
    z-index: 107;
    left: 10px;
    top: -30px;
    width: 200px;
}
.skip-content:not(#home .skip-content) {
    display: none;
}
.skip-content li .content-box {
    position: absolute;
    width: auto;
    background: rgba(255, 255, 255, 1);
    padding: 6px 10px;
    box-shadow: 1px 5px calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320))) 0 rgb(68 102 242 / 30%);
    border: solid 2px var(--bsc-lightgrey2);
    border-radius: 4px;
    display: none;
    top: 120px;
    left: 0;
    font-size: 14px;
}
.content-box label {
    color: var(--bsc-grey);
    font-weight: 600;
}
.skip-content li:focus-within .content-box {
    display: block;
}
.skip-content li ul li a {
    padding: 2px 0;
    color: var(--bs-blue);
    display: block;
}
.skip-content li ul li a:hover, .skip-content li ul li a:focus {
    text-decoration: underline;
}
#close-search-bar {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    background: var(--bsc-theme1);
    color: var(--bsc-white);
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-icon-list a.cart-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    padding: 5px;
    background: var(--bsc-white);
    border-radius: 3px;
    color: var(--bsc-black);
}
#quicklookNew .modal-dialog {
    margin-bottom: 0;
}
#quicklookNew .modal-body {
  overflow: auto;
    max-height: calc(100vh - 100px);
}

/*------- 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, .navbar-nav > li:focus-within .nav-dropdown-menu.multi-level, .nav-dropdown-menu.multi-level li:hover .sub-dropdown, .nav-dropdown-menu.multi-level li:focus-within .sub-dropdown, .nav-dropdown-menu .menu-level-3:hover .nav-dropdown-menu.multi-level-4, .nav-dropdown-menu .menu-level-3:focus-within .nav-dropdown-menu.multi-level-4{
  display: block;
}
.mobile-menu {
  display:none !important;
}
.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: none;
  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-white);
  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:not(.mobile-menu-sub) {
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    color: var(--bsc-black);
    flex-grow: 1;
}
    .nav-dropdown-menu li a:hover {
        color: var(--bsc-theme1) !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, .navbar-nav .nav-item.liitems:focus-within > .nav-dropdown-menu.multi-level {
  display: block;
}
.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;
}
.main {
    padding-top: 80px;
}
.navbar-brand {
  margin-right: 48px;
}
.navbar-nav > li {
  margin: 0 25px;
}
.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:1199px */
@media (max-width:1199px){
.overlay-action-btns .overlay--action--btn {
  padding: 0 6px;
}
.search-form-wraper{
  width: 170px;
}
.ui-dialog {
    max-height: 100vh;
    padding: 15px 15px 80px;
}

}
/* End max-width:1199px */

/* Start max-width:1024px */
@media (max-width:1024px){
.overlay-action-btns {
  opacity: 1;
  right: 10px;
}


}
/* End max-width:1024px */


/* 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: transparent;
  padding: 5px 7px;
  box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 32px;
  height: 32px;
  color: var(--bsc-white);
  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: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: var(--bs-black);
}
.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-white);
  top: 0px;
  display: none;
  width: 100%;
}
.nav-dropdown-menu.multi-level > li > a:not(.mobile-menu) {
    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-black);
}
.nav-dropdown-menu.multi-level > li > a:hover, .nav-dropdown-menu.multi-level > li > a:focus {
  background: var(--bsc-white);
  color: var(--);
}
.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) !important;
}
.navbar-nav li a.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 {
  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 {
  opacity: 0;
}
.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);
}
.multi-level .mobile-menu::before, .multi-level .mobile-menu::after {
    background: #FFF;
}
/*------- Mobile Menu ---------------------------------------- */
.h1 {
  margin-bottom: 0;
}
.menu-header {
  font-size: 22px;
  padding: 14px;
  background: var(--bsc-theme1);
  color: var(--bsc-white);
}
.menu-svg, .mobile-menu-sub {
  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;
}
#quicklook {
    overflow: auto;
}
#quicklookNew .modal-dialog {
    margin-top: 15px;
}
#quicklookNew .modal-body {
    max-height: calc(100vh - 90px);
}
.alloction_items{
            position: absolute!important;
            left: 50%;
            transform: translateX(-50%);
            bottom: 10px;
            width: 100%;
            text-align: center;
            justify-content: center;
            margin-left: 0 !important;
        } 
        .alloction_items ul{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .login-icon-list.position-relative{
            position:initial;
        }
        header.header-store{
            padding-bottom:25px !important;
        }

}
/* End max-width:991px */

/* Start max-width:767px */
@media (max-width:767px){
#image-form, #image-back {
  display: none !important;
}
.h1 {
  margin-bottom: 0;
}
.navbar {
  padding: 10px 0;
}
.call-pricing {
    text-align: left;
}
body .alert-custom.ui-dialog.ui-widget-content {
    width: 100% !important;
}
#prop65PopupBox {
    padding-top: 40px !important;
}


}
/* 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;
}
.space-left,
.space-right{
  text-align: center;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  color: var(--bsc-white);
  font-size: 24px;
}
.ui-dialog {
    padding: 15px 15px 100px;
}
#close-search-bar {
    right: 3px;
    top: 3px;
}
#user_allocation {
    white-space: normal;
}
#user_allocation a {
    font-size: 11px;
}
.manageAllocation {
    white-space: normal;
}
.manageAllocation a {
    font-size: 11px;
}
}
/* 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:319px */
@media (max-width:319px){
.navbar-brand img {
  max-height: 28px;
}
.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 */
 
/*------- Media Queries ---------------------------------------- */
  --bsc-greytransparent: rgba(243, 243, 245, 0.5);
  --bsc-font-heading: 'Avenir';
  --bsc-font-body: 'Avenir';
  --bsc-transition: 0.3s ease-in-out;
}
@font-face {
    font-family: 'New Spirit';
    src: url('../fonts/NewSpirit-Medium.woff2') format('woff2'),
        url('./fonts/NewSpirit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
        url('../fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
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;}

.item-title.quick-view-code {
    color: var(--bsc-grey);
}

.needed_star {
    color: red;
}
img{max-width:100%; height: auto;}
img:not(img#image-main){
  width: auto;
}
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, .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: 600;}
.hide{ display:none; }
h1, .h1{ font-size: calc(26px + (72 - 26) * ((100vw - 320px) / (1920 - 320))); }
h2, .h2 {font-size: calc(22px + (42 - 22) * ((100vw - 320px) / (1920 - 320)));}

.featureditems {
    color: var(--bsc-grey);
}
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))); }
:focus-visible {
    outline: none;
}
.form-error {
  color: var(--bsc-red);
  font-size: 11px;
  font-weight: 500;
}
.fw-medium {
  font-weight: 500 !important;
}

.id-code {
    color: var(--bsc-grey);
}
.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: calc(54px + (80 - 54) * ((100vw - 320px) / (1920 - 320)));
}
.main.whitebgd {
  padding-top: 0;
}
.container{
  padding:0 20px;
}
.main {
    padding-top: 30px ! important;
}

.main.whitebgd, #home .main, #category .main , #contact-us .main, #loginBox {
  padding-top: 0  ! important;
}

#home {
}
#ss_cookie_consent_msg {
    background-color: #000 !important;
    opacity: .9;
}
#ss_cookie_consent_msg a:not(.cookieclose) {
    color: #fff !important;
    text-decoration: underline;
    font-weight: bold;
    font-size: 110%;
}
#body-preload {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity:1;
  background: #fff url('../images/ajax-loader.svg') center center no-repeat;
}
/* ==== 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;
}
.navbar {
    padding: 10px 0;
    width: 87%;
}
header.header-store {
  position: sticky;
  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-image: url(../images/nav-banner.jfif);
}
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%);
}
.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;
    display: flex;
  flex-wrap: wrap;
}
.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{
    color: var(--bs-white) !important;
}
.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) !important; */
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li.active a {
  color: var(--bsc-white);
}
/* ==== Navbar ================ */
/* ==== Login Navbar ================ */
.login-icon-list li a img {
  transition: var(--bsc-transition);
}
.login-icon-list li:not(.login-icon-list li.cart-widget-slide) {
    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-white);
    align-items: center;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.bst-log-out {
    margin-left: 15px;
}
.login-icon-list a:hover{
  color: var(--bsc-white);
}
#welcome-data a + a {
  margin-left: 10px;
}
#basket-amount {
  color: var(--bsc-white);
  margin-left: 5px;
    font-family: var(--bsc-font-heading);
}
.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: 15px;
    right: -11px;
    padding: 0;
    background: var(--bsc-white);
    width: 295px;
    z-index: 2;
}
.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(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
}
.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;
}
/* ==== Login Navbar ================ */

/* ==== Cart Slide ========================= */
.cart-widget-slide {
  position: absolute;
  top: calc(100% + 5px);
  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: 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;
}
.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;
  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-body::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.cart-widget-body::-webkit-scrollbar-track {
  background: var(--bsc-lightgrey2);
}
/* Handle */
.cart-widget-body::-webkit-scrollbar-thumb {
  background: var(--bsc-semilight);
}
/* Handle on hover */
.cart-widget-body::-webkit-scrollbar-thumb:hover {
  background: var(--bsc-theme2);
}
.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: 16px;
  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: bold;
  margin: 15px 0;
  font-size: 14px; 
        padding-right:20px;
}
.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-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 ====================== */
.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-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-white);
  color: var(--bsc-grey);
  padding: 5px;
  border-radius: 10px;
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
  opacity: 100;
  border: 1px solid var(--bsc-lightgrey);
}
/* ==== 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: 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;
    text-indent: -9999px;
}
/* ==== Newsletter Section ====================== */

/* ==== Footer Section ====================== */
.footer-top {
  padding: calc(32px + (80 - 32) * ((100vw - 320px) / (1920 - 320))) 0;
  background: var(--bsc-theme1);
}
.footer-brand {
  display: inline-block;
  margin-bottom: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.logo-footer {
    max-height: calc(35px + (48 - 35) * ((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;
    color: var(--bsc-white);
}
.footer-contact-info li .bs-icon {
  margin-right: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
  min-width: 20px;
  color: var(--bsc-white);
}
.footer-contact-info li a{
  color: var(--bsc-white);
}
.footer-contact-info li a:hover, .footer-contact-info li a:focus{
  color: var(--bsc-white) !important;
}
.footer-link-label {
    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)));
    color: var(--bsc-white);
    font-family: var(--bsc-font-heading);
}
.footer-links li {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 15px;
  font-weight: 500;
}
.footer-links li a {
    color: var(--bsc-white) !important;
    position: relative;
    transition: padding 0.3s ease-in-out;
    cursor: pointer;
}
.footer-links li  a:hover { 
  color: var(--bsc-white);
  padding: 0 15px;
  border-left: 1px solid var(--bsc-white);
  transition: padding 0.3s ease-in-out;
}
.footer-bottom {
    padding: calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
    /* border-top: solid 1px var(--bsc-lightgrey2); */
    text-align: center;
    color: var(--bsc-white);
    background: var(--bsc-theme1);
}
.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:8px;
  transition: all .5s;
  background: var(--bsc-white);
  box-shadow: 1px 5px calc(12px + (24 - 25) * ((100vw - 320px) / (1920 - 320))) 0 rgb(0 0 0 / 20%);
  text-align: center;
  min-height: 100%;
  border-radius: 15px;
}
.item-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.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;
  position: relative;
}
.item-detail p {
    margin-bottom: 10px;
}
.item-description {
  margin-bottom: 0;
}
.card--item--code {
    font-weight: 500;
    color: var(--bsc-grey);
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    display: block;
}
.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)));
    display: block;
}
.item-detail .item-title a {
    color: var(--bsc-theme2);
}
.item-cost .price {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  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)));
    color: var(--bsc-black2);
}
.item:hover .overlay-action-btns, .item:focus-within .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-theme2);
  font-size: calc(10px + (12 - 10) * ((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%);
        display: none;
}
.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 {
   /*   color: var(--bsc-white); */
}
.product-found-title strong{
      color: var(--bsc-theme2);
}
.breadcrumb-main li a,
.breadcrumb-main li span{
  color: var(--bsc-black);
}
.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;
    border: none !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: 15px;
    margin: 0 auto;
    z-index: 999;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: calc(100vh - 40px);
    min-height: auto;
}
.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
  bottom: 0;
    left: 0;
  right:0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
}
.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;
}
.btn-lg.addressvalidatecancel {
    background: transparent;
    color: var(--bsc-theme2);
    border-color: var(--bsc-theme2);
}
.btn-lg.addressvalidatecancel:hover, .btn-lg.addressvalidatecancel:focus {
    background: var(--bsc-theme2);
    color: var(--bsc-white);
}

/*------ 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;
}
input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
} 
.line-through {
    text-decoration: line-through;
}

/*----- End Special order css ---------*/
body .alert-custom.ui-dialog.ui-widget-content {
    left: 0 !important;
}
/*------- Proof Reader---------------------------------------- */

@media screen and (max-width: 525px) and (orientation: portrait) {
.alert-custom.ui-dialog .ui-dialog-content{ max-height:300px;}
}
@media screen and (max-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";
}
.price.pricediscounts::before{
  content: "-";
}
.ao-form{
  display : none;
}
button:focus, button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}
.pull-left {
  position: relative;
  z-index: 1;
}
.skip-content {
    position: fixed;
    z-index: 107;
    left: 10px;
    top: -30px;
    width: 200px;
}
.skip-content:not(#home .skip-content) {
    display: none;
}
.skip-content li .content-box {
    position: absolute;
    width: auto;
    background: rgba(255, 255, 255, 1);
    padding: 6px 10px;
    box-shadow: 1px 5px calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320))) 0 rgb(68 102 242 / 30%);
    border: solid 2px var(--bsc-lightgrey2);
    border-radius: 4px;
    display: none;
    top: 120px;
    left: 0;
    font-size: 14px;
}
.content-box label {
    color: var(--bsc-grey);
    font-weight: 600;
}
.skip-content li:focus-within .content-box {
    display: block;
}
.skip-content li ul li a {
    padding: 2px 0;
    color: var(--bs-blue);
    display: block;
}
.skip-content li ul li a:hover, .skip-content li ul li a:focus {
    text-decoration: underline;
}
#close-search-bar {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    background: var(--bsc-theme2);
    color: var(--bsc-white);
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-icon-list a.cart-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    padding: 5px;
    background: var(--bsc-theme2);
    border-radius: 3px;
    color: var(--bsc-white);
}
#quicklookNew .modal-dialog {
    margin-bottom: 0;
}
#quicklookNew .modal-body {
  overflow: auto;
    max-height: calc(100vh - 100px);
}

/*------- 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, .navbar-nav > li:focus-within .nav-dropdown-menu.multi-level, .nav-dropdown-menu.multi-level li:hover .sub-dropdown, .nav-dropdown-menu.multi-level li:focus-within .sub-dropdown, .nav-dropdown-menu .menu-level-3:hover .nav-dropdown-menu.multi-level-4, .nav-dropdown-menu .menu-level-3:focus-within .nav-dropdown-menu.multi-level-4{
  display: block;
}
.mobile-menu {
  display:none !important;
}
.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 5px 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:not(.mobile-menu-sub) {
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    color: var(--bsc-black);
    flex-grow: 1;
}
    .nav-dropdown-menu li a:hover {
        color: var(--bsc-theme1) !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, .navbar-nav .nav-item.liitems:focus-within > .nav-dropdown-menu.multi-level {
  display: block;
}
.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;
}

.login-icon-list{
     position:relative;
}

}
/* 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;
}
.main {
    padding-top: 80px;
}
.navbar-brand {
  margin-right: 48px;
}
.navbar-nav > li {
  margin: 0 25px;
}
.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:1199px */
@media (max-width:1199px){
.overlay-action-btns .overlay--action--btn {
  padding: 0 6px;
}
.search-form-wraper{
  width: 170px;
}
.ui-dialog {
    max-height: 100vh;
    padding: 15px 15px 80px;
}

}
/* End max-width:1199px */

/* Start max-width:1024px */
@media (max-width:1024px){
.overlay-action-btns {
  opacity: 1;
  right: 10px;
}


}
/* End max-width:1024px */


/* Start max-width:991px */
@media (max-width:991px){

/*------- Mobile Menu ---------------------------------------- */
.navbar {
  justify-content: flex-start;
  z-index: 1;
}
.navbar-nav > li > a{
  color: var(--bs-black) !important;
}
.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;
    color: var(--bs-black);
}
.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;
  width: 100%;
}
.nav-dropdown-menu.multi-level > li > a:not(.mobile-menu) {
    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-theme2);
}
.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) !important;
}
.navbar-nav li a.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 {
  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 {
  opacity: 0;
}
.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);
}
.multi-level .mobile-menu::before, .multi-level .mobile-menu::after {
    background: #FFF;
}
/*------- Mobile Menu ---------------------------------------- */
.h1 {
  margin-bottom: 0;
}
.menu-header {
  font-size: 22px;
  padding: 14px;
  background: var(--bsc-theme2);
  color: var(--bsc-white);
}
.menu-svg, .mobile-menu-sub {
  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;
}
#quicklook {
    overflow: auto;
}
#quicklookNew .modal-dialog {
    margin-top: 15px;
}
#quicklookNew .modal-body {
    max-height: calc(100vh - 90px);
}

}
/* End max-width:991px */

/* Start max-width:767px */
@media (max-width:767px){
#image-form, #image-back {
  display: none !important;
}
.h1 {
  margin-bottom: 0;
}
.navbar {
  padding: 10px 0;
}
.call-pricing {
    text-align: left;
}
body .alert-custom.ui-dialog.ui-widget-content {
    width: 100% !important;
}
#prop65PopupBox {
    padding-top: 40px !important;
}


}
/* 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;
}
.space-left,
.space-right{
  text-align: center;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  color: var(--bsc-theme2);
  font-size: 24px;
}
.ui-dialog {
    padding: 15px 15px 100px;
}
#close-search-bar {
    right: 3px;
    top: 3px;
}

}
/* 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: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 */
 
/*------- Media Queries ---------------------------------------- */

.tooltip-inner {
        font-family: var(--bsc-font-heading);
}