body.qv-modal-loading {
    position: relative;
    overflow: hidden;
}

body.qv-modal-loading .page-preloader {
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

body.qv-modal-loading .page-preloader:not(.hidden) {
    display: flex;
}

.qv-modal-loading .pan-loader .pan,
.qv-modal-loading .pan-loader .handle {
    background: -webkit-linear-gradient(#FFF, #fff);
    background: -moz-linear-gradient(#fff, #fff);
    background: -ms-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);
}

.steps-wrap .step-each {
    margin-top: 5%;
    text-align: center;
}

.steps-wrap .step-each:not(:first-child) {
    margin-top: 5%;
}

.steps-wrap .step-each p:last-child {
    margin-bottom: 0;
}

.steps-wrap .step-each .sfbp-small-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    text-align: center;
    word-break: normal;
    color: #27251f;
    text-transform: uppercase;
}

.steps-wrap .step-each .sfbp-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    overflow-wrap: break-word;
    word-break: normal;
    color: #27251f;
    text-transform: uppercase;
}

.steps-wrap .step-each .sfbp-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 0;
    overflow-wrap: break-word;
    word-break: normal;
}

.steps-wrap .step-each .sfbp-texts {
    max-width: 587px;
    margin: 0 auto;
}

.steps-wrap {
    width: 100%;
    /* margin-top: 10%;
    margin-bottom: 40px; */
    background: #fff;
    padding: 0 0 40px;
}

.steps-wrap .step-each .sfbp-carousel-wrap {
    margin: 1% auto 0;
    max-width: 1410px;
}

.steps-wrap .step-each .sfbp-carousel-wrap .sfbp-carousel {
    max-width: 83.3333333333%;
    margin: 0 auto;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-track {
    display: flex;
}

.steps-wrap .step-each .sfbp-carousel-wrap .product-wrapper {
    border: none;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
}

.archive .site-main .step-each .product-wrapper .product-info {
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 0;
}

.steps-wrap .step-each .sfbp-carousel-wrap .product-wrapper .thumb-wrapper {
    /* flex: 1; */
    padding: 0;
}

.steps-wrap .step-each .sfbp-carousel-wrap .thumb-wrapper a {
    height: 100%;
}

.steps-wrap .step-each .sfbp-carousel-wrap .product-wrapper .thumb-wrapper img:not(.category-label) {
    width: 100%;
}

.sfbp-carousel-wrap .matat_media_wrapper {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 107.18%;
}

.sfbp-carousel-wrap .matat_media_wrapper img:not(.category-label) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps-wrap .step-each .sfbp-carousel-wrap .product-wrapper .title {
    min-height: auto;
    margin-bottom: 10px;
    -webkit-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    -o-flex: initial;
    flex: initial;
}

.archive .site-main .step-each .product-info .btn-holder {
    margin-top: 30px;
}

.archive .site-main .step-each .product-info .btn-holder a {
    background: #27251f;
    border: 1px solid #27251f;
    color: #fff;
    min-width: 135px;
    min-height: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 15px;
}

.archive .site-main .step-each .product-info .btn-holder a:hover {
    background: #000;
    border-color: #000;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: none;
    border: 2px solid #e7e7e7;
    padding: 0;
    z-index: 3;
    outline: none;
    cursor: pointer;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow.slick-next {
    right: calc(100% - 20px);
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow.slick-prev {
    left: calc(100% - 20px);
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow img {
    max-width: 100%;
    height: auto;
    width: 10px;
    filter: drop-shadow(0px -1px 0px black);
    opacity: 0.5;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-dots {
    position: static;
    margin: 25px 0 0;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-dots li {
    width: auto;
    height: auto;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background: #b7b8b9;
    border-radius: 100%;
    margin: 0 auto;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-dots li.slick-active button {
    background: #000;
}

.steps-wrap .step-each .sfbp-carousel-wrap .slick-dots li button::before {
    display: none;
}

.progress-bar {
    margin: 20px auto 0;
    background: #d6d6d6;
    height: 5px;
    border-radius: 0;
    max-width: 83.3333333333%;
    width: 100%;
    float: none;
    position: relative;
}

.progress-bar .each-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    background: #000;
    height: 100%;
    -webkit-transition: transform ease 0.3s;
    -moz-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
}

.rtl .progress-bar .each-bar {
    left: auto;
    right: 0;
}

.modal.quick-view-modal-wrapper {
    padding-right: 0 !important;
    overflow: initial;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 999999;
}

.modal.quick-view-modal-wrapper .modal-dialog-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop {
    display: none !important;
}

.modal.quick-view-modal-wrapper .modal-dialog {
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.modal.quick-view-modal-wrapper .modal-content {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 0;
}

.modal.quick-view-modal-wrapper .qv-modal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.modal.quick-view-modal-wrapper button.close {
    width: 25px;
    height: 25px;
    left: 30px;
    top: 28px;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal.quick-view-modal-wrapper button.close span {
    font-size: 16px;
}

.modal.quick-view-modal-wrapper .qv-modal > * {
    padding: 0 20px;
}

.modal.quick-view-modal-wrapper .qv-details, 
.modal.quick-view-modal-wrapper .qv-gallery {
    width: 100%;
    padding: 0;
}

.modal.quick-view-modal-wrapper .qv-gallery {
    display: block;
}

.modal.quick-view-modal-wrapper .qv-gallery .qv-slider-wrapper {
    position: relative;
}

.modal.quick-view-modal-wrapper .qv-gallery .tab-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}

.modal.quick-view-modal-wrapper .qv-gallery .tab-badge img {
    max-width: 60px;
}

.modal.quick-view-modal-wrapper  .qv-product-slider {
    width: 100%;
    position: relative;
    border: 1px solid #EDEDED;
}

.modal.quick-view-modal-wrapper .qv-product-slider .image-frame {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}

.modal.quick-view-modal-wrapper .qv-product-slider .image-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 19px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 3;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow.slick-prev {
    right: 20px;
    background-image: url('../images/pg_arrow_black_right.png');
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow.slick-next {
    left: 20px;
    background-image: url('../images/pg_arrow_black_left.png');
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-dots {
    margin: 0;
    bottom: -30px;
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-dots li {
    margin: 3px;
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #F5F7F8;
}

.modal.quick-view-modal-wrapper .qv-product-slider .slick-dots li.slick-active button,
.modal.quick-view-modal-wrapper .qv-product-slider .slick-dots li:hover button {
    background: #000;
}

.modal.quick-view-modal-wrapper .title-section {
    padding: 30px 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d1d2;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.3;
}

.modal.quick-view-modal-wrapper .title-section a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    color: #27251f;
}

.modal.quick-view-modal-wrapper .title-section span {
    font-family: inherit;
    font-size: inherit;
    display: block;
}

.modal.quick-view-modal-wrapper .title-section small {
    font-size: 50%;
}

.modal.quick-view-modal-wrapper .title-section small:empty {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section {
    overflow-y: hidden;
    overflow-x: auto;
    /* justify-content: center; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section::-webkit-scrollbar {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section::-webkit-scrollbar {
    height: 5px;
}
  
.modal.quick-view-modal-wrapper .qv-tab-title-section::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}
  
.modal.quick-view-modal-wrapper .qv-tab-title-section::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 10px;
}
  
.modal.quick-view-modal-wrapper .qv-tab-title-section::-webkit-scrollbar-thumb:hover {
    background: #acacac;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section::-webkit-scrollbar:vertical {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section .qv-related-item {
    padding-left: 20px;
    min-width: 91px;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section .quickview-tab {
    width: 71px;
    height: 71px;
    padding: 0;
    border-radius: 0;
    border: 1px solid transparent;
    background: none;
    outline: none;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section .active .quickview-tab {
    border-color: #27251f;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section .wv-rp-title {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-tab-title-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f5f5f5;
}

.modal.quick-view-modal-wrapper .qv-tab-content-section {
    max-height: 508px;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 30px;
    margin-bottom: 80px;
    padding-bottom: 30px;
}

.modal.quick-view-modal-wrapper .qv-tab-content-section:has(.cwginstock-subscribe-form) {
    margin-bottom: 135px;
}

.modal.quick-view-modal-wrapper .qv-tab-content-section::-webkit-scrollbar {
    width: 5px;
}
  
.modal.quick-view-modal-wrapper .qv-tab-content-section::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}
  
.modal.quick-view-modal-wrapper .qv-tab-content-section::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 10px;
}
  
.modal.quick-view-modal-wrapper .qv-tab-content-section::-webkit-scrollbar-thumb:hover {
    background: #acacac;
}

.modal.quick-view-modal-wrapper .qv-details .product-badge {
    position: static;
    background: none !important;
    color: #71706c !important;
    border-radius: 0;
    text-align: initial;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.modal.quick-view-modal-wrapper .qv-details .single-product-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #27251f;
}

.quick-view .summary.entry-summary .discount-badge {
    display: inline-flex;
    background: #C61A19;
    color: #fff;
    width: auto;
    align-items: initial;
    align-self: flex-start;
    min-width: 66px;
    min-height: 23px;
    justify-content: center;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.quick-view .summary.entry-summary .discount-badge span {
    display: inline-block;
    margin-left: 3px;
}

.quick-view .summary.entry-summary .single-prod-brand {
    line-height: 1;
}

.quick-view .summary.entry-summary .single-prod-brand strong {
    display: inline-block;
    border-bottom: 1px solid;
}

.quick-view .product_title.entry-title {
    font-size: 30px;
    font-weight: 700;
}

.quick-view .single-product-top .product-price-wrap {
    margin-top: 0;
}

.modal.quick-view-modal-wrapper .qv-details .price {
    text-align: initial;
    color: #27251f;
    display: flex;
    flex-wrap: wrap;
}

.quick-view-modal-wrapper .qv-modal .prices {
    justify-content: flex-start;
}

.quick-view-modal-wrapper .qv-modal .prices del {
    text-decoration: none;
    margin-left: 10px;
}

.modal.quick-view-modal-wrapper .qv-details .price .old-price .woocommerce-Price-amount.amount {
    text-decoration: none;
}

.modal.quick-view-modal-wrapper .qv-details .price .old-price .woocommerce-Price-amount.amount::before {
    content: "";
    background: #000;
    height: 1px;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0.6;
}

.modal.quick-view-modal-wrapper .qv-details .price .woocommerce-Price-amount.amount {
    font-size: 20px;
    position: relative;
    line-height: 1;
}

.modal.quick-view-modal-wrapper .qv-details .price .woocommerce-Price-amount.amount * {
    font-size: inherit;
}

.modal.quick-view-modal-wrapper .qv-details .price .woocommerce-Price-currencySymbol {
    margin-right: 3px;
}

.modal.quick-view-modal-wrapper .add-to-cart-form .variations-selector.variations {
    border-top-color: #D0D0D2;
    border-bottom-color: #D0D0D2;
}

body.woo-variation-swatches .qv-container .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border: none;
}

.modal-content .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-details .cart > .single_add_to_cart_button, 
.modal.quick-view-modal-wrapper .qv-details .cart .single_variation_wrap > .single_add_to_cart_button {
    display: none !important;
}

.modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn {
    position: fixed;
    bottom: 1px;
    left: 16px;
    right: 16px;
    background: #fff;
    z-index: 99;
    min-height: 83px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn .single_add_to_cart_button {
    position: static;
    margin: 0 15px;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    min-height: 45px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #27251f;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 2px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn .single_add_to_cart_button:hover {
    opacity: 1;
    background: #f2a1b2;
}

.quick-view .add-to-cart-form form.cart .btn-qty-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0;
    box-shadow: 0 -1px 10px rgba(0,0,0,0.08);
    z-index: 999;
    display: flex !important;
    padding: 15px 30px;
    flex-wrap: initial;
}

.quick-view .add-to-cart-form form.cart .quantity {
    margin: 0;
    flex-basis: 108px;
    max-width: 108px;
}

.quick-view .add-to-cart-form form.cart .quantity .qty {
    height: 50px;
    padding: 10px 30px;
}

.quick-view .add-to-cart-form form.cart .quantity .quantity-button {
    height: 50px;
}

.quick-view .add-to-cart-form form.cart .btn-qty-wrap .single_add_to_cart_button {
    flex: 1;
    max-width: 367px;
    margin: 0 20px 0 0;
    line-height: 1;
}

.quick-view .squ {
    float: none;
}

.quick-view .single-prod-accordion .single-prod-acc-item .single-prod-acc-desc > .shipping-info {
    margin-top: 20px;
}

.modal.quick-view-modal-wrapper .qv-details .icons-secure-key {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 20px;
    align-items: center;
    margin-right: 20px;
}

.modal.quick-view-modal-wrapper .qv-details .icons-secure-key img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 5px;
    margin-top: -4px;
}

.modal.quick-view-modal-wrapper .qv-details .icons-secure-key span {
    font-size: inherit;
}

.modal.quick-view-modal-wrapper .qv-details .giftPackagingTrigger {
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
}

.modal.quick-view-modal-wrapper .qv-details .below-cart {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal.quick-view-modal-wrapper .qv-details .content-mobile-accrodian {
    border-top: 1px solid #d0d1d2;
}

.modal.quick-view-modal-wrapper .qv-details .product-block {
    border-bottom: 1px solid #d0d1d2;
    padding: 15px 0;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .title {
    margin-bottom: 0;
    background: none;
    font-size: 1rem;
    font-weight: 400;
    color: #27251f;
    position: relative;
    padding: 11px 0;
    display: block;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .title::before, 
.modal.quick-view-modal-wrapper .qv-details .product-block .title::after {
    content: "";
    background: #444;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 24px;
    left: 0;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .title::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal.quick-view-modal-wrapper .qv-details .product-block.active .title::after {
    visibility: hidden;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content {
    font-size: 14px;
    color: #71706c;
    padding-bottom: 10px;
    padding-top: 25px;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content * {
    font-size: inherit;
    color: inherit;
    text-align: initial;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content ul.row {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .collection-grid {
    padding-left: 5px;
    padding-right: 5px;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .collection-box {
    background-color: #f5f5f5;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    padding-bottom: 0.625rem;
    width: 100%;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .collection-img {
    margin-bottom: 0.625rem;
    width: 100%;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .collection-img img {
    max-width: 100%;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .compatibility-icon {
    content: "";
    background: url(../images/icons.svg#sprite-red-cross-fragment) no-repeat;
    display: block;
    height: 20px;
    margin: 0 auto 0.625rem;
    width: 20px;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .active .compatibility-icon {
    background: url(../images/icons.svg#sprite-check-green-fragment) no-repeat;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .collection-name {
    align-items: center;
    display: flex;
    min-height: 2.625rem;
    justify-content: center;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .content .collection-name span {
    text-align: center;
}

.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper {
    display: flex;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button {
    background: #f5f5f5;
    border: none;
    border-radius: 100px;
    min-height: 30px;
    padding: 0 30px;
    flex: 1;
    color: #27251f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    outline: none;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button.active {
    background: #27251f;
    color: #fff;
    z-index: 3;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button.first-btn:not(.active) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button.second-btn:not(.active) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button::before {
    content: "";
    background: #f5f5f5;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button.second-btn:not(.active)::before {
    display: block;
    left: 100%;
}
  
.modal.quick-view-modal-wrapper .product-block.product-size-guide .slideBtn-wrapper button.first-btn:not(.active)::before {
    display: block;
    right: 100%;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .product-attributes {
    margin-top: 30px;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .attribute-list-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .attribute-list-item .attribute-label {
    flex-basis: 150px;
    max-width: 150px;
    color: #27251f;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .left-icon {
    min-width: 2.5rem;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .left-icon .shipping-icon {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .left-icon .delivery-icon {
    background: url(../images/icons.svg#sprite-delivery-fragment) no-repeat;
    height: 1.2rem;
    width: 1.2rem;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .left-icon .store-icon {
    background: url(../images/icons.svg#sprite-store-fragment) no-repeat;
    height: 1.2rem;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .left-icon .exchange-icon {
    background: url(../images/icons.svg#sprite-exchange-fragment) no-repeat;
    height: 1.2rem;
}

.modal.quick-view-modal-wrapper .qv-details .product-block .sub-heading {
    color: #27251f;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0.625rem 0.625rem 0;
    vertical-align: middle;
    width: calc(100% - 35px);
}

.modal.quick-view-modal-wrapper .qv-gallery .qv-delivery {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__image a {
    display: block;
    cursor: zoom-in;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__image img {
    background: #f5f5f5;
    max-width: 100%;
}

.modal.quick-view-modal-wrapper .qv-gallery .slider-thumb-holder {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__wrapper .slick-dots {
    bottom: 0;
    position: static;
    margin: 0;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__wrapper .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__wrapper .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: #d0d1d2;
    border-radius: 100%;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__wrapper .slick-dots li.slick-active button {
    background: #27251f;
}

.modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__wrapper .slick-dots li button::before {
    display: none;
}

.modal.quick-view-modal-wrapper .qv-details .yith-wcwl-add-to-wishlist {
    margin-top: 20px;
    margin-right: 0;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: initial;
    display: block;
}

.modal.quick-view-modal-wrapper .qv-details .yith-wcwl-add-to-wishlist * {
    font-size: inherit;
}
  
.modal.quick-view-modal-wrapper .qv-details .yith-wcwl-add-to-wishlist img:not(.ajax-loading) {
    width: 18px;
    height: 18px;
    margin-right: 0;
}
  
.modal.quick-view-modal-wrapper .qv-details .yith-wcwl-add-to-wishlist .add_to_wishlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
  
.modal.quick-view-modal-wrapper .qv-details .yith-wcwl-add-to-wishlist a span {
    padding-right: 7px;
    display: block;
    text-decoration: underline;
    font-size: 13px;
}

.quick-view .summary.entry-summary .woocommerce-variation-price {
    display: none;
}

.quick-view .summary.entry-summary .woocommerce-variation-availability .stock {
    display: none;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .08);
    z-index: 999;
    padding: 15px 30px;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form .panel {
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form .panel-heading {
    display: none;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form .panel-body {
    padding: 0;
    max-width: 745px;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form .row .col-md-12 .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    float: none;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form .form-group {
    margin: 0;
    max-width: 50%;
    flex-basis: 50%;
    position: relative;
}

.quick-view .summary.entry-summary .cwginstock-subscribe-form .form-group:has(.cwgstock_button) {
    padding-right: 10px;
}

.quick-view .gt-single-product-right .cart .cwginstock-subscribe-form .cwg_iagree_checkbox label {
    margin-top: 10px;
}

.modal.quick-view-modal-wrapper .add-to-cart-form .single_variation_wrap:has(.cwginstock-subscribe-form) .btn-qty-wrap {
    display: none !important;
}

@media (min-width: 768px) {
    .modal.quick-view-modal-wrapper .qv-modal > * {
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal.quick-view-modal-wrapper .quick-view {
        margin: 0 -20px;
        align-items: flex-start;
    }

    .modal.quick-view-modal-wrapper .qv-details {
        width: 100%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px;
        position: sticky;
        top: 0;
    }
    
    .modal.quick-view-modal-wrapper .qv-details .qv-details-inn, 
    .modal.quick-view-modal-wrapper .qv-gallery > .qv-gallery-inn {
        position: sticky;
        top: 0;
    }

    .modal.quick-view-modal-wrapper .qv-details .qv-details-inn {
        z-index: 9;
    }
    
    .modal.quick-view-modal-wrapper .qv-gallery {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px;
        overflow: initial;
        position: sticky;
        top: 0;
    }

    .modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery {
        margin: 0 -15px;
    }

    .modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .modal.quick-view-modal-wrapper .qv-gallery .woocommerce-product-gallery__image {
        flex-basis: 50%;
        max-width: 50%;
        padding: 15px;
    }

    .modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn .single_add_to_cart_button {
        max-width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }

    .progress-bar {
        display: none;
    }
}

@media (min-width: 992px) {
    .steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow {
        width: 60px;
        height: 60px;
    }
    
    .steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow.slick-next {
        right: 102%;
    }
    
    .steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow.slick-prev {
        left: 102%;
    }
    
    .steps-wrap .step-each .sfbp-carousel-wrap .slick-arrow img {
        width: 15px;
    }

    .modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modal.quick-view-modal-wrapper .qv-details {
        flex-basis: 45.048%;
        max-width: 45.048%;
    }
    
    .modal.quick-view-modal-wrapper .qv-gallery {
        flex: 0 0 54.952%;
        max-width: 54.952%;
    }

    .modal.quick-view-modal-wrapper .qv-details .cart .sticky-addtocart-btn .single_add_to_cart_button {
        max-width: calc(42% - 36px);
        flex-basis: calc(42% - 36px);
    }
}

@media (max-width: 767px) {
    .steps-wrap .step-each .sfbp-title {
        font-size: 19px;
    }

    .modal.quick-view-modal-wrapper .qv-details .below-cart {
        margin-top: 25px;
    }

    .modal.quick-view-modal-wrapper .modal-dialog-outer {
        justify-content: flex-end;
    }

    .modal.quick-view-modal-wrapper .modal-dialog {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-height: 88vh;
        max-width: 640px;
    }

    .modal.quick-view-modal-wrapper .modal-content {
        border-radius: 20px 20px 0 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity ease 0.3s, visibility ease 0.3s, transform ease 0.3s;
        transition: opacity ease 0.3s, visibility ease 0.3s, transform ease 0.3s;
    }

    .modal.quick-view-modal-wrapper.show .modal-content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .modal.quick-view-modal-wrapper .title-section {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: none;
        margin-bottom: 0;
    }

    .quick-view .product_title.entry-title {
        font-size: 24px;
    }

    .modal.quick-view-modal-wrapper button.close {
        top: 18px;
        left: 20px;
    }

    .modal.quick-view-modal-wrapper .qv-tab-content-section {
        margin-top: 0;
    }

    .quick-view-modal-wrapper .quick-view {
        flex-direction: column-reverse;
    }

    .modal.quick-view-modal-wrapper .qv-gallery {
        margin-bottom: 20px;
        padding-left: 14.6875vw;
        padding-right: 14.6875vw;
    }

    .modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow.slick-prev {
        left: calc(100% + 20px);
        right: auto;
    }

    .modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow.slick-next {
        left: auto;
        right: calc(100% + 20px);
    }

    .quick-view .summary.entry-summary {
        padding-left: 0;
        padding-right: 0;
    }

    .quick-view .add-to-cart-form form.cart .quantity .inner-q {
        width: 100%;
    }

    .quick-view .add-to-cart-form form.cart .btn-qty-wrap .single_add_to_cart_button {
        max-width: 100%;
        min-height: 50px;
    }

    .quick-view .summary.entry-summary .cwginstock-subscribe-form .form-group:has(.cwgstock_button) {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    .modal.quick-view-modal-wrapper .qv-tab-content-section:has(.cwginstock-subscribe-form) {
        margin-bottom: 185px;
    }

    .quick-view .summary.entry-summary .cwginstock-subscribe-form .form-group {
        margin-bottom: 15px;
        flex-basis: 100%;
        max-width: 100%;
    }

    .quick-view .summary.entry-summary .cwginstock-subscribe-form .form-group:has(.cwgstock_button) {
        padding-right: 0;
    }
}

/*@media (max-width: 450px) {*/
/*    .modal.quick-view-modal-wrapper .qv-modal > * {*/
/*        padding-left: 6.6667vw;*/
/*        padding-right: 6.6667vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper button.close {*/
/*        top: 12.22222vw;*/
/*        width: 7.7778vw;*/
/*        height: 7.7778vw;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        left: 8.8889vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .title-section {*/
/*        padding-top: 4.4444vw;*/
/*        padding-bottom: 4.4444vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .title-section a {*/
/*        font-size: 6.6667vw;*/
/*        text-decoration: none;*/
/*        border-bottom: 1px solid;*/
/*        line-height: 1;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-tab-content-section {*/
/*        padding-bottom: 8.8888vw;*/
/*        margin-bottom: 24.6667vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-gallery .tab-badge {*/
/*        top: 4.4444vw;*/
/*        left: 4.4444vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-gallery .tab-badge img {*/
/*        max-width: 17.7778vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow {*/
/*        width: 5.5556vw;*/
/*        height: 8.8888vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow.slick-prev {*/
/*        left: calc(100% + 6.6667vw);*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-product-slider .slick-arrow.slick-next {*/
/*        right: calc(100% + 6.6667vw);*/
/*    }*/

/*    .quick-view .summary.entry-summary {*/
/*        margin-bottom: 8.8888vw;*/
/*    }*/

/*    .quick-view .summary.entry-summary .single-prod-brand {*/
/*        font-size: 6.6667vw;*/
/*        margin-bottom: 4.4444vw;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-details .single-product-title {*/
/*        font-size: 8.8888vw;*/
/*        margin-bottom: 4.4444vw;*/
/*    }*/

/*    .quick-view .product_title.entry-title {*/
/*        font-size: 8.8888vw;*/
/*    }*/

/*    .quick-view .single-product-top .product-price-wrap {*/
/*        margin-top: 0;*/
/*    }*/

/*    .modal.quick-view-modal-wrapper .qv-details .price .woocommerce-Price-amount.amount {*/
/*        font-size: 6.6667vw;*/
/*    }*/

/*    .quick-view .single-prod-accordion .single-prod-acc-item .single-prod-acc-desc > .shipping-info {*/
/*        margin-top: 6.6667vw;*/
/*    }*/

/*    .quick-view .add-to-cart-form form.cart .btn-qty-wrap {*/
/*        padding: 4.4444vw 6.6667vw;*/
/*    }*/

/*    .quick-view .add-to-cart-form form.cart .quantity {*/
/*        max-width: 37.7778vw;*/
/*        flex-basis: 37.7778vw;*/
/*    }*/

/*    .quick-view .add-to-cart-form form.cart .quantity .qty {*/
/*        height: 15.5556vw;*/
/*        padding: 3.3333vw 8.8888vw;*/
/*        font-size: 6.6667vw !important;*/
/*    }*/

/*    .quick-view .add-to-cart-form form.cart .quantity .quantity-button {*/
/*        height: 15.5556vw;*/
/*        width: 7.7778vw;*/
/*        font-size: 6.6667vw;*/
/*    }*/

/*    .quick-view .add-to-cart-form form.cart .btn-qty-wrap .single_add_to_cart_button {*/
/*        margin-right: 6.6667vw;*/
/*        font-size: 6.6667vw;*/
/*        padding: 2.2222vw 4.4444vw;*/
/*    }*/
/*}*/