* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
}

.top-nav {
    background-color: #1a1a2c;
    padding: 10px;
    border-bottom: 1px solid rgb(67 67 67);
}

.t-n {
    display: flex;
    justify-content: space-between;
}

.t-n1 p {
    color: white;
    margin: 0px;
}

.t-n2 select {
    background: none;
    border: none;
    color: white;
}

.t-n2 select option {
    color: #000;
    /* Options = black */
    background: #fff;
    /* Background white */
}

.top-nav2 {
    background-color: #1a1a2c;
    padding: 15px 0px;
}

.top-nav2-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: space-between;
}

.top-nav-logo img {}

.top-nav-serach {
    width: 30%;
}

.top-nav-a-o-c {
    display: flex;
    gap: 32px;
    font-weight: 500;

}

.top-nav-a-o-c a {
    color: white;
    text-decoration: none;
    position: relative;
}

.icon-ser-t {
    position: absolute;
    top: 5px;
    right: 5px;
}

.serach-top {
    position: relative;
}

.counter-t {
    height: 17px;
    width: 17px;
    line-height: 17px;
    position: absolute;
    left: -10px;
    top: -8px;
    color: white;
    background-color: #d52345;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.top-nav-login-o {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-nav-login-o a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.icon-ser-t {
    background-color: #d52345;
    color: white;
    background-color: #d52345;
    color: white;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 4px;
}

.top-nav3 {
    background-color: #1a1a2c;
}

.catergories-top {
    width: 23%;
}

.top-nav3-offer {
    width: 30%;
    display: flex;
    justify-content: end;
}

.catergories-top button {
    background-color: white;
    border: none;
    padding: 17px 20px;
    width: 100%;
    text-align: start;
    /* font-weight: bold; */
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #eeeeee;

    i {
        margin-right: 10px;
    }
}

.top-nav3-m {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.top-nav3-link {
    transition: 0.5s all;
}

.top-nav3-link ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;

    li a {
        color: white;
        text-decoration: none;

    }
}

.top-nav3-offer a {
    color: white;
    text-decoration: none;
}

.top-nav3-link {
    width: 57%;
}

.top-nav3-offer a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main-catergories-box {
    width: 100%;
    /* height: 400px; */
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    position: absolute;
    transition: 0.5s all;
    z-index: 11;

}

.catergories-top {
    position: relative;
}

.main-catergories-box ul {
    padding-left: 0px;
}

.main-catergories-box ul li {
    list-style: none;
}

.main-catergories-box ul li a {
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    display: block;
}

.div-owllbanner {
    padding-left: 23%;
    padding-top: 30px;
}

.owl-carousel-banner img {
    border-radius: 10px;
    /* height: 460px;
      object-fit: cover;
      objeb */
}

.owl-carousel-banner {
    .owl-nav {
        position: absolute;
        bottom: 29px;
        right: 0px;
    }

    button.owl-prev,
    button.owl-next {
        background-color: white !important;
        width: 35px;
        height: 35px;

        i {
            color: #000;
        }

    }

    button.owl-prev:hover,
    button.owl-next:hover {
        color: #000;

    }
}

.owl-carousel-banner .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 19px;
}

.section-catgories {
    padding: 60px 0px;
}

.items-pr {
    a {
        color: #000;
    }

    text-align: center;

    h4 {
        font-size: 17px;
        margin: 0px;
    }

    span {
        color: grey;
        font-size: 15px;
    }
}

.owl-carousel-banner1 {
    .owl-prev {
        position: absolute;
        top: 50%;
        left: 35px;
    }

    .owl-next {
        position: absolute;
        top: 50%;
        right: 35px;

    }
}

.section-catgories h2 {
    text-align: center;
}

.section-offer {
    background-color: #fbe9ec;
    width: 97%;
    display: block;
    margin: auto;
}

.counter-deal {
    display: flex;
    gap: 20px;

    .caounter-d-m span {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
}

.shopall {
    padding: 10px 40px;
    color: black;
    display: block;
    width: fit-content;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid black;
}

.today-deal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.offer-pr {
    width: 24%;
    background-color: white;
    padding: 10px;
}

.offer-box {
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.offer-pr-c h4 {
    font-size: 16px;
    color: black;

    a {
        color: black;
        text-decoration: none;
    }
}

.offer-pr-c>a {
    color: grey;
    text-decoration: none;
    font-size: 15px;
}

.price {
    display: flex;
    gap: 20px;
}

.addtcard-btn {
    padding: 8px 20px;
    display: block;
    width: 100%;
    background-color: rgb(240, 240, 240);
    color: black !important;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    transition: 0.5s all;
}

.price-item--sale {
    color: #f93355;
}

.product-price--regular {
    text-decoration: line-through;
}

.label-product-Sale {
    background-color: #f93355;
    background-color: #f93355;
    padding: 2px 14px;
    color: white;
    border-radius: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.offer-pr {
    position: relative;
}


.list-product-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    transition: 0.5s all;
    gap: 7px;

    a {
        width: 38px;
        height: 38px;
        background: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        color: rgb(0, 0, 0);
        border: 1px solid #eeeeee;
        transition: 0.5s all;
    }

    i {
        position: relative;
        top: 1px;
    }
}

.offer-pr:hover .list-product-btn {
    opacity: 1;
}

.list-product-btn a:hover {
    background-color: black;
    color: white;
}

.addtcard-btn:hover {
    background-color: black;
    color: white !important;
}

.hoverimg {
    display: none !important;
}

.offer-pr:hover .hoverimg {
    display: block !important;
}

.offer-pr:hover .nothoverimg {
    display: none !important;
}

.offer-pr img {
    height: 200px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 20px;
}

.row--offer-r {
    align-items: center;
}

.section-oel-pr {
    padding: 60px 0px;
}

.itemsoffer {
    .offer-pr {
        width: 100%;
    }
}

.offer-pr {


    /* width: 100%; */
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.today-deal-col {
    background-color: #fbe9ec;
    border-radius: 10px;
}

.section--gfgf {
    width: 96%;
    display: block;
    margin: auto;
}

.section-oel-pr {
    .owl-prev {
        position: absolute;
        left: 0px;
        top: 26%;
    }

    .owl-next {
        position: absolute;
        right: 0px;
        top: 26%;
    }
}

.cus-ptir {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

    a {
        text-decoration: none;
        color: black;

    }
}

.collection-b {
    img {
        border-radius: 100%;
        width: 313px;
        height: 313px;
    }

    text-align: center;

    h4 {
        margin-top: 20px;
    }
}

.collection-b a {
    color: black;
    text-decoration: none;
    border: 1px solid darkgrey;
    padding: 10px 26px;
    display: block;
    width: fit-content;
    margin: auto;
    display: block;
    margin-top: 20px;
    border-radius: 5px;
}

.section--ff {
    width: 96%;
    display: block;
    margin: auto;
    background-color: #13171b;
}

.section-ff-v {
    padding: 100px;
    color: white;

    h2 {
        font-size: 42px;
        margin-bottom: 25px;
    }

    ul {
        padding-left: 0px;

        li {
            margin-bottom: 10px;
            list-style: none;
            display: flex;
            gap: 15px;
            font-size: 20px;

            i {
                color: #00fa0c;
            }
        }
    }
}

.box__btn a {
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 30px;
}

.bg_video7 {
    padding: 0px;
}

.bg_video7 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-logo {
    padding: 60px 0px;

    h2 {
        margin-bottom: 30px;
    }

    .items-pr img {
        border: 1px solid #dadada;
        border-radius: 10px;
    }
}

.free-ship-section {
    background-color: #1f2329;
    padding: 40px 0px;
}

.free-ship-box {
    display: flex;
    gap: 10px;

}

.logo-fr-sh img {
    width: 30px;
}

.fre-ship-c {
    color: white;
}

.logo-fr-sh {
    width: 50px;
    height: 50px;
    border: 1px solid grey;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.fre-ship-c h4 {
    margin-bottom: 0px;
    font-size: 19px;
}

.fre-ship-c p {
    font-size: 14px;
}

.free-shiping-m {
    display: flex;
}

.free-ship-box {
    width: 25%;
}

a {
    text-decoration: none;
}

/* -----footer--- */

/*------------ footer ---------------- */
.footer .footer-wrap {
    background-color: #14171b;
    color: #888;
}

.footer .footer-wrap .footer-top {
    padding-top: 80px;
    padding-bottom: 70px;
}

.footer .footer-wrap .footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.footer .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-heading {
    margin-bottom: 25px;
}

.footer .footer-heading h6 {
    color: #fff;
    font-size: calc(14px + 4px);
    line-height: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.footer .footer-heading-moblie {
    display: none;
}

.footer a.footer-menu_item {
    line-height: 30px;
    color: #888;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer a.footer-menu_item:hover {
    color: #ffffff;
    padding-left: 10px;
}

.footer .footer-infor ul {
    margin-bottom: 15px;
}

.footer .footer-infor ul li p {
    margin-bottom: 15px;
    line-height: 30px;
}

.footer .footer-infor ul li p a {
    color: #888;
}

.footer .footer-infor ul li.mail p a {
    text-decoration: underline;
}

.footer .footer-infor ul li p a:hover {
    color: #fff;
}

.footer .footer-infor ul li.phone {
    font-size: calc(14px + 10px);
    line-height: 28px;
    font-weight: 500;
}

.footer .footer-infor ul li.phone a {
    color: #ffffff;
}

.footer .footer-infor>a {
    margin-bottom: 28px;
}

.footer .copyright__content a {
    color: #888;
}

.footer .copyright__content a:hover {
    color: #ffffff;
}

.footer .footer__payment .tf-payment {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.footer .footer-newsletter form {
    margin-top: 27px;
    margin-bottom: 40px;
    position: relative;
}

.footer .footer-newsletter form input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    border: none;
    font-size: 14px;
    background: transparent;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.149);
    border-radius: 25px;
}

.footer .footer-newsletter form input:focus {
    border-color: #fff;
}

.footer .footer-newsletter form .button-submit button {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 0;
    min-height: auto;
    text-align: center;
}

.footer .footer-newsletter form .button-submit button:hover {
    background: #fff;
    color: #000;
}

.tf-cur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.tf-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.ss-toolbar-bottom {
    display: none;
    padding: 0 5px;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
}

.ss-toolbar-bottom .toolbar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    position: relative;
}

.ss-toolbar-bottom .toolbar-item a {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    height: 67px;
    gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ss-toolbar-bottom .toolbar-item a .toolbar-icon {
    width: 18px;
    height: 18px;
    position: relative;
}

.ss-toolbar-bottom .toolbar-item a .toolbar-icon i {
    font-size: 18px;
    color: var(--main-color2);
}

.ss-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
    position: absolute;
    top: -6px;
    right: -12px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d52345;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.ss-toolbar-bottom .toolbar-item a .toolbar-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

.ss-toolbar-bottom .toolbar-item.active::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d52345;
}

.ss-toolbar-bottom .toolbar-item.active .toolbar-icon i {
    color: #d52345;
}

.menu-open {
    display: none;
}

.main-catergories-box span {
    display: none;
}

.icon-ser-t1,
.top-nav3-link span {
    display: none;
}

/* =====product detail page===== */

/*breadcrumb*/
.breadcrumb {
    background-color: #f7f7f7;
    padding: 34px 0;
    /* margin-bottom: 50px; */
}

.breadcrumb .breadcrumbtitle h2 {
    font-size: 44px;
    text-align: center;
    text-transform: capitalize;
    line-height: 55px;
    margin-bottom: 15px;
}

.breadcrumb-list a {
    color: grey;
}

.breadcrumb .breadcrumb-wrap {
    gap: 15px;
}

.breadcrumb .breadcrumb-wrap .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-wrap .breadcrumb-list .icon {
    font-size: 8px;
    font-weight: 700;
}

.breadcrumb .breadcrumb-wrap .breadcrumb-list span {
    color: #666;
}

.product_count-sales {
    svg {
        width: 20px;
    }
}

.product-detai {
    padding-top: 50px;
    padding-left: 50px;

    h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

.product-status-content {
    margin-bottom: 15px;
}

.product_count-sales {
    margin-bottom: 15px;
}

.product-single_attribure {
    margin-bottom: 15px;
}

.product-single_attribure {
    display: flex;
    gap: 6px;

    label {
        font-weight: bold;
        color: grey;
    }
}

#details {
    padding: 0px;

    li {
        list-style: none;

        a {
            color: black;
        }
    }
}

.show-description {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.product-info-price {
    margin-bottom: 20px;
    display: flex;
}

.product-info-price .price-on-sale {
    color: #d52345;
    font-size: 35px;
    line-height: 28px;
}

.product-options-bottom {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: end;
}

.product-info-buy-button form {
    display: flex;
    gap: 10px;
}

.wg-quantity {
    width: 127px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-radius: 3px;
    overflow: hidden;
}

.wg-quantity .btn-quantity {
    width: 38px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wg-quantity input {
    width: 51px;
    height: 55px;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

a.ss-btn.btn-add-to-cart.add-cart {
    border: 1px solid #000000;
    color: black;
    /* padding: 12px 20px; */
    display: block;
    width: 52%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 17px;
}

.product-info-buy-button {
    width: 100%;
}

.wishlist-bt {
    border: 1px solid #000000;
    color: black;
    /* padding: 12px 20px; */
    display: block;
    font-size: 22px;
    height: 55px;
    /* width: 57px; */
    min-width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    line-height: normal;
}

a.ss-btn.btn-add-to-cart.add-cart:hover {
    background-color: #000;
    color: white;
}

.wishlist-bt:hover {
    background-color: #000;
    color: white;
}

.addtocardbox {
    width: 400px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    right: -400px;
    z-index: 111;
    display: flex;
    flex-direction: column;
    transition: 0.5s all;
}

.top-card-nav {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
}

.bottom-card-nav {
    /* display: flex; */
    padding: 20px;
    /* justify-content: space-between; */
    border-top: 1px solid #d5d5d5;
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
}

.div-n {
    display: flex;
    /* padding: 20px; */
    justify-content: space-between;
    /* border-top: 1px solid #d5d5d5; */
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background-color: #4a6cf7;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.card-product-t img {
    width: 100px;
}

.card-product-t {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.card-product-t img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

button.remove-item {
    background-color: #bd0000;
    color: white;
    border: none;
    padding: 4px 15px;
    border-radius: 100px;
    font-size: 10px;
}

.quantity-btn {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: white;
    border: 1px solid rgb(172, 172, 172);
}

.item-price {
    margin: 0px;
    font-size: 14px;
    color: grey;
    color: rgb(249, 51, 85);
    font-weight: bold;
    margin-bottom: 6px;
}

.item-name {
    margin: 0px;
    font-size: 18px;
}

.quantity-controls {
    margin-bottom: 10px;
    display: flex;
    gap: 7px;
    align-items: center;
}

.card-pr {
    padding: 20px;
    overflow: auto;
    flex: 1;
}

.addtocardbox.active {
    right: 0px;
}

.close-cardbox {
    cursor: pointer;
}

@media (max-width: 768px) {

    .menu-open,
    .icon-ser-t1 {
        display: block;
    }

    .main-catergories-box span,
    .top-nav3-link span {
        display: block;
    }

    .t-n1 p {
        display: none;
    }

    .t-n {
        justify-content: center;
    }

    .top-nav-logo {
        min-width: 172px;
        width: 170px;

        img {
            width: 100%;
        }
    }

    .top-nav-a-o-c a:nth-child(2) {
        display: none;
    }

    .top-nav-login-o a {
        font-size: 15px;
    }

    .top-nav-serach {
        order: 1;
    }

    .top-nav-serach {

        form {
            position: absolute;
            width: 100%;
            left: 0px;
            top: 44px;
            z-index: 1;
            display: none;
        }

        form.active {
            display: block;
        }
    }

    .top-nav2-inner {
        position: relative;
    }

    .icon-ser-t1 {
        background-color: #d52345;
        color: white;
        background-color: #d52345;
        color: white;
        padding: 5px 9px;
        border-radius: 4px;
        font-size: 14px;
        /* position: absolute; */
        /* top: 3px; */
        /* right: 4px; */
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }

    .top-nav-a-o-c a span {
        display: none;
    }

    .top-nav-serach {
        width: 40px;
    }

    .catergories-top button span {
        display: none;
    }

    .main-catergories-box {
        position: fixed;
        top: 0px;
        left: -300px;
        width: 300px;
        z-index: 11;
        height: 100%;
    }

    .div-owllbanner {
        padding-left: 0px;
    }

    .top-nav3-link {
        position: fixed;
        top: 0px;
        background: white;
        left: -300px;
        height: 100%;
        z-index: 11;
        width: 300px;
    }

    .top-nav3-m {
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .top-nav3-offer {
        width: auto;
    }

    .top-nav3-link ul {
        flex-direction: column;
    }

    .top-nav3-link ul {
        padding-left: 0px;
        gap: 0px;

        li {
            list-style: none;
        }

        li a {
            color: #000000;
            text-decoration: none;
            padding: 10px;
            display: block;
            border-bottom: 1px solid rgb(236, 236, 236);
        }
    }

    .catergories-top button {
        background: none;
        color: white;
        border: 1px solid white;
        width: 37px;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        border-radius: 4px;

        i {
            margin: 0px;
            font-size: 20px;
        }
    }

    .catergories-top {
        display: flex;
        gap: 10px;
    }

    .main-catergories-box.active {
        left: 0px;
    }

    .main-catergories-box span,
    .top-nav3-link span {
        font-size: 20px;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
        width: fit-content;
        cursor: pointer;
    }

    .main-catergories-box ul li a {
        border-bottom: 1px solid #e9e9e9;
    }

    .top-nav3-link.active {
        left: 0px;
    }

    .offer-pr {
        width: 47%;
    }

    .offer-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .offer-pr img {
        height: 200px;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .free-shiping-m {
        display: flex;
        flex-wrap: wrap;
    }

    .free-ship-box {
        width: 50%;
    }

    button.menu-open {
        background: #d52345;
        border: 1px solid #d52345;
    }
}
.top-nav-logo img  , .footer-logo a img{
    width: 180px;
}
@media (max-width: 575px) {
    .top-nav-logo {
        min-width: 130px;
        width: 130px;
    }
    .fotm-loginccc , .partnerr{
    padding-left: 10px!important;
}

.divpart{
    width: 170px!important;
}
    .logo-fr-sh {
        width: 40px;
        height: 40px;
        border: 1px solid grey;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        min-width: 40px;
    }

    .logo-fr-sh img {
        width: 18px;
    }

    .fre-ship-c p {
        font-size: 12px;
    }

    .fre-ship-c h4 {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .free-ship-section {
        padding-bottom: 15px;
    }

    .offer-pr {
        width: 300px;
    }

    .today-deal {
        padding-top: 50px;
    }

    .cus-ptir {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-direction: column;
        justify-content: start;
        text-align: start;
        align-items: start;
    }

    .collection-b {
        text-align: center;
        margin-bottom: 30px;
    }

    .section-ff-v {
        & ul {
            li {
                margin-bottom: 10px;
                list-style: none;
                display: flex;
                gap: 15px;
                font-size: 16px;
            }
        }
    }

    .section-ff-v {
        h2 {
            font-size: 26px;
            margin-bottom: 25px;
        }
    }

    .section-ff-v {
        padding: 35px;
    }

    .featured-oo-bb {}

    .collection-b {
        h4 {
            margin-top: 20px;
            font-size: 16px;
        }
    }

    .collection-b {
        img {
            border-radius: 100%;
            width: 185px;
            height: 185px;
            min-width: 185px;
        }
    }

    .featured-oo-bb {
        width: 50%;
    }

    .collection-b a {
        color: black;
        text-decoration: none;
        border: 1px solid darkgrey;
        padding: 6px 22px;
        display: block;
        width: fit-content;
        margin: auto;
        display: block;
        margin-top: 16px;
        border-radius: 5px;
        font-size: 15px;
    }

    .footer .footer-wrap .footer-top {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

@media (max-width: 450px) {
    .top-nav-serach {
        width: 40px;
        /* position: relative; */
        /* margin-top: -121px; */
        position: absolute;
        top: -56px;
        width: 100%;
    }

    .box__btn a {
        font-size: 14px;
    }
}

.product-info-extra-link {
    display: flex;
    gap: 20px;
}

.tf-product-extra-icon {
    display: flex;
    gap: 5px;
    color: black;
    font-weight: bold;
}

.fid {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(216, 216, 216);
    font-weight: bold;

    span {
        color: #d52345;
    }
}

.atm-card {
    background: #f7f7f7;
    padding: 34px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    margin-bottom: 20px;
}


.tab-reviews .tab-reviews-heading {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-reviews .tab-reviews-heading .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 597px;
    gap: 30px;
}

.tab-reviews .tab-reviews-heading .list-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7px;
    margin-top: 1px;
    font-size: 17px;
}

.tab-reviews .tab-reviews-heading .list-star .icon {
    color: var(--yellow);
}

.tab-reviews .rating-score {
    width: 100%;
    max-width: 365px;
}

.tab-reviews .rating-score .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.tab-reviews .rating-score .item:not(:last-child) {
    margin-bottom: 4px;
}

.tab-reviews .rating-score .number-1 {
    width: 12px;
    text-align: end;
}

.tab-reviews .rating-score .icon {
    font-size: 15px;
    margin-left: 4px;
    color: var(--yellow);
}

.tab-reviews .rating-score .number-2 {
    width: 17px;
}

.tab-reviews .rating-score .line-bg {
    margin: 0 8px;
    width: 100%;
    height: 8px;
    background-color: #eeeeee;
}

.tab-reviews .rating-score .line-bg div {
    height: 100%;
    background-color: #ffb321;
}

.tab-reviews .tab-reviews-heading .top .number {
    font-size: 80px;
    line-height: 96px;
}

.list-star i {
    color: #ffb321;
}

.rating-score i {
    color: #ffb321;
}

.ss-btn {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 400;
    gap: 12px;
    padding: 10px 20px;
}

.btn-cancel-review {
    display: none;
}

.wrapper-tabss {
    background-color: white;
    padding: 100px;
    padding-top: 16px;
}

.nav-link {
    border: none !important;
}

.nav-tabs {
    border: none !important;
}

#myTab {
    justify-content: center;
    font-size: 25px;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid grey !important;
    background: none !important;
}

.nav-link {
    color: black !important;
    background: none !important;
}

.count-reviewe {
    display: flex;
    align-items: center;

    h6 {
        font-size: 20px;
    }

    img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 100%;
    }

    p {
        margin: 0px;
    }
}

.count-review h5 {
    margin-bottom: 20px;
}

.section-pr-re-d {
    padding: 60px 0px;
    background: #f2f2f2;
}

.all-product {
    display: flex;
}

.all-product {
    padding: 60px 0px;
}

.left-catergory {
    width: 300px;
    /* height: 100%; */
    /* background-color: #000000; */
    min-width: 300px;

    button.accordion-button {
        background: none !important;
        border: none !important;
        color: black;
        font-weight: bold;
    }

    .accordion-item {
        border: none !important;
    }

    .div-all-car a {
        display: block;
        margin-bottom: 15px;
        color: black;
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .div-all-car {
        height: 200px;
        overflow: auto;
    }

    .range-container {
        width: 100%;
        margin: 20px auto;
    }

    .slider {
        position: relative;
        width: 100%;
        height: 5px;
        background: #ddd;
        border-radius: 5px;
    }

    .slider input {
        position: absolute;
        width: 100%;
        height: 5px;
        -webkit-appearance: none;
        background: none;
        pointer-events: none;
    }

    .slider input::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 18px;
        width: 18px;
        background: #000;
        border-radius: 50%;
        pointer-events: auto;
        cursor: pointer;
        border: 3px solid #fff;
    }

    .range-values {
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        font-size: 16px;
    }

    .range-values input {
        width: 80px;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 6px;
        text-align: center;
        font-size: 15px;
    }

    .brand-check ul {
        padding-left: 0px;

        li {
            list-style: none;
        }
    }
}

.top-nav-catergory {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
}

.form-select:focus {
    box-shadow: none !important;
}

.allproducttoday {
    padding: 60px 25px;

    .offer-pr img {
        height: 280px;
    }
}

.login-section {
    padding: 60px 0px;
}

.login-section {
    /* padding: 60p; */
}

.login-box {
    background: black;
    color: white;
    padding: 40px;
    text-align: center;
    height: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    h4 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

.forgets {
    color: black;
}

.fotm-login {
    padding: 20px;

    .form-control {
        padding: 16px 14px;
        margin-bottom: 25px;
    }

    .login-btn {
        margin-top: 20px;
        display: flex;
        gap: 10px;

        input {
            width: 48%;
            padding: 17px 20px;
            font-weight: bold;
            background: black;
            color: white;
            border-radius: 6px;
            border: 1px solid black;
            transition: 0.5s all;
        }

        input:hover {
            border: 1px solid #f93355;
            background-color: #f93355;
        }

        a {
            transition: 0.5s all;
            width: 48%;
            padding: 17px 20px;
            font-weight: bold;
            background: rgb(255, 255, 255);
            color: rgb(0, 0, 0);
            border-radius: 6px;
            border: 1px solid black;
            text-align: center;
        }

        a:hover {
            background: rgb(0, 0, 0);
            color: rgb(255, 255, 255);
            border-radius: 6px;
            border: 1px solid black;
        }
    }
}

.rowrgrestion {
    justify-content: center;
}



/*======Contact=======*/
.page-contact .page-title {
    display: none;
}

.page-contact .contact-wrap {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
}

.page-contact .contact-title {
    margin-bottom: 35px;
}

.page-contact .contact-title h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin-bottom: 10px;
}

.page-contact .contact-title .contact-sub {
    font-size: 14px;
    line-height: 30px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
}

.page-contact .contact-info .contact-info__content ul li {
    font-size: 16px;
    line-height: 30px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
    margin-bottom: 50px;
}

.page-contact .contact-info .contact-info__content ul li i {
    margin-right: 20px;
    font-size: 24px;
    line-height: 25px;
    vertical-align: -4px;
    display: inline-block;
}

.page-contact .contact-info .contact-info__content ul li i.icon-mail {
    font-size: 18px;
}

.page-contact .contact-form .errors ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #f00;
}

.page-contact .contact-form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-contact .contact-form .field label {
    font-size: 14px;
    text-transform: capitalize;
    color: black;
    font-weight: bold;
    margin-bottom: 3px;
}

.list-social__link {
    color: black !important;
}

.list-social__link svg {
    fill: black !important;
}

.page-contact .contact-form .field input {
    height: 44px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 18px;
    font-size: 14px;
    color: #000000;
}

.page-contact .contact-form input:focus {
    border: 1px solid var(--main-color2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-contact .contact-form textarea {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 12px 18px;
    max-height: 100px;
    color: #000000;

    font-size: 14px;
}

.page-contact .contact-form .btn {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: #f93355;
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-weight: var(--font-body-weight);
    margin-top: 40px;
    text-align: center;
    margin-bottom: 0;
}

.page-contact .contact-form .btn:hover {
    background: #000000;
}

.page-contact .contact-map iframe {
    border: 0;
    width: 100%;
    overflow: hidden;
    height: 640px;
    display: block;
}

.page-contact .form-success .fa-check {
    background: #528e54;
    border-radius: 50%;
    color: #fff;
    padding: 2px;
}

.page-contact .form-contact,
.page-contact .contact-info {
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 70px 76px 80px;
}

.contact-info__social .list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-info__social .list-social li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    border: none;
}

.contact-info__social .list-social li a svg {
    width: 20px;
    height: 20px;
}

.contact-info__social .list-social li a span {
    display: none;
}

.contact-info__social .list-social li a:hover {
    background: var(--main-color2);
    border: none;
    color: #fff;
}

.contact-info__social .list-social li a:hover svg {
    fill: #fff;
    color: #fff;
}

.page-contact .contact-form input::-webkit-input-placeholder,
.page-contact .contact-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input:-ms-input-placeholder,
.page-contact .contact-form textarea:-ms-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::-webkit-input-placeholder,
.page-contact .contact-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::-moz-placeholder,
.page-contact .contact-form textarea::-moz-placeholder {
    color: transparent;
}

.page-contact .contact-form input:-ms-input-placeholder,
.page-contact .contact-form textarea:-ms-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::-ms-input-placeholder,
.page-contact .contact-form textarea::-ms-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
    color: transparent;
}

.e-business{
    color: white!important;
}
.fotm-loginc{
        border-left: 1px solid #eaeaea;
}
.fotm-loginccc{
    padding-left: 50px;
}
.payy-btn{
        background: #d52345;
    color: white;
    padding: 10px 27px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 27px;
}
.divpartner{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.divpart{
     width: 250px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.096) 0px 2px 8px 0px;
}
.divpart span{
    background: #e5e5e5;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    /* margin: auto; */
    margin-bottom: 20px;
}
.divpart img{
    width: 100%;
}
.partnerr{
    margin-top: 50px;
    padding-left: 50px;
}


  #rkmg-privacy{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#223; line-height:1.6;  margin:32px auto; padding:28px; box-sizing:border-box;}
    #rkmg-privacy .rkmg-card{background:linear-gradient(180deg,#ffffff, #fbfdfc); border:1px solid rgba(34,34,34,0.04); border-radius:12px; box-shadow:0 6px 18px rgba(34,34,34,0.04); padding:28px}
    #rkmg-privacy h1.rkmg-title{font-size:1.5rem; margin:0 0 8px; color:#0b4f48}
    #rkmg-privacy .rkmg-meta{font-size:0.9rem; color:#556; margin-bottom:18px}
    #rkmg-privacy h2.rkmg-section-title{font-size:1.05rem; margin:20px 0 8px; color:#0b635b}
    #rkmg-privacy p{margin:8px 0}
    #rkmg-privacy ul{margin:6px 0 12px 20px}
    #rkmg-privacy li{margin:6px 0}
    #rkmg-privacy .rkmg-note{font-size:0.9rem; color:#475; background:#f6fffb; border-left:4px solid #cdeee6; padding:10px 12px; border-radius:6px}
    #rkmg-privacy .rkmg-footerpp{margin-top:20px; font-size:0.9rem; color:#667}

    /* Small screen adjustments */
    @media (max-width:520px){
      #rkmg-privacy{padding:18px;margin:18px}
      #rkmg-privacy .rkmg-card{padding:18px}
    }

    /* Print-friendly: remove background and shadows when printing */
    @media print{
      #rkmg-privacy{max-width:100%; margin:0; padding:0}
      #rkmg-privacy .rkmg-card{background:transparent; box-shadow:none; border:0; padding:0}
    }
    #rkmg-return{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;color:#223;line-height:1.6;margin:32px auto;padding:28px;box-sizing:border-box;}
#rkmg-return .rkmg-card{background:linear-gradient(180deg,#ffffff,#fbfdfc);border:1px solid rgba(34,34,34,0.04);border-radius:12px;box-shadow:0 6px 18px rgba(34,34,34,0.04);padding:28px}
#rkmg-return h1.rkmg-title{font-size:1.5rem;margin:0 0 8px;color:#0b4f48}
#rkmg-return .rkmg-meta{font-size:0.9rem;color:#556;margin-bottom:18px}
#rkmg-return h2.rkmg-section-title{font-size:1.05rem;margin:20px 0 8px;color:#0b635b}
#rkmg-return p{margin:8px 0}
#rkmg-return ul{margin:6px 0 12px 20px}
#rkmg-return li{margin:6px 0}
#rkmg-return .rkmg-note{font-size:0.9rem;color:#475;background:#f6fffb;border-left:4px solid #cdeee6;padding:10px 12px;border-radius:6px;margin-top:10px}
#rkmg-return .rkmg-footer{margin-top:20px;font-size:0.9rem;color:#667}


@media(max-width:520px){
#rkmg-return{padding:18px;margin:18px}
#rkmg-return .rkmg-card{padding:18px}
}


@media print{
#rkmg-return{max-width:100%;margin:0;padding:0}
#rkmg-return .rkmg-card{background:transparent;box-shadow:none;border:0;padding:0}
}

#rkmg-tnc{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222a; line-height:1.65;  margin:32px auto; padding:30px; box-sizing:border-box}
#rkmg-tnc .card{background:linear-gradient(180deg,#fff,#fbfdfc); border:1px solid rgba(34,34,34,0.04); border-radius:12px; box-shadow:0 8px 24px rgba(34,34,34,0.04); padding:28px}
#rkmg-tnc h1.title{font-size:1.6rem; margin:0 0 6px; color:#0b4f48}
#rkmg-tnc .meta{font-size:0.92rem; color:#556; margin-bottom:14px}
#rkmg-tnc h2.section{font-size:1.05rem; margin:20px 0 8px; color:#0b635b}
#rkmg-tnc p, #rkmg-tnc li{font-size:0.98rem; color:#1f2933}
#rkmg-tnc ul{margin:8px 0 12px 22px}
#rkmg-tnc .note{background:#f6fffb; border-left:4px solid #cdeee6; padding:10px 12px; border-radius:6px; color:#234}
#rkmg-tnc .footer-note{margin-top:18px; font-size:0.92rem; color:#667}


@media (max-width:560px){
#rkmg-tnc{padding:18px;margin:18px}
#rkmg-tnc .card{padding:18px}
}


@media print{
#rkmg-tnc{max-width:100%;margin:0;padding:0}
#rkmg-tnc .card{background:transparent;box-shadow:none;border:0;padding:0}
}

#rkmg-disclaimer{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial; color:#102; line-height:1.6;  margin:32px auto; padding:28px; box-sizing:border-box}
#rkmg-disclaimer .card{background:linear-gradient(180deg,#fff,#fcfdfa); border:1px solid rgba(16,20,18,0.04); border-radius:12px; box-shadow:0 6px 18px rgba(16,20,18,0.04); padding:24px}
#rkmg-disclaimer h1.title{font-size:1.4rem; margin:0 0 8px; color:#0b4f48}
#rkmg-disclaimer .meta{font-size:0.92rem; color:#556; margin-bottom:14px}
#rkmg-disclaimer h2.section{font-size:1.02rem; margin:18px 0 8px; color:#0b635b}
#rkmg-disclaimer p, #rkmg-disclaimer li{font-size:0.98rem; color:#1f2933}
#rkmg-disclaimer ul{margin:8px 0 12px 22px}
#rkmg-disclaimer .note{background:#f6fffb; border-left:4px solid #cdeee6; padding:10px 12px; border-radius:6px}
#rkmg-disclaimer .footer{margin-top:18px; font-size:0.92rem; color:#667}
@media (max-width:560px){ #rkmg-disclaimer{padding:18px;margin:18px} #rkmg-disclaimer .card{padding:18px} }
@media print{ #rkmg-disclaimer{max-width:100%;margin:0;padding:0} #rkmg-disclaimer .card{background:transparent;box-shadow:none;border:0;padding:0} }

#rkmg-shipping {
font-family: Arial, sans-serif;
max-width: 900px;
margin: 40px auto;
padding: 20px;
line-height: 1.6;
color: #222;
}


#rkmg-shipping h1 {
text-align: center;
font-size: 28px;
margin-bottom: 5px;
}


#rkmg-shipping .effective-date {
text-align: center;
font-size: 15px;
margin-bottom: 30px;
color: #555;
}


#rkmg-shipping h2 {
margin-top: 25px;
font-size: 20px;
border-left: 4px solid #333;
padding-left: 10px;
}


#rkmg-shipping ul {
margin-left: 20px;
padding-left: 10px;
}


#rkmg-shipping li {
margin-bottom: 8px;
}


.footer-top .row{
    justify-content: center;
}








@media screen and (max-width: 1199px) {

    .page-contact .form-contact,
    .page-contact .contact-info {
        padding: 30px;
    }

    .page-contact .contact-info .contact-info__content ul li {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-contact .contact-map iframe {
        height: 640px;
    }
}

@media only screen and (max-width: 767px) {
    .page-contact .contact-map iframe {
        height: 300px;
    }

    .widget-statistics .item {
        margin-bottom: 30px;
    }
}


.secrion-myaccount {
    .account-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .page-title {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .page-title h1 {
        font-size: 36px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .page-title i {
        font-size: 40px;
        color: #667eea;
    }

    .account-layout {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 30px;
    }

    .sidebar {
        background: white;
        border-radius: 16px;
        padding: 25px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        height: fit-content;
    }

    .user-profile {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #e2e8f0;
        margin-bottom: 20px;
    }

    .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #e2e8f0;
        margin: 0 auto 15px;
    }

    .user-name {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .user-email {
        color: #64748b;
        font-size: 14px;
    }

    .sidebar-menu {
        list-style: none;
        padding-left: 0px;
    }

    .menu-item {
        margin-bottom: 10px;
    }

    .menu-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 15px;
        border-radius: 10px;
        color: #475569;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .menu-link:hover,
    .menu-link.active {
        background: #667eea;
        color: white;
    }

    .menu-link i {
        font-size: 18px;
    }

    .content-area {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .section-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #1e293b;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .section-title i {
        color: #667eea;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group.full-width {
        grid-column: 1 / -1;
    }

    label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #475569;
    }

    .form-control {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .form-control:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

    .btn {
        padding: 12px 24px;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .btn-primary {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

    .btn-secondary {
        background: #f1f5f9;
        color: #475569;
    }

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .orders-grid {
        display: grid;
        gap: 20px;
    }

    .order-card {
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        transition: all 0.3s ease;
    }

    .order-card:hover {
        border-color: #667eea;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .order-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e2e8f0;
    }

    .order-id {
        font-weight: 700;
        color: #1e293b;
    }

    .order-date {
        color: #64748b;
        font-size: 14px;
    }

    .order-status {
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }

    .status-delivered {
        background: #d1fae5;
        color: #065f46;
    }

    .status-processing {
        background: #fef3c7;
        color: #92400e;
    }

    .status-shipped {
        background: #dbeafe;
        color: #1e40af;
    }

    .order-details {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 20px;
    }

    .order-items {
        display: flex;
        gap: 15px;
    }

    .order-item-img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
    }

    .order-summary {
        text-align: right;
    }

    .order-total {
        font-size: 18px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 10px;
    }

    .order-actions {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }

    .stat-card {
        background: white;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        font-size: 24px;
    }

    .icon-orders {
        background: #e0e7ff;
        color: #4f46e5;
    }

    .icon-wishlist {
        background: #fce7f3;
        color: #db2777;
    }

    .icon-reviews {
        background: #dcfce7;
        color: #16a34a;
    }

    .icon-address {
        background: #fef3c7;
        color: #d97706;
    }

    .stat-value {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #1e293b;
    }

    .stat-label {
        color: #64748b;
        font-size: 14px;
    }

    .address-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

    .address-card {
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        position: relative;
    }

    .address-default {
        border-color: #667eea;
        background: #f8faff;
    }

    .address-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .address-title {
        font-weight: 700;
        color: #1e293b;
    }

    .default-badge {
        background: #667eea;
        color: white;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }

    .address-actions {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }

    .notification {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: white;
        border-radius: 10px;
        padding: 15px 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        gap: 10px;
        transform: translateY(100px);
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .notification.show {
        transform: translateY(0);
        opacity: 1;
    }

    .notification-icon {
        width: 40px;
        height: 40px;
        background: #10b981;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .notification.error .notification-icon {
        background: #ff6b6b;
    }

    .notification-text {
        font-weight: 600;
    }

    .hidden {
        display: none;
    }
}

.color-selector {
    max-width: 450px;
}

.color-selector label {
    font-size: 18px;
    font-weight: 600;
}

.colors {
    display: flex;
    gap: 15px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.color-option {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ccc;
    transition: 0.3s;
}

.color-option.active {
    border: 3px solid #000;
    transform: scale(1.15);
}

.selected-text {
    font-size: 16px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .account-layout {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .order-details {
        grid-template-columns: 1fr;
    }

    .order-actions {
        justify-content: flex-start;
        margin-top: 15px;
    }
}




.checkout-container {
    max-width: 1200px;
    margin: 40px auto;
}

.cart-header {


    padding: 5px 0px;
    border-radius: 16px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
    margin-bottom: 5px;
}

.cart-header h1 {
    font-weight: 600;
    margin: 0;
    font-size: 26px;
    margin-bottom: 8px;
}

.cart-item {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

/* .cart-item:hover {
  transform: translateY(-3px);
} */

.product-image {
    border-radius: 8px;
    border: 1px solid #f9335524;
    padding: 5px;

}

.book-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.author {
    font-size: 0.95rem;
    color: #6c757d;
}

.stock {
    color: #f93355;
    font-size: 0.9rem;
    /* margin-top: 8px; */
    font-weight: 500;
}

.pp-price .price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #28a745;
    justify-content: end;
}

.con-image-sj {
    display: block;
    margin: auto;
    margin-top: 10px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.quantity-btn:hover {
    background: #f93355;
    color: #fff;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #dee2e6;
    margin: 0 8px;
    border-radius: 8px;
    padding: 3px;
}

.action-links a {
    font-size: 0.9rem;
    margin-right: 10px;
    text-decoration: none;
    color: #005beb;
    transition: 0.3s;
    font-size: 12px;
    background: none;
    border: none;
}

.action-links a:hover {
    color: #3a86ff;
    background: none !important;
}

/* Checkout Summary */
.summary-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 80px;
}

.summary-card h4 {
    /* font-family: 'Playfair Display', serif; */
    margin-bottom: 20px;
    font-weight: 600;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.summary-total {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529;
    margin-top: 10px;
}

.checkout {
    width: 100%;
    display: flex;
    justify-content: center;
}

.checkout-btn {
    width: 100%;
    border: none;
    background: linear-gradient(to right, #f93355, #f93355);
    color: #fff;
    padding: 14px;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s;
    display: block;

    text-align: center;
    text-decoration: none;
    transition: 0.5s all;
}

.checkout-btn:hover {
    color: #fff;
    background: linear-gradient(to right, #f93355, #f93355);
}


/* .checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(58,134,255,0.6);
} */

.continue-link {
    display: block;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 500;
    color: #3a86ff;
}

.continue-link:hover {
    color: #8338ec;
}

.product-card .badge {
    position: absolute;
    width: 30px;
    font-size: 11px !important;
    height: 30px;
    border-radius: 50%;
    z-index: 111;
    color: white !important;
    font-size: 9px;
    right: -5px;
    top: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
}


.pop-login-card .form-control.is-invalid,
.was-validated .form-control:invalid {
    background-size: calc(5em + .375rem) calc(.75em + .375rem) !important;
}

.checkout-container {
    max-width: 1200px;
    margin: 0 auto;
}

.checkout-box {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.checkout-box:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.checkout-header h3 {
    font-weight: 700;
    margin: 0;
    color: var(--dark-text);
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;



}


.action-links .btn-danger {
    padding: 0px;
    font-size: 13px;
    margin-right: 10px;
    background-color: #fff9f7 !important;
    color: #bb2d3b !important;
    border: none !important;
}

.stock {

    margin-top: 8px;

}

.removeRowWithAjax .row {
    align-items: center;
}

#product-list .product-card {
    margin-bottom: 0px !important;
}

.wishlist-content {
    background-color: white;
    border-radius: 12px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    padding: 25px;
}

.wishlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.wishlist-header h1 {
    font-size: 28px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wishlist-header h1 i {
    color: #ff6b6b;
}

.wishlist-stats {
    color: #777;
    font-size: 16px;
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-options select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    outline: none;
    font-size: 14px;
}

/* Product Grid */
.products-grid {
    gap: 25px;
    display: flex;
    gap: 25px;
}

.product-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    border: 1px solid #f0f0f0;
    width: 23%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff6b6b;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b6b;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.wishlist-btn:hover {
    background-color: #ff6b6b;
    color: white;
    transform: scale(1.1);
}

.product-info {
    padding: 18px;
}

.product-category {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    height: 40px;
    overflow: hidden;
    line-height: 1.4;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #f93355;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.discount {
    font-size: 12px;
    color: #ff6b6b;
    font-weight: 600;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.add-to-cart {
    flex: 1;
    background-color: #f93355;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

.add-to-cart:hover {
    background-color: #3a5bd9;
}

.remove-btn {
    background-color: #f8f9fa;
    color: #777;
    border: 1px solid #ddd;
    width: 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.remove-btn:hover {
    background-color: #ff6b6b;
    color: white;
    border-color: #ff6b6b;
}

/* Empty State */
.empty-wishlist {
    text-align: center;
    padding: 60px 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.empty-wishlist i {
    font-size: 70px;
    color: #ddd;
    margin-bottom: 20px;
}

.empty-wishlist h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #555;
}

.empty-wishlist p {
    color: #777;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.continue-shopping {
    background-color: #f93355;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.continue-shopping:hover {
    background-color: #3a5bd9;
}
 .span-catgoriesclose{
    display: none;
}
.btn-categories-open{
    display: none;
}
/* Responsive Design */
@media (max-width: 768px) {
    .wishlist-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .left-catergory {
        position: fixed;
        top: 0px;
        z-index: 11;
        height: 100%;
        background: white;
        transition: 0.5s all;
        left: -300px;
    }

    .all-product {
        display: inline-block;
    }

    .btn-categories-open {
        background: none;
        border: none;
        margin-left: 41px;
        display: block;
    }




    .left-catergory.caactive {
        left: 0px;
    }
    .span-catgoriesclose{
            display: block;
    text-align: end;
    padding: 20px;
    cursor: pointer;
    }
    .all-product {
    padding: 20px 0px;
}
.img-display{
    height: 300px;
}
.img-item {
    width: 115px;
    height: 66px;
}
.product-detai {
    h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }
}
.product-detai{
    padding: 20px;
}
.product-options-bottom{
        flex-direction: column;
    align-items: baseline;
}
.product-info-extra-link {
    display: flex;
    gap: 20px;
    flex-direction: column;
    gap: 5px;
}
.atm-card{
        padding: 25px;
}
.atm-card{
    p{
        margin-bottom: 5px;
    }
    img{
        width: 100%;
    }
}
.wrapper-tabss {
    background-color: white;
    padding: 21px;
    padding-top: 16px;
    font-size: 14px;
}
.nav-tabs .nav-link{
    font-size: 16px;
}
.tab-reviews .tab-reviews-heading .top{
    gap: 15px;
}
.tab-reviews .tab-reviews-heading .top .number {
    font-size: 53px;
    line-height: 96px;
}
.products-grid{
    display: flex;
    flex-wrap: wrap;
}
  .product-card{
            width: 46%;
    }
}

@media (max-width: 576px) {
    .product-card{
            width: 100%;
    }
    .addtocardbox{
        width: 300px;
    }
    .fotm-login {
    & .login-btn {
        input {
            width: 100%;
            padding: 12px 20px;
            font-weight: bold;
            background: black;
            color: white;
            border-radius: 6px;
            border: 1px solid black;
            transition: 0.5s all;
        }
    }
}
.fotm-login {
    & .login-btn {
        a {
            transition: 0.5s all;
            width: 100%;
            padding: 12px 20px;
            font-weight: bold;
            background: rgb(255, 255, 255);
            color: rgb(0, 0, 0);
            border-radius: 6px;
            border: 1px solid black;
            text-align: center;
        }
    }
}
.login-box {
    h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
.account-layout{
        display: flex!important;
    flex-direction: column!important;
}
.address-grid{
        display: flex!important;
    flex-direction: column!important;
}
.address-actions{
    flex-direction: column!important;
}
.secrion-myaccount {
    .btn-secondary {
        background: #f1f5f9;
        color: #475569;
        justify-content: center;
    }
}
.order-details{
    display: flex;
    flex-direction: column;
}
.secrion-myaccount {
    .orders-grid {
        display: grid;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
}
.secrion-myaccount {
    .order-actions {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        flex-direction: column;
    }
}
.secrion-myaccount {
    .order-details {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 20px;
        display: flex;
    }
}
.products-grid1 {
    .product-card {
       
        width: 100% !important;
    }
}

    body {
        /* padding: 10px; */
    }

    .wishlist-content {
        padding: 15px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-actions {
        flex-direction: column;
    }

    .remove-btn {
        width: 100%;
        padding: 10px;
    }
}
.catergories-top:hover .main-catergories-box{
    display: block;
}