/** Shopify CDN: Minification failed

Line 413:0 All "@import" rules must come first
Line 755:1 Comments in CSS use "/* ... */" instead of "//"
Line 1130:20 Expected ")" to end URL token

**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.input-sect {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 100%;
  align-items: center;
}
.items > img + form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 180px;
  width: 90%;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  height: 84%;
  justify-content: space-between;
}
.read-more {
  cursor: pointer;
  font-weight: bold;
}
.shopify-product-form .product-quantity-box.purchase-details__quantity {
  margin-right: 0px;
  width: 100%;
}
.cart-warning {
    width: 100%;
}
.purchase-details__quantity.product-quantity-box.quantity-box--box {
    order: 1;
}

.purchase-details__buttons.purchase-details__spb--false {
    max-width: 100%;
    width: 100%;
    order: 2;
}

.cart-warning {
    order: 3;
}
.shopify-product-form .purchase-details.has-quantity-box {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.input-sect input {
  font-size: 14px;
  border: 1px solid #c5c0c0;
  padding: 5px 10px;
  border-radius: 0px;
  max-width: 165px;
  text-align: center;
}
.input-sect label > span {
  font-size: 15px;
  font-weight: normal;
}
.input-sect label {
  font-size: 21px;
  font-weight: 700;
  padding-top: 7px;
  color: #333;
  margin-top: -30px;
}
.shopify-product-form
  .quantity-wrapper.quantity-style--box
  .quantity-input-control
  input {
  border: 1px solid #c5c0c0;
  line-height: normal;
  padding: 5px 10px;
  height: auto;
  min-height: auto;
  font-size: 15px;
}
.shopify-product-form .product-quantity-box.purchase-details__quantity {
  margin-top: 0;
}
.purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 100% !important;
}
form#vinyl-samples input#product-samples-submit {
  /*padding: 10px 20px;*/
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
}

.button--add-to-cart .text {
  text-transform: uppercase;
  font-weight: bold;
}
p.modal_price.subtitle {
  min-width: 150px;
}
h4.usp > span {
  font-weight: normal;
}
h4.usp {
  color: #333;
  margin-bottom: 7px;
  font-weight: bold;
}
.title {
  font-size: 34px;
}

.f-title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #24bae3;
  padding-bottom: 8px;
}
.f-title:before {
  content: "›";
  position: absolute;
  right: 10px;
  top: -1px;
  font-size: 18px;
  font-weight: bold;
}

.f-inner {
  margin-bottom: 10px;
}
.f-o-inn {
  padding-left: 20px;
}

.f-o-inn .f-title {
  border-bottom: 1px solid #000;
}
.f-desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.f-o-inn .f-title h3 {
  font-size: 17px;
  color: #000;
}
.f-desc > p {
  margin-bottom: 15px;
}
.f-title h3 {
  text-transform: uppercase;
}
.f-title.active:before {
  transform: rotate(90deg);
}
.inputs.total {
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
}
.qty-calculator {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 6px;
}
.trustpilot-widget {
  margin-top: 2px;
  text-align: left;
}

div#f-cal {
  max-width: 550px;
  text-align: center;
}
div#f-cal .purchase-details__quantity.product-quantity-box.quantity-box--box {
  width: 100%;
}
.trustpilot-widget iframe {
  /*     width: 200px !important; */
  height: auto !important;
}
.trustbox-header .trustpilot-widget iframe {
  width: 35% !important;
  left: 100px;
}
.fil-tag img {
  width: 46px;
  margin-right: 10px;
  clear: both;
}
.fil-tag > div {
  text-align: center;
}
.trustpilot-widget {
  width: auto !important;
}
.f-cal a {
  color: #24bae3;
  font-weight: bold;
}

div#f-cal button.fancybox-button.fancybox-close-small:after {
  content: "Calculate";
}

div#f-cal button.fancybox-button.fancybox-close-small svg {
  display: none;
}
.inner-section-header.text-center {
  margin-bottom: 20px;
}
.shopify-section.product__block.block__realted
  span.product-thumbnail__price.price {
  display: none;
}
p.modal_price.subtitle {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 0;
}

p.modal_price.subtitle span {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

p.modal_price.subtitle span.toatal {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 2px;
}
.purchase-details.has-quantity-box
  .purchase-details__spb--false
  .button--add-to-cart {
  max-width: 150px;
  float: right;
}
p.modal_price.subtitle span span {
  word-break: break-all;
}
.page-navigation-arrows {
  display: none;
}
label.small-label {
  font-size: 14px;
  text-align: left;
}
.or {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c_row {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}
.slider-gallery {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c_row > label {
  min-width: 110px;
  text-align: left;
}

.c_row input {
  max-width: 100px;
}

.has-thumbnail-sticker .product-thumbnail__title,
h1.product_name.title {
  font-weight: bold;
}
div#f-cal > a {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.slider-gallery {
  width: 100%;
}
.slider-gallery ol.flickity-page-dots {
  display: none;
}

footer .social-icons.is-flex.is-flex-wrap {
  justify-content: center;
}
footer .social-icons.is-flex.is-flex-wrap path {
  fill: #275e84;
  font-size: ;
}
footer .social-icons.is-flex.is-flex-wrap span {
  width: 30px;
  height: 30px;
}
footer .social-icons.is-flex.is-flex-wrap a {
  padding: 0 10px;
}
#product-samples-submit:hover {
  background: #465e80;
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/sale.png?v=1617882719);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 35px !important;
  letter-spacing: 1px;
}
.tp-widget-wrapper {
  font-size: 0;
  text-align: left !important;
}

form#vinyl-samples input#product-samples-submit {
  padding: 7px 10px;
}
.searchanise-recommendations {
  display: block !important;
}
#product-samples-submit {
  background-color: #24bae3;
  color: #fff;
  border: 0 solid;
  border-radius: 7px !important;
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/sale.png?v=1617882719);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 35px !important;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 7px 10px;
}
.product-gallery__thumbnails .product-gallery__thumbnail img {
  object-fit: cover;
  width: 100%;
}
.product-page .block__realted .flickity-prev-next-button,
.shopify-section.product__block.block__featured-collection.jsFeaturedCollection
  .flickity-prev-next-button {
  top: 38%;
}

.section.heading-top {
  margin-top: -60px;
  text-align: center;
}
.img-slider img {
  max-height: 50vw;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section.heading-top > h2 {
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  min-height: 70px;
  line-height: 70px;
  font-size: 30px;
  padding: 0 3vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #241f21;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.section.heading-top p:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #000;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.heading-top p {
  font-size: 17px;
  font-family: "Poppins";
  max-width: 620px;
  margin: 0 auto 30px;
  position: relative;
  padding-bottom: 10px;
}
.less_than_5.product-gallery__thumbnails .flickity-slider {
  transform: translatex(5px) !important;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.input-sect {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
  max-width: 100%;
  align-items: center;
}
.shopify-product-form .product-quantity-box.purchase-details__quantity {
  margin-right: 0px;
  width: 100%;
}
.shopify-product-form .purchase-details.has-quantity-box {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.input-sect input {
  font-size: 14px;
  border: 1px solid #c5c0c0;
  padding: 6px 10px;
  border-radius: 0px;
  max-width: 165px;
  text-align: center;
}
.input-sect label > span {
  font-size: 15px;
  font-weight: normal;
}
.input-sect label {
  font-size: 21px;
  font-weight: 700;
  padding-top: 7px;
  color: #333;
}
.shopify-product-form
  .quantity-wrapper.quantity-style--box
  .quantity-input-control
  input {
  border: 1px solid #c5c0c0;
  line-height: normal;
  padding: 5px 10px;
  height: auto;
  min-height: auto;
  font-size: 15px;
}
.shopify-product-form .product-quantity-box.purchase-details__quantity {
  margin-top: 0;
}
form#vinyl-samples input#product-samples-submit {
  /*padding: 10px 20px;*/
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
}
.button--add-to-cart .text {
  text-transform: uppercase;
  font-weight: 500;
}
p.modal_price.subtitle {
  min-width: 150px;
}
h4.usp > span {
  font-weight: normal;
}
h4.usp {
  color: #333;
  margin-bottom: 7px;
  font-weight: bold;
}
.title {
  font-size: 34px;
}

.f-title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #24bae3;
  padding-bottom: 0px;
}
.f-title:before {
  content: "›";
  position: absolute;
  right: 10px;
  top: -4px;
  font-size: 18px;
  font-weight: bold;
}

.f-inner {
  margin-bottom: 10px;
}
.f-o-inn {
  padding-left: 20px;
}

.f-o-inn .f-title {
  border-bottom: 1px solid #000;
}
.f-desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.f-o-inn .f-title h3 {
  font-size: 15px;
  color: #000;
}
.f-desc > p {
  margin-bottom: 15px;
}

.f-title.active:before {
  transform: rotate(90deg);
}
.inputs.total {
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
}
.trustpilot-widget {
  margin-top: 2px;
  text-align: left;
}
.f-cal {
  margin-top: 10px;
}
/*.f-cal a,*/
div#f-cal button.fancybox-button.fancybox-close-small {
  background: #24bae3;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  padding: 7px 20px;
  border-radius: 7px;
  letter-spacing: 1px;
}
/*.f-cal > a:hover,*/
div#f-cal button.fancybox-button.fancybox-close-small:hover {
  background: #465e80;
}
div#f-cal {
  max-width: 550px;
  text-align: center;
}
div#f-cal .purchase-details__quantity.product-quantity-box.quantity-box--box {
  width: 100%;
}
.fil-tag {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.fil-tag img {
  width: 42px;
  margin-right: 8px;
  clear: both;
}
.fil-tag > div {
  text-align: center;
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  text-align: left;
  margin-right: 2mm !important;
}
.trustpilot-widget {
  width: auto !important;
}
.description-faq {
  margin-top: -20px;
}
div#f-cal button.fancybox-button.fancybox-close-small {
  position: static;
  width: auto;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  background-color: #24bae3;
  color: #fff;
  font-size: 15px;
  line-height: normal;
  padding: 5px 3rem 5px 4rem;
  line-height: normal;
  text-transform: uppercase;
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/CalculatoriconWHITE.png?v=1623841798);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 29px center;
}

div#f-cal button.fancybox-button.fancybox-close-small:after {
  content: "Calculate";
}

div#f-cal button.fancybox-button.fancybox-close-small svg {
  display: none;
}
.inner-section-header.text-center {
  margin-bottom: 20px;
}
.shopify-section.product__block.block__realted
  span.product-thumbnail__price.price {
  display: none;
}
p.modal_price.subtitle {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 0;
  margin-bottom: -37px;
}
@media only screen and (max-width: 480px) {
  p.modal_price.subtitle {
    margin-bottom: 0px;
  }
}

p.modal_price.subtitle span {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

p.modal_price.subtitle span.toatal {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 2px;
}
.purchase-details.has-quantity-box
  .purchase-details__spb--false
  .button--add-to-cart {
  max-width: 180px;
  float: right;
}
button.button.ajax-submit.action_button.button--add-to-cart:hover,
input#product-samples-submit:hover {
  color: #fff;
}
/*input#product-samples-submit {
    background-color: #24bae3;
    color: #fff;
    border: 0px solid;
    border-radius: 7px !important;
    background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/sale.png?v=1617882719);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 24px center;
    padding-left: 50px !important;
    letter-spacing: 1px;
}*/
button.button.ajax-submit.action_button.button--add-to-cart {
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/basket.png?v=1617882719);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 22px 12px;
  padding-left: 40px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 7px;
}
p.modal_price.subtitle span span {
  word-break: break-all;
}
.page-navigation-arrows {
  display: none;
}
label.small-label {
  font-size: 14px;
  text-align: left;
}
.or {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c_row {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}

.c_row > label {
  min-width: 110px;
  text-align: left;
}

.c_row input {
  max-width: 100px;
}

.has-thumbnail-sticker .product-thumbnail__title,
h1.product_name.title {
  font-weight: bold;
}
div#f-cal > a {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.slider-gallery {
  width: 100%;
}
.slider-gallery ol.flickity-page-dots {
  display: none;
}
.product__images:before {
  content: "Sustainable";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  left: 0;
  z-index: 9;
  background: #228b22;
  color: #fff;
  padding: 1px 4px;
}
.product__images {
  position: relative;
}
h1.product_name.title + h4 {
  margin-bottom: 10px;
  margin-top: -10px;
}

/* Perticular Rugs Product */
.product_rugs .product__images:before {
 // content: "Handmade";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  left: 0;
  z-index: 9;
  background: #228b22;
  color: #fff;
  padding: 1px 4px;
}

.section.heading-top {
  margin-top: -60px;
  text-align: center;
  position: relative;
}
.img-slider img {
  max-height: 50vw;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section.heading-top > h2 {
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  min-height: 90px;
  line-height: 90px;
  font-size: 30px;
  padding: 0 3vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #241f21;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.section.heading-top p:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #000;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.heading-top p {
  font-size: 17px;
  font-family: "Poppins";
  max-width: 620px;
  margin: 0 auto 30px;
  position: relative;
  padding-bottom: 10px;
}
.three-color > div {
  height: 14vw;
  width: 100%;
}
.three-color {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 80px auto 0;
}
.three-color a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.i-w-t > div {
  width: 48%;
}
.i-w-t {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #275e84;
  padding: 20px 0;
  justify-content: space-between;
}
.img-t h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Poppins";
  margin-bottom: 20px;
}
.img-t {
  text-align: center;
  color: #fff;
  font-family: "Poppins";
  padding-right: 4%;
}
.section > hr {
  background: #000;
  max-width: 434px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 70%;
}
.sli-inn img {
  /* height: 22vw; */
  object-fit: cover;
  width: 100%;
}
.sli-inn {
  position: relative;
}
.sli-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  background: rgb(39 94 132 / 58%);
}
.sli-abs h3 {
  color: #fff;
  font-weight: bold;
  /*max-width: 80%;*/
  text-transform: capitalize;
  margin: 0 auto;
}
.slick-slide:hover .sli-abs {
  display: inline-flex;
  z-index: 99;
  justify-content: center;
}
.t-w-t {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.t-w-t .half-sec {
  width: 49%;
}
.img-two img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.heading-topper h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Poppins";
  color: #000;
  margin-bottom: 20px;
}
.heading-topper {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.text-t p {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Poppins";
}
.text-t {
  max-width: 380px;
  margin: 15px auto;
  text-align: center;
}
.color-room {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
.color-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.color-inn {
  position: relative;
  float: left;
  display: flex;
  width: 33.33%;
}
.color-inn > img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.color-abs h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
body.index h2.heading-section__heading.title {
  font-weight: bold;
  font-family: "Poppins";
}
body.index .heading-section__subheading.subtitle p {
  font-size: 24px;
  font-family: "Poppins";
  line-height: normal;
}
body.index .caption-content.text-align-center h2 span {
  font-weight: bold;
  font-family: "Poppins";
}
.footer__menu ul {
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.footer__menu ul li a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins";
}
.footer__menu ul li {
  padding: 10px 10px 10px;
}
header .header__link {
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
nav.header__menu-items > div:last-child {
  margin-right: 13vw;
}
nav.header__menu-items > .navbar-item.header__item {
  /*padding: 0 1vw;*/
}

.grid-container .grid-item {
  position: relative;
}
.block__image-with-overlay .caption-content,
.image-with-text-overlay .caption-content,
.image-slideshow .caption-content {
  min-width: auto;
}
body.index .caption-cf {
  width: 100%;
}
.shopify-section.image-with-text-overlay
  .grid-container
  .grid-item:nth-child(2)
  .caption-cf
  h2
  span {
  font-weight: normal;
}
.shopify-section.image-with-text-overlay
  .grid-container
  .grid-item:nth-child(3)
  .caption-cf
  h2
  span {
  font-weight: normal;
  font-style: italic;
}

h1.collection__title.title {
  background: #465e80;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}
.collection__description.content.has-padding-bottom,
.collection__filters p {
  font-size: 20px;
  text-align: center;
}
.featured-promotions__title {
  font-size: 45px;
}

/*a.datasheet:before {
    content: " (PDF)";
    width: 50px;
    height: 25px;
    background: url(https://cdn.shopify.com/s/files/1/0253/8243/t/37/assets/datasheeticon.png);
  	background-size: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    content: ' ';
  	position: relative;
    bottom: -2px;
}*/
a.datasheet,
a.see_image {
  font-weight: 700;
}
/* @group Collection > Notice */

div.notice {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
  filter: alpha(opacity=0);
  opacity: 0;
}

div.notice div.overlay {
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.no-touch div.notice div.overlay:hover,
.no-touch div.notice div.box h6:hover {
  cursor: pointer;
}
div.notice div.box div.details * {
  font-family: "Poppins" !important;
  text-transform: none;
  font-weight: normal;
}
div.notice div.box {
  color: #fff;
  background-color: #465e80;
  width: 422px;
  margin-left: -211px;
  top: 50%;
  left: 50%;
  position: fixed;
}

div.notice.big div.box {
  width: 700px;
  margin-left: -350px;
}

div.notice div.box h6 {
  font-size: 1px;
  text-indent: -999999px;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 10px;
  position: absolute;
  background: url({{"sprite.png"|asset_url}}) no-repeat -142px -246px;
}

div.notice div.box div.details {
  padding: 25px 20px 25px;
}

div.notice.small div.box div.details {
  padding-top: 20px;
}

div.notice.big div.box div.details {
  padding-bottom: 15px;
}

div.notice div.box div.cols div.details {
  margin-left: 298px;
  padding-right: 25px;
}

div.notice div.box div.cols div.img {
  width: 273px;
  padding: 25px 0 30px 20px;
  float: left;
}

div.notice div.box div.details h1,
div.notice div.box div.details h2,
div.notice div.box div.details h3 {
  color: #fff;
  font-family: "Source Sans Pro Bold", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

div.notice div.box div.details h1 {
  margin-bottom: 10px;
}

div.notice div.box div.details h4 {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 15px;
}

div.notice div.box div.details h5 {
  color: #fff;
  font-family: "Source Sans Pro Regular", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

div.notice div.box div.details h5 b {
  font-family: "Source Sans Pro Bold", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  text-transform: uppercase;
}

div.notice div.box div.details p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
}

div.notice div.box div.details a,
div.notice div.box div.details a:visited {
  text-decoration: underline;
}

.no-touch div.notice div.box div.details a:hover {
  color: #fff;
}

div.noticebox-image {
  display: none;
}

/* @end */
.remove3217500356 a.ajax-cart__delete {
  display: none;
}

.product-gallery__thumbnails--bottom-thumbnails {
  margin-left: -15px;
}
.mobile-menu-link,
.mobile-menu__item,
.mobile-menu a {
  color: rgb(0 0 0) !important;
}
.first-image {
  /* padding: 20%;*/
  background: #f4f2f0;
  /* padding: 40%;*/
}
.sample h3.featured-promotions__title.has-color-override {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sample .first-image h3.featured-promotions__title.has-color-override,
.sample .first-image h4,
.sample-white .featured-promotions__title,
.sample-white h4 {
  color: #000 !important;
}
.sample h4 {
  color: #fff;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  line-height: 1.3;
  padding: 30px 0 0 0;
  max-width: 280px;
  margin: 0 auto;
}
.sample form#vinyl-samples input#product-samples-submit {
  padding: 7px 10px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
}
.details {
  margin-bottom: 0px !important;
}

/*
h3.featured-promotions__title.has-color-override {
    position: absolute;
    top: -120px;
    left: 112px;
}

.featured-promotions__block.featured-promotions__block--3.featured-promotions__block--has-link.medium-down--one-whole.one-third.column.has-color-override {
   position: relative;
}
h4.bottom-text {
    position: relative;
    bottom: -165px;
}


input#product-samples-submit {
    position: relative;
    bottom: -145px;
}

*/

/*@media only screen and (min-width: 1025px)  {
.form-top {
    position: relative;
    top: -10px;
  padding-bottom:20px;
}
.form-bottom {
    position: relative;
    bottom: -55px;
  padding-top:55px;
}
  
  
}

*/

.i-slider button::before {
  font-size: 50px;
  color: #275e84;
  opacity: 1;
}
.i-slider button {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .items > img + form {
    height: 83%;
  }
  .sample h4 {
    padding: 10px 0 0 0;
  }
  .sample h3.featured-promotions__title.has-color-override {
    margin-top: 0;
  }
  div#sample {
    padding: 15px;
  }
  .sample h4 {
    padding: 0px 0;
    font-size: 13px;
  }
  .sample h3.featured-promotions__title.has-color-override {
    font-size: 20px;
  }
  .container.collection-matrix .item.four.columns.common {
    width: calc(50% - 20px);
  }
  /*.f-cal a {
    margin-top: 10px;
    display: inline-block;
}*/
  .sli-inn img {
    height: 300px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
  }
  .input-sect {
    flex-wrap: wrap;
  }
  .purchase-details.has-quantity-box
    .purchase-details__spb--false
    .button--add-to-cart {
    float: left;
  }
  .fil-tag {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .trustpilot-widget {
    margin-left: -12px;
  }
  .trustbox-moble .trustpilot-widget {
    margin-left: 0px;
  }
  .image-with-text-overlay .title {
    font-size: 25px;
  }
}

.sample {
  padding-top: 10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}

@media only screen and (max-width: 1099px) and (min-width: 992px) {
  .items > img + form {
    height: 94%;
  }
  .sample h4 {
    padding: 10px 0 0 0;
  }
  .sample h3.featured-promotions__title.has-color-override {
    margin-top: 20px;
  }
  .featured-promotions__wrapper .form-bottom {
    position: relative;
    top: -10px;
  }
  .sample h4 {
    max-width: 260px;
  }
  .sample form#vinyl-samples input#product-samples-submit {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 650px) {
  .sli-inn img {
    height: auto;
  }
  .section.heading-top > h2 {
    line-height: 1.2;
    padding: 10px 3vw;
  }
  .i-w-t,
  .t-w-t {
    flex-wrap: wrap;
  }
  .i-w-t > div,
  .t-w-t .half-sec {
    width: 100%;
  }
  .color-inn {
    width: 100%;
  }
  .img-t {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  body.index .caption-content.text-align-center h2 span {
    font-size: 4vw;
  }
}

.product-header-wood {
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/25yearwarranty_icon_BLUE.png?v=1617884488);
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: right top;
  min-height: 100px;
}

.war-10 {
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/10yearwarranty_icon_BLUE_1_256x256.png?v=1618913537);

  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: right top;
  min-height: 100px;
}
.war-15 {
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/t/37/assets/15yearwarranty_icon_BLUE.png);
}

h1.product_name.title {
  padding-right: 120px;
}

.i-w-t > .text-full-w {
  width: 100%;
}

.text-full-w > p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-family: "Poppins";
}

.header-row {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.column-wrapper .faq-title:not(:first-child) {
  margin-top: 0;
}
h2.title.faq-title {
  font-size: x-large;
}

.accordion dt a,
.accordion dt button,
.faq-accordion dt a,
.faq-accordion dt button {
  padding: 10px 10px 10px 40px;
}

.accordion dd,
.faq-accordion dd {
  padding: 10px 10px 10px 40px;
}

.wood-colour a {
  font-weight: 700;
}

.wood-colour {
  text-align: center;
  font-size: 15px;
}

.is-slide-nav--true .product-gallery__thumbnail {
  position: relative;
  opacity: 1;
}

.roomvo-button {
  background-color: transparent;
  color: #fff;
  border: 0 solid;
  border-radius: 7px !important;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 0;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0;
  margin-top: 13px;
}

.roomvo-container {
  /*float: left;*/
}

.new-filter .one-whole {
  margin-left: 0px;
}
@media only screen and (max-width: 798px) {
  h4.usp {
    font-size: 15px;
  }
}
.black-bolder {
  color: #333;
  margin-bottom: 7px;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: Poppins, sans-serif;
  font-style: normal;
}

button.chequerboard-add-to-cart.button--add-to-cart {
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/basket.png?v=1617882719);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 22px 12px;
  padding-left: 40px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 7px;
}
.product-thumbnail.clickslick-div {
  padding-top: 5px;
}

.clickslick-div-title a.product-thumbnail__title {
  flex-basis: 100% !important;
}
.trustbox-header {
  position: absolute;
  right: -33px;
  top: 20px;
}
.trustbox-moble {
  display: none;
  margin-top: -30px;
  width: 100%;
  text-align: left !important;
  margin-bottom: -50px;
}
.trustbox-moble iframe {
  margin: 0px auto;
  width: 120px !important;
}
@media (max-width: 1024px) {
  .mobile-header {
    display: block;
    padding: 10px 0px;
  }
  .mobile-menu__toggle-button,
  .trustbox-moble {
    display: block;
  }
  header#header {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  header .header__link {
    font-size: 15px;
  }
  .trustpilot-widget iframe {
    left: 70px;
  }
}
.custom-rugs-smple-add-to-cart {
  background-color: #24bae3;
  color: #fff;
  border: 0 solid;
  border-radius: 7px !important;
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/sale.png?v=1617882719);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 35px !important;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}
.custom-rugs-smple-add-to-cart:hover {
  background: #465e80;
  background-image: url(https://cdn.shopify.com/s/files/1/0253/8243/files/sale.png?v=1617882719);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 35px !important;
  letter-spacing: 1px;
  color: #fff;
}
/* 04-04-2023 css*/
.product-rugs .current_price .money {
  font-weight: bold;
  font-size: 30px;
  color: #000;
}
.product-rugs .price_box {
  align-items: baseline !important;
  border-top: 1px solid #d0d0d0;
  padding-top: 1.5rem;
}
.product-rugs .price_lable {
  font-weight: normal !important;
  display: none;
}
.quantity-plus.button,
.quantity-minus.button {
  background-color: #24bae3;
}
.quantity-plus.button[disabled],
.quantity-minus.button[disabled] {
  opacity: 1;
  background-color: #24bae369;
}
.quantity-plus.button:hover,
.quantity-minus.button:hover {
  background-color: #24bae3;
}
@media (min-width: 481px) {
  .product-rugs .purchase-details__buttons {
    position: absolute;
    right: 0;
    bottom: 0px;
    justify-content: flex-end;
  }
  .product-rugs .shopify-product-form {
    position: relative;
  }
  .rugs-quantity-wrapper.quantity-wrapper.field.has-addons.quantity-style--box {
    width: 30%;
  }
}
.product-rugs .swatch label {
  width: 10rem !important;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  height: 50px;
  line-height: normal;
  align-items: center;
  text-transform: capitalize;
  column-gap: 5px;
}
.product-rugs .swatch label b {
  text-transform: uppercase;
}
.product-rugs .fil-tag.goodweave {
  justify-content: center;
}
.product_rugs .purchase-details.has-quantity-box {
  justify-content: space-between !important;
}
.fil-tag.goodweave .trustpilot-widget iframe {
  height: 60px !important;
}
.product_rugs .swatch-element {
  border-radius: 7px;
  border-width: 2px;
}
#snize-product-848181316 {
  display: none !important;
}
.cart__form .note {
  margin-top: 10px;
}
.cart__form .note h6 {
  font-weight: 700;
}
.sample:empty {
  padding: 0 !important;
}
.note h6 a {
  color: #24bae3;
}
.pro-test-copy-of-gloria-pink-vinyl-flooring {display: none;}
span.black-bolder + span.black-bolder {display: none;}

.corka_stamp {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 111111;
  width: 150px;
  height: 150px;
}
.product-rugs .purchase-details__buttons {
position: unset;
}
.f-desc .metafield-rich_text_field p {
    margin-bottom: 15px;
}
.corka-tiles-color h3.featured-promotions__title.has-color-override {
    color: #000000 !important;
}

.corka-tiles-color h4.bottom-text {
    color: #000000;
}
@media (max-width: 768px){
 .corka_stamp{width: 90px;height: 90px;} 
}

.slider-gallery-slick .product__thumbnail {
  margin: 0;
}

.slider-gallery-slick {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.slider-gallery-slick .slick-slide {
    padding: 0 10px;
}
button.slick-prev.slick-arrow {
    left: 10px;
    z-index: 1;
}
button.slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-130%);
    background: #ffffffbf !important;
    border: none;
    color: #333;
}
button.slick-arrow:hover {
    background: #ffffff !important;
}
button.slick-arrow .flickity-button-icon {
    transform: rotate(180deg);
    width: 18px;
    height: 20px;
    fill: #333;
}
button.slick-arrow::before {
    display: none;
}
button.slick-next.slick-arrow {
    right: 10px;
    z-index: 1;
}