
/* MOBILE MENU */
.mobile-popup.mobile-menu.light {
  background: -webkit-gradient(linear, right top, left top, from(#EBEBEB), to(#F7F7F7));
  background: -webkit-linear-gradient(right, #EBEBEB 0%, #F7F7F7 100%);
  background: -o-linear-gradient(right, #EBEBEB 0%, #F7F7F7 100%);
  background: linear-gradient(-90deg, #EBEBEB 0%, #F7F7F7 100%) !important;
	color: #001120;
} 

.mobile-popup.mobile-menu.light .title-font {
  color: #001120;
}

.mobile-menu.light .menu ul li {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.mobile-menu.light .menu ul li.highlight a {
  background: rgba(0,0,0,0.05);
  color: #001120;
}

.mobile-menu.light .menu ul li .subs {
  padding-bottom: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#EBEBEB), to(#F7F7F7));
  background: -webkit-linear-gradient(right, #EBEBEB 0%, #F7F7F7 100%);
  background: -o-linear-gradient(right, #EBEBEB 0%, #F7F7F7 100%);
  background: linear-gradient(-90deg, #EBEBEB 0%, #F7F7F7 100%) !important;
}

.mobile-menu.light .menu li.active > a {
  color: #fff;
}

.mobile-menu.light .menu li.active > a.normal-link i {
  color: #fff;
}

/* COLLECTION */
.sidebar .sb-cats ul li a.active {
  color: #007DC3;
}

.sidebar .sb-cats ul li:not(:first-child) {
  border-top: 1px solid rgba(0,0,0,0.07);
}

.collection-banner {
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.collection-banner .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  background: rgb(0 125 195 / .95);
  color: #fff;
}

.collection-banner .title {
  font-size: 25px;
  color: #fff;
  line-height: normal;
  margin-bottom: 10px;
}

.collection-banner .subtitle {
  font-size: 16px;
  margin-top: 5px;
  opacity: .8;
}

.collection-banner ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: -5px;
}

.collection-banner ul li {
  padding: 5px;
}

.collection-banner ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.collection-banner ul i {
  font-size: 120%;
  width: 20px;
  margin-right: 15px;
  text-align: center;
}

@media (max-width:767px) {
	.collection-banner .inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 30px;
	}
  
  .collection-banner ul {
    margin-top: 10px;
	}
}

/* Cart */
.cart-wrap .totals .micro-copy {
  display: flex;
  justify-content: center;
}

.cart-wrap .donation-wrap {
  background: #007dc320;
  padding: 44px 50px;
  border-radius: 10px;
/*   -webkit-box-shadow: 0px 2px 40px 8px rgb(0 0 0 / 8%);
  box-shadow: 0px 2px 40px 8px rgb(0 0 0 / 8%); */
  margin-top: 20px;
  cursor: pointer;
}

.cart-wrap .donation-wrap .title {
  font-size: 1.125em;
  margin-bottom: 10px;
}

.cart-wrap .donation-wrap .text {
  margin-bottom: 10px;
}

.cart-wrap .donation-wrap .ui.checkbox label span {
    font-size: 100%;
}

.cart-wrap .donation-wrap .ui.checkbox label {
  padding-top: 0px;
  cursor: pointer;
}
/* Micro copy */
.micro-copy {
  margin-top: 10px !important;
}

/* Product page */
#header .sticky-product.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-top: 1px solid rgba(0,0,0,.07);
}

#header .sticky-product .inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .sticky-product .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__etrusted-wrap {height: 23px; margin-top: 6px;}

#header .sticky-product .product .product-title-wrap {
  margin-left: 10px;
}

#header .sticky-product .product .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

#header .sticky-product .product .price-wrap .old-price {
  text-decoration: line-through;
  font-size: 90%;
  margin-right: 10px;
}

#header .sticky-product .cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .sticky-product .cart-wrap .cart input {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 1px solid #eee;
  margin-right: 5px;
  padding: 0;
  text-align: center;
}

#header .sticky-product .cart-wrap .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .sticky-product .cart-wrap .cart .btn.add-cart {
  height: 40px;
  margin-right: 5px;
}

#header .sticky-product .cart-wrap .cart .add-to-wishlist {
  height: 40px;
  width: 40px;
  padding: 0px;
  background: #004B8D;
}

.product-detail .images-wrap .product-images .item {
  position: relative;
}

.product-detail .images-wrap .product-images a.product-video {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  color: #007DC3;
  font-family: "Barlow", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail .images-wrap .product-images a.product-video i {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .product-detail .info .cart {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: calc(100%);
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
    flex-wrap: unset !important;
  }
  #productpage .product-detail .input-wrap .change input {
    border: 1px solid #eee;
  }
  #productpage .product-detail .info .cart .add-wish {
    color: #fff;
    background: #004B8D;
    margin-left: 10px;
  }
  
}

.messages,
.gui-messages {
	display: none !important;
}

.ui.checkbox input:indeterminate~.box:after, .ui.checkbox input:indeterminate~label:after {
	content: '' !important;
}


.products .product .info .add-cart-block,
.products .product-list .info .add-cart-block {
	margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .product .info .add-cart-block {
  margin-top: auto;
  padding-top: 10px;
}

.products .product-list .info .add-cart-block form,
.products .product .info .cart-btn-wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products .product-list .info .add-cart-block .input-wrap,
.products .product .info .cart-btn-wrap .input-wrap {
	padding-right: 15px;
}
.products .product-list .info .add-cart-block .input-wrap input,
.products .product .info .cart-btn-wrap .input-wrap input {
	height: 40px;
  width: 40px;
  margin: 0 7px;
  color: #000;
}

.products .product .info .add-cart-block a.add-live-prod,
.products .product-list .info .add-cart-block a.add-live-prod {
  border-radius: 5px;
  color: #fff;
  width: 40px;
  display: inline-flex;
  height: 40px;
  justify-content: .product-detail .info .cart;
  align-items: center;
  font-size: 18px;
  margin-left: auto;
}

.input-wrap.disable .change a, 
.btn.cart-btn.disable .change a,
.input-wrap.disable .change input, 
.btn.cart-btn.disable .change input,
.input-wrap.disable, 
.btn.cart-btn.disable {
  pointer-events: none;color: #ababab;
}
.btn.add-live-prod.disable {
   pointer-events: none;background: #ababab;
}
.products-slider.owl-carousel .owl-stage {display: flex;}
.products-slider.owl-carousel .owl-item {display: flex;}
.products-slider.owl-carousel .owl-item .product {height: 100%;}
.ts-rating-light.productreviews {display: none;}

.info .product-info .btn.quote-btn.add-to-quote{
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin-left: 132px;
  margin-top: 16px;
}

@media(max-width:1200px){
  .info .product-info .btn.quote-btn.add-to-quote{
    margin-left: 110px !important;
  }
}

@media(max-width: 767px){
    .info .product-info .btn.quote-btn.add-to-quote{
      margin-left: 0 !important;
    }
}