/* رنگها:
        #11002d
        #11002d
        #e99000
        تمام */
/* شروع دیزاین هدر */

:root {
    --primary-color: #11002d;
    --secondary-color: #11002d;
    --primary-hover: #e99000;
    --primary-hover-60: rgba(233, 144, 0, 0.6);
    --secondary-hover: rgba(233, 144, 0, 0.15);
    --secondary-hover-50: #fdf9f2;
    --primary-bg: #fdf9f2;
}

.user-login span {
    color: #000;
}

a {
    text-decoration: none;
    color: inherit;
}

.top-margin {
    margin-top: 175px;
}


.page-container {
    max-width: 1400px;
}

* {
    font-family: "iranyekan";
    margin-top: 0;
}

.topbar-header {
    background-color: #fdf9f2;
}

.topbar-header img {
    width: 24px;
}

.all-head {
    font-family: "iranyekan";
    font-weight: normal;
    z-index: 5000;
    position: relative;
}

.main-menu {
    width: 1400px;
}

.all-head .nav-menu li {
    border: solid #cfcfcf;
}

.all-head .nav-menu li a {
    color: #111 !important;
    fill: #111;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-decoration: none;
    position: relative;
    padding: 15px 0;
}

.all-head .nav-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #11002d;
    transition: width 0.4s ease, left 0.4s ease;
}

.all-head .nav-menu li a:hover::before {
    width: 100%;
    left: 0;
}

.all-head .logo-section {
    width: 10%;
    display: flex;
    justify-content: center;
}

.all-head .logo-section img {
}

.all-head .icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.all-head .icons .user-login {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.all-head .icons .user {
    width: 37px;
    padding-right: 10px;
}

.menu-burgers {
    display: none !important;
}

.menu-icon {
    max-width: 45px;
    min-width: 45px;
    width: 45px;
    height: 45px;
    padding: 0px 8px;
    margin: 0px 5px;
}

@media screen and (max-width: 992px) {
    .menu-burgers {
        display: block !important;
    }

    .all-head .nav-menu {
        display: none;
    }

    .all-head .icons .user-login {
        display: none;
    }

    .menu-icon {
        max-width: 40px;
        min-width: 40px;
        width: 40px;
        height: 40px;
        padding: 0 5px;
    }

    .logo-lajevardi {
        width: 100%;
    }
}

/* Offcanvas menu base */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.93);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: right 0.4s ease;
    padding: 20px;
}

.offcanvas-menu.active {
    right: 0;
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header of offcanvas */
.offcanvas-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.offcanvas-header h4 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}

.offcanvas-header .close-offcanvas {
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

/* Menu items */
.offcanvas-nav li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-hover);
}

.offcanvas-nav li a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.offcanvas-nav li a:hover {
    color: #a8822f; /* طلایی تیره */
}

/*CART START*/
.icons {
    position: relative;
    cursor: pointer;
}


/*.cart-modal {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    left: 0;*/
/*    width: 385px;*/
/*    !*height: 100%;*!*/
/*    z-index: 999;*/
/*    !*justify-content: center;*!*/
/*    !*align-items: center;*!*/
/*    max-height: 80vh;*/
/*}*/

.cart-modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 65px;
    width: 366px;
    z-index: 4999;
    max-height: 80vh;
    transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
}

.cart-modal.show {
    visibility: visible;
    opacity: 1;
    top: 45px;
}

@media (max-width: 992px) {
    .cart-modal {
        width: 340px;
    }
}

.cart-modal-content {
    background: white;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

.close-cart-btn {
    color: #69727d;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 35px;
    background: none;
    border: none;
    cursor: pointer;
}

.cart-items {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    max-height: 45vh;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    margin-left: 15px;
    border-bottom: 1px solid #ddd;
}

.cart-item-text {
    font-size: 13px;
    color: rgb(122, 122, 122);
}

.cart-item .item-image {
    width: 76px;
    height: 100%;
    margin-left: 10px;
}

.cart-item .item-name {
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 14px;
}

.cart-item .item-price {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}

.cart-item .remove-item-btn svg {
    width: 18px;
    cursor: pointer;
    font-size: 18px;
    stroke: #d5d8dc;
}

.cart-item .remove-item-btn {
    align-self: end;
}

.cart-total {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    /*font-weight: bold;*/
}

.cart-total span {
    font-weight: 500;
}

.cart-total #totalPrice {
    font-size: 18px;
    color: var(--primary-color);
}

.cart-buttons-wrapper {
    display: flex;
    gap: 8px;
}

.checkout-btn {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    padding: 10px;
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    border: none;
    cursor: pointer;
    /*border-radius: 4px;*/
}

.see-cart-btn {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    padding: 10px;
    width: 100%;
    border: 1px solid var(--secondary-color);
    background-color: white;
    color: var(--secondary-color);
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
    /*border-radius: 4px;*/
}

.see-cart-btn:hover {
    background-color: var(--secondary-color);
    color: white;
}


/* پایان هدر */
/* شروع بادی */
/* شروع اسلایدر اول */
/* سکشن 1 */
.dm-slider {
    height: 700px;
    margin-top: -126px;
    background-image: url(../../images/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -95px;
}

@media screen and (max-width: 992px) {
    .dm-slider {
        margin-top: -96px;
        height: 600px;
    }
}

@media screen and (max-width: 550px) {
    .dm-slider {
        margin-top: -78px;
        height: 500px;
        background-image: url(../../images/2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center -0px;
    }

    .dm-slider .slider-subtitle {
        font-size: 25px !important;
    }

    .slider-content {
        width: 100% !important;
        padding: 40px 25px;
        text-align: center;
        background-image: linear-gradient(0deg, #fdf9f2 55%, #ffffff00 100%);
    }
}

.dm-slider .slider-content {
    width: 35%;
    margin-bottom: 0px;
}

.dm-slider .slider-title {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6em;
    color: #525252;
}

.dm-slider .slider-subtitle {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.6em;
    color: #000;
}

.dm-slider .slider-button {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6em;
    color: #fff;
    background-color: #001d3d;
    padding: 10px 25px;
    text-decoration: none;
}

.dm-slider .arrow-left {
    width: 25px;
    position: absolute;
    left: 10px;
    top: 50%;
    background-color: #fff;
    border-radius: 500px;
    padding: 5px;
}

.dm-slider .arrow-right {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #fff;
    border-radius: 500px;
    padding: 5px;
}

a {
    text-decoration: none !important;
}

/* شروع دسته بندی محصولات */
/* سکشن 2 */
.product-category {
    width: 1200px;
}

.category-loop img {
    box-shadow: 0px 12px 24px -3px #11111110;
}

.category-loop p {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    margin-top: 15px;
}

/* شروع سکشن کاروسل محصول */
/* سکشن 3 */
.slider-product {
    width: 1500px;
    position: relative;
}

.slider-product .show-cat {
    background-image: url(../../images/cat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

.slider-product .show-cat .detail-cat {
    background-color: #ffffff80;
    backdrop-filter: blur(5px);
}

.slider-product .show-cat .detail-cat .title-cat {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7em;
    width: 100%;
}

.slider-product .show-cat .detail-cat .subtitle-cat {
    font-size: 15px;
    padding: 10px 10px;
    border: solid #111;
    border-width: 0px 0px 1px 0px;
}

.slider-product .loop-product {
    position: relative;
    overflow: hidden;
}

.feature-image.avali {
    height: 400px;
    width: 100%;
    background-image: url(../../images/product/single-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-position: center;
}

.feature-image.dovomi {
    height: 400px;
    width: 100%;
    background-image: url(../../images/product/single-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-position: center;
}

.feature-image.sevomi {
    height: 400px;
    width: 100%;
    background-image: url(../../images/product/single-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-position: center;
}

.feature-image.avali .show-more,
.feature-image.dovomi .show-more,
.feature-image.sevomi .show-more {
    background-color: #11002d;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    bottom: -100px;
    position: relative;
}

.feature-image.avali .show-more:hover,
.feature-image.dovomi .show-more:hover,
.feature-image.sevomi .show-more:hover {
    background-color: #c6ad8a;
    color: #fff;
}

.loop-product:hover .show-more {
    bottom: 0;
    transition: all ease 0.5s;
}

.loop-product .add-to-cart-wishlist {
    width: 55px;
    position: absolute;
    top: -100px;
    right: 20px;
    background-color: #fff;
}

.loop-product:hover .add-to-cart-wishlist {
    top: 10px;
    transition: all ease-in-out 0.5s;
}

.loop-product .add-to-cart-wishlist a img {
    width: 25px;
}

.loop-product .add-to-cart-wishlist .heart-hotspot::after {
    content: "افزودن به لیست علاقه مندی";
    width: 200px;
    height: 30px;
    position: absolute;
    display: block;
    top: 6px;
    right: -10px;
    opacity: 0;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 12px 24px -3px #11111110;
    padding: 8px 5px 0px 5px;
    text-align: center;
    color: #000;
}

.loop-product .add-to-cart-wishlist .heart-hotspot:hover::after {
    top: 6px;
    right: 65px;
    opacity: 1;
    transition: all ease-in-out 0.7s;
}

.loop-product .add-to-cart-wishlist .shopping-hotspot::after {
    content: "افزودن به سبد خرید";
    width: 200px;
    height: 30px;
    position: absolute;
    display: block;
    top: 53px;
    right: -10px;
    opacity: 0;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 12px 24px -3px #11111110;
    padding: 8px 5px 0px 5px;
    text-align: center;
    color: #000;
}

.loop-product .add-to-cart-wishlist .shopping-hotspot:hover::after {
    top: 53px;
    right: 65px;
    opacity: 1;
    transition: all ease-in-out 0.7s;
}

.loop-product .product-titel {
    color: #000;
    font-size: 18px;
    padding: 20px 0px 5px 0px;
}

.loop-product .price {
    color: #111;
    font-size: 15px;
}

/* شروع سکشن 3 تا تصویر کنار هم */
/* سکشن 4 */
.fulwith-triple-cat {
    background-color: #fdf9f2;
}

.title-triple-cat {
    text-align: center;
    padding: 0px 10px 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-triple-cat .title {
    font-weight: 900;
    font-size: 30px;
    margin-block-start: 0.5em;
}

.title-triple-cat .sub-title {
    background-color: #c6ad8a2d;
    font-weight: 500;
    font-size: 17px;
    border-radius: 50px;
    padding: 5px 25px;
    color: #111;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.title-triple-cat .sub-title img {
    width: 30px;
    padding: 0 5px;
}

.triple-cat .one-of3 {
    height: 210px;
    background-image: url(../../images/1of3.jpg);
    background-size: 100%;
    background-position: center right;
    box-shadow: 0px 12px 24px -3px #11111110;
}

.triple-cat .two-of3 {
    height: 210px;
    background-image: url(../../images/2of3.jpg);
    background-size: 100%;
    background-position: center right;
    box-shadow: 0px 12px 24px -3px #11111110;
}

.triple-cat .three-of3 {
    height: 210px;
    background-image: url(../../images/4of3.jpg);
    background-size: 100%;
    background-position: center right;
    box-shadow: 0px 12px 24px -3px #11111110;
}

.triple-cat .box p {
    width: 43%;
}

.triple-cat .box a {
    width: 43%;
    font-size: 15px;
    font-weight: normal;
    color: #c6ad8a;
    text-decoration: none;
}

.triple-cat .box .subtitle {
    width: 43%;
    font-size: 15px;
    font-weight: normal;
    color: #c6ad8a;
    text-decoration: none;
}

/* شروع سکشن محصولات 2 ردیفه */
/* سکشن5 */
.slider-product .show-catnew {
    background-image: url(../../images/sideimage.png);
    height: 883px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .slider-product .show-catnew {
        height: 500px;
    }
}

.slider-product .show-catnew .detail-cat .title-cat {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.7em;
    width: 100%;
    color: #fff;
}

.slider-product .show-catnew .detail-cat .subtitle-cat {
    font-size: 15px;
    padding: 10px 10px;
    border: solid #fff;
    border-width: 0px 0px 1px 0px;
    color: #fff;
}

.slider-product .newloop .feature-image {
    height: 350px;
}

/* سکشن مزیت رقابتی */
/* سکشن 6 */
.advantage {
    width: 100%;
    position: relative;
    background-color: #fdf9f2;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.advantage-icons .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advantage-icons .duplicate {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advantage .advantage-icons {
    display: flex;
    flex-direction: row;
    width: max-content;
    animation: scroll 15s linear infinite;
}

.advantage .advantage-icons p {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    border: solid #c6ad8a;
    border-width: 0px 0px 0px 1px;
    margin: 20px 80px 20px 0px;
    padding: 10px 0px 10px 80px;
    white-space: nowrap;
    font-size: 18px;
    align-items: center;
}

.advantage .advantage-icons img {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    width: 24px;
    height: 24px;
}

@keyframes scroll {
    0% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* شروع سکشن 2 تصویر */
/* سکشن 6 */
.dm-cat {
    width: 1100px;
}

.dm-cat img {
    width: 500px;
}

.cat-1 img {
    width: 90%;
}

.cat-1 .name {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 900;
}

.cat-1 .price {
    font-size: 15px;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 1em;
}

.cat-1 .show-more {
    font-size: 15px;
    font-weight: normal;
}

/* شروع سکشن رونمایی از محصول جدید */
/* سکشن 7 */
/* فوتر */
footer {
    /* background-color: #fdf9f2; */
    padding: 25px 10px 5px 10px;
    overflow: hidden;
}

.footer-title {
    font-size: 14px;
    font-weight: bold;
    color: #525252;
}

.footer-about-us {
    font-size: 14px;
    color: #525252;
    text-align: center;
    margin-top: -50px !important;
    position: relative;
}

.line-right {
    position: absolute;
    height: 1px;
    width: 120%;
    background-color: #d1d1d1;
    right: -440px;
    top: 60px;
}

.line-left, .line-right {
    position: absolute;
    height: 1px;
    width: 120%;
    background-color: #d1d1d1;
    left: -440px;
    top: 60px;
}

@media screen and (max-width: 768px) {
    .line-left {
        top: 100px !important;
        left: -330px;
    }

    .line-right {
        right: -330px;
        top: 100px;
    }
}

.footer-about-link {
    color: #000;
    text-decoration: none;
    border: #fdf9f2 solid;
    border-width: 0px 0px 2px 0px;
    padding: 6px;
    font-size: 14px;
}

.footer-menu li {
    /* border: solid #cfcfcf; */
    padding: 5px;
    font-size: 14px;
}

.footer-menu li a {
    color: #111 !important;
    fill: #111;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
}

.footer-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #11002d;
    transition: width 0.4s ease, left 0.4s ease;
}

.footer-menu li a:hover::before {
    width: 100%;
    left: 0;
}

.copy {
    border: solid #d1d1d1;
    border-width: 1px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
}

.icon-social {
    border: solid #525252;
    border-width: 1px;
    border-radius: 50px;
    padding: 10px;
    width: 43px;
}

.icon-social:hover {
    background-color: #001d3d;
    color: #fff;
    fill: #fff;
    border: solid #525252;
    border-width: 1px;
    border-radius: 50px;
    padding: 10px;
    width: 43px;
}

.min-footer-logo {
    background-color: #fff;
    padding: 10px;
    z-index: 2;
}


.banner-wrapper {
    padding: 20px 50px;
    background-color: #EF3E63;
}

.banner-wrapper p {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    color: #FFFFFF;
}

@media (max-width: 780px) {
    .banner-wrapper p {
        font-size: 15px;
    }

    .banner-wrapper {
        padding: 20px;
    }
    .banner-wrapper .buttons {
        width: 100% !important;
    }
}


.see-product-cta,
.add-to-cart-cta {
    background-color: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    transition: background-color 0.4s ease;
}

.add-to-cart-cta {
    background-color: #01024E;
}

.add-to-cart-cta:hover,
.see-product-cta:hover {
    background-color: #3C4354;
}

.see-product-cta a,
.add-to-cart-cta a {
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    fill: #3C4354;
    color: #3C4354;
    border-style: none;
    transition: color 0.4s ease;
}

.see-product-cta:hover a,
.see-product-cta:hover svg {
    color: #fff;
    fill: #fff !important;
}

.add-to-cart-cta a {
    color: #fff;
}