body {overflow-x: hidden;}
img { height: auto; width:auto;}
.article-text img, .general-content img {max-width: 100%;}
.video-banner {
  background: #4D263B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 20%;
}

.video-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-banner .inner .title {
  margin-bottom: 30px;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.video-banner .inner .subtitle {
  color: #fff;
  margin-bottom: 30px;
  max-width: 1000px;
  text-align: center;
  font-size: 16px;
}
.video-banner .inner .subtitle.plus-title {
  margin-top: -15px;
}

.video-banner .inner video {
  width: 100%;
  max-width: 1000px;
}

.video-banner .btn{
	margin-top: 30px;
}

.insta-block {
  background: #fff;
  padding-top: 90px;
}

.insta-block .title-featured {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  	padding: 0 5%;
}

.insta-block .title-featured a {
  position: absolute;
  height: 30px;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  font-size: 19px;
  top: 0;
  text-transform: uppercase;
}

.insta-block .title-featured .line {
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px solid;
}


.banner-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}

.banner-type-1 .col-left, .banner-type-1 .col-right {
	width: 50%;
  height: 100%;
}

.banner-type-1 .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-type-1 .col-right .inner {
	width: 60%;
  padding-left: 15px;
}

.banner-type-1 .col-right .inner .title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}

.banner-type-1 .col-right .inner .text {
  margin-bottom: 30px;
  color: #fff;
  display: block;
}

.banner-type-1 .col-right .inner .btn {
  background: #fff;
  border: none;
  color: #333;
}

.banner-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #4D263B;
}

.full-width-banner  .title-featured .title{
	color: #fff;
}

.blocks-banner {
  margin-top: 70px;
}
.blocks-banner .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blocks-banner .blocks .block {
/*   width: 250px; */
  height: 250px;
  display: block;
  position: relative;
  padding: 0 5px;
	-webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.blocks-banner .blocks .block:hover {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}

.blocks-banner .blocks .block .image-wrap {
  height: 100%;
  width: 100%;
}

.blocks-banner .blocks .block .image-wrap .btn {
  position: absolute;
  width: 180px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
/*   background: #fff;
  color: #333; */
  background: #D1697E;
  color: #fff;
  border: none;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(155,155,155,0.7);
          box-shadow: 3px 3px 5px 0px rgba(155,155,155,0.7);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.blocks-banner .blocks .block{
  height: unset;
}
.blocks-banner .blocks .block .image-wrap{
	min-height: 250px;
}

.banner-type-2 .col-left {
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 5px;
}

.banner-type-2 .col-right {
  width: 50%;
  height: 100%;
  padding-right: 7.5%;
  padding-left: 5px;
}

.banner-type-2 .col-left .image-wrap, .banner-type-2 .col-right .image-wrap {
	height: 84%;
  position: relative;
}

.banner-type-2 .image-wrap .inner {
  background: #fff;
  width: 80%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -90px;
  padding: 15px;
  max-width: 500px;
}

.banner-type-2 .image-wrap .inner .title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.banner-type-2 .image-wrap .inner .text {
  display: block;
}

.banner-type-2 .image-wrap .inner .btn {
  margin-top: 15px;
/*   background: #fff;
  border: 1px solid #aaa;
  color: #333; */
  background: #fff;
  border: 1px solid #D1697E;
  color: #D1697E;
/*   width: 180px; */
  display: inline-block;
  overflow: hidden;
}

.banner-type-3 {
  height: 500px;
  color: #4D263B;
}

.banner-type-3 .image {
  height: 100%;
}

.full-width-banner .title-featured {
  max-width: 600px;
}

.full-width-banner .title-featured .title h1,
.full-width-banner .title-featured .title h2,
.full-width-banner .title-featured .title h3{
  color: #fff;
}

.full-width-banner .title-featured .text {
  color: #fff;
}

.full-width-banner .title-featured .button a { 
  background: #fff;
  color: #333;
  border: none;
}

.full-width-banner .title-featured .button a,
.banner-type-2 .image-wrap .inner .btn{
	border: 0;
  background: #D1697E;
  color: #fff;
}


#collection .bottom-content {
  line-height: 2em;
  color: #565656;
}
.title-featured .content .readmore {
  font-weight: bold;
  color:#83744d;
}
.title-featured .content .readmore i {
    vertical-align: middle;
    margin-left: 3px;
    font-size: 0.9em;
}
.mobile-menu .mobile-main-menu ul li.special > a {
    background: rgba(0,0,0,0.15);
}
#header .main-header .top-menu ul li {
	position:relative;
}
#header .main-header .top-menu ul li ul {
  position: absolute;
  background-color: #fff;
  margin:0px;
  border: 1px solid #eee;
  z-index: 9999;
  padding: 10px 0px;
  
  opacity:0;
  visibility:hidden;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#header .main-header .top-menu ul li:hover ul {
  opacity:1;
  visibility:visible;
}
#header .main-header .top-menu ul li ul li {
	width:100%;
	line-height: 30px;	
}

.general-content h1 {
	font-size:22px;
}

.general-content h2 {
	font-size:20px;
}

.general-content h3 {
	font-size:18px;
}

#productpage .main-product .product-info .service {
	margin-top:30px;
}

#productpage .main-product .product-info .service .title {
	font-weight:600;
  margin-bottom:3px;
}

#productpage .main-product .product-info .service .text {
	color:grey;
}

#productpage .main-product .product-info .service a {
	color:#d1697e;
}

.gui-input.error {
	border-color:#C80805;
}

.gui-checkbox.error label {
	color:#C80805;
}

.gui-section.error .gui-block-subtitle {
	color:#C80805;
}

.custom-error-message {
	color:#C80805;
  margin-bottom:10px !important;
}

@media (max-width: 991px) {
  .blocks-banner .blocks {
      display: block;
  }
}

@media (max-width:767px) {
  .main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
	}
  #productpage .main-product .product-info .service {
		margin-top:15px;
  }
  .banner-type-1 .col-left {
    display: none;
  }
  .banner-type-1 .col-right {
    width: 100%;
  }
   .banner-type-1 .col-right .inner {
     width: 80%;
  }
  .banner-type-1 {
    height: 380px;
  }
  .banner-type-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-type-2 .col-left, .banner-type-2 .col-right {
    width: 100%;
    padding: 0;
    margin-bottom: 15%;
  }
   .video-banner {
		padding: 5% 3%;
  }
  
   .video-banner .inner .title {
  	font-size: 22px;  
  }
  .video-banner .inner .subtitle {
    font-size: 14px;
  }
  
  .btn.btn-big.scroll-bundels {
  	margin-left: 0;
    margin-top: 10px;
  }
  
  .banner-type-3 {
    height: 300px;
  }
  .insta-block .title-featured a {
    width: 100%;
  }
  .insta-block .title-featured .line {
    display: none;
  }
  .blocks-banner {
    margin-top: 30px;
  }
  .insta-block {
		padding-top: 30px; 
  }
  .blocks-banner .blocks .block {
     margin-bottom: 10px;
  }
  .blocks-banner .blocks .block .image-wrap .btn {
  	bottom: 0;
/*     background: rgba(255,255,255,.7); */
   width: calc(100% - 10px);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(155,155,155,0.7);
            box-shadow: 0px 3px 6px 0px rgba(155,155,155,0.7);
  }
  
  .messages {
    top:10px;
    right:10px;
    left:10px;
    width: calc(100% - 20px) !important;
    max-width: inherit !important;
  }
}
@media(max-width: 1199px){
	.blocks-banner .blocks{
    margin: unset;
  }
}

/* Quickview */
.fancybox-slide>.quickview {
	background: #f2f2f2;
}
.quickview {
	display: none;
  width: 100%;
  max-width: 1400px;
}

.quickview.no-images {
	max-width: 700px;
}

.quickview .main-product .product-info .cart {
  display: flex;
}

.quickview .main-product .product-info .cart .add-cart {
  flex-grow: 10;
  margin-right: 10px;
}

.quickview .old-price {
  margin-right: 7px;
  text-decoration: line-through;
  color: #9a9a9a;
}

 .quickview .new-price {
  font-size: 25px;
  font-weight: 700;
}
/* End quickview */

.headlines.owl-carousel {max-height:700px;}
.headlines-outer.slide-loaded {
  width: 100%; 
  max-height: 700px;
}
.headlines-outer.slide-loaded:after {
  content: '';
  display: block;
  padding-top: 700px;
}

@media (min-width: 1461px) {
  .home-products .products {
    min-height: 535px;
  }
}
@media (max-width: 1199px) {
  #header .topbar.owl-loading .item {opacity: 0;}
  .headlines.owl-carousel {max-height:500px;}
  .headlines-outer.slide-loaded {
    max-height: 500px;
  }
  .headlines-outer.slide-loaded:after {
    padding-top: 500px;
  }
}

@media (max-width: 767px) {
  .headlines.owl-carousel {max-height:400px;}
  .headlines-outer.slide-loaded {
    max-height: 400px;
  }
  .headlines-outer.slide-loaded:after {
    padding-top: 400px;
  }
  .home-products .products {
    min-height: 75vw;
  }
  #header .main-header .cart .icon { width:18x;}
}
@media (max-width: 376px) {
  .home-products .products {
    min-height: 100vw;
    max-height: 100vw;
    overflow: hidden;
  }
}

.smartbanner-show {
  margin-top: 0!important;
}

/* michelle@shopmonkey custom service page */
.main-col.nosidebar {
  width: 100%;
}

.online-advice  .general-content.text p {
    line-height: 28px;
}
.online-advice {
  --spacing_block: 30px;
  --big_spacing_block: 40px;
}

.online-advice .headline {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.online-advice .headline .outer-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online-advice .headline .outer-wrap.overlay {
  background: rgba(0,0,0,0.3);
}

.online-advice .headline .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.online-advice .headline .text-box .text {
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-size:42px;
  font-weight: bold;
}

.online-advice .headline .text-box .text h1 {
  font-size: 42px;
}

.online-advice .intro {
  padding-top: var(--spacing_block);
  padding-bottom: var(--big_spacing_block);
}

.online-advice .intro .text {
  text-align: center;
}
  
.online-advice .channels {
  padding-bottom: var(--spacing_block);
}

.online-advice .channels .inner {
 display: flex;
 margin: 0 -10px;
}

.online-advice .channels .inner .channel {
  width: calc(100% / 3);
  padding:10px;
}

.online-advice .channels .inner .channel .text-box {
  background: #a0afa2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 8%;
}

.online-advice .channels .inner .channel .text-box p {
  margin-bottom: 0px;
}

.online-advice .channels .inner .channel .text-box i {
  font-size: 1.5em;
}

.online-advice .block-text .text {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: var(--big_spacing_block);
}

.reviews {
  padding-top: var(--spacing_block);
  padding-bottom: 65px;
}

.reviews .text.title {
  padding-bottom: var(--spacing_block);
}
.reviews-wrap {
  margin: -15px;
}

.reviews-wrap .review {
  padding: 15px;
}

.reviews-wrap .review .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.reviews-wrap .review .top-wrap .name-title {
  font-weight: bold;
  font-size: 1.143em;
}

.reviews-wrap .owl-dots {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.reviews-wrap .owl-dots .owl-dot {
  padding: 3px;
  display: inline-block;
}
.reviews-wrap .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d1697e;
  opacity: .7;
}

.reviews-wrap .owl-dots .owl-dot.active span {
  opacity: 1;
}

.reviews-wrap .stars {
  color: #f1c40f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-wrap .stars i {
  padding: 2px;
}

.reviews-wrap .review-inner  .general-content.text {
    line-height: 28px;
}

@media (max-width: 991px) {
  .online-advice {
    --spacing_block: 20px;
    --big_spacing_block: 30px;
  }
  .online-advice .headline {
		height: 300px;
  }
  .online-advice .headline .text-box .text,
  .online-advice .headline .text-box .text h1 {
    font-size: 32px;
  }
  .online-advice .channels .inner {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .online-advice .channels .inner .channel {
    width: 100%;
    padding: 5px;
	}
  .online-advice .channels .inner .channel .text-box {
    padding: 3%;
  }
}

@media (max-width: 767px) {
  .online-advice .headline .text-box .text, .online-advice .headline .text-box .text h1 {
    font-size: 26px;
  }
  .online-advice .channels .inner .channel h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }
}

#gift-cards-page .breadcrumbs {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.gui-cart #gui-form-cart .gui-image img {
  max-width: 100px;
  height: auto;
}

.cart-dropdown .cart-products img {
	max-width: 120px;
  height: auto;
}

/* New USPS for home */
.home-usp{
	border-top: 1px solid #f1eaeb;
}
.home-usp .usp-wrap{
	display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.home-usp .usp-wrap .usp-block{
	width: 25%;
  padding: 15px;
  border-top: unset;
}
.home-usp .usp-wrap .usp-block .inner{
	display: flex;
  flex-direction: column;
}
.home-usp .usp-wrap .usp-block .icon-overlay{
	padding-top: 70%;
  position: relative;
}
.home-usp .usp-wrap .usp-block .icon-overlay .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4D263B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px;
}
.home-usp .usp-wrap .usp-block .icon-overlay .overlay .img-icon{
	width: 42px;
  height: 60px;
}
.home-usp .usp-wrap .usp-block .icon-overlay .overlay .img-icon img{
	width: 100%;
  height: auto;
}
.home-usp .usp-wrap .usp-block .icon-overlay .title{
  color: #fff;
  margin-top: 20px;
  font-size: 1.2em;
}
.home-usp .usp-block .text-box{
	margin-top: 20px;
}
.home-usp .usp-block .text-box .text{
	color: #000;
}
.home-usp .usp-block .icon-overlay .overlay i{
	font-size: 3em;
  color: #fff;
}
.home-usp .usp-block .text-box .text-link{
	margin-top: 10px;
  font-weight: bold;
  display: inline-flex;
  color: #e77500;
}
@media(max-width: 1199px){
  .home-usp{
  	overflow: hidden;
  }
	.home-usp .usp-wrap .usp-block{
  	width: unset;
  }
  .home-usp .usp-wrap .usp-block .icon-overlay{
  	padding-top: 50%;
  }
  .home-usp .home-usp-slider-outer{
  	margin-right: -60%;
  }
  .home-usp .usp-block .text-box{
  	margin-top: 15px;
  }
  .home-usp .usp-wrap .usp-block .icon-overlay .title{
  	font-size: 1.2em;
    margin-top: 15px;
  }
}
@media(max-width: 991px){
	.home-usp .usp-wrap{
    margin: -10px;
  }
  .home-usp .usp-wrap .usp-block{
    padding: 10px;
  }
}
@media(max-width: 767px){
  .home-usp .usp-wrap .usp-block .icon-overlay .title{
  	font-size: 1em;
  }
  .home-usp .usp-block .icon-overlay .overlay i{
  	font-size: 2em;
  }
  .home-usp .usp-wrap .usp-block .icon-overlay{
  	padding-top: 70%;
  }
  .home-usp .usp-wrap .usp-block .icon-overlay .title{
  	margin-top: 10px;
  }
  .home-usp .usp-wrap .usp-block .icon-overlay .overlay{
  	padding: 15px;
  }
}
/* End */
/* home text */

.home-text {
  position: relative;
  overflow: hidden;
}

.home-text .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.home-text .bg .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
}

.home-text .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-text .left,
.home-text .right {
    width: 50%;
}

.home-text .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.home-text .left .title-featured {
  margin: 0;
  color: #fff;
}

.home-text .left .title-featured .button {
	margin-top: 20px;
}

.home-text .left .title-featured .button .btn {
	background: #D1697E;
  height: 42px;
  line-height: 42px;
  border: none;
}

.home-text .right {
  padding-left: 60px;
}

.home-text .right .title {
  font-size: 1.786em;
  margin-bottom: 20px;
}
.home-text .left h2.title{
  color: #fff !important;
}

@media (max-width: 991px) {
  .home-text {
    --left_height: 350px;
    --block_spacing: 40px;
  }
  .home-text .bg { 
    width: calc(100% - 40px);
    height: var(--left_height);
    top: var(--block_spacing); left: 20px; right: 20px;
  }
  .home-text .left,
  .home-text .right {
      width: 100%;
  }
  .home-text .left {
    height: var(--left_height);
  }
  .home-text .right {
    padding: 0;
    margin-top: 15px;
  }
	.bottom-text-wrap .title,
  .home-text .right .title {
    font-size: 1.550em;
    margin-bottom: 15px;
  }
  .home-text .right .btn {
    margin-top: 25px;
	}	
  .bottom-text-wrap .general-content {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

@media (max-width: 767px) {
  .home-text {
    --left_height: 300px;
  }
  .home-text .bg { 
    width: calc(100% - 30px);
    height: var(--left_height);
    top: var(--block_spacing); left: 15px; right: 15px;
  }
  .home-text .left {
    padding: 30px 20px;
  }
  .home-text .right {
    padding-top: 15px;
  }
  .home-text .right .title {
    font-size: 1.429em;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .home-text .right .btn {
    margin-top: 15px;
	}	
}

/* home-text end */

#cart-page .send-message {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background: #ADBBB1;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

/* Cart  */
/* CUSTOM CART */
#cart-page .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin:0px -25px;
/*   overflow: hidden; */
}
#cart-page .cart-body-col {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-total-col {
	min-width:500px;
  max-width: 500px;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-title,
.checkout-title,
#service-page .service-title{
	margin-bottom:30px;
}
#cart-page .cart-title .title,
.checkout-title .title,
#service-page .service-title .title {
	font-size:25px;
  margin:0;
}
#cart-page .cart-title{
  padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
#cart-page .cart-table {
	width:100%;
}
#cart-page .cart-table th {
	font-size:120%;
  text-align:center;
  padding-bottom:10px;
}
#cart-page .cart-table th:first-child {
	text-align:left;
}
#cart-page .cart-table td {
	padding:15px 15px;
  border-bottom:1px solid rgba(0,0,0,0.065);
}
#cart-page .cart-table td.image {
	width:100px;
}
#cart-page .cart-table td.image img {
	width:100%;
}
#cart-page .cart-table .image-wrap {
	position:relative;
}
#cart-page .cart-table .image-wrap.img-gray {
  padding: 12%;
}
#cart-page .cart-table .image-wrap.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
#cart-page .cart-table td:last-child {
	padding-right:0;
}
#cart-page .cart-table td:first-child {
	padding-left:0;
}
#cart-page .cart-table .info .title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-weight: 500;
}
#cart-page .cart-table .info .brand{
  font-weight: 400;
  font-size: 14px;
  color: #4c4c4c;
}
#cart-page .cart-table .input-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cart-page .cart-table .input-wrap.on-mobile {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
  margin-bottom: 5px;
}
#cart-page .cart-table .input-wrap .change {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#cart-page .cart-table .input-wrap input {
	margin:0px 10px;
}
#cart-page .cart-table .input-wrap .change a {
	color:var(--accent);
  font-size:13px;
}
#cart-page .cart-table .input-wrap .standard-input{
	min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  color: #000;
}
#cart-page .cart-table .input-wrap .standard-input{
	border: none;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}
#cart-page .cart-table .subtotal{
	color: #000;
  font-weight: 500;
}
#cart-page .cart-table .product-options .option-links{
	margin: 0 -5px;
}
#cart-page .cart-table .product-options .option-links a{
  font-size: 12px;
  padding: 0 5px;
  color: #adadad;
  display: flex;
  align-items: center;
}
#cart-page .cart-table .product-options .option-links a i {
  margin-right: 5px;
}
#cart-page .cart-table .stock-wrap .stock{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
}
#cart-page .cart-table .stock-wrap .stock.available{
	color: var(--green);
}
#cart-page .cart-table .stock-wrap .stock.unavailable{
	color: rgba(0, 0, 0, 0.7);
}
#cart-page .cart-table .extra-info ul {
	margin:0px;
  padding:0;
  list-style:none;
  font-size:12px;
}
#cart-page .cart-table .extra-info ul li.variant {
	font-size: 13px;
  margin-bottom:5px;
}
#cart-page .cart-table .info a.title .items {
	font-size:80%;
  color:#777;
}
#cart-page .cart-table .bundled ul,
#add-cart-popup .bundled ul{
	margin: -3px 0;
  padding: 10px 0;
}
#cart-page .cart-table .bundled ul li,
#add-cart-popup .bundled ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .cart-table .bundled li img,
#add-cart-popup .bundled li img {
	width: 50px;
  margin: 0 5px;
}
#cart-page .cart-table .bundled li i,
#add-cart-popup .bundled li i{
	color: var(--green);
  font-size: 22px;
}
#cart-page .cart-table .bundled .title,
#add-cart-popup .bundled .bundle-title {
  font-size: 90%;
  color: #777;
  font-weight: normal;
}
#cart-page .total-block {
  padding: 30px;
  background: #f7f7f7;
}
#cart-page .total-block table {
	width:100%;
  font-weight:500;
}
#cart-page .total-block table td {
	padding:3px 0px;
}
#cart-page .total-block table td:last-child {
	text-align:right;
}
#cart-page .total-block table tr:last-child td {
	padding-top:20px;
  border-top:1px solid rgba(0,0,0,0.06);
  font-size:120%;
}
#cart-page .total-block table tr:nth-last-child(2) td {
	padding-bottom:20px;
}
#cart-page .total-block table .delete-discount {
	font-size:70%;
  margin-left:5px;
}
#cart-page .total-block ul.payments{
	margin:-3px;
  margin-top:37px;
  padding:0;
  list-style:none;
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
#cart-page .total-block ul.payments li {
	margin:3px;
  padding:3px 5px;
  background:#fff;
  width:60px;
  border-radius:2px;
  display:inline-block;
  width:calc(16.6666% - 6px);
}
#cart-page .total-block ul.payments li img {
	width:100%;
}
#cart-page .total-block .button  {
	margin-top:20px;
}
#cart-page .total-block .button .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  background: #ADBBB1;
  border-color: #ADBBB1;
  margin-top:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
#cart-page .total-block .button .btn i {
	margin-right:7px;
}
#cart-page .total-block .button .btn:first-child {
	margin-top:0;
}
#cart-page .total-block .button .btn.paypal {
	background:#012169;
}
#cart-page .total-block .button .btn.fastcheckout {
	background:#1ba5de;
}
#cart-page .total-block .discount-block form {
	position:relative;
  display: flex;
}

#cart-page .total-block .discount-block .discount-small {
	font-size: 13px;
  margin-top: 10px;
}

#cart-page .total-block .discount-block input {
	height:50px;
  padding:0px 20px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:0;
  width:100%;
/*   border: 2px solid #eee; */
}
#cart-page .total-block .discount-block .btn {
/* 	position:absolute;
  right:0;
  top:0; */
/*   width:50px; */
  height:50px;
  padding:0 20px;
  line-height:50px;
}
#cart-page .total-block .toggle-shipping-costs {
	font-weight:500;
}
#cart-page .total-block .toggle-shipping-costs i {
	margin-left:7px;
}
#cart-page .total-block .shipping-costs-wrap {
	display:none;
  padding:10px 0px;
}
#cart-page .total-block .cart-toggle-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	font-weight: 500;
  color: var(--purple);
}
#cart-page .total-block .cart-toggle-title i{
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  font-size: 10px;
}
#cart-page .total-block .cart-toggle-content{
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
#cart-page .total-block .cart-toggle-content a.read-more{
	color: var(--purple);
  text-decoration: underline;
  display: inline;
}
#cart-page .total-block .cart-toggle-title.active i{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
#cart-page .total-block .cart-toggle-block{
	padding: 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown {
  width: 100%;
  background-color: #fff;
  height: 50px;
  margin-bottom: 10px;
  padding: 0px 20px;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown .menu {
  max-height: 20.22857143rem;
}
#cart-page .total-block .shipping-costs-wrap .ui.search.selection.dropdown>input.search {
	padding:0px 20px;
  height:100%;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown>.dropdown.icon {
  height: 40px;
  line-height: 38px;
  width: 40px;
  color: #000;
}
#cart-page .total-block .shipping-costs-wrap .input-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .total-block .shipping-costs-wrap .standard-input{
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  border: 2px solid #eee;
}
#cart-page .total-block .shipping-costs-wrap .btn{
	height: 50px;
  margin-left: 10px;
}
#cart-page .total-block .shipping-costs-wrap .radio-block {
	border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 5px 0px;
}
#cart-page .total-block .shipping-costs-wrap .radio-block .radio-wrap label:before {
	margin-right:7px;
}
#cart-page .total-block .shipping-costs-wrap .radio-block .radio-wrap input:checked~label:after{
	background: var(--purple) !important;
}
#cart-page .cart-totals-block{
  margin-top: 30px;
	padding: 30px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cart-page .cart-totals-block table{
	width: 100%;
}
#cart-page .cart-totals-block tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cart-page .cart-totals-block tr.grand-total td{
	color: #000;
  font-size: 1.2em;
}
#cart-page .cart-totals-block tr td small{
	margin-left: 3px;
}
#cart-page .cart-totals-block tr td{
	font-size: 14px;
}
#cart-page .cart-totals-block tr td:first-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .cart-totals-block tr td:last-child{
	padding-left: 50px;
}
#cart-page .cart-totals-block tr td a{
  color: var(--purple);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
}
#cart-page .continue-shopping i,
#cart-page .continue-shopping-desktop i {
	font-size: 1.2em;
  margin-right: 5px;
}
#cart-page .continue-shopping{
	margin-top: 30px;
}
#cart-page .continue-shopping-desktop {
	margin-top: 15px;
}
#cart-page .btn-wrap.btn-mobile{
	padding: 0 15px;
}
#cart-page .cart-related {
  width: 100%;
}
@media (max-width: 1199px) {
	#cart-page .cart-row {
  	margin:0px -15px;
  }
  #cart-page .cart-body-col {
    padding:0px 15px;
  }
  #cart-page .cart-total-col {
  	min-width:400px;
    max-width:400px;
    padding:0px 15px;
  }
  #cart-page .total-block {
  	padding:25px;
    font-size:13px;
  }
  #cart-page .cart-table {
  	font-size:13px;
  }
  #cart-page .cart-table th {
  	font-size:100%;
  }
  #cart-page .cart-table td {
  	padding:15px 10px;
  }
  #cart-page .cart-table td.image {
  	width:75px;
  }
} 
  
@media (max-width: 991px) {
  #cart-page .cart-row {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
	#cart-page .cart-body-col {
  	width: 100%;
  }
  #cart-page .cart-total-col {
  	min-width: 100%;
    max-width: 100%;
    margin-top:30px;
  }
  #cart-page .total-block ul.payments li {
  	width: calc(10% - 6px);
  }
  #cart-page .cart-totals-block{
  	padding: 20px;
    margin-top: 15px;
  }
  #cart-page .cart-totals-block tr.grand-total td{
  	font-size: 1em;
  }
  #cart-page .continue-shopping{
  	margin-top: 15px;
  }
  #cart-page .total-block{
  	padding: 20px;
  }
  #cart-page .cart-title{
  	padding-bottom: 20px;
  }
}
  
@media (max-width: 767px) {
  #cart-page.cart-2022 .cart-table td:last-child {
  	vertical-align: bottom;
  }
	#cart-page .total-block ul.payments li {
  	width:calc(16.6666% - 6px);
  }
  #cart-page .cart-table td {
    padding: 10px 5px;
	}
  #cart-page .cart-table td.image {
  	width:60px;
  }
  #cart-page.cart-2022 .cart-table td.image {
  	width:100px;
  }
  #cart-page .cart-title .title, .checkout-title .title, #service-page .service-title .title {
  	font-size:18px;
  }
  #cart-page .cart-table .extra-info ul {
  	font-size:11px;
  }
  #cart-page .cart-total-col {
  	padding:0;
  }
  #cart-page .total-block {
  	font-size:13px;
    padding:20px 15px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-page .total-block .discount-block {
  	margin-bottom:20px;
  }
  #cart-page .total-block .payments ul {
  	margin-top:17px;
  }
  #cart-page .total-block table tr:last-child td{ 
  	padding-top:10px;
  }
  #cart-page .total-block table tr:nth-last-child(2) td {
  	padding-bottom:10px;
  }
  .upsell-products {
  	padding-top:30px;
  }
  #cart-page .title-featured .title {
  	font-size:18px;
  }
  #cart-page .total-block .discount-block input {
  	height:40px;
    padding:0px 15px;
  }
  #cart-page .total-block .discount-block .btn {
  	width:40px;
    height:40px;
    line-height:40px;
    padding: 0 10px;
  }
  #cart-page .cart-table .product-options .option-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cart-page .cart-table .bundled li i{
  	font-size: 20px;
  }
  #cart-page .cart-table .bundled .title{
  	margin-left: 5px;
  }
  
  #cart-page .cart-table .subtotal {
    font-size: 15px;
  }
}
.cart-togo{
  padding: 5px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 2px solid #ADBBB1;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-togo strong{
  color: #ADBBB1;
  padding: 0 5px;
}

.cart-togo img {
  padding: 0 10px;
}

@media (max-width: 991px){
  .cart-togo {
		padding: 10px 5px;
  }
}

@media (max-width: 767px){
  .cart-togo {
    font-size: 16px;
  }
}
/* END CUSTOM CART */


/* @keyframes wiggle {
  0% { transform: rotate(0deg); }
 80% { transform: rotate(0deg); }
 85% { transform: rotate(5deg); }
 95% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
.sqzly-checkbox-error {
  display: inline-block;
  animation: wiggle 2.5s infinite;
} */

.newsletter-block #sqzl_div-49-1 a.sqzly-btn:not(.active) {
  pointer-events: none;
  background-color: #bbb;
}

/* Quantity input producttiles */
@media(min-width:1199px){
  .products .product .cart {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top:20px;
  }
  .products .product .cart .input-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
  }
  .products .product .cart input {
    height: 43px;
    width: 62px;
    outline: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: center;
    padding-right: 20px;
    border: none;
    background-color:#f9f9f9;
  }
  .products .product .cart .change {
    right: 0;
    top: 0;
    position: absolute;
  }
  .products .product .cart .change a {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    background: #eee;
    margin: 1px;
    color: #4d263b;
    font-size: 0.9em;
  }
  .products .product .info .cart .button {
    margin-top:0px;
  }
  .products .product .info .cart .button a.btn {
    padding: 0px 21px;
    height: 43px;
  }
}
@media(max-width:1199px){
  .products .product .cart .input-wrap {
  	display:none;
  }
}

.product-linked {
	margin-bottom: 30px;
  margin-top: 20px;
}
.product-linked label {
	font-size: 14px;
}
.product-linked .linked-options.loading {
  opacity: 0;
}
.product-linked .linked-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product-linked .linked-options .option {
	padding: 5px;
}
.product-linked .linked-options .option a {
	display: block;
}
.product-linked .linked-options .option.active a .image-wrap {
	border: 1px solid #333;
}
.product-linked .linked-options .option a .image-wrap {
	min-width: 80px;
  max-width: 80px;
}
.product-linked .linked-options .option a .image-wrap img {
	width: 100%;
}

@media (max-width: 767px) {
	.product-linked .linked-options {
  	justify-content: center;
  }
  .product-linked .linked-options .option a .image-wrap {
    min-width: 60px;
    max-width: 60px;
  }
}
.collection-subs {
  margin: -15px;
  margin-bottom: 40px;
}
.collection-subs .categories {
  margin: 0;
}
@media (max-width: 1199px) {
  .collection-subs {
    margin: -8px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .collection-subs {
    margin: -5px;
    margin-bottom: 25px;
  }
}
/* Live search */
.general-overlay {
	position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,0.4);
  z-index:99999;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.general-overlay.active {
	opacity:1;
  visibility:visible;
}
.search-autocomplete .title-small {
	font-size:1.6em;
}
.search-wrap {
	position:relative;
}
.main-header {
	position:relative;
}
.search-autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
}

.search-autocomplete .box {
	padding:70px;
  background:#f7f7f7;
 	margin-top:20px;
 -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}

.search-autocomplete .more {
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin-top:30px;
}

.search-autocomplete .more .btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  justify-content:center;
}

.search-autocomplete .more .btn span {
	font-size:80%;
  margin-left:7px;
}

.search-autocomplete.noresults .more {
  display:none;
}

.search-autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display:block;
}

.search-autocomplete.noresults .search-products {
  display:none;
}

.search-autocomplete .search-products {
  padding:20px 0px;
  margin:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.search-autocomplete .search-products .product {
	padding:15px 0px;
}

.search-autocomplete .search-products .product .product-inner {
	padding:0px 15px;
}

@media (min-width:768px) {
  .search-autocomplete .search-products .product {
    border-top:1px solid rgba(0,0,0,0.04);
  }

  .search-autocomplete .search-products .product:nth-child(odd)  .product-inner  {
    border-right:1px solid rgba(0,0,0,0.04);
  }

  .search-autocomplete .search-products .product:nth-child(1),
  .search-autocomplete .search-products .product:nth-child(2) {
    border-top:0;
  }
}

.search-autocomplete .search-products .product .product-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.search-autocomplete .search-products .product .image-wrap {
	min-width:75px;
  max-width:75px;
  margin-right:20px;
  position:relative;
  background:#fff;
}

.search-autocomplete .search-products .product .image-wrap:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.03);
}

.search-autocomplete .search-products .product .info .title {
  font-size: 1.1em;
  font-weight: 600;
}

.search-autocomplete .search-products .product .info .brand {
  margin-bottom: 2px;
  font-size: .95em;
  opacity: .85;
}

.search-autocomplete .search-products .product .info .price {
	margin-top:5px;
  opacity: .85;
}
  
.search-autocomplete .search-products .product .image-wrap img {
	width:100%;
}

.search-autocomplete .search-products .product .info .cart-link {
  margin-top: 10px;
  display: inline-block;
  background-color: #d1697e;
  color: #fff;
  padding: 5px 15px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}

.search-autocomplete .title-small {
	margin-bottom:30px;
}

.search-autocomplete .inner-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;
}

.search-autocomplete .side {
	min-width:270px;
  max-width:270px;
  margin-right:30px;
}

.search-autocomplete .side .filter-scroll-wrap {
	position:relative;
}

.search-autocomplete .side .filter-scroll {
	max-height:500px;
  padding-bottom:50px;
  overflow-y:scroll;
  padding-right:15px;
}

.search-autocomplete .side .filter-scroll-wrap:after {
	content:'';
  display:block;
  position:absolute;
  height:50px;
  width:100%;
  bottom:0;
  background: -webkit-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
  background: -o-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
}
.search-autocomplete .side .filter-scroll .filter-wrap {
  margin-bottom: 20px;
}

.search-autocomplete .results {
	width:100%;
  max-width:670px;
}

.search-autocomplete .subtitle {
	font-size:1.4em;
  margin-bottom:20px;
}

.search-autocomplete .feat-categories {
	padding:25px;
  background:#fff;
  border-radius:5px;
  margin-bottom:30px;
}

.search-autocomplete .feat-categories .cats ul {
	margin:-5px;
  list-style:none;
  padding:0;
  font-weight:500;
}

.search-autocomplete .feat-categories .cats ul li {
	padding:5px;
  display:inline-block;
  vertical-align:top;
  width:33%;
}

.search-autocomplete .cats li a strong {
	color:#d1697e;
}

.search-bar .icon {
	position:absolute;
  height:40px;
  width:40px;
  right:0;
  top:0;
  line-height:40px;
  text-align:center;
}
@media(max-width:767px) {
  .search-autocomplete .container {
  	padding:0;
  }
  .search-autocomplete .box {
  	padding: 30px;
    margin-top: 40px;
  }
  .search-autocomplete .title-small {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .search-autocomplete .search-products .product {
    border-bottom:1px solid rgba(0,0,0,0.04);
    width:100%;
  }
  .search-autocomplete .search-products .product:last-child {
  	border-bottom:none;
  }
  .search-autocomplete .more {
  	margin-top:0;
  }
}
/* End live search */
#review-page .head-inner {
  display: flex;
  margin: -10px;
  margin-bottom: 5px;
}

#review-page .header-col {
  padding: 10px;
  width: 50%;
}
#review-page .header-col .subtitle {
    margin-bottom: 15px;
}
#review-page .header-scores {
  padding: 25px 30px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}
#review-page .header-scores .image-wrap {
  width: 120px;
  margin: 5px 30px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#review-page .header-scores .image-wrap img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
#review-page .header-scores .info {
  color: #000;
  font-weight: 500;
  flex: 1;
  margin: 10px 0;
  min-width: 260px;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#review-page .header-scores .info .stars {
  margin-left: 25px;
}

#review-page .header-scores .info .stars i {
	color: #fecd58
}
#review-page .header-scores table {
  width: 100%;
}
#review-page .header-scores table td {
  width: 50%;
}
#review-page .reviews-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 10px;
}
#review-page .reviews-wrap .review {
  display: inline-flex;
  flex-direction: column;
	width: 50%;
  max-width: 50%;
  padding: 10px;
  position: relative;
}
#review-page .reviews-wrap .review .review-inner {
  padding: 20px 25px;
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#review-page .reviews-wrap .review .score {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e77500;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#review-page .reviews-wrap .review .author {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#review-page .reviews-wrap .review .review-text {
  margin-bottom: 10px;
}
#review-page .reviews-wrap .review .date {
  font-size: 12px;
  text-align: end;
  color: #848484;
  margin-top: auto;
}
@media (max-width: 1199px) {
  #review-page .reviews-wrap .review .review-inner {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #review-page .head-inner {
    flex-direction: column;
  }
  #review-page .header-col {
    width: 100%;
  }
  #review-page .reviews-wrap .review {
    width: 100%;
    max-width: 100%;
  }
  #review-page .reviews-wrap .review .score {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

#app-page .custom-row {
display: flex;
flex-wrap: wrap;
margin: -30px;
}
#app-page .custom-row .custom-col {
width: 50%;
padding: 30px;
}
#app-page .custom-col .title {
margin-top: 0;
margin-bottom: 20px;
}
#app-page .custom-col ol {
padding-inline-start: 30px;
}
#app-page .custom-col ol li {
padding-bottom: 10px
}
#app-page .custom-col .store-btn-wrap {
margin: 10px -10px;
display: flex;
flex-wrap: wrap;
}
#app-page .custom-col .store-btn-wrap a {
padding: 10px;
max-width: 50%;
}
#app-page .custom-col ol li::marker {
font-weight: 600;
color: #4d263b;
}

@media (max-width: 991px) {
  #app-page .custom-row {
    margin: -15px;
    flex-direction: column-reverse;
  }
  #app-page .custom-row .custom-col {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
#app-page .custom-col .title {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  }
  #app-page .custom-col .store-btn-wrap {
    margin: 10px -5px;
  }
  #app-page .custom-col .store-btn-wrap a {
    padding: 5px;
  }
}
.home-reviews {
  border-top: 1px solid #f1eaeb;
}