.product-list-main {
    width: 100%;
    height: 100%;
    padding-top: 167px;
}

.product-list-main-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.product-list-sidebar {
    width: 100%;
    max-width: 280px;
    min-width: 280px;
    height: auto;
    top: 0;
    position: sticky;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.review-form-main {
    padding-top: 150px;
}

.review-form {
    width: 100%;
    max-width: 60%;
    min-width: 60%;
    margin: 0 auto;
}

.review-label {
    font: 400 18px/25px "Inter Tight", serif;
    color: #000;
}

.review-text-pp {
    font: 400 20px/25px "Inter Tight", serif;
    color: #7E7E7E;
}
.review-form-space select{
    width:100%;
    padding:10px 20px 10px 10px;
    border:1px solid #ccc;
    border-radius:5px
}
.review-form-space textarea {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height:80px;
    resize:none
}
.review-form-space input {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px
}
.sidebar--xx--category-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font: 400 15px/20px "Inter Tight", serif;
    text-decoration: none;
    color: #7E7E7E;
}

    .sidebar--xx--category-name i {
        font-size: 15px;
        color: #253D4E;
        margin-left: 10px;
        margin-right: 10px;
    }

.sidebar--xx--brdr {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
}

    .sidebar--xx--brdr i {
        font-size: 14px;
        color: #7E7E7E;
    }

.sidebar--xx--brdr-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 5px;
}

.sidebar--xx--head {
    font: 500 14px/18px "Inter Tight", serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 0.6px;
}

.product-list-content-div {
    width: calc(100vw - 280px);
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
}

.dropdown-content-hidden {
    display: none;
    transition: 0.5s all ease-in-out;
}

.product-list-first {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.product-list-text {
    font: 700 18px / 22px "Roboto", serif;
    color: #253D4E;
    margin-bottom: 0px;
}

.bredcrumb-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bredcrumb-div-main {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    padding-bottom: 10px;
}

.bredcrumb-text {
    color: #7E7E7E;
    font: 400 14px / 18px "Inter Tight", serif;
    margin-bottom: 0px;
}

.bredcrumb-link {
    color: #287297;
    text-decoration: none;
    font: 400 14px / 18px "Inter Tight", serif;
}

.product-headname-showing {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    column-gap: 15px;
    padding-bottom: 10px;
}

.product-headname-text {
    font: 600 18px / 22px "Roboto", serif;
    margin-bottom: 0px;
    color: #253D4E;
}

.product-showing-text {
    color: #7E7E7E;
    font: 400 14px / 18px "Inter Tight", serif;
    margin-bottom: 0px;
}

.product-list-tabs {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

.product-list-tabs-btn {
    border: 1px solid #287297;
    padding: 5px 15px;
    border-radius: 5px;
    color: #287297;
    cursor: pointer;
    letter-spacing: 0.5px;
    font: 500 15px / 20px "Inter Tight", serif;
    transition: 0.5s all ease-in-out;
    background-color: #fff;
}

    .product-list-tabs-btn:hover {
        background-color: #287297;
        color: #fff;
        transition: 0.5s all ease-in-out;
    }

.product-list-tabs-active {
    background-color: #287297;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.product-list-tabs-content.active {
    display: grid;
    gap: 15px 15px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.product-list-tabscontent-div {
    grid-column: span 3 / span 6;
    position: relative;
}

.product-list-tabs-content {
    width: 100%;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    padding: 15px 0px;
}

/* .product-list-tabscontent-div {
    width: 100%;
    max-width: 24%;
    min-width: 24%;

} */

.product-list-content-bg {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.product-list-tabscontent-div:hover .propular-div-special-box {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all ease-in-out;
    top: 50%;
    transform: translateX(-50%);
}

.product-list-content-bg:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px, rgba(0, 0, 0, 0.22) 0px 4px 7px;
    transform: translateY(-5px);
}

.product-list-content-bg-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    height: 200px;
    border-bottom: 1px solid #dfd6d6ac;
}

.product-list-content-bg-bottom {
    padding: 15px 20px;
}

.product-list-content-bg-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-list-content-name-text {
    font: 400 14px / 20px "Roboto", serif;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
    text-decoration: none;
    color: #253D4E;
    margin-bottom: 8px;
}

.product-list-details-span {
    font: 400 12px / 14px "Roboto", serif;
    color: #7E7E7E;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.raings-product-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px 5px 7px;
    border-radius: 4px;
    background-color: #26a541;
    font: 700 12px / 16px "Roboto", serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s allease-in-out;
    max-width: max-content;
    margin-bottom: 8px;
}

    .raings-product-div i {
        font-size: 12px;
        margin-left: 5px;
    }

.slider-container {
    width: 100%;
    text-align: left;
}

label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

input[type="range"] {
    width: 100%;
    appearance: none;
    background: none;
}

    input[type="range"]::-webkit-slider-runnable-track {
        height: 5px;
        background-color: #009fc71a;
        padding: 5px;
        border-radius: 5px;
    }

    input[type="range"]::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        background: #007bff;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -10px;
    }

.rangeSlider-xx-xpan {
    margin-left: 5px;
    margin-right: 5px;
    font: 500 16px/20px "Inter Tight", serif;
    color: #7E7E7E;
}

.sidebar--xx--div-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 15px;
}

.sidebar-discont-check-span i {
    font-size: 12px;
    color: #000000;
}

.sidebar--xx--div-grid:last-child {
    padding-bottom: 0px;
}

.sidebar-discont-check-text {
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #7E7E7E;
    font-family: "Inter Tight", serif;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 0px;
}

/* product Details Css Start */
.prodduct-deatils-divmain {
    width: 100%;
    height: auto;
    padding-top: 157px;
}

.prodduct-deatils-div-bg {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 20px;
}

.product-detials-div-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 20px;
}

.add-to-buy-btn-res {
    display: none;
}

.plus-minus-btn-div-res {
    display: none;
}

.delivery-free-text-price {
    text-decoration: line-through;
    color: #7E7E7E;
    font: 400 16px/18px "Inter Tight", serif;
}

.product-detials-div-grid-left {
    width: 100%;
    max-width: 35%;
    min-width: 35%
}

.product-detials-div-grid-right {
    width: 100%;
    max-width: 55%;
    min-width: 55%
}

.product-detials-div-left-bg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #cdc8c8c0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    bottom: 0;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #ccc
}

.product-detials-same-image {
    width: 100%;
    max-width: 20%;
    min-width: 20%;
}

.product-detials-main-image {
    width: 100%;
    max-width: 80%;
    min-width: 80%;
}

.slider-horizonatal {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: auto;
    overflow: hidden;
}

.product-detials-small-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 85px;
    border-bottom: 1px solid #ccc;
    padding: 9px;
}

    .product-detials-small-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.product-deatils-big-image {
    width: 100%;
    height: 461px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin: auto;
    max-width: 95%;
    min-width: 95%;
    position: relative;
}

.product-details-cart-div {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 9px 9px 9px 9px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-details-cart-div i {
        font-size: 18px;
        color: #ccc;
    }

.product-deatils-big-image img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.checkbox-compare {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}

    .checkbox-compare input {
        width: 14px;
        height: 15px;
        border-radius: 10px;
        border-color: #ccc;
    }

    .checkbox-compare label {
        color: #6a5b5b;
        font: 400 15px/18px "Roboto", serif;
        margin-bottom: 0;
    }

.shared-div-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}

.compare-sharediv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

.compare-share-braed-crumb {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.shared-div-box i {
    font-size: 15px;
    color: #ccc;
    margin-left: 5px;
}

.shared-div-box-text {
    margin-bottom: 0px;
    color: #6a5b5b;
    font: 400 15px/18px "Roboto", serif;
}

.product-details-xxx-name {
    font: 500 16px/20px "Inter Tight", serif;
    color: #322a2abc;
    margin-bottom: 15px;
}

.rating-reviews-product-text {
    color: #7E7E7E;
    font: 600 16px/20px "Roboto", serif;
    margin-bottom: 0px;
}

.raings-reviews-grid {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.raings-product-another-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px 5px 7px;
    border-radius: 4px;
    background-color: #26a541;
    font: 700 12px / 16px "Roboto", serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s allease-in-out;
    max-width: max-content;
}

.special-price-text {
    font: 500 17px/20px "Roboto", serif;
    color: #287297;
    margin-bottom: 5px;
}

.produts-price-div-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 5px;
}

.real-product-price {
    font-weight: 600;
    color: #212121;
    font-size: 22px;
    vertical-align: sub;
    font-family: "Inter Tight", serif;
    margin-bottom: 0px;
}

.old-product-price {
    font-size: 16px;
    vertical-align: middle;
    color: #878787;
    font-family: "Inter Tight", serif;
    text-decoration: line-through;
    margin-bottom: 0px;
}

.cut-product-price {
    font-size: 16px;
    font-weight: 600;
    color: #287297;
    font-family: "Inter Tight", serif;
    margin-bottom: 0px;
}

.extra-price-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212121;
    font-family: "Roboto", serif;
    margin-bottom: 5px;
}

.extra-price-text-btn {
    color: #2a55e5;
    font-weight: 500;
    border: none;
    font: 500 16px/20px "Inter Tight", serif;
    background-color: transparent;
}

    .extra-price-text-btn:hover {
        color: #2a55e5;
        background-color: transparent;
    }

.available-price-text {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    font-family: "Roboto", serif;
    margin-bottom: 5px;
}

.available-price-text-li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212121;
    font-family: "Roboto", serif;
    margin-bottom: 5px;
    list-style-type: square;
}

    .available-price-text-li span {
        font-weight: 700;
    }

.availabel-terms-condition {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #287297;
    font-family: "Roboto", serif;
    margin-bottom: 5px;
    text-decoration: none;
}

.available-price-text-div {
    margin-bottom: 15px;
}

.warranty-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212121;
    font-family: "Roboto", serif;
    margin-bottom: 5px;
}

.delivery-input-box-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.input-text-delivery {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #7E7E7E;
    font-family: "Roboto", serif;
}

.inpit-text-box-delivery {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
    position: relative;
}

    .inpit-text-box-delivery input {
        background-color: transparent;
        width: 100%;
        padding: 10px 15px 10px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        color: #212121;
        font: 400 15px/20px "Roboto", serif;
    }

.input-text-box-delivery-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    color: #287297;
    cursor: pointer;
    background-color: transparent;
    font: 500 15px/20px "Roboto", serif;
}

.delivery-date {
    color: #212121;
    font: 500 16px/20px "Inter Tight", serif;
    margin-bottom: 10px;
}

.delivery-free-text {
    color: #287297;
    font: 600 16px/20px "Inter Tight", serif;
}

.spcl-gap-bottom {
    margin-bottom: 15px;
}

.ordered-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212121;
    font-family: "Roboto", serif;
    margin-bottom: 10px;
}

.ordered-btn {
    border: 1px solid #287297;
    padding: 5px 10px;
    border-radius: 5px;
    color: #287297;
    cursor: pointer;
    letter-spacing: 0.5px;
    font: 500 15px / 20px "Inter Tight", serif;
    transition: 0.5s allease-in-out;
    background-color: #fff;
    margin-left: 20px;
}

.delivery-color-box-div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.color-choose-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.color-choose-box {
    width: 100%;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 5px;
}

.height-choose-box {
    padding: 4px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 500 15px / 20px "Inter Tight", serif;
    color: #212121;
    border: 1px solid #ccc;
}

    .height-choose-box.active {
        border: 1px solid #287297;
    }

.add-to-buy-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.add-to-btn {
    width: 100%;
    max-width: 48%;
    min-width: 48%;
    background-color: #287297;
    border: none;
    color: #fff;
    font: 500 18px/22px "Inter Tight", serif;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .add-to-btn:hover {
        background-color: #287297;
        color: #fff
    }

    .add-to-btn i {
        margin-right: 10px;
    }

.buy-now-btn {
    width: 100%;
    max-width: 48%;
    min-width: 48%;
    background-color: #212121;
    border: none;
    color: #ffffff;
    font: 500 18px/22px "Inter Tight", serif;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

    .buy-now-btn:hover {
        background-color: #212121;
        color: #fff
    }

    .buy-now-btn i {
        margin-right: 10px;
    }

.plus-minus-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    border: none;
    background-color: #287297;
    border-radius: 10px;
    width: 100%;
    max-width: 70%;
    min-width: 70%;
    padding: 10px;
}

.plus-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 9px 9px 9px 9px;
    background: #fff;
    display: flex;
    color: #287297;
    justify-content: center;
    align-items: center;
}

.minus-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 9px 9px 9px 9px;
    background: #ffffff;
    display: flex;
    color: #287297;
    justify-content: center;
    align-items: center;
}

.add-items-show-btn {
    font: 500 16px/20px "Inter Tight", serif;
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

    .add-items-show-btn i {
        color: #ffffff;
        margin-right: 10px;
    }

.product-content-tab-details {
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 20px 20px;
}

.product-content-tab-details-grid {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.product-content-tabs {
    padding: 5px 15px;
    color: #287297;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font: 500 15px / 20px "Inter Tight", serif;
    transition: 0.5s allease-in-out;
    background-color: #fff;
    border: none;
    border-radius: 40px;
}

.product-content-tabs-active {
    background-color: #287297;
    color: #fff;
}

.product-content-details-div {
    width: 100%;
    padding: 20px;
    display: none;
}

    .product-content-details-div.active {
        display: block;
    }

.review-product-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
    margin-bottom: 15px;
}

    .review-product-content:last-child {
        margin-bottom: 0px;
    }

.content-tabs-details {
    font: 400 15px/20px "Roboto", serif;
    color: #7E7E7E;
    margin-bottom: 10px;
}

.content-tabs-details-table {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    padding-top: 10px;
}

.content-tabs-details-tbody {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.content-tabs-details-tr {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.content-tabs-details-td:first-child {
    width: 100%;
    max-width: 30%;
    min-width: 30%;
    font: 400 14px/20px "Inter Tight", serif;
    color: #7E7E7E;
    padding-bottom: 10px;
}

.content-tabs-details-td:last-child {
    width: 100%;
    max-width: 60%;
    min-width: 60%;
    font: 400 14px/20px "Inter Tight", serif;
    color: #212121;
    padding-bottom: 10px;
}

.xxx-gap {
    padding-top: 10px;
}

.xxx-gap-head-text {
    font: 500 20px / 25px "Roboto", serif;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.review-product-client-img {
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    height: 120px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    padding: 4px;
}

    .review-product-client-img img {
        width: 100%;
        height: 100%;
    }

.review-product-client-content {
    width: 100%;
    max-width: 80%;
    min-width: 80%;
}

.review-client-name {
    margin-bottom: 8px;
    color: #000;
    font: 500 18px/22px "Roboto", serif;
}

.review-client-desc {
    color: #287297;
    font: 400 16px/20px "Inter Tight", serif;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.review-client-start i {
    margin-left: 5px;
    color: #ff9600;
    font-size: 17px;
}

/* Product Details Css End */

/* Product Cart Css Start */
.product-cart-main {
    width: 100%;
    height: auto;
    padding-top: 167px;
}

.product-cart-div-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
}

.product-cart-div-grid-left {
    width: 100%;
    max-width: 60%;
    min-width: 60%;
}

.product-cart-div-grid-right {
    width: 100%;
    max-width: 35%;
    min-width: 35%;
}

.product-cart-div-bg {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px, rgba(0, 0, 0, 0.22) 0px 4px 7px;
    border-radius: 10px;
    padding: 10px;
}

.bredcrumb-div-brdr {
    border-bottom: 1px solid #ccc;
}

.cart-no-clear-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 20px 0px;
}

.cart-no-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212121;
    font-family: "Roboto", serif;
    margin-bottom: 0px;
}

.clear-cart-btn {
    border: none;
    background-color: transparent;
    color: #ec2127;
    font: 400 16px/20px "Inter Tight", serif;
}

.cart-main-details-table {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.cart-main-details-thead {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

    .cart-main-details-thead .cart-main-details-tr {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        background-color: #cccccc82;
    }

.cart-main-details-tbody .cart-main-details-tr {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #cccccc00;
    border-bottom: 1px solid #cccccc5e;
}

.cart-main-details-td {
    padding: 10px;
    font: 500 18px/22px "Inter Tight", serif;
    color: #212121;
    vertical-align: top;
}

.cart-main-details-thead .cart-main-details-tr .cart-main-details-td:first-child {
    border-top-left-radius: 10px;
}

.cart-main-details-thead .cart-main-details-tr .cart-main-details-td:last-child {
    border-top-right-radius: 10px;
}

.cart-main-details-td:nth-child(1) {
    width: 100%;
    max-width: 30%;
    min-width: 30%;
    border-right: 1px solid #21212154;
}

.cart-main-details-td:nth-child(2) {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
    border-right: 1px solid #21212154;
}

.cart-main-details-td:nth-child(3) {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
    border-right: 1px solid #21212154;
}

.cart-main-details-td:nth-child(4) {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
    border-right: 1px solid #21212154;
}

.cart-main-details-td:nth-child(5) {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
    border-right: 1px solid #21212154;
}

.cart-main-details-td:nth-child(6) {
    width: 100%;
    max-width: 10%;
    min-width: 10%;
}

.cart-detais-img-div {
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    padding: 10px;
    background-color: #009fc72c;
    border-radius: 5px;
}

    .cart-detais-img-div img {
        width: 100%;
        height: 100%;
    }

.cart-detais-img-div-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 5px;
}

/* .plus-minus-cart-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    border: none;
    background-color: #287297;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
} */

.instock-cart {
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background: #f0fdf4;
    color: #22c55e;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.price-cart-amount {
    color: #212121;
    font: 500 16px/20px "Roboto", serif;
    margin-bottom: 0px;
}

.cart-remove-btn-ttt {
    width: 100%;
    background-color: #287297;
    border: none;
    color: #fff;
    font: 500 14px / 20px "Inter Tight", serif;
    padding: 8px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cart-remove-btn-ttt i {
        margin-right: 10px;
    }

.product-cart-div-bg-top {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font: 500 16px/20px "Roboto", serif;
    color: #212121;
    text-transform: uppercase;
}

.product-cart-div-bg-btm-table {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.product-cart-div-bg-btm-tbody {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.product-cart-div-bg-btm-tr {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.product-cart-div-bg-btm-td {
    padding: 15px 0px;
}

    .product-cart-div-bg-btm-td:first-child {
        width: 100%;
        max-width: 30%;
        min-width: 30%;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #7E7E7E;
        font-family: "Roboto", serif;
    }

.spcl-line {
    text-decoration: line-through;
    color: #3b3636;
    margin-right: 10px;
}

.product-cart-div-bg-btm-td:last-child {
    width: 100%;
    max-width: 60%;
    min-width: 60%;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #3b3636;
    font-family: "Roboto", serif;
    text-align: right;
}

.product-cart-div-bg-btm-spcl-td {
    width: 100%;
    color: #287297;
    font: 600 18px/22px "Roboto", serif;
    border-top: 1px solid #ccc;
    padding: 10px 0px;
    margin: 0px;
}

.plus-btn-cart {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 9px 9px 9px 9px;
    background: #fff;
    display: flex;
    color: #287297;
    justify-content: center;
    align-items: center;
}

.minus-btn-cart {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 9px 9px 9px 9px;
    background: #fff;
    display: flex;
    color: #287297;
    justify-content: center;
    align-items: center;
}

.plus-minus-cart-btn-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    border: none;
    background-color: #287297;
    border-radius: 10px;
    width: 100%;
    padding: 6px;
    max-width: max-content;
}

/* Product Cart Css End */

/* My Account Css Start */
.my-account-main {
    width: 100%;
    height: auto;
    padding-top: 167px;
    background-color: #009fc70e;
}

.myaccount-main-bg-div-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    height: 100%;
    align-items: flex-start;
    gap: 20px;
}

.myaccount-main-grid-left {
    grid-column: span 3 / span 6;
}

.myaccount-main-grid-right {
    grid-column: span 9 / span 6;
}

.myaccount-main-grid-right-bg {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.myaccount-main-grid-left-bg-top {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.myaccount-main-grid-left-bg-btm {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
}

.myaccount-xxx-view-grid {
    padding: 15px 10px;
    border-bottom: 1px solid #7e7e7e34;
}

.myaccount-main-grid-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.myaccount-main-grid-profile {
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 10px;
    background-color: #7e7e7e34;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .myaccount-main-grid-profile img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.myaccount-main-profile-text-p {
    font: 500 16px/20px "Roboto", serif;
    color: #212121;
    margin-bottom: 0px;
    margin-left: 10px;
}

.myaccount-main-profile-text--xx-span {
    font: 500 16px/20px "Roboto", serif;
    color: #007bff;
}

.myaccount-main-profile-text-span {
    font-size: 14px;
    color: #7E7E7E;
}

.myaccount-main-grid-div-xx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.myaccount-main-grid-view-text-p {
    font: 600 18px/22px "Inter Tight", serif;
    color: #7E7E7E;
    margin-bottom: 0px;
}

.myaccount-main-grid-view i {
    font-size: 14px;
    color: #7E7E7E;
}

.myaccount-main-grid-view-text-p i {
    font-size: 24px;
    color: #287297;
    margin-right: 10px;
}

.myaccount-xxx-view-grid-ul {
    list-style-type: none;
    /* padding-right: 47px; */
    padding-inline-start: 40px;
    margin-bottom: 0px;
    padding-top: 20px;
}

.myaccount-xxx-view-grid-li {
    padding-bottom: 10px;
}

    .myaccount-xxx-view-grid-li:last-child {
        padding-bottom: 0px;
    }

.myaccount-xxx-view-grid-li-a {
    text-decoration: none;
    color: #212121;
    font: 400 15px/20px "Roboto", serif;
}

.myaccount-grid-right-bg-brdr {
    border-bottom: 1px solid #7e7e7e34;
    padding: 10px 20px;
}

.myaccount-grid-right-head-xxx {
    font: 600 18px / 22px "Inter Tight", serif;
    color: #7E7E7E;
    margin-bottom: 10px;
}

.myaccount-grid-divide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
}

.myaccount-grid-left-divide {
    width: 100%;
    max-width: 48%;
    min-width: 48%;
}

.myaccount-grid-right-divide {
    width: 100%;
    max-width: 48%;
    min-width: 48%;
}

.grid-left-divide-text {
    color: #000000;
    font: 400 15px / 20px "Roboto", serif;
    margin-bottom: 8px;
}

.grid-left-divide-input {
    width: 100%;
    border: 1px solid #7e7e7e34;
    padding: 10px 20px 10px 10px;
    background-color: transparent;
    border-radius: 5px;
    color: #000;
    font: 400 15px/20px "Roboto", serif;
    ;
}

    .grid-left-divide-input:focus {
        outline: 0;
        border: none;
    }

.grid-left-divide-radio label {
    color: #000000;
    font: 400 18px / 20px "Inter Tight", serif;
}

.grid-left-divide-radio input {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #7E7E7E;
    margin-bottom: 0px;
}

.grid-left-divide-radio-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.account-delete-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    padding-top: 40px;
}

.deactivate-btn {
    color: #ffffff;
    font: 500 16px/20px "Roboto", serif;
    text-decoration: none;
    border: none;
    background-color: #287297;
    border-radius: 5px;
    padding: 10px;
}

.delete-btn {
    color: #ffffff;
    font: 500 16px/20px "Roboto", serif;
    text-decoration: none;
    border: none;
    background-color: #ec2127;
    border-radius: 5px;
    padding: 10px;
}

.faqs-account-div-wrap {
    padding: 10px 0px;
}

.faqs-account-div-wrap-para {
    font: 500 18px/22px "Roboto", serif;
    color: #000;
    margin-bottom: 8px;
}

.faqs-account-div-wrap-subpara {
    font: 500 15px/20px "Roboto", serif;
    color: #212121;
    margin-bottom: 0px;
}

.faqs-accoun-main {
    padding-top: 20px;
}

/* My Account Css End */

/* My Wish List Css Start */
.mywishlist-left-top {
    border-bottom: 1px solid #7e7e7e34;
    padding: 20px 15px;
}

.mywishlist-left-head-text {
    font: 500 20px/25px "Roboto", serif;
    margin-bottom: 0px;
    color: #212121;
}

.mywishlist-left-head-text-span {
    font: 500 22px/26px "Roboto", serif;
    color: #000;
}

.mywishlist-left-bottom {
    width: 100%;
    padding: 20px 15px;
}

.mywishlist-list-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #009fc738;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.mywishlist-list-img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 85px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}


    .mywishlist-list-img img {
        width: 100%;
        height: 100%;
    }

.mywishlist-list-text-p {
    font: 400 20px/25px "Inter Tight", serif;
    color: #212121;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mywishlist-list-text-div {
    width: 100%;
    max-width: 70%;
    min-width: 70%;
}

.mywishlist-list-img-main {
    width: 100%;
    max-width: 15%;
    min-width: 15%;
}

.mywishlist-remove-div {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    border: none;
}

    .mywishlist-remove-div i {
        font-size: 18px;
        color: #007bff;
    }

.responsive-on i {
    display: none;
    font-size: 18px;
    color: #007bff;
}

.bredcrumb-responsive-sdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* My Wish List Css End */

/* Deactive and Delete Account Modal Css Start */
.modaldeactivate {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 999;
    transition: opacity 0.3s ease-in-out;
}

    .modaldeactivate.active {
        display: flex;
        opacity: 1;
    }

.modal-content-div {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    min-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.btn {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.modal-content-div-text-head {
    font: 500 20px/25px "Inter Tight", serif;
    margin-bottom: 10px;
    color: #000;
}

.modal-content-div-text-para {
    font: 400 16px/20px "Roboto", serif;
    margin-bottom: 10px;
    color: #000;
}

.btn.cancel {
    background: #287297;
    color: #fff;
    font-size: 14px;
}

    .btn.cancel:hover {
        background: #ec2127;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

.btn.deactivate {
    background: #ec2127;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", serif;
}

    .btn.deactivate:hover {
        background: #287297;
        color: #fff;
        font-size: 14px;
        font-family: "Roboto", serif;
    }

/* Deactive and Delete Account Modal Css End */

@media(max-width:1295px) {
    .plus-btn {
        width: 20px;
        height: 20px;
    }

    .minus-btn {
        width: 20px;
        height: 20px;
    }

    .add-items-show-btn {
        font: 500 14px / 17px "Inter Tight", serif;
        color: #ffffff;
        margin-bottom: 0px;
        letter-spacing: 1px;
    }

    .add-to-btn {
        font: 500 16px / 20px "Inter Tight", serif;
        padding: 9px 15px;
        border-radius: 5px;
        text-decoration: none;
    }

    .buy-now-btn {
        font: 500 16px / 20px "Inter Tight", serif;
        padding: 9px 15px;
        border-radius: 5px;
        text-decoration: none;
    }

    .product-cart-div-grid-right {
        width: 100%;
        max-width: 30%;
        min-width: 30%;
    }

    .product-cart-div-grid-left {
        width: 100%;
        max-width: 68%;
        min-width: 68%;
    }

    .product-cart-div-bg-btm-td:first-child {
        font-size: 15px;
    }

    .product-cart-div-bg-btm-td:last-child {
        width: 100%;
        max-width: 60%;
        min-width: 60%;
        font-size: 15px;
    }

    .product-cart-div-bg-btm-spcl-td {
        width: 100%;
        color: #287297;
        font: 600 16px / 20px "Roboto", serif;
    }
}

@media(max-width:1199px) {
    .product-list-tabscontent-div {
        grid-column: span 4 / span 6;
        position: relative;
    }

    .new-price-add {
        color: #253D4E;
        font: 700 16px / 20px "Inter Tight", serif;
        margin-right: 4px;
    }

    .price-off {
        color: #287297;
        font: 700 14px / 18px "Inter Tight", serif;
        margin: 0px 0px 0 7px;
    }

    .plus-minus-btn-div {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
    }

    .add-items-show-btn {
        font: 500 19px / 17px "Inter Tight", serif;
    }

    .add-to-btn {
        font: 500 15px / 20px "Inter Tight", serif;
        padding: 9px 12px;
    }

    .buy-now-btn {
        font: 500 15px / 20px "Inter Tight", serif;
        padding: 9px 12px;
    }

    .myaccount-main-grid-left {
        grid-column: span 12 / span 6;
        order: 2;
    }

    .myaccount-main-grid-right {
        grid-column: span 12 / span 6;
        order: 1;
    }
}

@media(max-width:991px) {
    .product-list-sidebar {
        width: 100%;
        max-width: 255px;
        min-width: 255px;
    }

    .product-detials-div-grid-left {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .product-detials-div-grid-right {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .color-choose-product {
        row-gap: 10px;
        margin-bottom: 15px;
        width: 100%;
    }

    .add-to-btn {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
        font: 500 15px / 20px "Inter Tight", serif;
        padding: 10px 20px;
    }


    .product-list-content-div {
        width: calc(100vw - 262px);
    }

    .product-list-tabscontent-div {
        grid-column: span 6 / span 6;
        position: relative;
    }

    .compare-share-braed-crumb {
        flex-wrap: wrap;
    }

    .bredcrumb-div {
        width: 100%;
    }

    .compare-sharediv {
        padding-bottom: 10px;
    }

    .inpit-text-box-delivery {
        width: 100%;
        max-width: 60%;
        min-width: 60%;
        position: relative;
    }

    .product-cart-div-grid {
        flex-wrap: wrap;
    }

    .product-cart-div-grid-left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .product-cart-div-grid-right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-top: 20px;
    }
}

@media(max-width:767px) {
    .product-list-tabscontent-div {
        grid-column: span 6 / span 6;
        position: relative;
    }

    .review-client-name {
        margin-bottom: 6px;
        font: 500 14px/18px "Roboto", serif;
    }

    .review-client-desc {
        color: #287297;
        font: 400 12px/16px "Inter Tight", serif;
        margin-bottom: 6px;
    }

    .review-product-client-img {
        width: 100%;
        max-width: 80px;
        min-width: 80px;
        height: 80px;
        box-shadow: 0px 0px 5px 0px #ccc;
        border-radius: 10px;
        padding: 4px;
    }

    .review-client-start i {
        margin-left: 5px;
        color: #ff9600;
        font-size: 14px;
    }

    .my-account-main {
        width: 100%;
        height: auto;
        padding-top: 0px;
        background-color: #009fc70e;
    }

    .mywishlist-list-content {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .mywishlist-list-img-main {
        width: 100%;
        max-width: 25%;
        min-width: 25%;
    }

    .mywishlist-remove-div {
        margin-left: auto;
    }

    .mywishlist-list-text-p {
        font: 400 16px / 20px "Inter Tight", serif;
        color: #212121;
        margin-bottom: 15px;
    }

    .real-product-price {
        font-weight: 600;
        color: #212121;
        font-size: 21px;
    }

    .add-to-buy-btn-res {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 15px;
        column-gap: 20px;
    }

        .add-to-buy-btn-res .add-to-btn {
            width: 100%;
            max-width: 40%;
            min-width: 40%;
        }

        .add-to-buy-btn-res .buy-now-btn {
            width: 100%;
            max-width: 40%;
            min-width: 40%;
        }

    .mywishlist-list-content {
        padding: 12px;
    }

    .plus-minus-btn-div-res {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 15px;
        border: none;
        background-color: #287297;
        border-radius: 10px;
        width: 100%;
        max-width: 70%;
        min-width: 70%;
        padding: 10px;
    }

    .product-list-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        left: -300px;
        /* Sidebar hidden by default */
        width: 300px;
        height: 100%;
        background: #fff;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
    }

        .product-list-sidebar.open {
            left: 0;
            /* Sidebar visible */
        }

    .responsive-on {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: auto;
    }

        .responsive-on i {
            display: block;
        }

    .product-list-content-div {
        width: 100%;
    }

    .product-list-main {
        width: 100%;
        height: 100%;
        padding-top: 5px;
    }

    .product-detials-div-grid-left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .product-detials-div-grid-right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .product-detials-div-grid {
        flex-wrap: wrap;
    }

    .prodduct-deatils-divmain {
        width: 100%;
        height: auto;
        padding-top: 0px;
    }

    .bredcrumb-div {
        display: none;
    }

    .add-to-buy-btn {
        display: none;
    }

    .plus-minus-btn-div {
        display: none;
    }

    .compare-sharediv {
        padding-bottom: 10px;
    }

    .cart-main-details-thead {
        display: none;
    }

    .cart-main-details-tbody .cart-main-details-tr {
        display: block;
        border-bottom: 3px solid #00ccff;
        margin-bottom: 20px;
        border-radius: 10px;
    }

        .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            display: flex;
            align-items: center;
            text-align: left;
            border-bottom: 2px solid #ffffff;
            background-color: aliceblue;
        }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td::before {
                margin-right: 5px;
                display: block;
                float: left;
            }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td:nth-child(1):before {
                content: "Product :";
                font-weight: 500;
                font-size: 14px;
            }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td:nth-child(2)::before {
                content: "Price :";
                font-weight: 500;
                font-size: 14px;
            }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td:nth-child(3)::before {
                content: "Quantity :";
                font-weight: 500;
                font-size: 14px;
            }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td:nth-child(4)::before {
                content: "Stock :";
                font-weight: 500;
                font-size: 14px;
            }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td:nth-child(5)::before {
                content: "Subtotal :";
                font-weight: 500;
                font-size: 14px;
            }

            .cart-main-details-tbody .cart-main-details-tr .cart-main-details-td:nth-child(6)::before {
                content: "Remove :";
                font-weight: 500;
                font-size: 14px;
            }

    .cart-detais-img-div-grid {
        align-items: center;
        column-gap: 5px;
    }

    .plus-minus-cart-btn-div {
        width: 100%;
        max-width: max-content;
        min-width: max-content;
        padding: 5px;
    }

    .instock-cart {
        max-width: max-content;
        min-width: max-content;
        padding: 4px 12px;
        font-weight: 600;
        display: block;
        background: #eb2127;
        color: #ffffff;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .cart-remove-btn-ttt {
        width: 100%;
        max-width: max-content;
        min-width: max-content;
    }

    .product-cart-main {
        width: 100%;
        height: auto;
        padding-top: 0px;
    }
}

@media (max-width: 661px) {
    .prodduct-deatils-divmain {
        width: 100%;
        height: auto;
        padding-top: 5px
    }

    .product-cart-main {
        width: 100%;
        height: auto;
        padding-top: 5px;
    }

    .my-account-main {
        width: 100%;
        height: auto;
        padding-top: 5px;
    }
}

@media(max-width:576px) {
    .product-headname-text {
        font: 600 14px / 18px "Roboto", serif;
        margin-bottom: 0px;
        color: #253D4E;
    }

    .mywishlist-list-img-main {
        width: 100%;
        max-width: 18%;
        min-width: 18%;
    }

    .mywishlist-list-img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 76px;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
    }

    .mywishlist-list-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 20px;
    }

    .mywishlist-list-text-div {
        width: 100%;
        max-width: 50%;
        min-width: 50%;
        margin-left: 20px;
    }

    .add-to-buy-btn-res .add-to-btn {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .add-to-buy-btn-res .buy-now-btn {
        width: 100%;
        max-width: 48%;
        min-width: 48%;
    }

    .plus-minus-btn-div-res {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
    }

    .mywishlist-left-top {
        border-bottom: 1px solid #7e7e7e34;
        padding: 10px 15px;
    }

    .checkout-address-div {
        flex-wrap: wrap;
    }

    .checkout-address-div-left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 10px;
    }

    .checkout-address-div-right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .myaccount-grid-divide {
        flex-wrap: wrap;
    }

    .faqs-account-div-wrap-para {
        font: 500 14px / 18px "Roboto", serif;
        color: #000;
        margin-bottom: 8px;
    }

    .faqs-account-div-wrap-subpara {
        font: 500 14px / 18px "Roboto", serif;
        color: #212121;
        margin-bottom: 0px;
    }

    .myaccount-grid-left-divide {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-bottom: 10px;
    }

    .myaccount-grid-right-divide {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media(max-width:480px) {
    .product-list-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    .review-client-desc {
        color: #287297;
        font: 400 12px/14px "Inter Tight", serif;
        margin-bottom: 3px;
    }

    .review-product-client-img {
        width: 100%;
        max-width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .review-client-name {
        margin-bottom: 3px;
        font: 500 14px / 18px "Roboto", serif;
    }

    .review-client-start i {
        margin-left: 5px;
        color: #ff9600;
        font-size: 12px;
    }

    .mywishlist-list-text-p {
        font: 400 14px / 18px "Inter Tight", serif;
        color: #212121;
        margin-bottom: 8px;
    }

    .product-list-tabs-btn {
        margin-right: 8px;
        min-width: max-content;
        min-width: max-content;
        width: 100%
    }

    .real-product-price {
        font-weight: 600;
        color: #212121;
        font-size: 15px;
    }

    .product-content-tab-details-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    .product-content-tabs {
        margin-right: 8px;
        min-width: max-content;
        min-width: max-content;
        width: 100%;
    }

    .old-product-price {
        font-size: 12px;
        vertical-align: middle;
        color: #878787;
        font-family: "Inter Tight", serif;
        text-decoration: line-through;
        margin-bottom: 0px;
    }
}

@media(max-width:420px) {
    .product-list-tabs-btn {
        border: 1px solid #287297;
        padding: 4px 9px;
        font: 500 12px / 16px "Inter Tight", serif;
    }

    .mywishlist-list-content {
        flex-wrap: wrap;
    }

    .mywishlist-list-img-main {
        width: 100%;
        max-width: 20%;
        min-width: 20%;
    }

    .mywishlist-list-text-div {
        width: 100%;
        max-width: 70%;
        min-width: 70%;
    }

    .product-headname-showing {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .inpit-text-box-delivery {
        width: 100%;
        max-width: 80%;
        min-width: 80%;
        position: relative;
    }

    .ordered-btn {
        margin-left: 16px;
        padding: 2px 7px;
    }

    .mywishlist-list-img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 66px;
    }

    .product-headname-showing {
        padding-bottom: 0px;
    }

    .product-list-tabscontent-div {
        grid-column: span 12 / span 6;
        position: relative;
    }

    .add-to-buy-btn-res {
        flex-wrap: wrap;
    }

        .add-to-buy-btn-res .add-to-btn {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            margin-bottom: 15px;
        }

        .add-to-buy-btn-res .buy-now-btn {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }
}
