﻿@font-face {
    font-family: Shabnam;
    src: url("../fonts/Shabnam-FD.woff/Shabnam-FD.woff.ttf");
}

#category-btn:hover > .category-products-menu {
    display: block !important;
}

body {
    direction: rtl;
    font-family: Shabnam !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.festival-ribbon {
    position: fixed;
    top: 25px; /* روبان رو کمی پایین بیار */
    right: -45px; /* بیار داخل صفحه تا کامل دیده بشه */
    background: #e63946;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 50px; /* روبان پهن‌تر بشه */
    transform: rotate(45deg);
    z-index: 9999;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    text-align: center;
}

.blink-text {
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}


.btn-refah {
    background-color: #E57200;
    color: white;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 100%; /* برای پهنای کامل در موبایل */
}

    .btn-refah:hover {
        background-color: #c45c00; /* نارنجی تیره‌تر هنگام هاور */
        color: white;
    }

.text-danger {
    color: red !important;
    font-weight: bold;
}


.field-validation-error span {
    color: red !important;
    font-weight: bold;
}

.text-danger {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: red;
}

.field-validation-error span {
    color: red !important;
    font-size: 13px;
}

* {
    text-decoration: none;
    list-style: none;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

.top-header {
    background-color: #21409a;
    width: 100%;
    height: 16px;
}

#logo-digi {
    width: 78px;
    height: 65px;
    margin-left: 7%;
}

    #logo-digi img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.digi-header {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

#search-box-digi {
    width: 30%;
    margin: 20px 0;
}

    #search-box-digi input {
        border-left: none;
        border-radius: 20px;
        border: none;
        width: 90%;
        outline: none;
        font-size: 13px;
    }

    #search-box-digi form {
        padding: 6px;
        border-radius: 6px;
        border: 1px solid #d4d5db;
    }

.empty {
    width: 30%;
}

#buttons-header {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

    #buttons-header a {
        text-decoration: none;
        color: #1f2243;
        font-size: 14px;
        padding: 5px 20px;
        margin: 0 5px;
        background-color: #e9edf8;
        border-radius: 7px;
        height: 36px;
        box-shadow: rgba(176, 176, 176, 0.2) 0px 2px 3px 0px;
    }

.bottom-header {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f8f8f8;
    margin: 20px 0;
    box-shadow: rgba(176, 176, 176, 0.2) 0px 2px 3px 0px;
}

.digi-menu ul li {
    display: inline-block;
    list-style: none;
}

    .digi-menu ul li a {
        text-decoration: none;
        padding: 0 10px;
        font-size: 14px;
        color: #1f2243;
    }

#category-btn {
    margin-right: 7%;
    padding-left: 20px;
    border-left: 1px solid #dddd;
    cursor: pointer;
}

#my-order {
    margin-left: 7%;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #21409a;
    border-radius: 5px;
    color: rgb(99, 99, 99);
}

    #my-order a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

.sliders-digi {
    height: 400px;
    width: 95%;
    margin: 1rem auto;
    display: flex;
    flex-direction: row;
}

    .sliders-digi .carousel-item img {
        height: 400px;
        object-fit: contain;
    }

.box-circles-digi {
    width: 80%;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
}

.circle-box {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 15px;
    position: relative;
    /* z-index: 3; */
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.right-slider {
    width: 75%;
}

.left-slider {
    width: 22%;
    margin-right: 2%;
}

.circle-box h2 {
    font-size: 14px;
    text-align: center;
}

.circle-box::before {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #21409a;
    border-radius: 100%;
    position: absolute;
    top: -13px;
    right: -13px;
    z-index: -1 !important;
}

.circle-box::after {
    content: "";
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: -13px;
    right: 66px;
    z-index: -1 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vector-box {
    padding: 6px;
}

.a1::before {
    background-color: #eb53fc;
}

.a1 h2 {
    color: #eb53fc;
}

.a2::before {
    background-color: #bf90dc;
}

.a2 h2 {
    color: #bf90dc;
}

.a3::before {
    background-image: linear-gradient(90deg, rgb(241, 229, 120), rgb(58, 132, 216), rgb(241, 8, 117), rgb(244, 230, 80), rgb(3, 3, 27), rgb(245, 245, 246), rgb(33, 246, 5));
    background-size: 1400% 1400%;
    animation: rotateColors 6s linear infinite;
}

.a3 h2 {
    color: #6f85dd;
}

.a4::before {
    background-color: #00a9c0;
}

.a4 h2 {
    color: #00a9c0;
}

.a5::before {
    background-color: #17b870;
}

.a5 h2 {
    color: #17b870;
}

.a6::before {
    background-color: #7cc02d;
}

.a6 h2 {
    color: #7cc02d;
}

.categories-digi {
    width: 90%;
    margin: 1rem auto;
}

    .categories-digi h1 {
        text-align: center;
        font-size: 20px;
    }

.categories-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ctg-dig-box {
    margin: 16px;
    width: 125px;
    height: 125px;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 23px;
    background-image: linear-gradient(to top, #f9f9f9, #fff);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #f2f2f2;
}

.img-ctg {
    width: 90%;
    height: 100px;
}

.ctg-dig-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ctg-dig-box h2 {
    font-size: 14px;
    text-align: center;
    color: #535353;
}

.slider-prd {
    display: flex;
    flex-direction: row;
    justify-content: end;
    background: linear-gradient(to right,#d01778,#21409a);
    margin: 0 auto;
    position: relative;
}

.products-inner-slider {
    display: flex;
    flex-direction: row;
    padding: 1rem 2rem;
    border-radius: 10px;
    width: 87%;
    overflow: hidden;
}

.product-slide {
    width: 250px !important;
    margin: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 14px 4px;
    position: relative;
}

.products-page .product-slide {
    background-color: #fbfbfb;
    box-shadow: rgba(131, 131, 131, 0.2) 0px 2px 8px 0px;
}

.cnt-swp {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px !important;
    border: 1px solid #e4e4e4;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.img-slide-prd {
    width: 60%;
    height: 130px;
    margin: 0 auto !important;
}

    .img-slide-prd img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0 auto !important;
    }

.product-slide h2 {
    font-size: 14px;
    padding: 8px 0;
    color: #929292;
    text-align: center;
    margin: 0;
}

.price-prd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 14px;
}

    .price-prd p {
        margin: 0 !important;
        font-size: 14px;
        color: #535353;
        padding: 2px;
        line-height: 20px;
    }

.befor-price {
    color: #b6b6b6 !important;
    position: relative;
}

.more-ditails {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 5px 25px;
    background-color: #ff5c00;
    border-radius: 6px;
    margin: 0 auto;
    transition: 0.4s;
}

.like-prd svg {
    width: 18px;
    height: 18px;
    fill: #999999 !important;
}

.add-prd svg {
    width: 20px;
    height: 20px;
    fill: #ff5c00 !important;
}

.btn-top-slide {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
}

.befor-price::after {
    content: "";
    height: 1px;
    width: 80px;
    background-color: #ff5c00;
    position: absolute;
    left: 13%;
    top: 53%;
    transform: rotate(-10deg);
}

.inner-stc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .inner-stc svg {
        width: 32px;
        height: 32px;
        margin-bottom: 10px;
    }

    .inner-stc h2 {
        font-size: 20px;
        font-weight: 800;
    }

.statistics-digi {
    background-color: #1f2243;
    width: 100%;
    padding: 2rem 1rem;
}

    .statistics-digi h2,
    .statistics-digi p,
    .statistics-digi svg {
        color: #fff;
    }

footer {
    width: 100%;
    padding: 3rem 1rem;
    background-color: #1f2243;
}

.footer-box a {
    text-decoration: none;
    font-size: 14px;
    color: #fdfdfd;
    padding: 4px;
}

.footer-box li {
    padding: 5px 0;
}

.footer-box h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 1rem;
}

.news-letter {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem;
    background-color: #383c6b;
}

    .news-letter p {
        color: #fff;
        font-size: 16px;
    }

    .news-letter input::placeholder {
        text-align: right;
        font-size: 12px;
    }

#submit-form {
    background-color: #ff5c00;
    padding: 4px 10px;
    color: #fff;
    border: none;
}

.img-slider {
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start !important;
    float: right;
    position: absolute;
    right: 4%;
    top: 5%;
}

    .img-slider img {
        width: 100%;
        margin-bottom: 2rem;
    }

.slider-prd-2 {
    width: 100%;
    margin: 1rem auto;
    background: #eef3ff;
    padding: 10px;
}

.small-slider {
    width: 95%;
    height: 108px;
    margin: 1rem auto;
    border-radius: 2rem;
    padding: 1rem 2rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #ebebeb;
}

.img-slider-sm {
    width: 16%;
    height: 95px;
    display: flex;
    align-items: center;
}

    .img-slider-sm img {
        width: 100%;
        /* position: absolute; */
        top: -30px;
        margin: 0 2rem;
    }

.text-sm-slider {
    width: 20%;
    display: flex;
    align-items: center;
}

    .text-sm-slider img {
        width: 100%;
    }

.sm-img-slider {
    width: 77px;
    height: 77px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .sm-img-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sm-sl {
    width: 60px !important;
}

.container-slider-sm {
    width: 75%;
    overflow: hidden;
}

.brnd-img {
    width: 85px;
    height: 100px;
}

    .brnd-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.brd {
    width: 100px !important;
}

.slider-logo {
    width: 80%;
    margin: 1rem auto;
}

.carousel-item img {
    border-radius: 10px;
}

marquee {
    width: 80%;
    padding: 10px 0;
    background-color: #21409a;
    color: #fff;
    margin: 1rem auto !important;
    display: block;
    border-radius: 20px;
    direction: rtl;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.menu-main-mobile {
    display: none;
}

.menu-bottom-mobile {
    width: 100%;
    position: fixed;
    background-color: #21409a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    height: 55px;
    display: none;
}

    .menu-bottom-mobile ul li {
        display: inline-block;
        padding: 10px 10px;
        height: 45px;
        width: 40%;
        position: relative;
        transition: 0.4s;
    }

    .menu-bottom-mobile ul {
        position: relative;
    }

        .menu-bottom-mobile ul li svg, .menu-bottom-mobile ul li i {
            fill: #fff;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 20px;
        }

    .menu-bottom-mobile span {
        font-size: small;
        color: #fff;
        text-align: center;
        font-weight: 500;
        margin-top: 4px;
        display: none;
    }

    .menu-bottom-mobile a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.menu-tbn {
    display: none;
}

.menu-main-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9;
    display: none;
}

    .menu-main-mobile ul li {
        display: block;
        padding: 10px 10px;
        list-style: none;
        border-bottom: 1px solid #e2e4e6;
    }

        .menu-main-mobile ul li a {
            text-decoration: none;
            color: #01023a;
            font-size: 14px;
            padding: 4px 10px;
            text-decoration: none;
        }

    .menu-main-mobile ul {
        margin-top: 10% !important;
    }

.close-btn-menu {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #21409a;
    z-index: 11;
}

.bottom-header {
    position: relative;
}

.close-btn-ctg {
    position: absolute;
    left: 10px;
    cursor: pointer;
}

    .close-btn-ctg svg {
        width: 20px;
        height: 20px;
    }

.category-products-menu {
    width: 33%;
    background-color: #fff;
    border-radius: 1px solid #fdfdfd;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    right: 10%;
    z-index: 9;
    display: none;
}

.list-menu ul li {
    list-style: none;
    padding: 12px 10px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

    .list-menu ul li a {
        font-size: 14px;
        color: #555555;
        padding: 10px;
        text-decoration: none;
    }

    .list-menu ul li ul {
        display: none;
        position: absolute;
        right: 100%;
        top: 0;
        width: 80%;
        background-color: #f4f4f4;
        z-index: 99;
    }

    .list-menu ul li:hover ul {
        display: block;
        padding: 0;
    }

    .list-menu ul li ul li ul {
        display: none !important;
    }

    .list-menu ul li ul li:hover ul {
        display: block !important;
    }

    .list-menu ul li:hover {
        background-color: #f4f4f4;
        transition: 0.4s;
    }

.carousel-caption h5 {
    backdrop-filter: blur(90px);
    padding: 6px;
}

.img-carousel {
    /* width: 60%; */
    margin: 0 auto;
}

    .img-carousel img {
        width: 100%;
    }
/* product-page */
.product-page {
    width: 85%;
    margin: 2rem auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 10px;
    padding: 1rem;
}

.container-description h1 {
    color: #2c2c2c;
    font-size: 18px;
    text-align: right;
    padding: 10px 0;
}

.ctg-span {
    font-size: 12px;
    color: #555555;
    padding: 5px;
}

.container-description a {
    font-size: 12px;
    text-decoration: none;
    padding: 4px;
}

.list-desc-prd ul li {
    font-size: 13px;
    color: #7c7c7c;
    padding: 7px;
    list-style: circle;
    text-align: justify;
}

.list-desc-prd {
    border-top: 1px dashed #c7c7c7;
}

    .list-desc-prd h2 {
        font-size: 14px;
        color: #555555;
    }

.container-description p {
    font-size: 14px;
    color: #ff2323;
}

.call-to-us {
    color: #2c2c2c !important;
}

.phone-number {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px !important;
}

.add-cart-container {
    width: 95%;
    margin: 1rem auto;
    padding: 20px;
    background-color: #fdfdfd;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.ditails-prd p {
    font-size: 14px;
    color: #555555;
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
}

.ditails-prd svg {
    fill: #afafaf;
    width: 16px;
    height: 16px;
}

.ditails-prd span {
    padding: 5px;
}

.add-cart-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

    .add-cart-btn a {
        text-decoration: none;
        padding: 8px 20px;
        border-radius: 6px;
        background-color: #25d85a;
        margin: 10px;
        color: #fff;
        font-size: 14px;
    }

.quantity {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    border: 1px solid #eee;
    height: 35px;
    border-radius: 6px;
    padding: 4px 10px;
}

.number-prd {
    padding: 0 10px;
    background: none !important;
}

.plus-minus span {
    padding: 0 7px;
    background-color: #8e8e8e;
    border-radius: 4px;
    color: #ffff !important;
    cursor: pointer;
}

.plus-minus .number-prd {
    color: #1e222d !important;
}

.img-product {
    width: 95%;
    height: 300px;
    margin: 0 auto;
}

    .img-product img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

/* tab */
.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #21409a;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}

.tabs {
    position: absolute;
    right: 0;
    top: -40px;
}

.tab-digi {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.panels {
    background: #fffffff6;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    min-height: 200px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 20px;
    color: #222222;
    padding: 1rem 0;
}

.panels p, .panels label {
    color: #555;
    font-size: 14px;
    text-align: justify;
    padding: 6px;
    line-height: 2rem;
}

.panel input::placeholder {
    text-align: right !important;
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
    display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
    background: #fffffff6;
    color: #21409a;
    border-top: 3px solid #21409a;
}

#submit-form {
    background-color: #21409a;
    padding: 5px 20px;
    border-radius: 6px;
    float: left;
}







/* login-page */

.body-login {
    background-image: linear-gradient(to top, #0031c44d, #fff);
    width: 100%;
    height: 100vh;
}

.login-form {
    width: 65%;
    height: 90vh;
    border-radius: 1rem;
    background-color: #ffffff;
    margin: 0 auto !important;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.sign {
    height: auto;
}

.login-form form {
    width: 95%;
    margin: 3rem auto;
    margin-bottom: 10px !important;
}

.login-form label {
    color: #060939;
    font-size: 13px;
}

.login-form input {
    display: block;
    width: 100%;
    margin: 6px 0;
    border: none;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e7eeee;
    background: #f4f4f4;
}

    .login-form input::placeholder {
        text-align: right;
    }

.login-form form input::placeholder {
    font-size: 12px;
    color: #808080;
}

#submit {
    background-color: #21409a;
    color: #fff;
}

.login-box {
    border: 3px solid #21409a;
    padding: 10px;
    border-radius: 8px;
    height: 95%;
    margin-top: 2%;
    background-image: linear-gradient(to bottom, #0656d22b, #fff);
}

    .login-box ul li a {
        font-size: 12px;
        text-decoration: none;
        color: #21409a;
    }

    .login-box ul {
        display: flex;
        justify-content: space-around;
    }

.inter {
    font-size: 13px;
    color: #ff5c00;
}

.content-logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

    .content-logo-box h2 {
        font-size: 15px;
        text-align: center;
    }

.logo-loginBox img {
    width: 80px;
    float: left;
    position: relative;
    top: -10px;
}

.body-login h1 {
    text-align: center;
    font-size: 16px;
    color: #21409a;
    padding: 6px;
    text-align: center;
}

.body-login p {
    font-size: 14px;
    color: #464553;
    text-align: center;
    margin: 3px;
    font-weight: 200;
}

.body-login span {
    font-size: 13px;
    color: #666666;
    font-weight: 200;
}

.products-cart-digi {
    border-bottom: 1px solid #dfdfdf;
    align-items: center;
    justify-content: space-around;
    padding: 0 15px;
}

.cart-page {
    width: 90%;
    margin: 20px auto;
}

.products-cart-digi h2 {
    font-size: 16px;
    color: #555;
}

.products-cart-digi p {
    font-size: 14px;
    color: #555;
}

.products-cart-digi div {
    display: flex;
    align-items: center;
}

.img-prd-cart {
    width: 50%;
    height: 65px;
    margin: 5px auto;
}

    .img-prd-cart img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.desc-prd-cart, .quantity-cart, .price-cart {
    margin: 1rem 0;
}

.price-cart {
    text-align: center !important;
}

.products-cart-digi div {
    align-items: center;
}

.number-prd {
    display: inline;
}

.products-cart-digi div {
    justify-content: center !important;
}

.products-cart-digi .quantity-cart {
    margin: 1rem 0;
    border: 1px solid #CACACA;
    width: 77px !important;
    padding: 4px;
    border-radius: 4px;
    display: block;
    background-color: #fff !important;
}

.quantity-price div {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
}

.qp {
    font-size: 14px;
    color: #535353;
    text-align: right;
    padding-left: 15px;
}

.quantity-price a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #02c443;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    transition: 0.4s;
}

    .quantity-price a:hover {
        background-color: #213050;
        transition: 0.4s;
    }

.select-adress {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .select-adress h2 {
        font-size: 16px;
        color: #7c7c7c;
        padding: 10px;
    }

    .select-adress input {
        border: 1px solid #eee;
        border-radius: 5px;
        width: 95%;
        margin: 10px;
        padding: 5px;
    }

#adr-submit {
    width: 15%;
    background-color: #213050;
    color: #fff;
}

.levels {
    width: 100%;
    margin: 1rem auto;
    border: 2px solid #343eaf;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 20px;
}

    .levels h2 {
        font-size: 15px;
        color: #adadad;
    }

.level {
    display: flex;
    justify-content: center;
}

    .level svg {
        width: 30px;
        height: 30px;
        fill: #b6b6b6;
        margin: 0 5px;
    }

.active h2, .active svg {
    color: #21409a;
    fill: #21409a;
}

.peyment-box {
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.Payment-Method {
    border: 1px solid #eee;
    border-radius: 10px;
}

    .Payment-Method h1 {
        font-size: 16px;
        color: #555;
        padding: 1rem;
        border: 1px solid #eee;
    }

.products-page {
    width: 98%;
    margin: 1rem auto;
}

.more-ditails:hover {
    opacity: 0.7;
    transition: 0.4s;
    color: #fff !important;
}

.products-page h1 {
    font-size: 16px;
    padding: 10px;
    color: #1f2243;
}

.side-bar-digi {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 1rem 0px;
    border: 1px solid #f4f4f4 !important;
    border-radius: 12px !important;
    background-color: #fbfbfb;
}

    .side-bar-digi h2 {
        font-size: 16px;
        color: #222222;
        background-color: #f5f5f5;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
    }

    .side-bar-digi ul li a {
        text-decoration: none;
        color: #515151;
        font-size: 14px;
    }

    .side-bar-digi ul li {
        padding: 8px;
        color: #343eaf;
        font-size: 16px;
    }

    .side-bar-digi ul {
        margin: 0 !important;
    }

.create-order-container {
    width: 60%;
    margin: 2rem auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 10px;
    background-color: #fdfdfd;
    padding: 2rem 1rem;
}

    .create-order-container h1 {
        font-size: 18px;
        color: #213050;
        text-align: center;
        padding: 10px;
    }

    .create-order-container p {
        color: #7c7c7c;
        text-align: center;
        font-size: 14px;
    }

    .create-order-container input {
        display: block;
        width: 100%;
        border: 1px solid #d6d6d6;
        padding: 5px;
        border-radius: 3px;
    }

    .create-order-container label {
        font-size: 14px;
        color: #6e6e6e;
        margin-top: 10px;
    }

/* gallery */



.container {
    display: flex;
    justify-content: center;
}

.thumb {
    display: flex;
    flex-direction: column;
    margin-right: 0.5rem;
    margin-top: 0;
}

    .thumb > li {
        border: 1px solid hsla(0, 0%, 62.4%, 0.25);
        list-style-type: none;
        margin-bottom: 0.5rem;
        width: 6.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .thumb > li > a > picture > img {
            vertical-align: bottom;
            width: 100%;
        }

.imgBox {
    border: 1px solid hsla(0, 0%, 62.4%, 0.25);
    width: 31.25rem;
    display: flex;
    align-items: center;
}

    .imgBox > picture > img {
        vertical-align: bottom;
        width: 100%;
    }

.digi-gallery {
    height: 300px;
}

    .digi-gallery ul li {
        height: 33%;
    }

#price {
    width: 35% !important;
}

.peyment-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newCost input {
    border: 1px solid #dbdbdb;
    background-color: #fdfdfd;
    border-radius: 5px;
}

.select-payment label {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}

.newCost button {
    background-color: #21409a;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

    .newCost button:hover {
        background-color: #213050;
        color: #fff;
    }

.state-detail {
    padding: 15px !important;
}

.peyment-inputs {
    font-size: 16px;
    color: #535353;
}

.total-price {
    color: #02c443;
}

.quantity-price div:hover {
    background-color: #f8f8f8;
    transition: 0.4s;
}

.quantity-price {
    box-shadow: rgba(108, 108, 108, 0.1) 0px 1px 3px 0px, rgba(4, 4, 4, 0.06) 0px 1px 2px 0px;
    border: none;
}

.ac {
    font-size: 13px;
}

.total-price-red {
    color: red;
}
/* color */

select {
    width: 20%;
    border: 1px solid #eaeaea;
    height: 30px;
    background: #fbfbfb;
    border-radius: 5px;
    color: #646464;
}

    select option {
        background: gray;
        color: white;
        border-bottom: 1px solid white;
        padding: 5px;
    }

.box {
    color: white;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.red {
    background: red;
}

.green {
    background: green;
}

.blue {
    background: blue;
}

.manager-div {
    box-shadow: rgba(108, 108, 108, 0.1) 0px 1px 3px 0px, rgba(4, 4, 4, 0.06) 0px 1px 2px 0px;
    border-radius: 10px;
    background-color: #fdfdfd;
    width: 95%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
}

    .manager-div:hover {
        transition: 0.5s;
        background-color: #fafafa;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(4, 4, 4, 0.06) 0px 1px 2px 0px;
    }

.img-mng {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

    .img-mng img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;
    }

.manager-div h2 {
    font-size: 16px;
    color: #474747;
    text-align: center;
    padding: 5px;
}

.manager-div p {
    color: #727272;
    font-size: 14px;
    text-align: justify;
    padding: 10px 20px;
}

.managers-page {
    width: 80%;
    margin: 1rem auto;
    border-radius: 15px;
    box-shadow: rgba(108, 108, 108, 0.1) 0px 1px 3px 0px, rgba(4, 4, 4, 0.06) 0px 1px 2px 0px;
    padding: 1rem;
}

.bottom-box {
    color: #ffff !important;
    padding: 6px;
    background-color: #21409a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center !important;
    width: 100%;
    margin-bottom: 0 !important;
}

.managers-page h1 {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.container-box {
    width: 80%;
    margin: 1rem auto;
    background-color: #fdfdfd;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(4, 4, 4, 0.06) 0px 1px 2px 0px;
}

    .container-box h1, .container-box h2 {
        font-size: 18px;
        color: #444444;
        padding: 1rem;
        text-align: center;
    }

    .container-box p {
        text-align: justify;
        line-height: 2rem;
        font-size: 14px;
        color: #747474;
        padding: 1rem;
    }

.icon-call {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #343eaf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

    .icon-call svg {
        fill: #fff;
        width: 20px;
        height: 20px;
    }

.call-box p, .call-box a {
    text-align: center;
    line-height: 2rem;
    font-size: 14px;
    color: #747474;
    padding: 1rem;
    text-decoration: none;
    display: block;
}

.article-box {
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

    .article-box h2 {
        font-size: 16px;
        color: #505050;
        padding: 6px;
    }

    .article-box a {
        display: block !important;
        width: 100%;
    }

    .article-box p {
        font-size: 14px;
        color: #6d6d6d;
        padding: 5px;
        text-align: justify;
    }

#bottom-slider {
    padding: 6px;
    text-align: center;
    background-color: #21409a;
    color: #fff;
    font-size: 14px;
    border-radius: 11px;
    margin: 3px 0;
}

.banners-digi {
    width: 80%;
    margin: 1rem auto;
}

.digi-banner {
    width: 97%;
    margin: 10px auto;
}

    .digi-banner img {
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }

.mmenu__item.active a {
    position: absolute;
    top: -30px;
    right: 0px;
    padding: 10px;
}

.mmenu__item.active svg, .mmenu__item.active i {
    background: #21409a;
    padding: 12px;
    border-radius: 50%;
    fill: #fff;
    color: rgb(255, 255, 255);
    width: 43px;
    height: 43px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.menu-bottom-mobile::after {
    content: "";
    width: 100%;
    height: 25px;
    background-color: #fff;
    position: absolute;
    top: -20px;
    right: 0;
}

.mmenu__item.active span {
    display: block;
}

.UpBtn {
    background: #fff;
    width: 60px !important;
    z-index: 999;
    padding: 20px;
    position: absolute;
    top: -10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}

    .UpBtn a {
        border-radius: 100%;
        width: 40px !important;
        height: 40px !important;
        position: absolute !important;
        top: -8px !important;
        right: 15% !important;
        background-image: linear-gradient(90deg, rgb(183, 0, 255), rgb(58, 132, 216), rgb(182, 68, 197), rgb(94, 55, 201), rgb(12, 118, 189), rgb(142, 23, 228), rgb(206, 102, 206));
        background-size: 1400% 1400%;
        animation: rotateColors 10s linear infinite;
    }

    .UpBtn i {
        fill: #FFF !important;
        color: #fff;
    }

.submenu2 {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: red;
}

.submenu {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes rotateColors {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.menu-main-mobile ul ul {
    display: none;
}

.submenu ul.active {
    display: block;
}

#submit {
    border: none;
    padding: 7px;
    display: block;
    background-color: #01023a;
    border-radius: 12px;
    width: 100%;
    color: #ffff;
}

.btn:hover {
    background: #ff6000 !important;
    opacity: 0.7;
}

.bottom-right {
    position: absolute;
    right: 10px;
}

.bottom-left {
    position: absolute;
    left: 125px;
}

.img-saham img {
    width: 96%;
    margin: 10px auto;
    object-fit: contain;
}

#print_this {
    position: absolute;
    top: 130px;
    right: 100px;
}

.text-pragraph {
    width: 85%;
    text-align: justify;
}

.w-80 {
    width: 80%;
    margin: 1rem auto;
}

.saham-container {
    position: relative;
}

.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.large-image {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.small-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.large-image img {
    width: 130px;
}

.small-images img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 10px;
    cursor: pointer;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-image {
    flex: 1;
    margin: 10px;
}

.thumbnail {
    flex: 0 0 20%;
    margin: 10px;
    cursor: pointer;
}

.subImage {
    object-fit: contain;
}

#mainImage {
    width: 220px;
}

#color-container {
    display: flex;
    flex-wrap: wrap;
}

.color {
    width: 23px;
    height: 23px;
    margin: 0px 9px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #a4a499 !important;
}

.red {
    background-color: red;
}

.white {
    background-color: white;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.color.active {
    box-shadow: rgba(62, 191, 255, 0.73) 0px 0px 0px 3px;
}

#selected-color {
    margin-top: 10px;
}

.counter-input {
    width: 25px;
    text-align: center;
}

.counter-button {
    width: 28px;
    height: 28px;
    display: flex;
    align-content: center;
    align-items: center;
    background: #21409a;
    border: none;
    color: #fff;
    justify-content: center;
    border-radius: 5px;
}


.dropdown-request-box {
    font-size: 14px;
    color: var(--first-color);
    padding: 20px 15px 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #bbbbbb !important;
    border-radius: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    padding: 0 !important;
    line-height: normal !important;
    width: 100% !important;
    height: 41px;
    position: relative;
    top: -11px;
}

    .dropdown-request-box input::placeholder {
        color: #1e222d;
    }

.body-color {
    background-color: #f8f8f8;
}

.width-85 {
    width: 90%;
    margin: 0 auto;
}

.width-75 {
    width: 75%;
    margin: 5% auto;
}

.requestBox {
    width: 100%;
    margin: 0px auto !important;
    padding: 10px 15px;
    border: 1px solid #eaeaea !important;
    border-radius: 9px !important;
    background-color: #f9f9f9;
    margin-top: 0;
}

.title-request-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #323646;
    margin-bottom: 5px;
}

.title-request-box span {
    font-size: 14px;
    color: #868686;
    font-weight: lighter;
}

.requestBox button, .submit-password {
    border-radius: 7px !important;
    font-size: 16px;
    background: #cbdeff;
    border: none;
    min-width: 151px;
    padding: 5px 10px;
    margin: 10px 0;
    color: #21409a;
    border: 2px solid #21409a;
    text-decoration: none;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.title-request-box i {
    font-size: 25px;
    padding: 15px;
    color: #21409a;
}

.title-request-box .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.side-bar-digi i {
    font-size: 15px;
    padding-left: 5px;
    color: #515151;
}

.side-bar-digi ul li.active {
    background-color: #e0e8ff;
}

.requestBox .dropdown-menu {
    width: 100%;
}

.dropdown-item {
    text-align: right !important;
}

.text-content h1 {
    font-size: 17px;
    color: #222499;
    font-weight: bold;
}

.text-content p {
    font-size: 24px;
    color: #4a4a4a;
    text-align: justify;
}

.formTara input {
    font-size: 14px;
    color: var(--first-color);
    padding: 20px 15px 0 !important;
    height: 40px;
    background-color: #fff;
    border: 1px solid #c8c8c8 !important;
    border-radius: 7px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    padding: 0 5px !important;
    line-height: normal !important;
    width: 100% !important;
}

.dropdown-request-box input {
    border: none;
    width: 100%;
    outline: none;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 200 !important;
    color: #6c6a67;
    padding-right: 10px;
}

.requestBox span {
    font-size: 14px;
    color: #7b7878;
    margin-right: 2%;
    white-space: nowrap;
}

.text-content h2 {
    font-size: 16px;
    color: #1f2243;
    font-weight: 500;
}

.text-content ul li {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
    padding: 4px 0;
    list-style: decimal;
    text-align: justify;
}

.card-estate {
    width: 99%;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.img-card img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
}

.text-content-card {
    padding: 10px;
    position: relative;
    min-height: 100px;
}

    .text-content-card h2 {
        font-size: 15px;
        color: #6f6f75;
        font-weight: bold;
    }

.title-text {
    font-size: 12px;
    color: #808080;
}

.value-text {
    color: #5b5b5b !important;
    font-size: 13px;
}

.text-content-card a {
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 3px;
    max-width: 108px;
    float: left;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #ff6000 !important;
    border: 1px solid #ff6000;
    left: 10px;
    position: absolute;
    bottom: 10px;
}

.text-content-card .disable {
    color: gray !important;
    border: 1px solid gray;
}

.images-gallery img {
    width: 98%;
    max-height: 180px;
    border-radius: 12px;
    margin: 6px auto;
    object-fit: contain;
}

.state-detail h3 {
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.state-detail ul li {
    list-style: none;
}

.state-detail .first-btn {
    background: #97daf4;
    color: #4d4d4d;
    font-size: 13px;
    height: 40px;
    border-radius: 8px !important;
    margin: 4px;
    padding: 6px;
}

.state-detail .second-btn {
    background: #f4be97;
    color: #4d4d4d;
    font-size: 13px;
    height: 40px;
    border-radius: 8px !important;
    margin: 4px;
    padding: 4px;
}

.address-h {
    padding: 15px 20px !important;
}

    .address-h h1 {
        font-size: 17px;
    }

    .address-h button {
        color: #fff;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.address-b h2 {
    font-size: 13px;
    color: #888888;
    font-weight: lighter;
}

.address-b .myAddress {
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
}

.address-b ul li {
    padding: 4px 0;
}

    .address-b ul li i {
        color: #818181;
        font-size: 16px;
    }

#addNewAddress input {
    border: 1px solid #bbbbbb;
    width: 100%;
    outline: none;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 200 !important;
    color: #6c6a67;
    padding-right: 10px;
    margin: 4px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
}

#addNewAddress label {
    font-size: 13px;
    color: #777777;
    margin-right: 4px;
}

.filter-text {
    font-size: 14px;
    color: #8b8b8b;
    font-weight: 200 !important;
}

.searchInput {
    width: 40% !important;
}

#clearBtn {
    color: #ffff;
    padding: 7px 10px;
    border-radius: 10px !important;
}

.searchInput {
    position: relative;
}

    .searchInput input {
        outline: none;
    }

    .searchInput i {
        position: absolute;
        left: 0px;
        padding: 15px;
        background-color: #cdcbdd;
        border-radius: 10px;
        height: 97%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        color: #090029;
    }

table.requestBox {
    border-radius: 12px !important;
    background-color: #00a9c0;
}

.requestBox table tr th {
    color: #1e222d !important;
    font-weight: normal;
    font-size: 15px;
}

.viwe-detail {
    background-color: #c4ccf9 !important;
    color: #333 !important;
    max-width: 70px !important;
    min-width: 70px !important;
    width: 70px !important;
    font-size: 14px !important;
}

.requestBox h1 {
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    margin-right: 20px;
}

.change-password {
    width: 100%;
    padding: 10px;
}

    .change-password form {
        width: 50%;
    }

        .change-password form label {
            font-size: 13px;
        }

    .change-password h3 {
        font-size: 16px;
        text-align: center;
        margin: 10px;
        color: #2c2c2c;
    }

.profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-img i {
    font-size: 45px;
}

.profile ul li span {
    font-size: 12px;
    font-weight: lighter;
}

.profile ul {
    width: 100%;
    margin: 0 !important;
}

    .profile ul li {
        display: flex;
        justify-content: space-between;
    }

        .profile ul li .key {
            color: #a0a0a0;
        }

        .profile ul li .value {
            color: #3a3a3a;
        }

.profile h4 {
    font-size: 15px;
    color: #060939;
}

.hc-nav-trigger span::before, .hc-nav-trigger span::after, .hc-nav-trigger span {
    display: none !important;
}

.bi-list::before {
    position: relative !important;
    top: -5px !important;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #e7e7e7 !important;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #081436 !important;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: none !important;
}

.scrollUp {
    display: none !important;
}


/*  */
.requestBox h2, .addressesTitle {
    font-size: 16px;
    position: relative;
    color: #ff6000;
    margin-right: 20px;
}

    .requestBox h2::before, .addressesTitle::before, .notification h5::before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #ff6000;
        border-radius: 100%;
        margin: 0 5px;
        position: absolute;
        right: -18px;
        top: 6px;
    }

.container-profile {
    width: 65%;
    margin: 5% auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1%;
}

    .container-profile ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

        .container-profile ul li {
            margin: 0.7rem 0;
            display: flex;
            justify-content: space-between;
        }

            .container-profile ul li .key, .address-b ul li .key {
                color: #494652;
                font-weight: 600;
            }

            .container-profile ul li .value, .address-b ul li .value {
                color: #666666;
            }

    .container-profile a, .add-new-address, #print {
        display: inline-flex;
        margin: 5px auto;
        border-radius: 7px;
        border: 2px solid #3c5fca;
        padding: 5px 20px;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        width: 200px !important;
        color: #3c5fca;
    }

#print {
    text-align: center;
    margin: 20px auto !important;
}

.add-new-address {
    margin-top: 20px !important;
}

.container-profile a span {
    font-size: 14px;
    color: #3c5fca;
    padding: 0 7px;
}

.container-profile a i {
    color: #3c5fca;
    display: flex;
    align-items: center;
}

.container-profile form {
    margin-bottom: 30px;
}

    .container-profile form .inputs-form input, #gender, #khedmat {
        display: block;
        width: 93%;
        border-radius: 8px;
        padding: 5px 10px;
        border: 1px solid #bac4da;
        background-color: #ffff;
    }

    .container-profile form .inputs-form select {
        border: none !important;
        width: 100% !important;
        background: none;
    }

    .container-profile form .inputs-form input::placeholder {
        font-size: 13px;
        color: #6e6e6e;
        font-weight: lighter;
    }

    .container-profile form .inputs-form label {
        font-size: 14px;
        color: #414357;
        padding: 5px 0;
        margin-top: 15px;
    }

.width-btn {
    width: 220px;
}

.save-data {
    background-color: #3c5fca;
}

    .save-data span {
        color: #fff !important;
    }

.address-b {
    border: 2px dashed #022385 !important;
    height: fit-content;
    background: #fdfdfd;
}

    .address-b span {
        white-space: wrap;
    }

    .address-b ul li {
        display: flex;
        justify-content: space-between;
    }

.btns-addresses {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .btns-addresses button {
        font-size: 14px;
        color: #ff7423;
        padding: 5px 10px;
        border-radius: 6px !important;
        font-weight: bold;
    }

.edit-btn-address {
    background-color: #ffd8ae !important;
}

.delete-btn-address {
    background: none !important;
    border: 2px solid #ff5c00 !important;
}

#mainTable tbody td, .table-box tbody td {
    font-weight: lighter !important;
    font-size: 13px;
    color: #444547;
}

.tara.text-content p {
    font-size: 15px !important;
}

.dropdown-request-box input {
    border: none !important;
}

.btn-save-request {
    position: relative;
    top: -10px;
}

.af-srm span {
    color: #022ca8;
}

.af-srm p {
    margin-bottom: 3px;
}

.af-srm h3 {
    font-size: 17px;
    color: #123fc5;
    font-weight: bold;
}

.btns-af-srm {
    display: flex;
    justify-content: end;
    gap: 7px;
}

    .btns-af-srm button {
        width: auto !important;
        color: #fff !important;
        border: none !important;
        padding: 7px 22px;
        border-radius: 5px !important;
    }

    .btns-af-srm .first {
        background-color: #01023a !important;
    }

    .btns-af-srm .second {
        background-color: #ff5c00 !important;
    }

#new-phoneNumber {
    width: 70% !important;
    display: inline !important;
}

.submit-phoneNumber {
    width: auto !important;
    display: inline !important;
    padding: 5px 20px;
}

.change-password p {
    font-size: 15px;
    color: #4b4b4b;
}

.minus {
    padding: 0 9px !important;
}

.products-cart-digi .delete {
    width: auto !important;
    min-width: auto !important;
    border: 2px solid #ff5c00 !important;
    color: #ff5c00 !important;
    background: #ffff !important;
    padding: 4px 15px;
    border-radius: 6px !important;
}

.desc-prd-cart {
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
    flex-direction: column;
}

.productName {
    font-weight: bold;
    color: #595959;
    margin-bottom: 4px !important;
}

.title-table-prd {
    width: 100%;
    margin: 10px auto !important;
    background-color: #dbe1e8;
    padding: 10px 0 !important;
    border-radius: 4px;
}

    .title-table-prd li {
        display: inline-flex;
        justify-content: center;
        font-size: 15px;
        color: #3e3e3e;
    }

.quantity-price {
    width: 99%;
    margin: 10px auto;
    border: 2px solid #022385 !important;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

    .quantity-price a {
        background-color: #022385 !important;
        border-radius: 5px !important;
        font-size: 15px;
        margin-bottom: 0;
    }

    .quantity-price span {
        color: #5c5c5c;
    }

.total-price {
    border: 1px dashed #72738f !important;
    border-radius: 8px;
    padding: 12px !important;
}

    .total-price span.value {
        font-size: 16px;
        font-weight: bold;
        color: #666;
    }

.products-cart button {
    width: auto !important;
    display: block;
    margin: 20px auto;
    padding: 5px 30px;
}

.addresses-container h4 {
    font-size: 14px;
    color: #585858;
    font-weight: 200;
    margin-right: 10px;
    margin-top: 10px;
}

.select-adress h3, .select-payment h3 {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
}

.select-adress h5 {
    font-size: 14px;
    padding: 4px 0;
}

.select-adress p {
    font-size: 13px;
    color: #636363;
}

.select-adress, .select-payment {
    padding: 20px 10px;
    border: 2px dashed #022385 !important;
    border-radius: 12px !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer;
}

    .select-adress.active, .select-payment.active {
        background-color: #d2daec;
    }

.redio-btn {
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    position: relative;
    border: 2px solid #022385 !important;
}

.select-adress.active .redio-btn, .select-payment.active .redio-btn {
    background-color: #022385 !important;
}

.redio-btn::after {
    content: "";
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #022385 !important;
    border-radius: 100%;
    position: absolute;
    top: -5px !important;
    right: -5px !important;
}

.add-new-addresss {
    text-decoration: none;
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 6px;
    border: 2px solid #ff5c00;
    color: #ff5c00;
}

.select-payment button {
    width: auto !important;
    background: none !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
}

.select-payment .accordion-item {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.select-payment .description {
    width: 100%;
}

    .select-payment .description h3 {
        text-align: right;
    }

.select-payment .accordion-button {
    display: flex !important;
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .select-payment .accordion-button:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .select-payment .accordion-button:not(.collapsed)::after,
    .accordion-button::after {
        background-image: unset !important;
    }

.select-payment .accordion-body ul li {
    display: inline-block;
}

    .select-payment .accordion-body ul li span {
        color: #1f2243;
    }

.select-payment #price {
    display: block;
    width: 60% !important;
    height: 40px;
    font-size: 13px;
}

.newCost {
    width: 60%;
    display: flex;
    justify-content: space-between !important;
    align-items: end !important;
    gap: 7px;
}

    .newCost div {
        width: 90%;
    }

    .newCost input {
        width: 100%;
        padding: 4px;
    }

    .newCost button {
        margin: 0 !important;
        color: #fff;
        background-color: #ff5c00 !important;
        font-size: 14px;
        border-radius: 4px;
        padding: 8px !important;
        text-align: center !important;
        display: inline-block !important;
    }

    .newCost input::placeholder {
        font-size: 13px;
    }

.formTara #clearBtn {
    color: #01023a !important;
}

.notification {
    background-color: #fff;
    ;
    border-radius: 5px;
    padding: 8px 12px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .notification h5 {
        font-size: 15px;
        font-weight: bold;
        color: #ff6000;
        position: relative;
        margin-right: 10px;
    }

    .notification span {
        font-size: 15px;
        color: #51504f;
        font-weight: normal;
        white-space: collapse;
    }

.width-80 {
    width: 80%;
    margin: 10px auto !important;
}

.empty p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.9rem;
}

#editProForm, #editAddress {
    position: relative;
}

#submit-pro {
    display: inline-flex;
    margin: 5px auto;
    border-radius: 7px;
    border: 2px solid #3c5fca;
    padding: 5px 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 200px !important;
    color: #fff;
    background-color: #3c5fca;
}

.btn-submit {
    margin-top: 15px;
    flex-direction: column;
    gap: 3px;
}

    .btn-submit a {
        width: 200px !important;
    }

#editProForm label.error, #editAddress label.error {
    color: red;
    display: block !important;
}

.container-text-payment h1 {
    font-size: 30px;
    font-weight: bold;
    color: #02c443;
    margin-bottom: 20px;
}

.container-text-payment p {
    color: #5c5c5c;
}

.container-text-payment .buttons button, .back-to-site {
    width: 70%;
    border: none;
    padding: 8px;
    border-radius: 7px;
}

    .container-text-payment .buttons button a {
        color: #444444;
        text-decoration: none;
    }

    .back-to-site a {
        color: #ffff;
        text-decoration: none;
    }

#seccess-btn {
    background-color: #02c443;
    color: #fff;
}

#text-send-again {
    color: #192350;
    text-decoration: none;
}

    #text-send-again.notallow {
        opacity: 0.3;
        cursor: not-allowed;
    }

#timer {
    display: flex;
    justify-content: center;
    margin: 20px !important;
}

.login-form h2 {
    font-size: 17px;
    color: #01023a;
}

.login-form p {
    color: #7e7e7e;
    font-size: 13px;
    text-align: justify;
}

.login-form .logo {
    width: 30%;
    margin: 0 auto;
    object-fit: contain;
}

    .login-form .logo img {
        width: 100%;
    }

@media screen and (max-device-width: 480px) {
    .img-slider-sm {
        display: none;
    }

    .container-text-payment .buttons button, .back-to-site {
        width: 100%;
    }

    .container-text-payment h1 {
        font-size: 20px;
    }

    .container-text-payment p {
        font-size: 14px;
    }

    .small-slider {
        flex-direction: column;
        height: auto;
    }

    .text-sm-slider {
        margin: 10px auto;
        width: 50%;
    }

    .container-slider-sm {
        width: auto;
    }

    .sm-sl {
        margin: 0 20px;
    }

    .img-slider {
        width: 75px;
    }

    .products-inner-slider {
        width: 75%;
    }

    .categories-box {
        overflow: auto;
        white-space: nowrap;
    }

    .img-ctg {
        width: 120px;
    }

    .box-circles-digi {
        flex-direction: column;
    }

    .circle-box {
        margin: 30px auto;
    }

    .sliders-digi {
        flex-direction: column;
        height: auto;
    }

    .right-slider,
    .left-slider {
        width: 98%;
        margin: 10px;
    }

    .bottom-header,
    .empty,
    #buttons-header {
        display: none;
    }

    .address-h {
        flex-direction: row !important;
    }

    #search-box-digi form {
        display: flex;
    }

    #logo-digi {
        margin-left: 1%;
    }

    #search-box-digi {
        width: 60%;
    }

    .digi-header {
        width: 96%;
    }

    #logo-digi {
        width: 75px;
        height: 75px;
    }

    .menu-tbn {
        height: 25px;
        position: absolute;
        left: 20px;
        top: 40px;
        cursor: pointer;
        display: inline;
    }

        .menu-tbn svg {
            width: 25px;
            height: 25px;
        }

    .menu-main-mobile {
        display: none;
    }

    .menu-tbn {
        display: inline;
    }

    .menu-bottom-mobile {
        display: flex;
        justify-content: space-around;
    }

    .sliders-digi .carousel-item img {
        height: 150px;
    }

    .add-cart-btn {
        flex-direction: column;
    }

    .product-page, .tab-digi {
        width: 95%;
    }

    .cart-page, .levels {
        width: 100%;
    }

    .managers-page {
        flex-direction: column;
    }

    .levels {
        overflow: auto;
        white-space: nowrap;
    }

    .box-circles-digi {
        display: grid;
        grid-template-columns: auto auto;
        gap: 0 3.5rem;
        width: 100%;
        overflow: hidden;
    }

    .circle-box {
        width: 90px;
        height: 90px;
        padding: 3px;
    }

        .circle-box::before {
            width: 120px;
            height: 120px;
        }

    .vector-box svg {
        width: 20px;
        height: 20px;
    }

    .circle-box h2 {
        font-size: 11px !important;
    }

    .digi-header {
        justify-content: space-around;
    }

    .body-login {
        background: #fff;
    }

    .login-form {
        flex-direction: row;
        box-shadow: none;
        width: 100%;
    }

        .login-form li {
            margin: 0 5px;
        }

    .has-submenu .submenu {
        background: #e7ebee;
        width: 96%;
        margin: 0 auto !important;
        border-radius: 7px;
    }

    .requestBox {
        display: flex;
        flex-direction: column;
    }

        .requestBox div, .formTara {
            flex-direction: column;
        }

    .title-request-box {
        text-align: center;
    }

    .request-page {
        width: 98% !important;
        margin: 0 auto;
    }

        .request-page .sideBar {
            display: none;
        }

    .images-gallery {
        flex-direction: column !important;
    }

    .state-detail {
        padding: 10px !important;
        flex-direction: column !important;
    }

        .state-detail .btns {
            flex-direction: row !important;
        }

    .table-box {
        width: 98%;
        overflow: scroll;
    }

    .change-password {
        width: 98% !important;
    }

    #print_this p, #print_this div {
        font-size: 6px;
    }

    .bottom-right {
        right: 20px !important;
        font-size: 6px;
    }

    .bottom-left {
        left: 15px !important;
        font-size: 6px;
    }

    #print_this br {
        display: none;
    }

    .bottom-left br, .bottom-right br {
        display: block !important;
    }

    .text-pragraph {
        font-size: 6px;
        margin: 0 !important;
        position: absolute;
        right: 20px;
    }

    .centered3 {
        font-size: 5px !important;
        display: none;
    }

    #print_this {
        position: absolute;
        top: 60px !important;
        right: 30px !important;
    }

        #print_this .my-4 {
            margin: 15px !important;
        }

    .searchInput {
        width: 95% !important;
    }

    #clearBtn {
        margin: 10px;
    }

    .product-slide {
        margin: 5px auto !important;
    }

    .swiper-slide div img {
        width: 75% !important;
    }

    .cnt-swp {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        height: 300px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px !important;
        border: 1px solid #e4e4e4;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }

    .levels {
        padding: 12px;
    }

    .level {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .level svg {
            width: 16px;
            height: 16px;
        }

    .levels h2 {
        font-size: 12px;
    }

    .redio-btn {
        width: 23px !important;
    }

    .select-payment #price, .newCost {
        width: 100% !important;
        align-items: start !important;
    }

        .newCost button {
            width: 100% !important;
            margin: 15px auto !important;
        }

        .newCost input {
            width: 110% !important;
        }

    .select-adress .redio-btn {
        width: 35px !important;
    }

    .requestBox div {
        flex-direction: row;
    }

    .addresses-container h4, .add-new-addresss {
        font-size: 12px;
    }

    .add-new-addresss {
        padding: 4px 7px;
        white-space: nowrap;
    }

    .title-table-prd {
        display: none;
    }

    .formTara, .direction-sm-colum, .address-b, .container-profile form, .state-detail .btns {
        flex-direction: column !important;
    }

    .btns-addresses {
        gap: 4px;
        flex-direction: column !important;
    }

        .btns-addresses button {
            margin: 0;
        }

    .container-profile {
        width: 100%;
        margin: 0;
    }

    .change-password form, .formTara {
        width: 100% !important;
    }

    .add-cart-btn a {
        margin: 0;
    }

    .Width-sm-95 {
        width: 95%;
    }

    
}
