/** Shopify CDN: Minification failed

Line 22:1 All "@import" rules must come first

**/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
.product-custom-template h1,
.product-custom-template h2,
.product-custom-template h3,
.product-custom-template h4,
.product-custom-template h5,
.product-custom-template h6,

.product-custom-template span{
    font-family: "poppins"!important;
    font-weight: normal !important;
    font-style: normal !important;
}
   

 @import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.product-custom-template p, .product-custom-template a, .product-custom-template label{
  font-family: "Host Grotesk", sans-serif !important;
  /* font-size: 18px!important; */
}
.product-custom-template p, .product-custom-template a, .product-custom-template label{
  /* font-size: 18px!important;  */
}
.cushion-box {
    border: 1px solid #000;
    border-radius: 5px;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.cushion-header h2 {
    background: black;
    color: white;
    padding: 15px 26px;
    font-weight: bolder !important;
    margin: 7px;
    font-size: 22px;
    line-height: 32px;
  font-family: "poppins";
}

.cushion-header h2 span {
    margin-left: 60px;
    font-weight: 400 !important;
}

.cushion-body {
    padding: 20px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.cushion-description {
    padding: 0 65px 0 20px;
    color: #172822;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.07px;
    margin-bottom: 19px;
}

.cushion-link {
    color: teal;
    font-size: 14px;
    text-decoration: none;
    padding: 0px 20px;
    display: flex;
    gap: 7px;
    align-items: center;
}

a.cushion-link span {
    width: 16px;
}

.cushion-field {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: end;
    gap: 20px;
}

.wrap-des {
    width: 50%;
    max-width: 40%;
}

.cushion-field label {
    display: inline-block;
    width: 100px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
font-family: "poppins";
}


.cushion-field select {
    margin-right: 5px;
    text-align: center;
    width: 100px;
    border-radius: 4px;
    border: 1px solid #8A8892;
    padding: 8px;
    background: #f7f7f7;
font-family: "poppins";
}

.container {
    max-width: 1200px;
    width: 100%;
}

@media (max-width:767px) {

    .cushion-box {
        width: 100%;
        max-width: 100%;
    }

    .cushion-body {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }

    .cushion-description {
        padding: 0;
    }

    .wrap-des {
        width: 100%;
        max-width: 80%;
    }

    .cushion-fields {
        max-width: 100%;
        width: 100%;
    }

    .cushion-field {
        justify-content: space-between;
    }

    .cushion-field label {
        text-align: left;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
}

body.Your_Shopping_Cart.cart .container {
    padding: 0!important;
}
/* ---------- section-2 ---------- */
button.fabric-search-btn svg {
    width: 20px;
    height: 16px;
}

.thumb img {
    width: 60px;
    height: 60px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.wrap-fabric-btn {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    gap: 50px;
    padding-bottom: 0;
}

.step-header h2 span {
    margin-left: 60px;
    font-weight: normal;
}

.step-box {
    border: 1px solid #000;
    width: 100%;
    max-width: 70%;
    margin: 30px auto 0;
    padding: 0;
    border-radius: 5px;
}

.step-header h2 {
    background: #000;
    color: #fff;
    padding: 15px 26px;
    font-weight: bolder !important;
    margin: 7px;
    font-size: 22px;
font-family: "poppins";
}

.fabric-search-header {
    display: flex;
    margin: 0 0 36px;
    width: 100%;
    justify-content: space-between;
    gap: 47px;
}

.fabric-inner-block {
    padding: 17px 35px 24px;
}

.fabric-inner-block .fabric-search input[type=text] {
    border: none!important;
font-family: "poppins";
}

.fabric-search {
    width: 100% !important;
    margin: 0;
    padding: 0 5px 0 0 !important;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #8A8892 !important;
    background: #f7f7f7 !important;
    color: #aaa;
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    display: flex;
    align-items: center;
}

.fabric-instructions p {
    color: #172822;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.fabric-input {
    flex: 1;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.fabric-search-btn {
    background-color: #5fc8c8;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.filter-bar {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #8A8892;
    justify-content: space-between;
    padding-bottom: 10px;
}

.clear-btn {
    background-color: transparent;
    border: none;
    color: #1a191e;
    font-size: 14px;
    padding-left: 0;
    cursor: pointer;
font-family: "poppins";
}

.filter-select {
    border: none;
    color: #1a191e;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.42px;
    position: relative;
    padding: 10px 8px 10px 5px;
}

.wrap-select {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.wrap-fabric-btn .wrap-select {
    background: #f0f0f0;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.48px;
    text-transform: capitalize;
    width: 160px;
font-family: "poppins";
}

.btn-popular {
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.48px;
    text-transform: capitalize;
    font-family: poppins;
}
.wrap-select.an-active {
    background: #6cbe45;
    color: #ffff;
}
.wrap-select.an-active span.vn-tab-names {
    color: #fff;
}

.btn-more {
    background-color: #F4F4F4;
    color: black;
    border: none;
    padding: 10px 16px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.48px;
    text-transform: capitalize;
    font-family: poppins;
}


.pagination {
    display: flex !important;
    width: 100%;
    justify-content: end;
    margin-top: 30px;
    margin-bottom: 14px;
}

.pagination span.page-num {
    color: #1a191e;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.42px;
}

.note a {
    color: #2db1b1;
    text-decoration: none;
    cursor: pointer;
}

/* .note {

        padding: 16px;
        border-top: 1px solid #eee;
    }

    .note p {
        color: black;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -.07px;
        text-align: left;
        margin-top: 20px;
    } */

@media (max-width:767px) {
    .btn-popular {
        width: 100%;
    }

    .btn-more {
        font-size: 15px;
        width: 100%;
        margin-top: 20px;
    }
    .fabric-search-header {
        flex-direction: column;
        gap: 20px;
    }

    .fabric-instructions {
        max-width: 100%;

    }

    .fabric-thumbnails {

        flex-wrap: wrap;
    }

    .fabric-search {
        display: flex;
    }

    .filter-bar {
        padding: 0;
        gap: 10px;

    }

    .fabric-inner-block {
        padding: 10px 15px;
    }

    .filter-select {
        padding: 10px 3px;
        font-size: 15px;
        border: none;
    }

    .fabric-thumbnails {
        display: flex;
        gap: 5px;
        padding: 10px;
        gap: 10px;
    }

    .thumb {

        height: 100%;

    }


}

input.fabric-input {
    width: 88%;
    display: inline;
}

.fabric-buttons {
    display: flex;
    gap: 20px;
    padding: 0 16px;
    margin-top: 8px;
    flex-direction: column;
    max-width: 30%;
    width: 100%;
}

@media screen and (min-width:767px) {
    .fabric-buttons {
        display: flex;
        gap: 20px;
        padding: 0 16px;
        margin-top: 8px;
        flex-direction: column;
        max-width: 30%;
        width: 100%;
    }

    .fabric-thumbnails {
        display: flex;
        padding: 16px;
        max-width: 100%;
        flex-wrap: wrap;
        width: 100%;
        /* justify-content: space-between; */
      gap: 10px;
    }
}

.step-box-layout {
    margin-bottom: 30px;
}

.hover-icon {
    width: fit-content;
    background: #fff;
    position: absolute;
    bottom: 85px;
    display: none;
    padding: 6px;
    border: 1px solid;
    border-radius: 3px;
}
.wrap-box:hover .hover-icon {
    display: block;
}
.wrap-box {
    position: relative;
}
.thumb img:hover {
    border: 3px solid red;
    padding: 3px;
}

.thumb img {
    position: relative;
}

.thumb:hover img.hover-img {
    opacity: 1;
}

p.hover-i-img-text {
    background: #fff;
    font-size: 12px;
    letter-spacing: -0.4px;
    line-height: normal;
    margin-top: 5px;
}
.wrap-box:last-child:hover {
    transform: translate(-3%);
}


/* ---------- section-3 ---------- */
.step-title span {
    color: #fff;
    font-weight: bold;
}

.note p {
    color: #172822;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.07px;
    text-align: left;
}


.wrap-block-option .options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.wrap-block-option .option {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    flex-direction: row-reverse;
    border-radius: 8px;
    padding: 13px;
    box-shadow: none;
}

.wrap-block-option .note {
    padding: 20px 28px;
    text-align: left !important;
    color: #172822;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.07px;
}

.header.step-title h2 {
    color: white;
    font-weight: bolder !important;
    font-size: 22px;
    line-height: 32px;
    background: black;
    padding: 15px 26px;
    margin: 7px;
}

.header.step-title h2 span {
    margin-left: 60px;
    font-weight: normal;
}

.option img {
    width: 100px;
    height: auto;
}

.option.vn-active h4 {
    color: #ffffff;
}

.option.vn-active p {
    color: #ffffff;
}

.option.vn-active {
    background-color: #4CAF50;
    color: #ffffff;
}

.option.green img {
    border-color: black;
    border-radius: 8px;
}

.option h4 {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 23px;
    text-align: left !important;
    /* color: #000; */
}

.option p {
    margin: 0;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.07px;
    margin-top: 10px;
}

.option img.no-border {
    border: none;
}

.wrap-block-option {
    width: 100%;
    max-width: 70%;
    border: 1px solid black;
    margin: 0 auto;
    border-radius: 5px;
}

.element-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.option-heading {
    max-width: 56%;
    width: 100%;
}

.element-wrap {
    max-width: 46%;
    width: 100%;
}

@media screen and (max-width:992px) {
  .modal-content {
    padding: 20px!important;
}
    .wrap-block-option {
        width: 100%;
        max-width: 100%;

    }

    .option-heading {
        max-width: 100%;
        text-align: center;
    }

  .option h4 {
    font-size: 18px;
    text-align: center!important;
}

    .option p {
        text-align: center;
    }

    h4.active-heading {
        font-size: 18px;
    }

    .element-wrap {
        max-width: 100%;

    }

    .wrap-block-option .option {
        flex-direction: column;
        gap: 20px;
    }
}

/* ---------- section-4 ---------- */
.customization-container {
    max-width: 70%;
    margin: auto;
    background: #fff;
    border: 1px solid #000000;
    width: 100%;
    margin-top: 40px;
    border-radius: 5px;
}

.customization-header h2 {
    background: #000;
    color: white;
    padding: 15px 26px;
    font-size: 22px;
    font-weight: bolder !important;
    margin: 7px;
}

.customization-header h2 span {
    margin-left: 60px;
    font-weight: 400;
    font-size: 22px;
}

.custom-section {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background: #f7f7f7;
    margin: 20px 30px;
font-family: "poppins";
}
.custom-section h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0;
    /* font-family: inter !important; */
    font-weight: 700 !important;
}

.custom-section p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.07px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.option-row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
}

.custom-option {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;

}


.block-option {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}

.custom-option img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.custom-btn {
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.btn-green {
    background: #4CAF50;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
}

.btn-white {
    background: white;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
}

.btn-gray {
    background: #e6e6e6;
    color: #333;
}

@media screen and (max-width:767px) {
    .customization-container {
        max-width: 100%;
    }


    .option-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .block-option {
        width: 100%;
        height: 100%;
    }

    .custom-option {
        width: 100%;
    }

.custom-section {
    margin: 20px 10px;
}
.container {
    padding: 0 10px!important;
}
}

/* ---------- section-5 ---------- */
.design-step-container {
    max-width: 70%;
    margin: auto;
    border: 1px solid #000000;
    width: 100%;
    margin-top: 40px;
    border-radius: 5px;
}

.design-step-header h2 {
    background: #000;
    color: #fff;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    margin: 7px;
}

.design-step-header h2 span {
    margin-left: 20px;

}

.design-step-content {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.design-left,
.design-right {
    margin: 10px;
    width: 50%;
    max-width: 100%;
    padding: 0px 30px;
}

.design-left label {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    color: #000;
    align-items: center;
}

.design-left .file-info {
    font-size: 12px;
    margin-top: 5px;
    color: #555;
font-family: "poppins";
}

.design-left label {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    position: relative;
    color: #000;
    align-items: center;
}

.design-left h2 {
    color: #172822;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
font-family: "poppins";
}

.info-icon {
    display: flex;
    background-color: #ffffff;
    color: #6dcccc;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    justify-content: center;
    margin-left: 5px;
    align-items: center;
    cursor: pointer;
    border: 2px solid #6dcccc;
    padding: 7px;
}

.design-right label {
    font-weight: 700;
    display: block;
font-family: "poppins";
    margin-bottom: 10px;
}

.design-right textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    border-radius: 4px;
    border: 1px solid #8A8892;
    background: #f7f7f7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 10px;
font-family: "poppins";
    outline: none;
}

@media (max-width: 767px) {
  .block-option {
    width: 100%;
    max-height: 140px;
}
    .design-step-content {
        flex-direction: column;
    }

    .design-right textarea {
        width: 100%;
    }

    .design-left,
    .design-right {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .design-step-container {
        max-width: 100%;
    }
}


/* ---------- section-6 ---------- */
.summary-container {
    max-width: 70%;
    margin: auto;
    border: 1px solid #000000;
    background: #fff;
    width: 100%;
    margin-top: 40px;
    border-radius: 5px;
    padding-bottom: 40px;
    /* padding-top: 40px; */
}

.summary-header {
    background-color: #59c13a;
    color: #fff;
    padding: 16px 28px;
    margin: 7px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
font-family: "poppins";
}

.summary-table tr:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.summary-table td {
    border: none !important;
}

.summary-table td {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.summary-table td:first-child {
    width: 60%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
font-family: "poppins";
}
.summary-table td:last-child {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 18px;
font-family: "poppins";
}

.summary-table tr:last-child td {
    border-bottom: none;
}

.summary-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    margin: 35px auto 0;
    border: none;
    max-width: 650px;
    padding-top: 40px!important;
font-family: "poppins";
}

@media (max-width:767px) {
  
    .summary-container {
        max-width: 100%;
        width: 100%;
    }

    .summary-table td:last-child {
        text-align: right;
    }
}

/* ---------- section-7 ---------- */
.info-section {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
    padding: 40px 0;
}

.container-vn {
    display: flex;
    justify-content: center;
}

.info-box {
    background: #f9f9f9;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.info-header {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding: 12px 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.green-bg {
    background-color: #6ec143;
font-family: "poppins";
    font-size: 22px;
}

.blue-bg {
    background-color: #4fc3c5;
font-family: "poppins";
   font-size: 22px;
}

.info-body {
    padding: 11px;
    font-size: 15px;
    color: #000;
}

.info-body p {
    margin: 10px 0;
      font-size: 15px;
}

li.dop_parent_filter {
    position: relative;
    cursor: pointer;
    color: #1a191e;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.42px;
}

li.dop_parent_filter ul.sub-filter {
    position: absolute;
    background: #ffffff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    left: 0;
    top: 30px;
    z-index: 2;
    text-align: justify;
    scrollbar-width: thin;
    width: 180px;
    height: max-content;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.wrap-fabric-btn li.dop_parent_filter ul.sub-filter {
    left: -24px;
    width: 161px;
    height: 200px;
}
li.dop_parent_filter ul.sub-filter li label {
    display: inline-flex;
    align-items: anchor-center;
    gap: 5px;
}

li.dop_parent_filter ul.sub-filter li label input {
    height: 0;
    width: 0;
    position: relative;
    margin-right: 15px;
}

li.dop_parent_filter ul.sub-filter li label input:before {
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #1e372f;
    content: "";
    left: 0;
    top: -8px;
}

li.dop_parent_filter ul.sub-filter li label input:checked:after {
    content: "";
    height: 9px;
    width: 9px;
    background: #1e372f;
    display: inline-flex;
    position: absolute;
    top: -5px;
    left: 3px;
}

span.vn-tab-name:after, span.vn-tab-names:after {
    position: absolute;
    content: '';
    background-image: url('/cdn/shop/files/weui_arrow-outlined_1.svg?v=1748865447');
    height: 18px;
    width: 20px;
    margin-left: 0;
    top: 3px;
}

.sub-filter li span {
    font-size: 13px;
    color: #000;
}

@media (max-width: 768px) {
  .wrap-customization h2 span {
    font-size: 14px!important;
}
  .add-to-configure-btn {
    width: 100%!important;
}
  .wrap-fabric-btn .wrap-select {
    width: 100%;
}
    .info-box {
        width: 100%;
    }
  button.btn-popular.an-fab-btn {
    width: 100%!important;
}
  .filter-bar {
    padding-bottom: 10px;
}
  /* img.hover-img {
    height: 100%;
    max-width: 80px;
    min-width: 80px;
} */
}

ul.vn-dropdown {
    display: flex;
    gap: 80px;
    padding-right: 20px;
}

ul.sub-filter {
    display: none;
}

li.dop_parent_filter span.vn-tab-name.an-active+ul.sub-filter, li.dop_parent_filter span.vn-tab-names.an-active+ul.sub-filter {
    display: block;
}

.add-to-cart-btn a {
    padding: 14px 0;
    background: #de5956;
    color: #ffff;
    width: 100%;
    max-width: 70%;
    border-radius: 8px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.add-to-cart-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.vn-active-btn button.custom-btn {
    background: #6cbe45;
    color: #fff;
    padding: 12px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
}

button.custom-btn {
    background: #fff;
    color: #000;
    padding: 12px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
font-family: "poppins";
}
button.an-fab-btn.active {
    background-color: #6cbe45;
    color: #fff;
}


.fabric-thumbnail-wraper .fabric-thumbnails:not(.active) {
    display: none;
}

img.hover-img {
    height: 250px;
    max-width: 250px;
    min-width: 250px;
}
.fabric-thumbnails {
    position: relative;
}
@media screen and (max-width: 800px){
  .cart__cost-summary {
    padding-top: 0px !important;
    width: 100%;
    margin: 0 auto !important;
    margin-top: 20px!important;
}
  .cushion-box, .step-box, .wrap-block-option,
  .customization-container, .design-step-container,
  .summary-container, .info-section, .add-to-cart-btn a{
    max-width: 100%;
}
  li.dop_parent_filter {
    padding-right: 17px;
}
  ul.vn-dropdown {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}
  .fabric-buttons {
    gap: 0;
    flex-direction: column;
    max-width: 40%;
}
  .wrap-fabric-btn {
    gap: 0;
}
  .header.step-title {
    display: block;
}
  .cushion-header h2, .step-header h2, .header.step-title h2,
.customization-header h2, .design-step-header h2{
    padding: 10px 10px;
    font-size: 12px;
    line-height: 24px;
}
  .cushion-header h2 span, .step-header h2 span, .header.step-title h2 span,
  .customization-header h2 span, .design-step-header h2 span{
    margin-left: 8px;
}
}
@media screen and (max-width: 768px){
  img#lifestyleimage {
    display: none;
}
  .wrap-box {
    position: static;
}
.wrap-box:hover .hover-icon {
    z-index: 1;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.hover-icon {
    width: fit-content;
    transform: translateX(-50%);
    bottom: 120px;
}
  .fabric-buttons {
    max-width: 100%;
    gap: 10px;
}
  .btn-more {
    margin-top: 8px;
}
  .wrap-fabric-btn {
    flex-direction: column;
    gap: 25px;
}
  .option h4 {
    display: flex;
    justify-content: center;
}
  .wrap-block-option .options {
    gap: 7px;
    padding: 10px;
}
  .option h4 {
    font-size: 15px;
    line-height: 1;
}
  .option p {
    font-size: 12px;
}
button.custom-btn, .vn-active-btn button.custom-btn {
    padding: 11px 6px;
    font-size: 13px;
    line-height: 1;
}
.summary-header {
    padding: 14px;
    font-size: 15px;
}
.summary-table td:first-child, .summary-table td:last-child {
    font-size: 14px;
    width: 50%;
}
  .info-section {
    flex-direction: column;
}
}

@media (max-width: 658px){
.thumb img {
    width: 40px;
    height: 40px;
}
  .hover-icon {
    /* width: 87px; */
    bottom: 65px;
}
}
@media (max-width: 425px){
.filter-bar li.dop_parent_filter {
    font-size: 13.5px;
}
.filter-bar ul.vn-dropdown {
    justify-content: space-between;
    padding: 0;
}

 .hover-icon {
    /* width: 77px; */
    bottom: 49px;
}
}
@media (max-width: 370px){
  .filter-bar li.dop_parent_filter {
    font-size: 10px;
}
  .cushion-field select {
    width: 60px!important;
    padding: 0!important;
}
 .cushion-field label {
    width: 80px!important;
    font-size: 12px;
}
  .cushion-field {
    gap: 0;
}
  .wrap-field {
    display: flex;
    gap: 1px;
}
}



.wrap-box {
    width: calc(16.66% - 8.33px);
}
.wrap-box  .thumb{
aspect-ratio:1/1;
}
.wrap-box  .thumb img{
aspect-ratio:1/1 !important;
height:100% !important;
width:100% !important;
}

.wrap-select ul.vn-dropdown {
    margin: 0;
}
button.btn-popular.an-fab-btn {
    width: 160px;
font-family: "poppins";
}

.vn-hover-popup {
    position: absolute;
    width: 100%;
    max-width: 300px;
    bottom: 27px;
    font-size: 12px;
    letter-spacing: 0;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: #64646f69 0 7px 29px;
    display: none;
    transition: .5s;
    font-weight: 400;
font-family: "poppins";
    color: #000;
}
span.info-icon:hover + .vn-hover-popup {
    display: block;
    transition: 0.5s;
}
.price-btn {
  position: fixed;
  top: 50px; 
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999; 
}
.price-btn button {
    background: #000;
    border: none;
    color: #15deff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
font-family: "poppins";
}
.design-left input#customUpload {
font-family: "poppins";
}
button#draftOrder {
    background: #000;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
    margin-bottom: 10px;
}