/* رنگها:
        #11002d
        #11002d
        #e99000
        تمام */
/* شروع دیزاین هدر */
* {
    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: 99;
    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 .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%;
    }
}

/* پایان هدر */
/* شروع بادی */
/* بخش اول */
/* بردکرامپ */
.breadcrumb {
    font-size: 13px;
    font-weight: 400;
}

/* سکشن دوم */
.single-product {
    width: 1500px;
}

.gallery .zoom-in {
    width: 50px;
    background-color: #fff;
    padding: 12px;
    border-radius: 500px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.detail h1 {
    font-size: 30px;
    font-weight: 800;
}

.detail .star-reviews img {
    width: 18px;
}

.detail .star-reviews a {
    font-size: 15px;
    text-decoration: none;
}

.detail .star-reviews .All-comments {
    font-size: 13px;
    color: #818181;
}

.social-network {
    fill: green;
}

.detail .star-reviews .bullet {
    fill: #818181;
}

.short-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}

.Feature div {
    padding: 2px 15px;
    border-radius: 50px;
    background-color: #f1f1f1;
    margin-left: 10px;
}

.price-cta .price {
    font-size: 24px;
    font-weight: bold;
}

.price-cta .price span {
    font-size: 17px;
    font-weight: 400;
}

.tedad {
    width: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #c6ad8a80;
    padding: 10px;
    margin-left: 5px;
}

.tedad img {
    width: 15px;
}

.tedad span {
    font-size: 22px;
}

.add-to-cart {
    background-color: #11002d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.add-to-cart:hover {
    background-color: #c6ad8a;
    color: #fff;
    transition: all 0.3s ease-out;
}

.wish-list-comparison img {
    width: 18px;
}

.wish-list-comparison span {
    color: #3d3d3d;
    font-size: 14px;
}

.warranty {
    background-color: #fdf9f2;
}

.warranty img {
    width: 35px;
    padding-left: 8px;
}

/* سکشن توضیحات محصول */
.product-description {
    width: 1500px;
}

.description-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7em;
}

.description-text {
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 15px 15px 15px 25px;
    line-height: 1.8em;
    background-color: #fafafa;
}

.description-text h2 {
    font-size: 18px;
    line-height: 2em;
    font-weight: bold;
}

.Additional-information table {
    height: 400px;
    border-collapse: separate;
    border-spacing: 10px;
}

.Additional-information table tr:nth-child(even),
.Additional-information table tr:nth-child(even) {
    background-color: #f2f2f2;
    padding: 10px;
}

.Additional-information table tr:nth-child(odd),
.Additional-information table tr:nth-child(odd) {
    background-color: #fafafa;
    padding-right: 10px;
}

.Additional-information table td:nth-child(odd),
.Additional-information table th:nth-child(odd) {
    text-align: center;
}

.Additional-information table td:nth-child(even) {
    padding: 0px 15px;
}

/* شروع سکشن کاروسل محصول */
/* سکشن 3 */
.slider-product {
    width: 1500px;
    position: relative;
}

.related-product {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

 .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;
}

/* باکس کامنت */
.dm-container .comments {
    width: 1500px;
}

.comments div {
    margin-bottom: 10px;
}

.comments label {
    display: block;
    margin-bottom: 5px;
}

.comments input[type="text"],
.comments input[type="email"],
.comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.comments button {
    padding: 10px 35px;
    background-color: #11002d;
    color: white;
    border: none;
    cursor: pointer;
}

.comments button:hover {
    background-color: #c6ad8a;
}

/* ستون کامنت ها */
.comment-title {
    font-size: 25px;
    font-weight: bold;
}

.comment-one {
    border-radius: 15px;
    box-shadow: 0px 12px 24px -3px #11111115;
    background-color: #fff;
}

.comment-one .name {
    color: #3d3d3d;
    font-size: 15px;
}

.comment-one .buyer {
    background-color: #4caf501a;
    color: #2e7b32;
    border-radius: 500px;
    padding: 1px 10px;
    font-size: 15px;
}

.comment-one {
    fill: #818181;
}

.comment-one .buy-day {
    color: #3d3d3d;
    font-size: 15px;
}

.comment-one .suggest {
    fill: #00a049;
    color: #00a049;
}

.comment-one .comment-area {
    font-size: 16px;
    line-height: 2em;
}

.comment-one .Strengths ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    fill: #00a049;
    color: #00a049;
}

.comment-one .weakness ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    fill: #a00020;
    color: #a00020;
}

.comments-answer {
    max-height: 650px;
    overflow-y: scroll;
}

/* فوتر */
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;
}