@font-face {
    font-family: iransans;
    src: url(../IRANSans.ttf);
}

@font-face {
    font-family: FontAwesome;
    src: url(../fontawesome/webfonts/fa-solid-900.woff2);
}

.align-item-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

:root {
    --color-1: #c85151;
    --color-2: #303030;
    --color-3: #d85300;
}

a {
    text-decoration: none;
}

body {
    font-family: iransans;
}

/* nav */
.nav-style {
    box-shadow: 0px 4px 8px 0px #6666661A;
    background-color: white;
}


.nav-icons {
    font-size: 20px;
    margin: 0 8px;
    color: var(--color-1);
    transition: all 0.2s ease-in;
}

    .nav-icons:hover {
        color: var(--color-3);
    }

.nav-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-container {
    display: flex;
    /* justify-content: center; */
    flex-grow: 1;
}

    .logo-container img {
        width: 80px;
        object-fit: contain;
    }

.website-name {
    font-weight: bold;
    color: var(--color-1);
}

.social-icons {
    display: flex;
    gap: 10px;
}

/* .social-icons a {
    font-size: 20px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #007bff;
} */

.cart-button {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    color: var(--color-1);
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid var(--color-1);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

    .cart-button:hover {
        background-color: var(--color-1);
        color: white;
    }

/* header */
.title-container {
    text-align: center;
}

    .title-container h2 {
        font-size: 23px;
        display: inline-block;
        position: relative;
        margin-bottom: 0;
    }

        .title-container h2:before {
            content: "";
            background-color: var(--color-1);
            height: 3px;
            border-radius: 18px;
            width: 30px;
            position: absolute;
            right: -45px;
            top: 50%;
        }

        .title-container h2:after {
            content: "";
            background-color: var(--color-1);
            height: 3px;
            border-radius: 18px;
            width: 30px;
            position: absolute;
            left: -45px;
            top: 50%;
        }

    .title-container p {
        color: #888;
    }

.zoom-scal {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.9;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .2s;
}

    .zoom-scal:hover {
        opacity: 1;
    }

.collection-banner-grid .img img {
    object-fit: cover;
}

.collection-banner-grid .img .pic1 {
    width: 645px;
    height: 644px;
}

@media (max-width: 758px) {
    .collection-banner-grid .img .pic1 {
        width: 645px;
        height: 344px;
    }
}

@media (min-width: 992px) {
    .collection-banner-grid .details.middle-right {
        left: 20px;
    }
}

/* .collection-banner-grid .details .subtitle {
    margin: 10px 0 15px;
    color: white;
} */
.collection-banner-grid .details .title {
    font-size: 20px;
    color: white;
}

.collection-banner-grid .details .title-dark {
    font-size: 20px;
    color: rgb(31, 31, 31);
}

@media (max-width: 758px) {
    .collection-banner-grid .details .title-pic2 {
        font-size: 15px;
    }
}

.collection-banner-grid .details .subtitle {
    margin: 10px 0 15px;
    color: #f5f5f5;
    text-align: center;
    font-size: 14px;
}

.collection-banner-grid .details .subtitle-dark {
    margin: 10px 0 15px;
    color: var(--color-2);
    text-align: center;
    font-size: 14px;
}

.collection-banner-grid .details.middle-right {
    top: 50%;
    left: 20px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.collection-banner-grid .details {
    padding: 20px;
    position: absolute;
    z-index: 2;
}

.zoom-scal {
    position: relative;
    overflow: hidden;
    display: block;
}

.btn-header {
    background-color: white;
    color: var(--color-1);
    font-weight: bold;
    border-radius: 3px !important;
}

.btn-header2 {
    background-color: transparent;
    color: var(--color-2);
    border-radius: 3px !important;
    border: 1px solid var(--color-2);
}

    .btn-header2:hover {
        background-color: var(--color-2);
        color: white;
    }

.btn-header:hover {
    background-color: var(--color-1);
    color: white;
}

.collection-banner-grid .details.top-center {
    left: 50%;
    top: 0px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .collection-banner-grid .details.top-center {
        top: 30px !important;
    }
}

.collection-banner-grid .details {
    padding: 20px;
    position: absolute;
    z-index: 2;
}

@media (max-width: 576px) {
    .mt-sm-1r {
        margin-top: 1rem !important;
    }
}

.collection-banner-grid .img .pic2 {
    width: 307px;
    height: 307px;
}

@media (max-width: 758px) {
    .collection-banner-grid .img .pic2 {
        width: 167px;
        height: 167px;
    }
}

.collection-banner-grid .img .pic3 {
    width: 307px;
    height: 644px;
}

@media (max-width: 758px) {
    .collection-banner-grid .img .pic3 {
        width: 307px;
        height: 350px;
    }
}

/* product-card */
.product-card {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 12px 8px;
    background-color: white;
    box-shadow: 0px 4px 8px 0px #6666661A;
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .product-card .img-container {
        text-align: center;
        overflow: hidden;
        margin: 0 auto 15px;
        width: 100%;
        height: 235px;
    }

        .product-card .img-container > a {
            overflow: hidden;
            display: block;
            opacity: 1;
        }

        .product-card .img-container img {
            display: inline-block;
            height: 100%;
            object-fit: contain;
            margin: 0 auto;
        }


.product-labels {
    position: absolute;
    top: 5px;
    left: -28px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 35px;
    transform: rotate(-45deg);
    box-shadow: 0 4px 6px rgb(0 0 0 / 19%);
    z-index: 3;
    background-color: var(--color-1);
    /* box-shadow: 0px 4px 8px 0px #6666661A; */
    /* border-radius: 3px; */
    /* padding: 2px 6px !important; */
    /* font-weight: bold; */
}


.button-set {
    z-index: 5;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    padding: 8px 10px;
    width: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.product-card:hover .button-set {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(-28px);
}

.button-set2 {
    z-index: 5;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 8px 10px;
    width: 50%;
    top: 0px;
    right: 15px;
}

.set-container {
    padding: 6px 8px;
    border: 1px solid rgba(205, 205, 205, 0.249);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background-color: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out;
}

    .set-container:hover .product-icon {
        color: var(--color-1);
        transition: color 0.2s ease;
    }

.button-set2 a,
.button-set2 i,
.button-set a,
.button-set i {
    color: var(--color-2);
}


.product-card .details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .product-card .details .product-name a {
        font-weight: bold;
        font-size: 15px;
        color: var(--color-2);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-card .details .product-cat {
        color: #505050;
        font-size: 12px;
        margin-bottom: 9px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        text-align: center;
    }

.product-price-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

    .product-price-box .previous-price {
        text-decoration: line-through;
        color: gray;
        font-size: 12px;
    }

    .product-price-box .original-price {
        color: var(--color-1);
        font-size: 16px;
    }

.product-card .add-to-cart {
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.2s ease-in;
}

    .product-card .add-to-cart:hover {
        background-color: var(--color-1);
        color: white;
    }

.timer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.time-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px 0px #6666661A;
    background-color: #f1f1f1;
    border-radius: 3px;
    width: 45px;
    height: 45px;
}

    .time-container span {
        font-weight: bold;
        font-size: 14px;
        color: var(--color-2);
    }

    .time-container p {
        margin-bottom: 0 !important;
        font-size: 13px;
        color: grey;
    }

@media (max-width: 450px) {
    .time-container {
        width: 35px;
        height: 35px;
    }

        .time-container span {
            font-size: 12px;
        }

        .time-container p {
            font-size: 10px;
        }

    .product-price-box .original-price {
        font-size: 13px;
    }

    .product-card .details .product-name a {
        font-size: 13px;
    }
}

/* دکمه های ناوبری اسلایدر ها */
.slider1 .owl-prev::before {
    font-family: FontAwesome !important;
    font-weight: 900;
    padding: 5px 9px;
    border-radius: 50%;
    border: 2px solid var(--color-1);
    background-color: transparent;
    color: var(--color-1);
    font-size: 23px !important;
    content: "\f105" !important;
}

.slider1 .owl-next::before {
    font-family: FontAwesome !important;
    font-weight: 900;
    padding: 5px 9px;
    border-radius: 50%;
    border: 2px solid var(--color-1);
    background-color: transparent;
    color: var(--color-1);
    font-size: 23px !important;
    content: "\f104" !important;
}

.slider1 .owl-prev,
.slider1 .owl-next {
    background-color: transparent !important;
    color: var(--main-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider1 .owl-prev {
    position: absolute;
    right: 2px;
    top: 40%;
}

    .slider1.owl-prev:hover,
    .slider1.owl-next:hover {
        color: var(--color-1) !important;
    }

.slider1 .owl-next {
    position: absolute;
    left: 2px;
    top: 40%;
}


/* section-discount-code */
.section-discount-code {
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}

    .section-discount-code .overlay {
        background-color: #151515b7;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .section-discount-code .description {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        gap: 30px;
        color: white;
        font-size: 15px;
        z-index: 10;
    }

@media (max-width: 768px) {
    .section-discount-code .description {
        flex-direction: column;
    }
}

.discount-code {
    font-weight: bold;
    margin: 0 9px !important;
}

.discount-code-btn {
    background-color: var(--color-1);
    color: white;
    border-radius: 3px;
    border: 1px solid var(--color-1);
}

    .discount-code-btn:hover {
        background-color: white;
        color: var(--color-1);
        border: 1px solid white;
    }

/* category */
.category-container {
    width: 195px;
    height: 125px;
    padding: 25px 30px;
    margin: 0 10px;
    border-radius: 3px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .category-container.active {
        border: 2px solid var(--color-1);
        box-shadow: 0px 4px 8px 0px #6666661A;
        font-weight: bold;
        color: var(--color-1);
    }

@media (max-width: 768px) {
    .category-container {
        padding: 25px 15px
    }
}

.category-container .title-container {
    color: var(--color-2);
    text-align: center;
    font-size: 13px;
}

.category-container .img-container img {
    width: 65px;
    height: 65px;
}

@media (max-width: 768px) {
    .category-container .img-container img {
        width: 45px;
        height: 45px;
    }
}

/* Subcategory */
.title-cat-container h2 {
    font-size: 23px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 10px;
}

    .title-cat-container h2:before {
        content: "";
        background-color: var(--color-1);
        height: 3px;
        border-radius: 18px;
        width: 14px;
        position: absolute;
        right: -10px;
        top: 50%;
    }

.subcategory-container {
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid var(--color-1);
    background-color: white;
    color: var(--color-1);
}

@media (max-width: 768px) {
    .subcategory-container {
        font-size: 12px;
    }
}

.subcategory-container.active {
    background-color: var(--color-1);
    color: white;
    font-weight: bold;
}

.subcategory-container a {
    color: var(--color-1);
}

.subcategory-slider .owl-prev::before {
    /* font-family: FontAwesome !important;
        font-weight: 900;
        padding: 5px 9px;
        background-color: transparent;
        color: var(--color-1);
        font-size: 23px !important;
        content: "\f105" !important; */
    display: none;
}

.subcategory-slider .owl-next::before {
    font-family: FontAwesome !important;
    font-weight: 900;
    padding: 5px 0px;
    background-color: transparent;
    color: var(--color-1);
    font-size: 23px !important;
    content: "\f104" !important;
}

/* .subcategory-slider .owl-prev, */
.subcategory-slider .owl-next {
    background-color: transparent !important;
    color: var(--main-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subcategory-slider .owl-prev {
    /* position: absolute;
        right:  -12px; 
         top: 0; */
    display: none;
}

/* .subcategory-slider.owl-prev:hover, */
.subcategory-slider.owl-next:hover {
    color: var(--color-1) !important;
}

.subcategory-slider .owl-next {
    position: absolute;
    left: -1px;
    top: 0;
}

/* product-card2 */
.product-card2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px 8px;
    background-color: white;
    box-shadow: 0px 4px 8px 0px #2b2b2b24;
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 330px;
    margin: 10px;
}

    .product-card2 .img-container {
        text-align: center;
        overflow: hidden;
        margin: 0 auto 15px;
        width: 100%;
        height: 235px;
    }

        .product-card2 .img-container > a {
            overflow: hidden;
            display: block;
            opacity: 1;
        }

        .product-card2 .img-container img {
            display: inline-block;
            height: 100%;
            object-fit: contain;
            margin: 0 auto;
        }


.product-labels {
    position: absolute;
    top: 5px;
    left: -28px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 35px;
    transform: rotate(-45deg);
    box-shadow: 0 4px 6px rgb(0 0 0 / 19%);
    z-index: 3;
    background-color: var(--color-1);
    /* box-shadow: 0px 4px 8px 0px #6666661A; */
    /* border-radius: 3px; */
    /* padding: 2px 6px !important; */
    /* font-weight: bold; */
}


.button-set {
    z-index: 5;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    padding: 8px 10px;
    width: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.product-card2:hover .button-set {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(-28px);
}

.button-set2 {
    z-index: 5;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 8px 10px;
    width: 50%;
    top: 0px;
    right: 15px;
}

.set-container {
    padding: 6px 8px;
    border: 1px solid rgba(205, 205, 205, 0.249);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background-color: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out;
}

    .set-container:hover .product-icon {
        color: var(--color-1);
        transition: color 0.2s ease;
    }

.button-set2 a,
.button-set2 i,
.button-set a,
.button-set i {
    color: var(--color-2);
}


.product-card2 .details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .product-card2 .details .product-name a {
        font-weight: bold;
        font-size: 15px;
        color: var(--color-2);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-card2 .details .product-cat {
        color: #505050;
        font-size: 12px;
        margin-bottom: 9px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        text-align: center;
    }

.product-price-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

    .product-price-box .previous-price {
        text-decoration: line-through;
        color: gray;
        font-size: 12px;
    }

    .product-price-box .original-price {
        color: var(--color-1);
        font-size: 16px;
    }

.product-card2 .add-to-cart {
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.2s ease-in;
}

    .product-card2 .add-to-cart:hover {
        background-color: var(--color-1);
        color: white;
    }



@media (max-width: 450px) {

    .product-price-box .original-price {
        font-size: 13px;
    }

    .product-card2 .details .product-name a {
        font-size: 13px;
    }
}

/* social-media */
.socialmedia-container {
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    width: 180px;
    height: 180px;
    margin: 6px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(222, 222, 222);
    font-size: 32px;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

@media (max-width: 768px) {
    .socialmedia-container {
        border-radius: 3px;
        width: 100px;
        height: 100px;
        margin: 6px 7px;
    }
}

.socialmedia-container:hover {
    color: white;
    font-size: 38px;
}

.socialmedia-container .overlay {
    position: absolute;
    background-color: #10101057;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* footer */
.the-footer {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 20px 0px rgba(76, 86, 134, 0.15);
    padding: 5rem 5rem 0rem 3rem;
}

.footer-col1 {
    padding: 0 1rem;
    height: max-content;
}

    .footer-col1 p {
        text-align: justify;
        font-size: 15px;
        line-height: 25px;
    }

.footer-title {
    font-size: 15px;
    font-weight: bold;
}

    .footer-title::after {
        content: "";
        display: block;
        border-radius: 5px;
        background: var(--color-1);
        width: 55px;
        height: 4px;
        margin-top: 10px;
    }

.contact-us-icon {
    color: var(--color-1);
    font-size: 18px;
    margin-left: 8px;
}

.contact-us span {
    color: #545454;
    font-size: 16px;
}



.footer-col2 ul {
    padding: 0 2px;
    width: auto;
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

    .footer-col2 ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .footer-col2 ul li a {
            color: #505050;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.1s ease-in;
        }

            .footer-col2 ul li a:hover {
                color: #101010;
            }

        .footer-col2 ul li::before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background: #b8bdd7;
            border-radius: 8px;
        }

.col3-container {
    display: flex;
    gap: 14px;
}

.col3-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
}

.col3-content {
    width: auto;
    display: grid;
    gap: 3px;
}

    .col3-content span {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

.fs-p3-content p span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.col4 {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.col4-img-container {
    width: 77px;
    height: 87px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cadr {
    width: 77px;
    height: 80px;
    box-shadow: 0 10px 59px -20px rgba(4, 10, 31, 0.763);
    border-radius: 10px;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 1rem;
}

.copyright {
    color: white;
    padding: 16px 8%;
    background: linear-gradient(264.86deg, var(--color-1) 0%, var(--color-2) 100%);
}

.copyright-display {
    justify-content: space-between;
}

@media (max-width: 990px) {
    .copyright-display {
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
    }

    .the-footer {
        padding: 1.7rem 2rem 2rem 2rem;
    }

    .mt-small-3 {
        margin-top: 1rem;
    }

    .copyright {
        padding-bottom: 80px !important;
    }
}

/* bottom-menu */

.bottom-menu {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: #fff;
    width: 60% !important;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.21);
    z-index: 99;
    justify-content: space-around;
}

.menu-item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
    border-radius: 50%;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s;
    position: relative;
}

.menu-item-active {
    background-color: var(--color-1) !important;
    border: 1px solid transparent !important;
    color: white !important;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--color-3);
    color: white;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-radius: 50%;
    /* font-weight: bold; */
}

@media (min-width: 768px) {
    .bottom-menu {
        display: none;
    }
}



/* product-page */
.page-link {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

    .page-link p {
        color: rgba(4, 10, 31, 0.38);
        margin: 0 8px !important;
    }

    .page-link a {
        color: rgba(4, 10, 31, 0.38);
        margin: 0 8px !important;
    }

.page-link-icon {
    font-size: 10px;
    color: rgba(4, 10, 31, 0.315);
}

.page-link .des {
    color: rgba(0, 0, 0, 0.804);
    margin: 0 8px !important;
}

@media (max-width: 768px) {
    .page-link p {
        margin: 0 2px !important;
    }

    .page-link a {
        margin: 0 2px !important;
    }

    .page-link .des {
        margin: 0 2px !important;
    }
}

.all-images {
    display: flex;
    flex-direction: column;
}

@media (max-width: 990px) {
    .all-images {
        display: flex;
        flex-direction: row;
    }
}

.all-images img {
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.all-images-container {
    margin: 10px;
    width: 88px;
    height: 84px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.375);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.big-image {
    box-shadow: 0px 4px 8px 0px #6666661A;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #6666661A;
}

.big-image-container {
    height: 340px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-image img {
    border-radius: 12px;
    object-fit: contain;
    width: 340px;
    height: 340px;
}

.description-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: max-content;
}

.product-title {
    font-size: 25px;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.description-container .description {
    color: #333333;
    font-size: 14px;
    padding: 2px 0px 0px 16px;
    text-align: justify;
}

.description-info {
    font-size: 14px;
    text-align: justify;
    padding-left: 16px;
    display: flex;
    gap: 6px;
}

    .description-info .title {
        color: #4e4e4e;
    }

    .description-info .description {
        color: #333333;
    }

.description-container-cadr {
    border-radius: 16px;
    border: 1px solid #3333330a;
    box-shadow: 0px 4px 8px 0px #6666661A;
    padding: 20px;
    position: relative;
    width: 100%;
    /* width: 90% !important; */
    /* margin: 0 auto; */
}

    .description-container-cadr .quantity {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .description-container-cadr .quantity span {
            font-size: 16px;
            color: #666666;
        }

.quantity-butinp {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #3333332b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.quantity-butinp-min {
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    color: gray;
    border: none;
}

.quantity-butinp-plus {
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    color: var(--color-1);
    border: none;
}

.quantity-butinp input {
    border: none;
    text-align: center;
    width: 32px;
    height: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: gray;
    padding: 0px;
}

.price-title {
    font-size: 16px;
    color: #666666;
}

.price-container {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.description-container-cadr .product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-price .off-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through !important;
    color: #B3B3B3;
    display: flex;
    align-items: center;
}

.product-price .off-percent {
    font-size: 13px;
    line-height: 12px;
    color: #ffffff;
    width: fit-content;
    height: 25px;
    box-shadow: 0px 4px 8px 0px var(--color-3);
    background: linear-gradient(264.86deg, var(--color-1) 0%, var(--color-2) 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    /*  padding-top: 8px; */
    margin: 0 5px 2px 0px;
}

.product-price .the-price {
    font-size: 21px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--color-1);
}

.product-price span {
    font-size: 12px !important;
}

.cardbtn2 {
    background: linear-gradient(264.86deg, var(--color-1) 0%, var(--color-2) 100%);
    border: 1px solid white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 19.6px;
    color: white;
    border-radius: 9px;
    width: 100%;
    transition: all 0.2s ease-in;
}

    .cardbtn2:hover {
        background: transparent !important;
        border: 1px solid var(--color-1);
        color: var(--color-1);
    }

/* .product-info{
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid #62626267;
  
} */
.flex-respons {
    flex-direction: row;
}

@media (max-width: 1200px) {
    .flex-respons {
        flex-direction: column;
    }

    .flex-respons-colum {
        flex-direction: column-reverse;
    }
}

/* botton info */
.nav-link {
    color: #333333c3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--color-1) !important;
}

.b-bottom {
    border-bottom: 1px solid rgba(65, 65, 65, 0.168);
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.b-bottom2 {
    border-bottom: 1px solid rgba(65, 65, 65, 0.168);
    margin-top: 12px !important;
}

    .b-bottom2 p {
        margin: 9px !important;
    }

.More-details .title {
    color: #333333;
    font-size: 23px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-1);
    width: fit-content;
}

.More-details .description {
    color: #4e4e4e;
    font-size: 15px;
    justify-content: center;
    line-height: 29px;
}

.subtitle {
    color: #2a2a2a;
    font-size: 17px;
}

.nav-link:hover, .nav-link:focus {
    color: var(--color-1);
}

/* .................... */
/* register */
.login-items-box1 {
    width: 100%;
    border-radius: 25px;
    opacity: 0.7;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    padding: 42px;
    color: #414a75;
}

.login-items-box2 {
    width: 100%;
    border-radius: 25px;
    opacity: 0.7;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    padding: 42px;
}

    .login-items-box2 > .img-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

.login-items-box-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 13px;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 32px;
}

.login-form {
    width: 100%;
    display: grid;
    gap: 20px;
    margin-top: 26px;
}

.forms-container {
    color: #4b4b4b;
    padding: 20px 25px;
    background-color: #929ac122;
    border-radius: 14px;
}

.forms-container2 {
    position: relative;
    color: #414a75;
    padding: 55px 25px 20px 25px;
    background-color: #929ac10a;
    border-radius: 14px;
    border: 1px solid #dee1ed;
    display: none;
}

.forms-container2-title {
    position: absolute;
    top: -20px;
    right: 20px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    color: #414a75;
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 14px;
}

.radio-group {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #3d79fc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    input[type="radio"]:checked {
        background-color: #3d79fc;
        border: 5px solid white;
        box-shadow: 0 0 0 2px #3d79fc;
    } */

.input-contaner-register {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 10px;
}

.checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-1);
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

    .checkbox input[type="checkbox"]:checked {
        border: 1px solid var(--color-1);
        background-color: var(--color-1);
    }

        .checkbox input[type="checkbox"]:checked::after {
            content: '✔';
            color: white;
            font-size: 14px;
            position: absolute;
            left: 4px;
            top: 1px;
        }


@media (max-width: 767px) {
    .input-contaner-register {
        grid-template-columns: 1fr;
    }

    .tamas-item-container {
        grid-template-columns: 1fr;
    }
}

.login-form-input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
}

.login-form-textarea {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
    padding: 12px 16px;
    outline: none;
    min-height: 100px;
}

.login-form-input-input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 16px;
    border: transparent;
    background: transparent;
    color: #292929;
    font-size: 15px;
    outline: none;
}

.login-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c76ab;
    font-size: 23px;
}

.login-items-box3 {
    border-radius: 25px;
    opacity: 0.7;
    background: #ffffffc9;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    padding: 42px;
    text-align: center;
}

@media (max-width: 768px) {
    /* .login-items-box3 {
        width: 90%;
    } */

    .login-items-box3 {
        border-radius: 25px;
        opacity: 0.7;
        background: #ffffffc9;
        box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
        padding: 23px;
    }

    .login-form {
        padding: 0;
    }
}

.input-contaner-login {
    width: 100%;
    margin-top: 10px;
}

.btn-login {
    text-align: center;
    text-decoration: none;
    margin: 3px 8px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    color: #fff;
    transition: all 0.4s;
}

    .btn-login:hover {
        background-color: transparent;
        border: 1px solid var(--color-1);
        box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
        color: var(--color-1);
    }

.a-login {
    width: fit-content;
    color: #8285a0;
    font-size: 16px;
    font-weight: 500;
}

.not-register {
    color: #4f4f4f;
    font-size: 16px;
    /* font-weight: bold; */
}

.go-to-register {
    color: var(--color-1);
    font-size: 16px;
    font-weight: bold;
    margin: 0 8px;
}

.register-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-1);
    ;
    font-size: 19px;
}

.register-form-input-btn {
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-1);
    color: white;
    font-size: 14px;
    border-radius: 7px 0 0 7px;
    /* padding: 0 10px; */
}

    .register-form-input-btn div {
        cursor: pointer;
        width: 70px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
/* order-register */
.form-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* max-width: 700px; */
    margin: auto;
}

.label-custom {
    font-weight: bold;
    color: #606060;
    margin-bottom: 0.5rem;
    font-size: 12px;
    display: block;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    overflow: hidden;
    transition: border 0.3s;
}

    .input-wrapper:focus-within {
        border-color: var(--color-1);
    }

.custom-input {
    flex: 1;
    border: none;
    padding: 0.75rem 1rem;
    outline: none;
    font-size: 1rem;
    background: transparent;
}

    .custom-input::placeholder {
        color: #bcbcbc;
        font-size: 14px;
    }

    .custom-input::-webkit-input-placeholder {
        color: #bcbcbc;
        font-size: 14px;
    }

    .custom-input:-moz-placeholder {
        color: #bcbcbc;
        font-size: 14px;
    }

    .custom-input::-moz-placeholder {
        color: #bcbcbc;
        font-size: 14px;
    }

    .custom-input:-ms-input-placeholder {
        color: #bcbcbc;
        font-size: 14px;
    }

.input-icon {
    padding: 0.75rem 1rem;
    color: var(--color-1);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-row-custom {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.form-col-custom {
    flex: 1 1 calc(33.333% - 1rem);
    min-width: 150px;
}

#map {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.order-container {
    padding: 1rem 1rem;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
}

.product-card-order {
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1rem;
    background-color: #fff;
    /* max-width: 700px; */
    margin: auto;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}


    .product-card-order .product-image {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

    .product-card-order .product-info {
        display: flex;
        flex-direction: column;
        gap: 3px;
        margin: 0 1rem;
        width: 100%;
    }

@media (max-width: 768px) {
    .product-card-order .product-info {
        margin: 0;
    }
}

.product-card-order .product-title {
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    border: none;
    /* display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal; */
}

.product-card-order .price-box {
    text-align: left;
}

.product-card-order .discounted-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-1);
}

.product-card-order .original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.8rem;
}

.product-card-order .discount-percent {
    color: #dc3545;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 4px;
    background-color: var(--color-1);
    color: white;
    padding: 6px;
}

.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    max-width: 120px;
    padding: 0.3rem 0.6rem;
    gap: 10px;
    background-color: #f8f9fa57;
}

    .quantity-box .icon {
        cursor: pointer;
        font-size: 1rem;
    }

.quantity-number {
    font-weight: bold;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.price-details {
    padding: 1.5rem;
    /* border: 1px solid #dee2e6; */
    /* border-radius: 15px; */
    background-color: #fff;
}

    .price-details h5 {
        font-weight: bold;
        margin-bottom: 1.5rem;
        text-align: center;
        color: #333;
    }

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0;
    font-size: 1rem;
}

    .price-row + .price-row {
        border-top: 1px solid #eee;
    }

.price-label {
    color: #555;
}

.price-value {
    font-weight: bold;
    color: #333;
}

.continue-btn {
    background-color: var(--color-1);
    color: white;
    margin-top: 1.5rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid var(--color-1);
    transition: all 0.2s ease-in-out;
}

    .continue-btn:hover {
        border-color: var(--color-1) !important;
        background-color: transparent !important;
        color: var(--color-1) !important;
    }

.flex-md-r-sm-col {
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flex-md-r-sm-col {
        flex-direction: column;
        gap: 10px;
    }
}
