img {
  max-width: 100%;
}
.header-top{position: relative;z-index: 11;}
.nBlog--items {
  text-align: center;
}
.nBlog--items .row {
  text-align: left;
}
.nBlog--items .pagination {
  margin-top: 100px;
}

.nBlog--item > figure {
  height: 250px;
  width: auto;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.nBlog--item > h4 > a {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #202020;
}
.nBlog--tags {
  margin-bottom: 15px;
  margin-top: 0;
}

.nBlog--description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5em;
  max-height: 3em;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.nBlog--item {
  position: relative;
  margin-bottom: 30px;
}
.nBlog--item--featured {
  margin-bottom: 50px;
}

.nBlog--list__header {
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.nBlog--list__header > h1 {
  margin: 0 !important;
}
.nBlog--list__header > p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
  margin-bottom: 30px;
}
.nBlog--list__header > p * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nBlog--categories {
  text-align: center;
  padding-bottom: 40px;
}
.nBlog--categories > h2 {
  font-size: 22px;
  font-weight: 100;
}

.nBlog--categories > ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.nBlog--categories > ul > li > a {
  display: block;
  border-radius: 50px !important;
  padding: 8px 20px;
  margin: 0 4px;
  color: #606060;
  text-decoration: none;
}
.nBlog--categories > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #404040;
}
.nBlog--categories > ul > li > a.active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #202020;
}
.order-0 {
  order:0;
}
.order-1 {
  order:1
}
.order-2 {
  order:2
}
.order-3 {
  order:3
}
.order-4 {
  order:4
}
.order-5 {
  order:5
}
.order-6 {
  order:6
}
.order-7 {
  order:7
}
.order-8 {
  order:8
}
.order-9 {
  order:9
}
.order-10 {
  order:10
}
.order-11 {
  order:11
}
.order-12 {
  order:12
}
.order-13 {
  order:13
}
.order-14 {
  order:14
}

@media (max-width: 1200px) {
  .product-image-small {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  /* .addtocart {
    margin: 0 -15px;
    width: auto;
  } */
}

@media (min-width: 768px) {
  .nflexRow {
    display: flex;
  }
}

.nViewRug:not(.btn), .btn-toggle-moreimages, .btn-shop-collection {
  position: relative;
  display: block;
  padding: 8px 15px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  color: #202020;
  font-weight: 700;
  margin-top: 15px;
  background: #FFF;
  width: 100%;
  outline: none !important;
}
.nViewRug:not(.btn):hover, .btn-toggle-moreimages:hover, .btn-shop-collection:hover, .btn-shop-collection:focus {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.12);
  color: #202020;
}
.nViewRug:not(.btn) > img {
  opacity: 0.8;
  width: 28px;
  margin-right: 12px;
}

.slick-main-img .product-image-small {
  margin-bottom: 0;
}
#main-img-carousel .carousel__slide {
  width: 100%;
  padding: 0;
}
.slick-main-img button.slick-arrow{
  background-color: transparent;
  border:0;
  padding:0;
  width: 45px;
  height: 88px;
}



#nav-carousel .carousel__slide {
  width: 88px;
  padding: 0.75rem;
}

.widget-title {
  text-transform: uppercase;
    padding-top: 20px  !important;
    padding-bottom: 25px  !important;
    font-size: 30px !important;
}

@media (max-width: 992px) {
  .nViewRug:not(.btn) {
    /* width: 90%; */
  }
  .roomvo-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .image-navigation {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }

  .image-navigation .slick-left {
    left: -2.5%;
    top: 50%;
    transform: translate3d(100%, -50%, 0);
  }

  .image-navigation .slick-right {
    right: -2.5%;
    top: 50%;
    transform: translate3d(-100%, -50%, 0);
  }
}

.nBlog--subscribe {
  margin-bottom: 60px;
  margin-top: -20px;
}
.nBlog--subscribe .subscribe-btn {
  padding-left: 25px;
  padding-right: 25px;
}
.nBlog--subscribe .input-group-btn {
  padding-left: 10px;
}

.nsubscribe-info {
  margin-top: 12px;
  color: #606060;
}

.nBlog--tags i {
  margin-left: 10px;
  margin-right: 4px;
}
.nBlog--tags span:first-of-type i {
  margin-left: 0;
}

.nBlogPost__header {
  min-height: 350px;
  height: 50vh;
  max-height: 500px;

  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-attachment: fixed;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
.nBlogPost__header:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: -1;
}
.nBlogPost__header > h1 {
  font-size: 28px;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nBlogPost__content {
  padding-bottom: 60px;
}

.nBlogPost__share {
  padding: 20px 0;
}
.nBlogPost__share > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nBlogPost__share li > a {
  font-size: 32px;
  margin: 0 5px;
}
.nBlogPost__share li > a i {
  transition: all 0.3s ease;
}
.nBlogPost__share li > a:not(:hover) i {
  color: #999;
}

.nBlogPost__sideblock {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
}

.nBlogPost__author > p {
  margin: 0;
}

.nBlogPost__author p i {
  margin-right: 5px;
}
.nBlogPost__author > h4 > small {
  font-size: 11px;
  color: #888;
}

.nBlogPost__content img {
  height: auto !important;
}
.nBlogPost__sidebar {
  padding-bottom: 30px;
}

.nBlogPost__related > h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.nRelatedPost {
  padding: 15px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.nRelatedPost:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.nRelatedPost > a {
  color: #404040;
}
.nRelatedPost > a:hover {
  color: #202020;
}

.nPost__categories {
  padding-top: 90px;
}
.nPost__category {
  position: relative;
}
.nPost__category a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.nPost__category figure {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.nPost__category figure:before {
  content: ' ';
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease;
}
.nPost__category a:hover figure:before {
  transform: scale(1.1);
}

.nPost__category p {
  margin-top: 9px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #606060;
  font-weight: 600;
}

.nPost__category a:hover p {
  color: #202020;
}

/* =====================
  View Rug Button
====================== */
.nViewRug__wrapper {
  /* display: none; */
}

.slick-main-img {
  height: 375px;
}

  /* left: -36px !important; */
/* #fb-root iframe{
  min-width: auto;
}
.fb_iframe_widget iframe{
  bottom:120px!important;
  max-height: calc(100% - 120px)!important;
}
.fb_dialog iframe{
  border-radius: 60px!important;
  bottom: 60px!important;
} */
.display-none-fb {
  display: none !important;
}

.fb_dialog_content > iframe {
  box-shadow: none !important;
  min-width: 1px !important;
  animation: none !important;
  position: static !important;
}

#fb-root {
  display: none;
}

.fb-customerchat iframe {
  min-width: unset !important;
  left: -19px;
}

.fb_dialog_content {
  position: fixed;
  left: -35px;
  bottom: -6px;
    background: transparent !important;
}

.fb-customerchat > iframe {
  left: 4px !important;
  min-width: unset !important;
}

.fb_customer_chat_bounce_out_v2, .fb_customer_chat_bounce_in_v2 {
  animation-duration: 0ms !important;  
  min-width: unset !important;
}

@media (min-width: 768px) {
  .slick-main-img {
    height: auto !important;
  }
  .modal-dialog-mod {
    width: 90%;
  }
  .modal-content-mod iframe {
    height: 74vh;
  }
}

/*
2020-12-skeletal-dc
*/
@media (max-width: 768px) {
  /* .slick-main-img {
    margin: 0 -30px;
  } */
   
  /* .fb-customerchat iframe {
    left: unset !important;
  } */

  .product-images-wrapper {
    overflow: hidden;
  }

  .slick-main-img .slick-track {
    display: flex;
    align-items: center;
  }

  .slick-main-img .slick-list,
  .slick-main-img .slick-track,
  .slick-main-img .slick-slide {
    height: 100%;
  }
  .slick-main-img .slick-slide img {
    max-height: 100%;
    max-width: 100%;
    /* height: 100%; */
  }
}
/* 
@media (max-width: 425px) {
  .slick-main-img {
    height: 425px;
  }
}
@media (max-width: 375px) {
  .slick-main-img {
    height: 375px;
  }
} */

.product-images-wrapper .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.productdetails h2 {
  text-align: center;
  font-size: 18px;
}


@media (max-width: 768px) {
  .productdetails h2 {
    font-size: 18px;
  }
}
.nViewRug:not(.btn)[data-active="false"] {
  display: none;
}


.afterpay-advert .zip-widget__wrapper {
  padding: 0 !important;
}

.product-images-wrapper {
  display: block;
}


@media (max-width: 992px) and (min-width: 768px) {
  .wrapper-product-title h1 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .n_p_imgs {
   margin-bottom: 62px;
  }
}

.announcement-bar {
  height: 25px;
}
.twocar {
  height: unset !important;
}


.buttons-cta{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.buttons-cta .btn{
  padding-left: 0;
  padding-right: 0;
}
.buttons-cta > div{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.product-container .standard-thumbnail::before{
	position: absolute;
	content: '';
	top:-12px;
	left:6px;
	right:6px;
	bottom:6px;
  background-color: #fff;
	border:1px solid #ddd;
	box-shadow: 0 1px 4px rgba(128,128,128,.1);
  transition: box-shadow .25s cubic-bezier(.4,0,.2,1), bottom .25s cubic-bezier(.4,0,.2,1);
}

.similar-products{
  position: fixed;
  top:0;
  bottom:0;
  right:0;
  width: 100%;
  max-width: 360px;
  background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  transition: transform .35s ease;
  z-index: 12;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.similar-open .similar-products{transform: none;}
.similar-products-header{padding: 20px;background-color: #fff;position: relative;}
.similar-products-header h3{margin-bottom: 0;font-weight: 600;}
.close-similar{position: absolute;font-size: 24px;padding:8px;border:0;top:11px;right:10px;background: transparent;}
.close-similar .fa{display: block;}
.similar-products-body{padding:0 20px;}
.similar-products-body .row{margin-left: -10px;margin-right: -10px;}
.similar-products-body .row > .standard-thumbnail{padding-left: 10px;padding-right: 10px;margin-bottom: 10px;}
.similar-products .stars-thumbnail, .similar-products .quickview-thumbnail{width: 100%;display: block;}
.similar-products .quickview-thumbnail{border-left: 0;}
.backdrop-loading{display: none;background-color: rgba(0,0,0,.5);position: fixed;bottom: 0;left: 0;right: 0;top: 0;z-index: 1040;
  -ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;color: #fff;font-size: 60px;}
.backdrop-loading.open{display: -ms-flexbox;display: flex;}

.product-child{position: absolute;background-color: #fff;bottom: -50px;left: -8px;right: -8px;padding-bottom: 8px;visibility: hidden;opacity: 0;
  transition: opacity .2s cubic-bezier(.4,0,.2,1), bottom .2s cubic-bezier(.4,0,.2,1);z-index: 10;pointer-events: none;
  will-change: bottom, opacity;}
.product-child.open{opacity: 1;visibility: visible;bottom: 0;pointer-events: auto;}
.product-child .nav .btn{background-color: #fff;text-align: left;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: space-between;
border-top:1px solid #ddd;}
.product-child .nav .btn:hover, .product-child .btn:focus{background-color: #f4f4f4;}
.product-child .nav .btn span:last-child{font-size: 16px;}
.product-child .nav .btn .prodprice{color: #c42113;margin-left: 4px;}
.product-child .addtocart, .buttons-cta .addtocart{text-transform: none;}

.btn-red{background-color: #e32619;border-color: #e32619;color: #fff;}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {color: #fff;background-color: #d2322d;border-color: #ac2925;}
.btn-gray{background-color: #7e7e7e;border-color: #7e7e7e;color: #fff;}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open .dropdown-toggle.btn-gray {color: #fff;background-color: #717171;border-color: #717171;}

.product-child-footer{display: -ms-flexbox;display: flex;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-align: center;align-items: center;padding:8px 12px 0;border-top:1px solid #ddd;}
.product-child-img{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;}
.product-child-img > img{width: 30px;height: auto;margin-right: 10px;}
.product-child-footer .style-number{font-weight: 600;}

.wrapper-pricing .productrrp{margin-left: 0;}

.prod_roomvo{order: 3;}
.prod_roomvo .roomvo-container, .product-child .roomvo-container{margin-left: 0;margin-right: 0;}
.prod_roomvo .btn, .product-child .roomvo-stimr{padding:0;background-color: transparent;font-weight: 600;}
.btn-toggle-child:focus{outline: none;}

.caption .price{overflow: hidden;}

.colour-swatch{margin-top: 4px;}
.colour-swatch .slick-track{margin-left: 0;}
.colour-swatch-item{border-bottom:3px solid transparent;transition: border-color .2s ease 0s;}
.colour-swatch-item img{height: auto;width: 100%;object-fit: cover;display: block;aspect-ratio: 1;object-position: center;}
.colour-swatch-item.slick-current:not(:first-child:last-child){border-color: #000;}
.colour-product-image.slick-dotted.slick-slider{margin-bottom: 0;}
.colour-product-image .slick-dots{text-align: left;bottom:8px;padding-left: 10px;}
.colour-product-image .slick-dots li{width: auto;height: auto;margin:0 3px;}
.colour-product-image .slick-dots li button{width: 4px;height: 4px;padding:0;background-color: #fff;border-radius: 50%!important;}
.colour-product-image .slick-dots li:not(.slick-active) button{opacity: .5;}
.colour-product-image .slick-dots li button::before, 
.colour-product-image.no-slide .slick-dots{display: none;}

.colour-product-image .thumbnail-image > img{width: 100%;}
.colour-product-image .slick-left, .colour-product-image .slick-right{top:50%;margin-top: -20px;transition: opacity .2s ease;opacity: 0;}
.colour-swatch.no-transform .slick-track, .colour-swatch.no-transform .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
   -moz-transform: translate3d(0, 0, 0) !important;
   -ms-transform: translate3d(0, 0, 0) !important;
   -o-transform: translate3d(0, 0, 0) !important;
   transform: translate3d(0, 0, 0) !important;
}
.colour-swatch-item:not(:first-child:last-child){cursor: pointer;}

.thumbnail .wishlist_toggle_custom, .neto-instagram-addon-widget .no-media{display: none;}
.table-responsive{overflow-y: hidden;}

.product-header-video .nPlayYoutube{
  height: auto;
  display: none;
}
#recent_sales_ticker{z-index: 9;}

.landing-banner-wrapper{margin-top: 32px;}
#categoryBanner .landing-banner-wrapper{margin-top: 0;}
.landing-banner{display: block;margin-bottom: 30px;}
.landing-banner > img{width: 100%;}

.btn-shop-collection{
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  width: auto;
  padding:3px 10px;
  margin-top: 0;
}
.btn-shop-collection svg{margin-left: 6px;}

.section{padding-top: 80px;padding-bottom: 80px;}
.pb-0{padding-bottom: 0!important;}
.pt-0{padding-top: 0!important;}
.mb-3{margin-bottom: 16px!important;}
.mb-4{margin-bottom: 24px!important;}
.m-0{margin: 0!important;}
.fz-16{font-size: 16px;}
.promo-banner{padding: 20px 0;}
.promo-banner > .container{display: flex;align-items: center;}
.promo-banner-left{flex-grow: 1;}
.promo-banner-right{flex-shrink: 0;}
.btn-large{font-size: 16px;font-weight: 600;line-height: 1.5;padding:12px 20px 10px;}
.promo-banner .btn-default, .carousel-hero .btn-default, .featured-categories-item .btn-default, .banner-video .btn-default{border-color: #fff;}
.carousel-hero > img{max-height: 650px;object-fit: cover;}
.carousel-hero .carousel-caption{position: absolute;width: 465px;bottom: auto;top:20%;right: 6%;background-color: transparent;color: #fff;display: flex;flex-direction: column;align-items: center;}
.carousel-hero .carousel-caption h3, .heading-style{font-size: 45px;line-height: 1;font-weight: 600;}
.carousel-hero .carousel-caption h3{text-transform: none;color: #fff;margin-top:0;margin-bottom: 15px;}
.carousel-hero .carousel-caption h3::before{display: none;}
.carousel-hero .carousel-caption p{color: #fff;font-size: 20px;line-height: 1.5;max-width: 95%;margin-bottom: 30px;}
.carousel-hero .carousel-caption .carousel-cta{display: flex;flex-direction: column;justify-content: center;align-items: stretch;gap: 10px;margin-bottom: 0;}

.carousel-hero-countdown > img{aspect-ratio: 2880/1300;}
.carousel-hero-countdown .carousel-caption-wrapper{right: 45.26%;background-color: rgb(26, 25, 25);}
.carousel-hero-countdown .carousel-caption{top:auto!important;right: auto!important;position: relative;width: 540px;}
.carousel-hero-countdown .carousel-caption h3{font-size: 95px;}
.carousel-hero-countdown .carousel-caption p{font-weight: 700;font-size: 18px;margin-top: 16px;margin-bottom: 0!important;}
.carousel-hero-countdown .carousel-caption p.carousel-hero-countdown-text{font-size: 20px;text-transform: uppercase;letter-spacing: 2px;color: rgb(244, 80, 80);margin: 10px 0 15px!important;}
.carousel-hero-countdown-timer{display: flex;align-items: center;justify-content: center;}
.carousel-hero-countdown-timer > div{display: flex;align-items: center;margin-left: 10px;}
.carousel-hero-countdown-timer .number-unit{font-size: 20px;font-weight: 700;text-align: center;line-height: 1;}
.carousel-hero-countdown-timer .number-unit > span{display: block;font-size: 10px;font-weight: 400;text-transform: capitalize;}
.carousel-hero-countdown-timer .colon{font-weight: 700;margin:0 8px;font-size: 16px;}

.text-lead, .products-tabs .nav-tabs > li > a{font-size: 20px;line-height: 1.5;}
#homepageCarouselMobile, #saleBannerCarouselMobile{display: none;}
.products-tabs .nav-tabs{display: flex;border:0;justify-content: center;column-gap: 30px;}
.products-tabs .nav-tabs > li{float: none;margin-bottom: 0;}
.products-tabs .nav-tabs > li > a{color: #333;margin:0;padding:6px 0 4px;}
.products-tabs .nav-tabs > li > a:hover, .products-tabs .nav-tabs > li > a:focus{background-color: transparent;border-color: transparent;}
.products-tabs .nav-tabs > li.active > a{background-color: transparent;font-weight: 600;border-bottom-color:#333;}
.featured-categories-item{display: block;position: relative;overflow: hidden;}
.featured-categories-item > img{aspect-ratio: 4/5;object-fit: cover;width: 100%;transition: transform .35s ease-in-out;}
.featured-categories-item > img.aspect-1{aspect-ratio: 1;}
.featured-categories-item:hover > img{transform: scale(1.05);}
.featured-categories-caption{position: absolute;top:50%;left:0;right:0;transform: translateY(-50%);color: #fff;z-index: 10;}
.featured-categories-caption h3, .featured-categories-caption .h3{color: #fff;}
.featured-categories-item .btn{position: absolute;bottom:30px;left:50%;transform: translateX(-50%);z-index: 10;}
.slick-circle-top{background-color: #ECECEC;border-radius: 50%!important;width: 50px;height: 50px;display: flex!important;justify-content: center;align-items: center;transform: none;color: #333;}
.slick-circle-top:hover, .slick-circle-top:focus{background-color: #eeeeee;color: #333;}
.slick-circle-top.slick-disabled{opacity: .5;}
.slick-circle-top::before{display: none;}
.slick-circle-top{top:-82px;}
.slick-circle-top.slick-prev{left:auto;right:75px;}
.slick-circle-top.slick-next{right:15px;}
.slick-circle-top .fa-chevron-left::before, .slick-circle-top .fa-chevron-right::before{font-size: 32px;}
/* #saleBannerCarousel .carousel-hero > img{max-height: 490px;} */
.carousel-hero .carousel-caption.text-center{right:50%!important;top:50%!important;transform: translate(50%, -50%)!important;}
.banner-small{padding: 24px;position: relative;}
.banner-small > img{position: absolute;top:0;left:0;width: 100%;height: 100%;object-fit: cover;}
.banner-small-caption{background-color: rgb(240, 235, 227);max-width: 760px;padding: 30px;font-size: 20px;margin:auto;position: relative;z-index: 10;}
.banner-small-caption .row{display: flex;align-items: center;flex-wrap: wrap;}
.banner-small-caption p{margin-bottom: 20px;}
.banner-small-caption h2 small{display: block;color: #333;font-weight: 700;font-size: 45%;margin-bottom: 10px;}
.banner-video{position: relative;}
.banner-video > video{width: 100%;height: auto;max-height: 650px;object-fit: cover;display: block;}
.banner-video-caption{padding: 20px;margin:auto;}
.banner-video-caption h2, .banner-video-caption .h2{margin-bottom: 24px;}

.product-slider > .slick-list, .featured-categories-slider .slick-list, .featured-categories-slider2 .slick-list{overflow: visible;}
.container-fluid-xl, .product-container-slider{overflow: hidden;}
.product-slider .prod_roomvo .btn span, #n_home #recent_sales_ticker{display: none;}
#homepage-content{background-color: #f9f9f9;padding: 30px;}
.neto-instagram-addon-widget .widget-title{display: none;}
.carousel-indicators{display: flex;justify-content: center;align-items: center;column-gap: 10px;}
.product-container-slider > .product-slider{margin:0;}

.featured-categories-slider2 .featured-categories-caption h3, .featured-categories-slider2 .featured-categories-caption .h3{font-size: calc((100vw - 30px) * 0.05);font-weight: 700;letter-spacing: .17em;}
.featured-categories-slider2 .featured-categories-caption h3:last-child, .featured-categories-slider2 .featured-categories-caption .h3:last-child{margin-bottom: 0;}
.container-fluid-xl{
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.card-brand{background-color: #fff;transition: box-shadow .25s cubic-bezier(.4,0,.2,1);height: 100%;}
.card-brand:hover{box-shadow: 0 1px 4px rgba(128,128,128,.1);}
.card-brand .card-image{display: block;}
.card-brand .card-image img{aspect-ratio: 59/60;object-fit: cover;width: 100%;}
.card-brand .card-body{padding: 20px 10px 12px;}
.card-brand .card-title{margin-bottom: 15px;}
.card-brand .card-title a{color: #333;}
.brand-products-slider .slick-circle-top{width: 36px;height: 36px;background-color: #333;color: #fff;top:50%;margin-top: -18px;}
.brand-products-slider .slick-prev{left:0;right: auto;}
.brand-products-slider .slick-next{right: 0;}
.brand-products-slider .slick-circle-top .fa-chevron-left::before, 
.brand-products-slider .slick-circle-top .fa-chevron-right::before{font-size: 24px;}
.brand-products-slider .slick-slide{padding-left: 4px;padding-right: 4px;}
.mb-30px{margin-bottom: 30px;}
.filter-a2z{display: flex;gap: 8px;overflow-x: auto;overflow-y: hidden;padding-bottom: 16px;}
.filter-a2z::before{display: none;}
.filter-a2z > li{margin-left: 0!important;flex-shrink: 0;}
.filter-a2z > li > a{color: #333;display: block;background-color: #fff;padding:10px 24px;}
.filter-a2z > li > a:hover{background-color: #777;color: #fff;}
.filter-a2z > li > a.disabled{background-color: #333;color: #fff;}

.page-4361, .page-4362{background-color: #eee;}
.page-4361 .wrapper-header, .page-4361 .usps-row,
.page-4362 .wrapper-header, .page-4362 .usps-row{background-color: #fff;}
.page-4361 #mc_embed_signup_modal, .page-4361 #mc_embed_signup,
.page-4362 #mc_embed_signup_modal, .page-4362 #mc_embed_signup{background-color: transparent;}

.typeahead-wrap{width: 100%;max-width: 590px;position: relative;margin:0 auto 30px;}
.typeahead-wrap .form-control{width: 100%;padding-left: 40px;height: 44px;}
.typeahead-wrap i{position: absolute;left:14px;top:10px;font-size: 20px;color: #555;z-index: 2;}
.twitter-typeahead{display: block!important;}
.tt-menu{background-color: #fff;right: 0;border:1px solid #ccc;box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.tt-suggestion{display: flex;color: #333;align-items: center;padding:4px 8px;}
.tt-suggestion img{margin-right: 10px;width: 40px;height: 40px;object-fit: cover;}
.tt-suggestion:hover{background-color: #f5f5f5;color: #333;text-decoration: none;}

.brands-filter-wrapper{display: flex;align-items: center;gap: 20px;background-color: #999;margin-bottom: 20px;padding:24px 24px 8px 24px;}

.featured-categories-slider2{margin-bottom: 35px;}

.product-crossell > .slick-list > .slick-track{margin-left: 0;}

@media (min-width: 680px) and  (max-width: 767px) {
  .wrapper-thumbnail.col-xs-6{width: 33.33333333%;}
}
@media (min-width: 680px) {
  .colour-product-image .slick-left::after, .colour-product-image .slick-right::after{position: absolute;content:'';left:-14px;right:-14px;top:0;bottom:0;background-color: rgba(255,255,255,.7);z-index: -1;}
  .colour-product-image .slick-left:hover::after, .colour-product-image .slick-right:hover::after{background-color: rgba(255,255,255,.9);}
}
@media (min-width: 768px) {
  .similar-products{overflow-x: hidden;overflow-y: auto;-webkit-transform: translateX(110%);transform: translateX(110%);}
  .similar-products-header{position: fixed;top:0;right:0;width: 100%;max-width: 360px;z-index: 2;}
  .similar-products-body{padding-top:70px;}
  .similar-products .prod_size + .prod_price .productrrp{display: none;}
  .slick-main-img .slick-arrow{display: none!important;}

  .banner-video-caption{position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 680px;padding: 30px;color: #fff;}
  .banner-video-caption h2, .banner-video-caption .h2{color: #fff;font-size: 72px;margin-bottom: 24px;}

  .brand-products-slider{padding-left: 44px;padding-right: 44px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* body.touch-device .colour-product-image .slick-left, body.touch-device .colour-product-image .slick-right{opacity: 1;} */
  .product-container .col-lg-5ths:hover .slick-left, .product-container .col-lg-5ths:hover .slick-right{
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .colour-product-image:hover .slick-left, .colour-product-image:hover .slick-right,
  .colour-product-image:focus .slick-left, .colour-product-image:focus .slick-right{opacity: 1;}
}
@media (min-width: 1024px) {
  .buttons-cta{
    position: absolute;
    top:100%;
    left:0;
    right:0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4,0,.2,1) .05s;
    will-change: opacity;
  }
  .product-container .standard-thumbnail:hover::before{
    box-shadow:0 2px 8px rgba(128,128,128,.2);
    bottom: -40px;
    z-index: 2;
  }
  .product-container .standard-thumbnail:hover .thumbnail{
    z-index: 3;
  }
  .product-container .col-lg-5ths:hover .buttons-cta{
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .product-crossell > .wrapper-thumbnail:nth-child(n+6){display: none;}
}
@media (min-width: 768px) {
  .row-product{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
  }
  .col-product-left{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-product-right{
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    max-width: 375px;

    position: sticky;
    top:30px;
  }
  .col-product-left .product-badge {
    position: absolute;
    left: 30px;
    top: 12px;
    z-index: 10;
  }
  .col-product-left .product-wishlist{right: 30px;}
  .spec-radio-item{width: 33.333333%;}
  .productdetail-container .product-images, .productdetail-container .nViewRug__wrapper, .tabbable .nav-tabs{display: none;}
  .product-information{width: 100%;}
  .tabbable .tab-content {padding-top: 0;border: 0;}
  .tabbable .tab-pane {width: auto;margin: 0 !important;padding: 0 !important;display: block;border: 1px solid #dfdfdf !important;}
  .tabbable .tab-pane:not(:last-child) {border-bottom: 0!important;}
  .collapse-body {border-bottom: 0;padding: 20px;}
  .list-features li{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .productdetails{margin-top: 0;}
  .fancybox__container{color: #000;}
  .product-images-wrapper-largescreen {margin-left: -5px;margin-right: -5px;}
  .product-images-wrapper-largescreen  .col-md-6, .product-images-wrapper-largescreen .col-xs-12{padding-left: 5px;padding-right: 5px;}
  .product-images-wrapper-largescreen .img-inner{overflow: hidden;}
  .product-images-wrapper-largescreen > div{margin-bottom: 10px;}

  .product-image-largescreen{display: block;transition: all .25s ease;transform: scale(1);position: relative;background-color: #f9f9f9;cursor: zoom-in;}
  .product-image-largescreen-bg{background-position: 50%;background-repeat: no-repeat;background-size: contain;height: 100%;width: 100%;}

  .product-images-wrapper-largescreen > div:not(.col-video) .img-inner{overflow: hidden;}
  .product-images-wrapper-largescreen > div:not(.col-video) .product-image-largescreen{width: 100%;height: 100%;}
  .product-images-wrapper-largescreen > div:not(.col-video) .product-image-largescreen:hover{transform: scale(1.02);}
  .product-images-wrapper-largescreen > div:not(.col-video) .product-image-largescreen > img{
    object-position: 50% 50%;object-fit: cover;width: 100%;height: 100%;position: absolute;top:0;left:0;transition: opacity .25s ease;}
  .product-images-wrapper-largescreen > div:not(.col-video) .product-image-largescreen > img:hover{opacity: 0;}

  .product-images-wrapper-largescreen > div:nth-of-type(1):not(.col-video) .img-inner,
  .product-images-wrapper-largescreen > div:nth-of-type(2):not(.col-video) .img-inner{aspect-ratio: 1335/2000;}

  .product-images-wrapper-largescreen > div:nth-child(n+4):not(.col-video) .img-inner{aspect-ratio: 1/1;overflow: hidden;}
  
  .product-images-wrapper-largescreen > div:nth-child(n+4):not(.col-video).col-2column{width:100%;}
  .product-images-wrapper-largescreen > div:nth-child(n+4):not(.col-video).col-2column .img-inner{aspect-ratio: 2/1;}
  .product-images-wrapper-largescreen > div:nth-child(n+4):not(.col-video).col-2column .product-image-largescreen > img{opacity: 0;}

  .product-images-wrapper-largescreen .col-lazy:not(.show){display: none;}
  .btn-toggle-moreimages{padding-top: 12px;padding-bottom: 12px;margin-top: 0;}
  .wrapper-pricing .hide-xxs{display: none;}

  .product-images-wrapper-footer{display: flex;flex-wrap: wrap;margin-left: 0;margin-right: 0;}
  .product-images-wrapper-footer button{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .product-images-wrapper-footer .nViewRug:not(.btn){margin-top:10px;margin-bottom: 0;}
  .product-images-wrapper-footer button[data-active="false"]{display: none;}
  .product-images-wrapper-footer .btn-toggle-moreimages{order: 1;}
  .product-images-wrapper-footer .nViewRug:not(.btn){order: 2;}

}
@media (min-width: 768px) and (max-width: 1199px) {
  .buying-options ~ .row.d-none.d-xssm-block{display: none!important;}
  .buying-options ~ #payment-mobile{display: block!important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .productdetail-container{
    margin-left: calc((100vw - 750px)/-2);
    margin-right: calc((100vw - 750px)/-2);
  }
  .product-images-wrapper-largescreen > div{float: none;}
}
@media (min-width: 768px) and (max-width: 1919px) {
  .buying-options .row {margin-left: -8px;margin-right: -8px;}
  .buying-options .row > div {padding-left: 8px;padding-right: 8px;}
  .buying-options .row > .col-lg-2, .buying-options .row > .col-lg-4{width: 25%;}
  .buying-options .row > .col-lg-6{width: 50%;}
  .icons-buyingoptions-mobile {display: flex;display: -ms-flexbox;-ms-flex-pack: distribute;justify-content: space-around;}
  .icons-buyingoptions-mobile .fa{font-size: 24px!important;}
  .icons-buyingoptions-mobile .product-socialicon-mobile{display: block!important;}
  .product-wishlist-product .wishlist_toggle_custom span.hidden-xs{display: none;}
  #collapseShipCalc .col-md-3, #collapseShipCalc .col-sm-6, #collapseShipCalc .col-sm-3{width: 100%;}
  #shipbox input{margin:0 0 10px;}
}
@media (min-width: 768px) and (max-width: 2209px) {
  #recent_sales_ticker{display: none;}
}
@media (min-width: 992px) {
  .product-images-wrapper-footer{column-gap: 10px;}
  .product-images-wrapper-footer button{-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
  .product-images-wrapper-footer .nViewRug:not(.btn){margin-top: 0;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productdetail-container{
    margin-left: calc((100vw - 970px)/-2);
    margin-right: calc((100vw - 970px)/-2);
  }
}
@media (min-width: 1024px){
  .featured-categories-slider2 .featured-categories-caption h3, .featured-categories-slider2 .featured-categories-caption .h3{
    font-size: calc(87.5vw * .03);
  }
  .container-fluid-xl{
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media (min-width: 1200px){
  .list-features li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .productdetail-container{
    margin-left: calc((100vw - 1170px)/-2);
    margin-right: calc((100vw - 1170px)/-2);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .col-product-left{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-product-right{
    -ms-flex: 0 0 417px;
    flex: 0 0 417px;
    max-width: 417px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .spec-radio-item {width: 25%;}
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .wrapper-product-title h1, .wrapper-product-title .h1 {font-size: 24px;}
  .colour-thumb-wrapper {height: 84px;}
}
@media (min-width: 1350px) {
  .container-fluid-xl{
    padding-left: 90px;
    padding-right: 90px;
  }
  .btn-large{padding:18px 30px 16px;}
  .featured-categories-slider2 .featured-categories-caption h3, .featured-categories-slider2 .featured-categories-caption .h3{
    font-size: calc((100vw - 180px) * .03);
  }
}
@media (min-width: 1440px) {
  .productdetail-container{
    margin-left: -110px;
    margin-right: -110px;
  }
}
@media (min-width: 1600px) {
  .colour-thumb-wrapper {height: 99px;}
  .carousel-hero .carousel-caption{right: 8%;}
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .max-w-site {
    width: 100%;
    max-width: calc(100vw - 16rem);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .col-product-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-product-right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .colour-thumb-wrapper {height: 135px;}
  .spec-radio-item {width: 20%;} 
  .productdetail-container .buying-options .col-lg-2 {width: 20%;}
  .productdetail-container .buying-options .col-lg-6, .productdetail-container .buying-options .col-lg-4{width: 40%;}

  .carousel-hero .carousel-caption{right: 10.3%;}
  .max-w-site {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* max-width: calc(100vw - 32rem); */
    max-width: 1540px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .col-product-left{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-product-right{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 2600px) {
  .max-w-site{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1540px;
  }
}

@media (max-width: 767px) {
  .col-product-left, .prod_roomvo .btn span{display: none;}
}
@media (max-width: 1300px) {
  .section{padding-top: 60px;padding-bottom: 60px;}
  .carousel-hero .carousel-caption{right: 4.5%;}
  .carousel-hero .carousel-caption p, .text-lead, .products-tabs .nav-tabs > li > a{font-size: 16px;}
}
@media (max-width: 1200px) {
  .similar-products .quickview-thumbnail{display: none;}
}
@media (max-width: 1199.98px) {
  /* .product-history > .wrapper-thumbnail:nth-child(5){display: none;} */
  .product-crossell > .wrapper-thumbnail:nth-child(n+5){display: none;}
  .carousel-hero .carousel-caption{right: 2.5%;width: 425px;}
  .carousel-hero .carousel-caption h3{font-size: 38px;max-width: 320px;}
  .heading-style{font-size: 38px;}
  .carousel-hero .carousel-caption p{margin-bottom: 20px;}
  .carousel-hero-countdown .carousel-caption h3{font-size: 60px;}
  .banner-video-caption{max-width: 600px;}
  .banner-video-caption h2, .banner-video-caption .h2{font-size: 64px;}
}
@media (max-width: 1023px) {
  .product-container .standard-thumbnail{padding-bottom: 8px;}
  .colour-product-image .slick-left::after, .colour-product-image .slick-right::after{position: absolute;content:'';left:-15px;right:-15px;top:-2px;bottom:-2px;}
}
@media (max-width: 991.98px) {
  /* .product-container .product-history .standard-thumbnail::before,
  .product-history .colour-swatch, 
  .product-history .prod_price_size, 
  .product-history .product-child, 
  .product-history .buttons-cta, */
  .product-container .product-crossell .standard-thumbnail::before,
  .product-crossell .colour-swatch, 
  .product-crossell .prod_price_size, 
  .product-crossell .product-child, 
  .product-crossell .buttons-cta{display: none;}
  .product-crossell .thumbnail-image-wrapper .badge-discount{bottom: 14px;}
  /* .product-container .product-history .wrapper-thumbnail, */
  .product-container .product-crossell .wrapper-thumbnail{margin-bottom: 0;}
  /* .product-container .product-history .wrapper-thumbnail.col-xs-6:nth-child(2n+1){padding-right: 7px;} */
  /* .product-container .product-history .wrapper-thumbnail.col-xs-6:nth-child(2n){padding-left: 7px;} */
  #n_product .product-container.no-overflow > .row{padding-top: 0;}

  .promo-banner h3, .promo-banner .h3{font-size: 20px;}
  .carousel-hero .carousel-caption{top: 16%;right: 0;}
  .carousel-hero .carousel-caption h3{font-size: 30px;max-width: 280px;margin-bottom: 10px;}
  .carousel-hero-countdown .carousel-caption p.carousel-hero-countdown-text{font-size: 16px;letter-spacing: 1px;}
  .carousel-hero-countdown .carousel-caption h3{font-size: 40px;margin-bottom: 0;}
  .heading-style{font-size: 30px;}
  .carousel-hero .carousel-caption p{margin-bottom: 15px;}
  .banner-video-caption{max-width: 460px;}
  .banner-video-caption h2, .banner-video-caption .h2{font-size: 50px;}

}
@media (min-width: 768px) and (max-width: 1199px) {
  .hide-xxs{display: none;}
}
@media (min-width: 680px) and (max-width: 991.98px) {
  /* .product-history > .wrapper-thumbnail:nth-child(4), .product-history > .wrapper-thumbnail:nth-child(5){display: none;} */
  .product-crossell > .wrapper-thumbnail:nth-child(n+4){display: none;}
}
@media (min-width: 541px) and (max-width: 767px) {
  #nav-carousel{display: none;}
  .slick-main-img{height: 100vw;}
  .product-header-video .nPlayYoutube{display: flex;}
}
@media (min-width: 428px) and (max-width: 1919px) {
  .product-child .nav .btn .productrrp{display: none;}
}
@media (min-width: 428px) {
  .product-child .instock-label, .product-child-footer{display: none;}
}
@media (min-width: 428px) and (max-width: 1023px) {
  .product-child{bottom:0;}
  .product-child.open{bottom:34px;}
  .product-child .nav .btn{padding-left: 8px;padding-right: 8px;}
}
@media (max-width: 767px) {
  .similar-products{top:auto;max-width: none;}
  .similar-products-body{overflow-x: auto;overflow-y: hidden;}
  .similar-products-body .row{display: flex;}
  .similar-products-body .row > .standard-thumbnail{width: 200px;margin-bottom: 0;flex-shrink: 0;}
  .similar-products-body .row > .standard-thumbnail:last-child{width: 210px;padding-right: 20px;}
  .similar-products .stars-thumbnail, .similar-products .quickview-thumbnail{display: none;}
  .similar-products .prod_price_size{margin-bottom: 0;}

  .product-container .wrapper-thumbnail{margin-bottom: 30px;}
  .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n+1){padding-right: 15px;}
  .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n){padding-left: 15px;}

  .slick-main-img button.slick-arrow{top:50%;margin-top: -44px;}
  .slick-main-img button.slick-left{left:15px;text-align: left;padding-left: 4px;}
  .slick-main-img button.slick-right{right:15px;text-align: right;padding-right: 4px;}
  .slick-main-img button.slick-left::after, 
  .slick-main-img button.slick-right::after{position: absolute;content:'';top:22px;bottom:22px;background-color: rgba(255,255,255,.7);z-index: -1;}
  .slick-main-img button.slick-left::after{right:22px;left:0;}
  .slick-main-img button.slick-right::after{right: 0;left: 22px;}
  .slick-main-img button.slick-left:hover::after, 
  .slick-main-img button.slick-right:hover::after{background-color: rgba(255,255,255,.9);}

  .section{padding-top: 40px;padding-bottom: 40px;}
  #homepageCarouselMobile, #saleBannerCarouselMobile{display: block;}
  #homepageCarouselMobile + #homepageCarousel, #saleBannerCarouselMobile + #saleBannerCarousel{display: none;}
  .btn-large{font-size: 14px;padding: 8px 16px 6px;}
  .promo-banner{padding: 16px 0 12px;}
  .promo-banner h3, .promo-banner .h3{font-size: 16px;font-weight: 700;line-height: 1.2;}
  .promo-banner-right{text-align: right;padding-left: 10px;}
  .promo-banner-right p{font-size: 12px;}
  .promo-banner-right .btn-large{font-size: 12px;}
  .carousel-hero > img{max-height: none;}
  .carousel-hero .carousel-caption{width: 100%;top:10%;}
  .carousel-hero .carousel-description{display: block;}
  .carousel-hero .carousel-caption h3{max-width: none;}
  .carousel-hero .carousel-caption p{margin-bottom: 20px;}
  .banner-small-caption .col-xs-12{margin-bottom: 20px;}
  .banner-video-caption h2, .banner-video-caption .h2{font-size: 30px;margin-bottom: 20px;}

  .carousel-hero-countdown > img{aspect-ratio: 375/325;}
  .carousel-hero-countdown .carousel-caption-wrapper{position: relative;right: auto;}
  .carousel-hero-countdown .carousel-caption{padding-bottom: 30px;}
  .carousel-hero-countdown .carousel-caption h3{font-size: 45px;margin-bottom: 10px;}
  .carousel-hero-countdown-timer .number-unit{font-size: 18px;}

  .brands-filter-wrapper{display:block;padding: 16px 0 0 16px;margin-right: -15px;}
  .filter-a2z > li:last-child{margin-right: 8px;}
}
@media (max-width: 679px) {
  .colour-product-image .slick-left, .colour-product-image .slick-right{display: none!important;}
	.wrapper-thumbnail.col-xs-6:nth-child(2n+1){padding-right: 7px;}
	.wrapper-thumbnail.col-xs-6:nth-child(2n){padding-left: 7px;}
  .product-container .product-crossell .wrapper-thumbnail.col-xs-6:nth-child(2n+1){padding-right: 7px;}
  .product-container .product-crossell .wrapper-thumbnail.col-xs-6:nth-child(2n){padding-left: 7px;}

  .products-tabs .nav-tabs{column-gap: 20px;}
  .products-tabs .nav-tabs > li > a, .fz-16{font-size: 14px;}
  .products-tabs .nav-tabs > li > a{white-space: nowrap;}
  .product-slider{padding: 0;}
  .product-slider.slick-dotted.slick-slider, .featured-categories-slider2.slick-dotted.slick-slider{margin-bottom: 40px;}
  .product-slider, .featured-categories-slider, .featured-categories-slider2{margin-left: -7.5px;margin-right: -7.5px;}
  .featured-categories-slider .col-xs-6, .featured-categories-slider2 .col-xs-6, .product-slider .wrapper-thumbnail{padding-left: 7.5px;padding-right: 7.5px;}
  .product-container.m-0 > .product-slider{margin-left: -15px;margin-right: -15px;}
  .product-container.m-0 > .product-slider .wrapper-thumbnail{padding-left: 15px;padding-right: 15px;}
  .banner-small{padding:15px;}
  .banner-small-caption{padding: 20px;font-size: 16px;}

  .upsell-title{padding: 30px 0;}
  .product-crossell .slick-circle-top.slick-prev{left: 0;right: auto;}
  .product-crossell .slick-circle-top.slick-next{right: 0;}
}
@media (max-width: 540px) {
  .similar-products-body .row > .standard-thumbnail{width: 150px;}
  .similar-products-body .row > .standard-thumbnail:last-child{width: 160px;}
  /* .slick-main-img .slick-arrow{display: none!important;} */
}
@media (min-width: 428px) and (max-width: 485px) {
  .similar-products-body .row > .standard-thumbnail{width: 130px;}
  .similar-products-body .row > .standard-thumbnail:last-child{width: 140px;}
}
@media (max-width: 485px) {
  .product-child .nav .btn span:last-child{font-size: 13px;}
  .product-child .nav .btn .prodprice{font-size: 120%;}
}
@media (min-width: 428px) and (max-width: 480px) {
  .product-child .nav .btn{font-size: 13px;}
  .product-child .nav .btn span:last-child{font-size: 12px;}
	.wrapper-pricing .productprice .hide-xxs, .wrapper-pricing .productrrp .hide-xxs:last-child{display: none;}
  .product-pricing-row .wrapper-pricing > div{padding-right: 17px;}
}
@media (max-width: 427px) {
  .product-child{border-bottom:1px solid #ddd;}
  .product-child.open{bottom:42px;}
  .buttons-cta{display: block;}
  .buttons-cta .btn{padding-left: 10px;padding-right: 10px;}
  .buttons-cta div:first-child{margin-bottom: 8px;}
  .product-container.no-overflow > .row{overflow: hidden;padding-top: 12px;}
  .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n) .product-child{left: calc(-100% - 38px);}
  .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n+1) .product-child{right: calc(-100% - 38px);}
  .btn-toggle-child.active, .btn-toggle-child.active:focus{outline: 5px auto #000;outline-offset: -2px;}
  /* .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n+1) .product-child .product-child-img{order: 2;}
  .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n+1) .product-child .btn-toggle-child{order:1;}
  .product-container .wrapper-thumbnail.col-xs-6:nth-child(2n+1) .product-child .product-child-img > img{order:2;margin-right: 0;margin-left: 10px;} */

  .product-pricing-row .wrapper-pricing > div{padding-right: 16px;}

  .hide-xxs{display: none;}
  .prod_price_size{margin-bottom: 5px;}
}
@media (max-width: 360px) {
  .prod_price_size .productrrp{display: none;}
}
