
/* Product Detail Page Redisgn */

/* Container for pricing section */
.product-single-pricing {
    background-color: #fff;
    /* Light green background */
    padding: 15px;
    border-radius: 12px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    margin-top: 20px;
    max-width: 350px;
    /* Make it smaller */
    margin-left: auto;
    margin-right: auto;
}

/* Pricing inner content */
.product-single-pricing-inner {
    padding: 10px;
}

.product-single-pricing-inner .subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
}

/* Price styling */
.product-single-pricing-inner .price {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 8px 0;
}

.product-single-pricing-inner .price .total_price {
    color: #e94e77;
    /* Highlighting the price */
}

.product-single-pricing-inner .price sub {
    font-size: 12px;
    color: #888;
}

.product-single-pricing-inner .price .tax_status {
    color: #333;
    font-weight: 600;
}

/* Delivery and policy information list */
.delivery-information {
    margin-top: 15px;
}

.delivery-information ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

.delivery-information li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #555;
}

.delivery-information .icons {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.delivery-information .cont .t-txt {
    font-size: 12px;
    color: #777;
}

.delivery-information .cont .text-base {
    font-weight: 600;
    color: #e94e77;
}

.delivery-information a {
    color: #e94e77;
    font-weight: 600;
    text-decoration: none;
}

.delivery-information a:hover {
    text-decoration: underline;
}

.customer_login_register_modal {
    background-color: #e94e77;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.customer_login_register_modal:hover {
    background-color: #d44167;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.customer_login_register_modal .icons {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

h2 {
    font-size: 1.5714285714rem;
    line-height: 2.2857142857rem;
}

.support-section {
    padding-top: 3.9285714286rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 575px) {
    .support-section {
        padding-bottom: 1rem;
    }
}
@media (min-width: 992px) {
    .support-section .container {
        max-width: 80.8571428571rem;
        max-width: 92.8571428571rem;
    }
}

.support-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
}

.support-wrapper .support-card {
    flex-grow: 1;
    width: 8.5714285714rem;
    flex-grow: 1;
    max-width: 140px;
    display: flex;
    padding: 0 10px;
}

.support-wrapper .support-card-inner {
    flex-grow: 1;
    text-align: center;
    font-weight: 500;
    font-size: 7.88856px;
    line-height: 10px;
    color: #9b9b9b;
    border: 0.0714285714rem solid var(--border-2);
    padding: 0 0.6771428571rem 0.7142857143rem;
    border-radius: 0.4285714286rem;
}

.support-wrapper .support-card-inner .icon {
    margin-bottom: -0.7142857143rem;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateY(-50%);
    background: var(--body-bg);
    max-width: 70px;
    margin-inline: auto;
}

.support-wrapper .support-card-inner .icon img {
    width: 2.5714285714rem;
    height: 2.5714285714rem;
}

.support-wrapper .support-card-inner .title {
    font-weight: 700;
    font-size: 0.7142857143rem;
    line-height: 0.7857142857rem;
    margin-bottom: 0.3571428571rem;
}

@media (min-width: 1199px) {
    .support-wrapper .support-card {
        width: 12.5%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.how-to-section {
    padding-top: 3.9285714286rem;
    padding-bottom: 3.9285714286rem;
}

@media (max-width: 991px) {
    .how-to-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
.how-to-card {
    color: var(--text);
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .how-to-card {
        max-width: 275px;
    }
}
.how-to-card .how-to-icon {
    font-size: 3.9285714286rem;
    line-height: 4.5714285714rem;
    color: #c8f7db;
}

.how-to-card .how-to-cont {
    width: 0;
    flex-grow: 1;
    padding-inline-start: 17px;
    padding-inline-end: 10px;
    color: #9b9b9b;
}

.how-to-card .how-to-cont .title {
    font-weight: 500;
    font-size: 1.2857142857rem;
    line-height: 1.5714285714rem;
    margin-bottom: 14px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .how-to-card .how-to-icon {
        font-size: 2.5714285714rem;
    }
    .how-to-card .how-to-cont .title {
        font-size: 1.1428571429rem;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) and (max-width: 575px) {
    .how-to-card .how-to-icon {
        font-size: 2.5714285714rem;
    }
    .how-to-card .how-to-cont .title {
        font-size: 1.1428571429rem;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .how-to-card .how-to-icon {
        font-size: 2.5714285714rem;
        line-height: 1;
    }
    .how-to-card .how-to-cont {
        padding-inline-start: 0.75rem;
        padding-inline-end: 0.75rem;
    }
    .how-to-card .how-to-cont .title {
        font-size: 0.85rem;
        margin-bottom: 0px;
    }
    .how-to-card .how-to-cont div {
        font-size: 0.75rem;
    }
}
.section-gap {
    padding-top: 3.9285714286rem;
    padding-bottom: 3.9285714286rem;
}


.similler-product-slider-wrapper {
    background: rgba(196, 224, 255, 0.1);
}

.similer-product-item .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.7142857143rem;
}



.similer-product-item .img a {
    display: block;
}

.similer-product-item .img a img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease 0.3s;
}

.similer-product-item .img .wish-icon {
    position: absolute;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.5rem;
    color: var(--title);
}

.similer-product-item .cont {
    font-size: 0.8571428571rem;
    line-height: 1rem;
    padding-top: 0.3571428571rem;
}

.similer-product-item .cont .title {
    margin-bottom: 0.5rem;
}

.similer-product-item .cont .title a {
    color: var(--title);
    font-weight: 600;
    font-size: 0.8571428571rem;
    line-height: 1rem;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.similer-product-item:hover .img img {
    transform: scale(1.1);
}

.similer-product-item:hover .cont .title a {
    color: var(--base);
}

@media (min-width: 992px) {
    .similler-product-slider-area {
        margin-inline-end: -2.8571428571rem;
    }
    .modal {
        --bs-modal-padding: 30px !important;
    }
}

.section-title-3,
.section-title {
    --text: #74869a;
    color: var(--text);
    margin-bottom: 3.3571428571rem;
}

.section-title-3 .title,
.section-title .title {
    margin-bottom: 0.3571428571rem;
}

/* @media (max-width: 575px) {
    .section-title-3 .title,
    .section-title .title {
        font-size: 1rem;
    }
} */
@media (max-width: 991px) {
    .section-title-3,
    .section-title {
        margin-bottom: 2.5rem;
    }
}
@media (max-width: 767px) {
    .section-title-3,
    .section-title {
        margin-bottom: 2.1428571429rem;
    }
}
.section-title-3 .nav--tabs,
.section-title .nav--tabs {
    -moz-column-gap: 3.0714285714rem;
    column-gap: 3.0714285714rem;
}

@media (max-width: 991px) {
    .section-title-3 .nav--tabs,
    .section-title .nav--tabs {
        -moz-column-gap: 1.4285714286rem;
        column-gap: 1.4285714286rem;
    }
}
@media (max-width: 575px) {
    .section-title-3 .nav--tabs,
    .section-title .nav--tabs {
        width: 100%;
    }
}
.section-title-3 .see-all,
.section-title .see-all {
    text-decoration: underline;
    color: var(--base);
    text-transform: capitalize;
    letter-spacing: 0.018em;
    font-weight: 500;
    font-size: medium;
}


@media (max-width: 575px) {
    .section-title-3 .see-all,
    .section-title .see-all {
        font-size: 0.75rem;
    }
}
.section-title-3 {
    position: relative;
}

@media (min-width: 992px) {
    .section-title-3 .cevron-wrapper {
        position: absolute;
        inset-inline-end: 0;
        inset-block-end: 0;
    }
    .section-title-3 .title {
        text-align: center;
        margin-inline-start: 0;
        margin-inline-end: 0;
        max-width: 600px;
    }
}
@media (min-width: 992px) and (max-width: 575px) {
    .section-title-3 .title {
        font-size: 1.7142857143rem;
        line-height: 2rem;
    }
}
.recent-shop-card {
    background: var(--body-bg);
    transition: all ease 0.3s;
}

.others-store-card .temporary-closed {
    font-size: 9px !important;
}

.others-store-card {
    border: 0.0714285714rem solid var(--border-2);
    border-radius: 0.4285714286rem;
    padding: 1.2142857143rem;
    transition: all ease 0.3s;
}

.others-store-card .name-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.7142857143rem;
}

.others-store-card .name-area img {
    width: 3.9285714286rem;
}

.others-store-card .name-area .info {
    width: 0;
    flex-grow: 1;
    padding-inline-start: 0.6428571429rem;
}

.others-store-card .name-area .name {
    font-weight: 700;
    font-size: 1.0714285714rem;
    line-height: 1.2857142857rem;
    margin-bottom: 0.6428571429rem;
}

.others-store-card .info-area {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.others-store-card .info-area .info-item {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0.7142857143rem;
    line-height: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.2142857143rem;
    padding: 4.89399px 4px;
    background: rgba(243, 245, 249, 0.6);
    border-radius: 2.447px;
    text-align: center;
}

.others-store-card .info-area .info-item h6 {
    margin: 0;
    font-weight: 700;
    font-size: 0.9085714286rem;
    line-height: 1.0714285714rem;
    color: var(--base);
}

.others-store-card .info-area .info-item i {
    font-size: 12px;
}

.others-store-card .info-area .info-item [class*="star"] {
    color: var(--star);
}

.others-store-card .btn-grp {
    justify-content: center;
}

.others-store-card .btn-grp .btn {
    width: 0;
    flex-grow: 1;
    max-width: 103px;
}

.others-store-card .btn-grp .btn:hover {
    background: var(--base) !important;
}

.others-store-card .btn-grp .btn:active {
    border-color: var(--base) !important;
    color: var(--white) !important;
}

.others-store-card:hover {
    background: var(--section);
}

.bg-E2F0FF {
    background: #e2f0ff;
}

.others-store-slider-wrapper {
    padding-inline-start: 1px;
}

@media (min-width: 767px) {
    .others-store-slider-wrapper {
        margin-inline-end: -7.1428571429rem;
    }
}
@media (min-width: 1399px) {
    .others-store-slider-wrapper {
        margin-inline-end: -14.2857142857rem;
    }
}

.product-card .img {
    width: 170px;
    height: 200px;
    position: relative;
    overflow: hidden;
}


.img  { 
    position: relative; 
    overflow: hidden; 
} 

.cont  { 
    padding: 0.8571428571rem 0.4285714286rem;
} 

a { 
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); 
    text-decoration: underline;
} 

a { 
    display: inline-block; 
    transition: all ease 0.3s; 
    text-decoration: none;
} 

a { 
    position: relative; 
    z-index: 2;
} 

.d-block { 
    display: block !important;
} 

.h-100 { 
    height: 100% !important;
} 

a:hover { 
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
} 

a:hover { 
    text-decoration: none; 
    color: inherit;
} 

.d-flex { 
    display: flex !important;
} 

.justify-content-between { 
    justify-content: space-between !important;
} 

.gap-2 { 
    gap: 0.5rem !important;
} 

.img .hover-content  { 
    background: rgba(30, 40, 50, 0.49); 
    padding: 7px 12px; 
    color: var(--white); 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    transition: all ease 0.3s; 
    z-index: 2;
} 

.product-card:not(:hover) .hover-content  { 
    transform: translateY(100%); 
    visibility: hidden;
} 

h6 { 
    margin-top: 0; 
    margin-bottom: 0.5rem; 
    font-weight: 500; 
    line-height: 1.2; 
    color: var(--bs-heading-color, inherit);
} 

h6 { 
    font-size: 1rem;
} 

h6 { 
    margin: 0; 
    line-height: 1.3; 
    color: var(--title); 
    font-family: var(--heading); 
    font-weight: 700;
} 

h6 { 
    font-weight: 400; 
    font-size: 1.1428571429rem; 
    line-height: 1.4285714286rem; 
    letter-spacing: 0.05em;
} 

.cont .title  { 
    font-weight: 500; 
    font-size: 0.8571428571rem; 
    line-height: 1rem; 
    margin-bottom: 0.8571428571rem;
} 

.flex-wrap { 
    flex-wrap: wrap !important;
} 

.align-items-center { 
    align-items: center !important;
} 

.row-gap-1 { 
    row-gap: 0.25rem !important;
} 

.column-gap-2 { 
    -moz-column-gap: 0.5rem !important; 
    column-gap: 0.5rem !important;
} 

.text-capitalize { 
    text-transform: capitalize !important;
} 

.row-gap-1 { 
    row-gap: 0.2857142857rem;
} 

.column-gap-2 { 
    -moz-column-gap: 0.5714285714rem; 
    column-gap: 0.5714285714rem;
} 

.cont .rating  { 
    margin-top: 0.2857142857rem;
} 

img { 
    vertical-align: middle;
} 

.w-100 { 
    width: 100% !important;
} 

.owl-carousel .owl-item img { 
    display: block; 
    width: 100%;
} 

.img img  { 
    height: 100%; 
    -o-object-fit: cover; 
    object-fit: cover; 
    transition: all ease 0.3s;
} 

.product-card:hover img { 
    transform: scale(1.05);
} 

.text-truncate { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
} 

.img .hover-content a  { 
    color: var(--white);
} 

.column-gap-3 { 
    -moz-column-gap: 1rem !important; 
    column-gap: 1rem !important;
} 

.column-gap-3 { 
    -moz-column-gap: 1.1428571429rem; 
    column-gap: 1.1428571429rem;
} 

h6 a  { 
    color: var(--title);
} 

.cont .title a  { 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    overflow: hidden; 
    text-overflow: ellipsis;
} 

 h6 a:hover { 
    color: var(--base);
} 

.product-card:hover .cont .title a { 
    color: var(--base);
} 

h4 { 
    margin-top: 0; 
    margin-bottom: 0.5rem; 
    font-weight: 500; 
    line-height: 1.2; 
    color: var(--bs-heading-color, inherit);
} 

h4 { 
    font-size: calc(1.275rem+0.3vw);
} 

@media (min-width: 1200px){ 
  h4 { 
    font-size: 1.5rem;
  } 
}     

h4 { 
    margin: 0; 
    line-height: 1.3; 
    color: var(--title); 
    font-family: var(--heading); 
    font-weight: 700;
} 

h4 { 
    font-size: 1.2857142857rem; 
    line-height: 1.7142857143rem; 
    font-weight: 700;
} 

.cont .price  { 
    font-size: 1.3726071429rem; 
    display: flex; 
    align-items: center; 
    gap: 0.2142857143rem;
} 

.cont .status  { 
    padding-inline-start: 0.5714285714rem; 
    border-inline-start: 0.0714285714rem solid var(--border);
} 

.rating i  { 
    color: #b2b2b2; 
    font-size: 0.9285714286rem;
} 

.bi:before,[class^="bi-"]:before, [class*=" bi-"]::before { 
    display: inline-block; 
    font-family: bootstrap-icons !important; 
    font-style: normal; 
    font-weight: normal !important; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    vertical-align: -0.125em; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.bi-star-fill:before { 
    content: "\f586";
} 

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before { 
    display: inline-block; 
    font-family: bootstrap-icons !important; 
    font-style: normal; 
    font-weight: normal !important; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    vertical-align: -0.125em; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

.d-inline-flex { 
    display: inline-flex !important;
} 

.img .hover-content .wish-icon  { 
    transform: translateY(1px);
} 

.cont .price span  { 
    line-break: anywhere;
} 

.cont .price del  { 
    font-weight: 400; 
    font-size: 0.8235642857rem; 
    color: #b4b2b2; 
    line-height: 1rem;
} 

.bi-heart:before { 
    content: "\f417";
} 

.bi-shuffle:before { 
    content: "\f544";
} 


.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}

.product-wrapper .product-card {
    width: 20%;
    padding: 0.5rem;
}

@media (max-width: 1199px) {
    .product-wrapper .product-card {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .product-wrapper .product-card {
        width: 33.3333333333%;
    }
}
@media (max-width: 575px) {
    .product-wrapper .product-card {
        width: 50%;
    }
}


@media (max-width: 575px) {
    .product-card .img {
        position: relative;
        overflow: hidden;
        aspect-ratio: 200/220;
    }
}
.product-card .img .badge {
    border-radius: 0;
    font-weight: 600;
    font-size: 0.7142857143rem;
    line-height: 0.7857142857rem;
    position: absolute;
    inset-block-start: 1rem;
    inset-inline-start: 0rem;
}

.product-card .img .hover-content {
    background: rgba(30, 40, 50, 0.49);
    padding: 7px 12px;
    color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all ease 0.3s;
    z-index: 2;
}

.product-card .img .hover-content a {
    color: var(--white);
}

.product-card .img .hover-content .wish-icon {
    transform: translateY(1px);
}

.product-card .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease 0.3s;
}

.product-card:not(:hover) .hover-content {
    transform: translateY(100%);
    visibility: hidden;
}

.product-card .cont {
    padding: 0.8571428571rem 0.4285714286rem;
}

.product-card .cont .title {
    font-weight: 500;
    font-size: 0.8571428571rem;
    line-height: 1rem;
    margin-bottom: 0.8571428571rem;
}

@media (max-width: 575px) {
    .product-card .cont .title {
        font-size: 0.75rem;
        font-weight: 600;
    }
}
.product-card .cont .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card .cont .price {
    font-size: 1.3726071429rem;
    display: flex;
    align-items: center;
    gap: 0.2142857143rem;
}

@media (max-width: 575px) {
    .product-card .cont .price {
        font-size: 0.8125rem;
        line-height: 1.2;
    }
}
.product-card .cont .price del {
    font-weight: 400;
    font-size: 0.8235642857rem;
    color: #b4b2b2;
    line-height: 1rem;
}

.product-card .cont .status {
    padding-inline-start: 0.5714285714rem;
    border-inline-start: 0.0714285714rem solid var(--border);
}

@media (max-width: 575px) {
    .product-card .cont .status {
        font-size: 0.625rem;
        line-height: 1.2;
    }
}
.product-card .cont .rating {
    margin-top: 0.2857142857rem;
}

.product-card .cont .sold-info {
    color: #89939e;
    font-size: 0.7749rem;
}

.product-card .cont .sold-info span {
    color: #333e4a;
}

.product-card:hover .cont .title a {
    color: var(--base);
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-card-row .product-card-inner {
    display: flex;
    gap: 14px;
    align-items: center;
}

.product-card-row .product-card-inner .img {
    width: 184px;
    width: 105px;
}

.product-card-row .product-card-inner .img .wish-icon {
    position: absolute;
    inset-inline-end: 1.0714285714rem;
    inset-block-start: 1.0714285714rem;
    color: var(--title);
}

.product-card-row .product-card-inner .cont {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .product-card-row .product-card-inner .cont .price {
        font-size: 1rem;
    }
    .product-card-row .product-card-inner .cont .price del {
        font-size: 0.75rem;
    }
    .product-card-row .product-card-inner .cont .sold-info {
        font-size: 0.9285714286rem;
    }
    .product-card-row .product-card-inner .cont .btn {
        height: 3.1428571429rem;
    }
    .product-card-row .product-card-inner .cont .title {
        margin-bottom: 0.4285714286rem;
    }
}


.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.process-card {
    display: flex;
    align-items: flex-start;
}

.process-number {
    font-size: 3.93rem;
    line-height: 3.57rem;
    color: #c8f7db;
    margin-right: 17px;
}

.process-content {
    flex-grow: 1;
}

.process-title {
    font-size: 1.29rem;
    font-weight: 500;
    color: #262d34;
    margin-bottom: 14px;
}

.process-description {
    font-size: 0.93rem;
    color: #9b9b9b;
}

@media (max-width: 768px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}


