﻿.product-ctn {
    padding: 0 15px;
    text-align: right;
}

    .product-ctn > .root-site-content > .root-site {
        padding: 10px 0;
    }

.product-info-container .split-galery {
    width: 45%;
    position: relative;
}

.image-product {
    padding: 10px;
}

    .image-product.topoffer {
        padding-top: 60PX;
        position: relative;
    }

.timing-topoffer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
}

    .timing-topoffer .image {
        max-width: 50%;
        width: 150px;
        margin-left: 20px;
    }

    .timing-topoffer .info {
        max-width: 50%;
    }

        .timing-topoffer .info .timer-content {
            color: #ed0024;
            font-weight: bold;
        }

.icons-product {
    position: absolute;
    right: 0;
    padding-right: 15px;
    top: 75px;
}

    .icons-product > li {
        position: relative;
    }

        .icons-product > li a {
            display: block;
            margin-bottom: 10px;
            padding: 5px;
            font-size: 20px;
            color: #000;
            line-height: 0;
            position: relative;
        }

            .icons-product > li a .fa-compass {
                font-size: 24px;
            }

            .icons-product > li a.active {
                color: var(--secondary-color);
            }
/*#region create tooltip */

.tooltip-manual {
    position: absolute;
    background-color: #6f6f6f;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    z-index: 3;
    white-space: nowrap;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 30px;
    font-size: 12px;
    letter-spacing: -1px;
    display: none;
}

    .tooltip-manual.left,
    .tooltip-manual.right,
    .tooltip-manual.left:before,
    .tooltip-manual.right::after {
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip-manual.left {
        right: calc(100% + 10px);
    }

    .tooltip-manual::before {
        content: " ";
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
    }

    .tooltip-manual.left::before {
        border-width: 10px 0 12px 10px;
        border-color: transparent transparent transparent #6f6f6f;
        right: -10px;
    }

    .tooltip-manual.bottom::before {
        border-width: 10px;
        border-color: transparent transparent #6f6f6f transparent;
        right: 10px;
        top: -18px;
    }
/*#endregion create tooltip */
.icons-product > li:hover .tooltip-manual {
    display: block;
}

.image-product .image-content {
    padding: 15px 40px;
}

.load-content.loading {
    overflow: hidden;
}

    .load-content.loading::after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(245,245,245,.7);
        z-index: 2;
    }

.galery-images-product {
    margin-top: 0px;
}

.galery-images ul li {
    padding: 2.5px 5px;
    width: 20%;
}

    .galery-images ul li a {
        padding: 10px;
        border: 1px solid #e1e1e1;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        width: 100%;
        position: relative;
        text-align: center;
    }

        .galery-images ul li a img {
            opacity: .7;
            width: 80px;
            margin: auto;
            max-width: 100%;
        }

        .galery-images ul li a:hover img {
            opacity: 1;
        }

    .galery-images ul li.more-images a img {
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

.more-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: rgba(115,114,115,.6);
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px -5px #eee;
    -webkit-box-shadow: 0 0 10px -5px #eee;
    box-shadow: 0 0 10px -5px #eee;
    font-size: 20px;
}

    .more-icon > span {
        position: absolute;
        left: 50%;
        top: 40%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.split-info {
    width: 55%;
    padding: 15px;
    position: relative;
    position: relative;
    padding-bottom: 110px;
}

    .split-info > * {
        width: 100%;
    }

.title-product {
    padding-top: 10px;
    margin-bottom: 10px;
}

    .title-product h1 {
        color: #555;
        font-size: 20px;
        margin: 0;
        font-weight: bold;
        max-width: calc(100% - 84px);
        line-height: 1.6;
    }

.split-info .status-existing {
    position: absolute;
    left: 0;
    top: 22px;
    color: #FFF;
    font-size: 16px;
    padding: 4px 14px;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    background-color: var(--main-yellow-color);
}

    .split-info .status-existing.unavailable {
        background-color: var(--secondary-color);
    }

.split-info .info-container {
    width: 63%;
    padding-left: 10px;
    position: relative;
    height: 100%;
}

.box-bottom {
    width: 100%;
    border-top: 1px solid #f4f4f4;
    background-color: #ededed55;
}

    .box-bottom.product-box {
        position: absolute;
        bottom: 0;
        width: 95%;
        margin: auto;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        margin-bottom: 25px;
        -moz-box-shadow: 0 2px 15px -8px rgb(0 0 0 / 30%);
        -webkit-box-shadow: 0 2px 15px -8px rgb(0 0 0 / 30%);
        box-shadow: 0 2px 15px -8px rgb(0 0 0 / 30%);
    }

    .box-bottom .box-row {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 20px 15px;
        width: 100%;
    }

        .box-bottom .box-row .box-split {
            width: 25%;
            padding: 5px;
        }

            .box-bottom .box-row .box-split a {
                display: flex;
                display: -ms-flexbox;
                display: -webkit-flex;
                -webkit-align-items: center;
                align-items: center;
                -ms-flex-flow: wrap;
                -webkit-flex-flow: wrap;
                flex-flow: wrap;
            }

            .box-bottom .box-row .box-split .img-box {
                width: 20%;
                padding-left: 5px;
            }

            .box-bottom .box-row .box-split .name-box {
                width: 80%;
                line-height: 1.2;
                font-size: 12px;
                padding-right: 5px;
            }

.info-container .info-content {
    position: relative;
    border-bottom: 1px solid transparent;
}

    .info-container .info-content h5 {
        margin: 0;
        padding: 2px 10px;
        background-color: #fff;
        color: #8d8d8d;
        font-size: 11px;
    }

.split-info .info-price-content {
    width: 37%;
}

/*rate design*/
.rate-content {
    margin-top: 20px;
}

    .rate-content li {
        font-size: 10PX;
    }

        .rate-content li.rate i {
            color: #ffd844;
            font-size: 15px;
            margin-left: 5px;
        }

        .rate-content li.rate label {
            color: #555;
            margin: 0;
            margin-left: 5px;
        }

        .rate-content li.rate span {
            color: #d8d8d8;
        }

    .rate-content:not(.category-content) li:not(.rate):before {
        content: "";
        background-color: #ddd;
        width: 5px;
        height: 5px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .rate-content li a {
        color: var(--secondary-color);
        font-size: 13PX;
    }

.category-content li {
    margin-left: 20px;
}

    .category-content li a {
        border-bottom: 1px dashed var(--secondary-color);
        padding-bottom: 5px;
        display: inline-block;
    }


.category-content h5 {
    color: #585858;
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
}
/*rate design*/

/*selection color*/
.color-select {
    margin-top: 40px;
}

.color-selection {
    width: calc(100% - 100px);
}

    .color-selection .dropdown-manual {
        margin: 0;
    }

    .color-selection .more-color a {
        font-size: 12px;
        color: var(--secondary-color);
        padding-bottom: 5px;
        border-bottom: 1px dashed var(--secondary-color);
    }

.color-select nav:not(.dropdown-manual) ul {
    padding-right: 10px;
}

.color-select .color-title {
    margin: 0;
    width: 100px;
}

    .color-select .color-title label {
        margin: 0;
    }

.color-select .selection {
    margin: 0;
    margin-left: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

    .color-select .selection.desc {
        padding-left: 30px;
    }

.tooltip-content {
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 2;
}

    .tooltip-content .tooltip-manual {
        white-space: normal;
        max-width: 150px;
        height: auto;
        padding: 5px 10px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 0 2px 14px -7px rgb(220 220 220 / 50%);
        -webkit-box-shadow: 0 2px 14px -7px rgb(220 220 220 / 50%);
        box-shadow: 0 2px 14px -7px rgb(220 220 220 / 50%);
        width: 150px;
        right: -11px;
    }

    .tooltip-content:hover .tooltip-manual {
        display: block;
    }

    .tooltip-content .icon-info {
        font-size: 16px;
        color: #6f6f6f;
    }

.color-select .selection.active {
    border-color: #00bc24;
}

.color-select .selection > input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.color-select .selection > i:not(.color-show):not(.icon-info) {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--secondary-color);
    -moz-box-shadow: 0 0 10px -5px #ddd;
    -webkit-box-shadow: 0 0 10px -5px #ddd;
    box-shadow: 0 0 10px -5px #ddd;
    margin-left: 5px;
}

.color-select .selection > span {
    font-size: 12px;
    color: #888;
}
/*selection color*/
/*features*/
.title-el {
}

    .title-el h1 {
        font-size: 15px;
        display: inline-block;
        width: 100%;
    }

.features-content {
    background-color: #ededed;
    padding: 10px 15px;
    border-radius: 10px;
}

    .features-content ul {
        height: 160px;
        overflow: hidden;
    }

        .features-content ul.opened {
            max-height: unset;
            overflow: unset;
        }

        .features-content ul li {
            font-size: 12px;
            color: #888;
            /*line-height: 1.8;*/
            margin-bottom: 5px;
        }

            .features-content ul li label.custom {
                color: #000;
            }

            .features-content ul li:before,
            .more-feature:before {
                content: "";
                background-color: #ddd;
                display: inline-block;
                margin-left: 10px;
                width: 5px;
                height: 5px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

.more-feature:before {
    background-color: #ef0021;
}

.more-feature a {
    color: var(--secondary-color);
    border-bottom: 1px dashed var(--secondary-color);
    display: inline-block;
    font-size: 13px;
}
/*features*/
.info-price-content {
    padding: 10px;
}

.ptice-info {
    margin-top: 10px;
}

.guarantee-content {
    background-color: #ededed;
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

    .guarantee-content .garanties {
        font-size: 12px;
        margin-bottom: 15px;
        color: #252525;
        margin: auto;
        padding: 2px 0px;
        -moz-border-radius: 5px 0 5px 0;
        -webkit-border-radius: 5px 0 5px 0;
        border-radius: 5px;
        width: 100%;
    }

        .guarantee-content .garanties img {
            display: inline-block;
            width: 28px;
            height: 28px;
            margin-left: 5px;
        }

        .guarantee-content .garanties label {
            width: calc(100% - 33px);
            text-align: right;
        }

.cart-info-product {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 10px 6px;
    background-color: #ededed;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .cart-info-product .price-buyed label {
        font-size: 20px;
    }

.cart-product {
    text-align: left;
    margin: auto;
}

.add-cart-content {
    margin-top: 10px;
}

    .add-cart-content .btn-manual {
        margin: 0 auto 0 0;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        font-size: 15px;
        padding: 10px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 210px;
        max-width: 100%;
        text-align: center;
        font-weight: bold;
    }

        .add-cart-content .btn-manual i {
            margin-left: 15px;
            font-size: 30px;
        }

.descriptions-product {
    margin-bottom: 50px;
}

    .descriptions-product .description-tab {
        background-color: #eee8;
        margin-bottom: 15px;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: top .3s;
        transition: top .3s;
    }

    .descriptions-product.scroll-fixed {
        padding-top: 150px;
        position: relative;
        text-align: right;
    }

        .descriptions-product.scroll-fixed .description-tab {
            position: fixed;
            left: 50%;
            top: 0;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
            z-index: 2;
            background-color: #eee;
            -moz-box-shadow: 0 0 12px -6px #000;
            -webkit-box-shadow: 0 0 12px -6px #000;
            box-shadow: 0 0 12px -6px #000;
        }

.description-tab ul {
    border: 1px solid #d8d8d8;
}

    .description-tab ul li {
        border-left: 1px solid #d8d8d8;
    }

        .description-tab ul li a.nav-link {
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -webkit-align-items: center;
            align-items: center;
            padding: 10px 25px;
            color: #888;
            font-size: 17px;
        }

            .description-tab ul li a.nav-link * {
                cursor: pointer;
            }

.description-tab .nav-pills .nav-link.active {
    background-color: #fff;
    border-top: 5px solid var(--secondary-color);
    color: #666;
    position: relative;
    top: 1px;
}

.description-tab ul li a.nav-link i {
    margin-left: 15px;
    color: #8d8d8d;
    font-size: 35px;
}
/*all features*/
.allfeatures-product {
    padding: 0;
}

.description-product {
    padding: 15px 50px;
}

.feature-content {
    padding: 0 50px;
    padding-bottom: 50px;
}

.menu-title {
    padding: 10px 0;
}

    .menu-title h1 {
        font-size: 25px;
        font-weight: bold;
        color: #555;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
    }

    .menu-title h5 {
        font-size: 17px;
        margin: 0;
        color: #8a8a8a;
    }

        .menu-title h5 span {
            border-right: 2px solid #d8d8d8;
            display: inline-block;
            margin-right: 10px;
            padding-right: 5px;
        }

    .menu-title h4 {
        font-size: 18px;
        margin: 0;
        color: #888;
    }

.feature-content > .feature-body {
    margin-top: 40px;
}

    .feature-content > .feature-body .feature-body {
        width: 100%;
        margin-bottom: 10px;
    }

.feature-body .feature-title {
    margin-top: 60px;
    margin-bottom: 20px;
}

    .feature-body .feature-title i {
        color: #00bfd6;
        font-size: 18px;
        margin-left: 10px;
    }

.feature-body .feature-body div.split {
    background-color: #F8F8F8;
    padding: 15px 15px;
}

.feature-body .right-side-title {
    width: 35%;
    margin-left: 15PX;
}

.English .feature-body .right-side-title {
    margin-left: 0;
    margin-right: 15PX;
}

.feature-body .feature-body div.not-show {
    background-color: transparent;
}

.feature-body > .left-side-desc {
    width: calc(70% - 15px)
}
/*all features*/
.review-comments {
    margin-top: 20px;
}

    .review-comments .split {
        padding: 10px 15px;
    }

        .review-comments .split .register-comment {
            padding: 0 30px;
        }

.register-comment p {
    font-size: 16px;
    color: #888;
    margin: 10px 0;
    line-height: 2;
}

.register-body {
    margin-top: 30px;
}

    .register-body .btn-manual i {
        font-size: 18px;
        color: #fff;
        margin-left: 15px;
    }

    .register-body .btn-manual label {
        color: #fff;
        font-size: 17px;
    }

.register-footer {
    margin-top: 30px;
}

    .register-footer p {
        font-size: 14px;
        color: #888;
    }

        .register-footer p span {
            font-size: 12px;
            margin: 0 2.5px;
        }
/*row progress*/
.progress-content {
    background-color: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
}

    .progress-content .row-progress {
        -webkit-align-items: center;
        align-items: center;
        color: #888;
        padding: 10px 15px;
    }

.row-progress .progress-name {
    width: 30%;
    padding-left: 10px;
    font-size: 13px;
}

.row-progress .progress-body {
    width: 70%;
    -webkit-align-items: center;
    align-items: center;
}

.progress-body .progress-container {
    width: 75%;
}

.progress-container .progress {
    width: 100%;
    height: 4px;
    background-color: #ddd;
    -moz-border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

.progress-container .progress-bar {
    background-color: var(--secondary-color);
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 50%;
}

.progress-body .progress-label {
    width: 25%;
    text-align: left;
    padding-right: 10px;
    font-size: 13px;
    padding-left: 10px;
}
/*row progress*/
.show-comment-container .comment-header {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}

.comment-header .title h5 {
    font-size: 15px;
    color: #888;
}

    .comment-header .title h5 i {
        margin-left: 5px;
        color: var(--secondary-color);
        font-size: 13px;
    }
/*filter comment*/
.comment-header .filter-content {
    width: auto;
    padding: 0;
    position: relative;
    top: 1px;
}

    .comment-header .filter-content ul li {
        font-size: 16px;
    }

        .comment-header .filter-content ul li a {
            font-size: 16px;
            padding: 10px 15px;
        }

        .comment-header .filter-content ul li.active a {
            background-color: #fff;
            color: var(--secondary-color);
            border-bottom: 2px solid var(--secondary-color);
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
/*filter comment*/
.galery-customer-buyed {
    width: 100%;
    margin-top: 25px;
}

.slide-image-buyed {
    width: 100px;
    height: 100PX;
    text-align: center;
}

    .slide-image-buyed img {
        max-height: 100px;
    }

.comment-row {
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .comment-row .split-name-info {
        width: 25%;
        padding: 0 15px;
    }

.split-name-info .user-info {
}

.split-name-info .header h4 {
    font-size: 14px;
    color: #555;
}

    .split-name-info .header h4 span {
        display: inline-block;
        padding: 2.5px 5px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: #eee;
        color: #888;
    }

.comment-row .split-features-info {
    width: 75%;
}

.split-name-info .date p {
    color: #888;
    font-size: 12px;
}

.split-name-info .status-buyed {
    background-color: #EF002455;
    border: 1px solid #EF0024aa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #EF0024aa;
    font-size: 14px;
    padding: 10px 15px;
}

    .split-name-info .status-buyed i {
        margin-left: 10px;
        color: var(--secondary-color);
        font-size: 19px;
        font-style: normal;
    }

.split-name-info .features-buyed {
    margin-top: 20px;
}

.split-name-info .feature-item {
    margin-top: 15px;
}

.feature-item .feature-name {
    min-width: 80px;
    max-width: 60%;
    padding-left: 5px;
    font-size: 15px;
}

.feature-item .selected {
    max-width: 40%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

    .feature-item .selected img {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-left: 10px;
    }

    .feature-item .selected i.circle-fill {
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }

.split-features-info .comment-content {
    padding: 0 50px;
}

.comment-content .comment-header h1 {
    color: #888;
    font-size: 20px;
}

.comment-body .description {
    margin-bottom: 50px;
    margin-top: 25px;
}

.comment-body .Strengths-content,
.comment-body .Weaknesses-content {
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

    .comment-body .Strengths-content .Strengths-label {
        width: 100px;
        color: #00bc24;
    }

.Strengths li, .Weaknesses li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

    .Strengths li i.circle-fill {
        margin-left: 10px;
        background-color: #00bc24;
    }

.comment-body .Weaknesses-content {
    margin-top: 10px;
}

    .comment-body .Weaknesses-content .Weaknesses-label {
        color: var(--secondary-color);
        width: 100px;
    }

.Weaknesses li i.circle-fill {
    margin-left: 10px;
    background-color: var(--secondary-color);
}

.images-sended-user {
    margin-top: 10px;
}

    .images-sended-user ul {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

        .images-sended-user ul li {
            margin-left: 10px;
            overflow: hidden;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            width: 100px;
            height: 100px;
        }
/*modal*/
.modal-gallery .modal-lg {
    width: 1000px;
    max-width: 950px;
    min-height: 700px;
}

.gallery-content {
    margin-top: 20px;
}

    .gallery-content .gallery-row {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        min-height: 500px;
    }

.gallery-row .image-selected {
    width: 60%;
}

.gallery-row .gallery-images {
    width: 40%;
    padding: 10px 20px 0 0;
    overflow: auto;
    max-height: 500px;
}

    .gallery-row .gallery-images:-moz-full-screen {
    }

    .gallery-row .gallery-images::-webkit-scrollbar {
        width: 14px;
        height: 18px;
    }

    .gallery-row .gallery-images::-webkit-scrollbar-button {
        display: none;
    }

    .gallery-row .gallery-images::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .gallery-row .gallery-images::-webkit-scrollbar-thumb {
        height: 6px;
        border: 5px solid transparent;
        background-clip: padding-box;
        -webkit-border-radius: 7px;
        background-color: rgba(0,0,0,.15);
        min-height: 20px;
    }

        .gallery-row .gallery-images::-webkit-scrollbar-thumb:hover {
            background-clip: unset;
        }

.gallery-images .title {
    margin-bottom: 20px;
}

    .gallery-images .title h1 {
        color: #555;
        font-size: 18px;
    }

.gallery-images ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.gallery-row .gallery-images ul li {
    margin-left: 10px;
    width: 50px;
}

    .gallery-row .gallery-images ul li a {
        width: 100%;
        display: inline-block;
        border: 1px solid #ddd;
        overflow: hidden;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 5px;
    }

    .gallery-row .gallery-images ul li.active a {
        border-color: var(--secondary-color);
    }

.description-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .description-content .image-desc {
        width: 165px;
    }

        .description-content .image-desc svg {
            width: 100%;
        }

    .description-content .desc-body {
        width: calc(100% - 165px);
        padding-right: 100px;
    }

        .description-content .desc-body .desc-index {
            color: #757575;
            font-size: 18px;
            line-height: 1.9;
            margin: 0;
            overflow: hidden;
            max-height: 165px;
            position: relative;
        }

            .description-content .desc-body .desc-index * {
                font-family: iranyekanwebnum !important;
                font-size: 18px !important;
                overflow: hidden !important;
                position: relative !important;
            }

        .description-content .desc-body.opened .desc-index {
            max-height: unset;
        }

.more-description {
    text-align: center;
    width: 100%;
}

    .more-description a {
        display: inline-block;
        padding: 10px;
        font-size: 17px;
        color: var(--secondary-color);
        position: relative;
        width: 100%;
    }

.more-content:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 30px;
    height: 105px;
    z-index: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(99%,hsla(0,0%,98.8%,.99)),to(#fcfcfc));
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,98.8%,.99) 99%,#fcfcfc);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#fcfcfc",GradientType=0);*/
}

.opened .more-content:after {
    background: unset;
    content: unset;
}

.modal-small .modal-dialog {
    max-width: 400px;
}

.modal-small .modal-header {
    padding: 10px 0;
    padding-top: 0;
}

.modal-small .modal-title {
    font-size: 16px;
    color: #585858;
}

.modal-small .modal-header .close {
    line-height: 1;
    padding: 0;
}

.share-content {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

    .share-content p {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #525252;
        font-size: 14px;
    }

    .share-content .share-links {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .share-content .share-links h1 {
            font-size: 15px;
            margin: 0;
            color: #585858;
            -webkit-align-items: center;
            align-items: center;
        }

            .share-content .share-links h1 i {
                margin-right: 10px;
                color: #585858;
                font-size: 20px;
            }

        .share-content .share-links > a {
            width: 110px;
            font-size: 12px;
            color: #525252;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            border: 1px solid #dedede;
            padding: 10px 15px;
        }

            .share-content .share-links > a i {
                font-size: 15px;
                margin-left: 5px;
            }

        .share-content .share-links > ul {
            -webkit-justify-content: space-between;
            justify-content: space-between;
            width: calc(100% - 130px);
        }

        .share-content .share-links ul a {
            max-width: 25%;
            padding: 7px 12px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background-color: #cb0024;
            font-size: 25px;
            color: #fff;
            font-weight: bold;
        }

.image-product-content {
    height: calc(100% - 68px);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .image-product-content > * {
        width: 100%;
    }

.gallery-top {
    padding-top: 50px;
}

    .gallery-top img {
        width: 75%;
        margin: auto;
        display: block;
    }

.gallery-thumbs {
    padding-top: 15px;
}

    .gallery-thumbs .swiper-slide {
        width: 20%;
        position: relative;
        padding: 10px;
    }

        .gallery-thumbs .swiper-slide.swiper-slide-active::before {
            content: "";
            width: 60%;
            right: 20%;
            bottom: 0;
            height: 3px;
            background-color: #00bfd6;
            position: absolute;
            z-index: 1;
            border-radius: 2px;
        }

        .gallery-thumbs .swiper-slide img {
            opacity: .7;
        }

        .gallery-thumbs .swiper-slide.swiper-slide-active img {
            opacity: 1;
        }

.gallery-top .swiper-pagination-fraction {
    position: fixed;
    top: unset;
    bottom: 100px;
    left: 0;
    width: unset;
    margin-left: 15px;
}

/*#region unavailable  */

.unavailable-container {
    padding: 10px;
}

    .unavailable-container p {
        font-size: 13px;
        text-align: right;
        margin-top: 15px;
    }

    .unavailable-container .btn-manual {
        width: 100%;
    }

.unavailable-content {
    min-height: 24px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

    .unavailable-content .unavailable {
        width: 100%;
        height: 2px;
        background-color: #888;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        margin: 10px 0;
    }

    .unavailable-content label {
        position: absolute;
        background-color: #ededed;
        top: 50%;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 5px 10px;
    }

/*#endregion */

/*#region custom apexchart */
#modal_chart_price .modal-header {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    #modal_chart_price .modal-header > * {
        width: 100%;
    }

    #modal_chart_price .modal-header h6 {
        color: #888;
        font-size: 13px;
    }

.tooltip-chart-custom {
    width: 300px;
    height: 150px;
    padding: 15px 15px;
    -moz-box-shadow: 0 0 10px -6px rgb(0 0 0 / 80%);
    -webkit-box-shadow: 0 0 10px -6px rgb(0 0 0 / 80%);
    box-shadow: 0 0 10px -6px rgb(0 0 0 / 80%);
    border: 1px solid #dddddd;
    background-color: #fffe;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .tooltip-chart-custom > * {
        width: 100%;
        max-height: 50%;
        padding: 10px;
    }

    .tooltip-chart-custom > .title {
        font-size: 14px;
        font-weight: bold;
        color: #585858;
    }

        .tooltip-chart-custom > .title label {
            font-weight: normal;
            margin-left: 10px;
        }

    .tooltip-chart-custom .body-price-chart {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

.body-price-chart label {
    color: var(--secondary-color);
    font-size: 16px;
}

.body-price-chart span:not(.price-unit) {
    font-size: 14px;
}

.footer-chart {
    margin-top: 15px;
    padding: 10px 15px;
}

.status-product .status label {
    font-size: 14px;
    margin-left: 15px;
}

    .status-product .status label::before {
        content: " ";
        width: 8px;
        height: 8px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #d8d8d8;
        margin-left: 7px;
        display: inline-block;
    }

    .status-product .status label.active::before {
        background-color: var(--secondary-color);
    }

.color-select {
    margin-top: 15px;
}

    .color-select li.label-color {
        color: #525252;
        margin-left: 15px;
        font-size: 14px;
    }

    .color-select li:not(.more-color) a {
        padding: 7px 20px;
        display: inline-block;
        margin-left: 15px;
        border: 1px solid #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 13px;
    }

    .color-select nav:not(.dropdown-manual) li.active a {
        background-color: #fafafa;
        border-color: var(--secondary-color);
    }

.product-price {
    position: relative;
}

    .product-price .count-product-custom {
        position: absolute;
        right: 0;
        top: 5px;
    }
/*#endregion */

/*#region car shipping cost */


.free-shiping-cost {
    margin-top: 75px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
}

    .free-shiping-cost .info {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        max-width: calc(100% - 150px);
    }

        .free-shiping-cost .info img {
            width: 25px;
            margin: 0;
            margin-left: 10px;
        }

    .free-shiping-cost h1 {
        margin-top: 10px;
        color: #222;
        font-size: 15px;
        font-weight: bold;
        display: block;
    }

    .free-shiping-cost h5 {
        font-size: 12px;
        font-weight: normal;
        color: #585858;
        margin-top: 15px;
    }

    .free-shiping-cost .image {
        width: 150px;
    }
/*#endregion */
@media only screen and (max-width: 991px) {
    .tooltip-chart-custom {
        width: 200px;
        height: 100px;
    }

        .tooltip-chart-custom > .title {
            font-size: 12px;
        }

    .body-price-chart label {
        font-size: 14px;
    }

    .body-price-chart span:not(.price-unit) {
        font-size: 12px;
    }

    .title-chart {
        margin-bottom: 30px
    }

    .panel-mobile-container .panel-title.title-chart h1 {
        font-size: 16px;
        font-weight: bold;
        color: #252525;
        max-width: none;
        margin-bottom: 0;
        margin-top: 35px;
    }

    .title-chart > div {
        width: 100%;
    }

    .title-chart h6 {
        font-size: 13px;
        color: #888;
        margin-top: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 80px);
    }

    .status-product {
        margin-top: 15px;
        padding-right: 15px;
    }

    .product-ctn {
        padding: 0;
    }

    .info-mobile-content {
        padding: 10px 15px;
    }

        .info-mobile-content.topoffer {
            padding-top: 60px;
            position: relative;
        }

            .info-mobile-content.topoffer .timing-topoffer {
                -webkit-justify-content: space-between;
                justify-content: space-between;
                border-bottom: 1px solid #ef2424;
                padding: 10px 0;
                width: calc(100% - 20px);
                margin: auto;
            }

                .info-mobile-content.topoffer .timing-topoffer .image {
                    width: 120px;
                }

    .timing-topoffer .info .timer-content {
        padding: 0;
        margin: 0;
    }

    .image-gallery {
        position: relative;
        padding-top: 30px;
    }

        .image-gallery .icons-product {
            z-index: 2;
            top: 0;
        }

    .info-mobile-content .title h1 {
        font-size: 14px;
        line-height: 1.3;
        color: #525252;
        font-weight: 800
    }

    .info-mobile-content .title h5 {
        margin-top: 10px;
        color: #888;
        font-size: 12px;
        font-weight: 700;
    }

    .galery-mobile-images-product .swiper-slide {
        text-align: center;
    }

        .galery-mobile-images-product .swiper-slide a {
            max-width: 250px;
            margin: auto;
            display: inline-block;
        }

    .galery-mobile-images-product .swiper-wrapper {
        padding-bottom: 35px;
    }

    .galery-mobile-images-product .swiper-pagination {
        z-index: 1;
    }

    .galery-mobile-images-product .swiper-pagination-bullet {
        background-color: #000;
        width: 11px;
        height: 11px;
    }

    .refrence-product {
        margin-top: 10px;
    }

        .refrence-product .refrence {
            margin-bottom: 5px;
            max-width: calc(50% - 5px);
        }

            .refrence-product .refrence > label {
                font-size: 12px;
                color: #585858;
            }

            .refrence-product .refrence > a {
                width: 100%;
                padding: 5px 10px;
                color: var(--secondary-color);
                font-size: 13px;
                font-weight: bold;
                display: block;
                padding-right: 0;
            }

                .refrence-product .refrence > a.border-left {
                    border-left: 1px solid #dedede;
                    margin-left: 5px;
                }

    .select-colors a {
        padding: 10px 15px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .select-colors a label {
            color: #585858;
            font-size: 14px;
            margin-left: 10px;
        }

        .select-colors a span {
            color: #525252;
            margin-right: 10px;
        }

    .color-show {
        display: inline-block;
        width: 20px;
        height: 20px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #000;
    }

    .colors-count {
        color: #525252;
        font-size: 13px;
    }

        .colors-count i {
            margin-right: 5px;
            font-size: 22px;
        }

    .colors-popup-content {
        background-color: #dfdfdf65;
    }

    .colors-container {
        width: 100%;
        position: absolute;
        bottom: 0;
        max-width: 500px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 15px;
        background-color: #fff;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        -moz-box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 20%);
        max-height: 50vh;
        overflow: auto;
        overflow-x: hidden;
    }

        .colors-container .color-title {
            border-bottom: 2px solid #dedede;
            padding: 10px 0;
            margin-bottom: 10px;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

            .colors-container .color-title .color-name label {
                font-size: 13px;
                color: #525252;
                margin-left: 5px;
            }

            .colors-container .color-title .color-name span {
                font-size: 14px;
                font-weight: bold;
                color: #252525;
            }

    .color-select {
        margin-top: 20px;
    }

        .color-select .color-show {
            margin-right: 10px;
        }

        .color-select .selection > span {
            font-size: 16px;
            color: #000;
        }

    .color-selection {
        width: 100%;
    }

    .features-mobile {
        padding: 10px 15px;
    }

        .features-mobile:first-of-type {
            border-bottom: 1px solid #dedede;
        }

        .features-mobile .feature-title.row-manual-fixed {
            padding: 10px 0;
            margin-bottom: 5px;
        }

        .features-mobile .feature-title .row-manual-fixed {
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        .features-mobile .feature-title h1 {
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }

        .features-mobile .feature-body p {
            font-size: 13px;
            line-height: 1.3;
            color: #585858;
            text-align: justify
        }

        .features-mobile .feature-body .features li {
            font-size: 13px;
            color: #585858;
            margin-bottom: 10px;
        }

            .features-mobile .feature-body .features li > * {
                margin-left: 5px;
            }

    .all-features {
        padding: 10px 15px;
        background-color: #fff;
    }

        .all-features .feature-row:not(:first-of-type) {
            margin-top: 30PX;
        }

        .all-features .feature-row h3 {
            font-weight: 900;
            color: var(--secondary-color);
            font-size: 14px;
            margin-bottom: 15px;
        }

        .all-features .feature-row .feature-content-mobile > * {
            padding: 8px 6px;
            font-size: 12px;
            font-weight: bold;
            color: #585858;
        }

        .all-features .feature-row .feature-content-mobile .key {
            background-color: #f1f1f1;
            font-weight: unset;
        }

    .description-body-mobile {
        padding: 15px 0;
    }

        .description-body-mobile .desc-title {
            border-bottom: 1px solid #dedede;
            padding: 20px 15px;
            color: #252525;
            margin-bottom: 10px;
        }

            .description-body-mobile .desc-title h1 {
                color: #252525;
                font-size: 15px;
                line-height: 1.6;
                margin: 0;
            }

        .description-body-mobile .desc-body {
            padding: 10px 15px;
        }

            .description-body-mobile .desc-body p {
                line-height: 1.6;
                color: #525252;
                font-size: 13px;
            }

    .section-mobile-row {
        padding: 10px 15px;
        border-bottom: 1px solid #dedede;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .section-mobile-row.price-content {
            font-size: 13px;
            color: var(--secondary-color);
        }

        .section-mobile-row.btn-add-to-cart {
            background-color: #fff;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 2;
            -moz-box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 8%);
            -webkit-box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 8%);
            box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 8%);
        }

            .section-mobile-row.btn-add-to-cart button {
                width: 100%;
                font-size: 12px;
            }

    .section-comments {
        padding: 0;
    }

        .section-comments .coment-header {
            -webkit-justify-content: space-between;
            justify-content: space-between;
            border-bottom: 1px solid #dedede;
            padding: 0 10px;
            margin-bottom: 15px;
        }

            .section-comments .coment-header .coment-title {
                padding: 10px 0;
                -webkit-justify-content: space-between;
                justify-content: space-between;
                width: 100%;
            }

                .section-comments .coment-header .coment-title h1 {
                    font-size: 13px;
                    font-weight: 700;
                    color: #585858;
                    margin: 0;
                }

                .section-comments .coment-header .coment-title a {
                    font-size: 13px;
                    color: var(--secondary-color);
                    padding: 7px 10px;
                    border: 1px solid var(--secondary-color);
                    -moz-border-radius: 7px;
                    -webkit-border-radius: 7px;
                    border-radius: 7px;
                }

                    .section-comments .coment-header .coment-title a:hover {
                        opacity: .5;
                    }

                    .section-comments .coment-header .coment-title a i {
                        margin: 0;
                        margin-right: 5px;
                        font-size: 20px;
                    }

    /*boxes*/
    .section-boxes .box-bottom.product-box {
        position: unset;
    }

    .box-bottom .box-row {
        padding-top: 0;
        padding-bottom: 0;
    }

        .box-bottom .box-row .box-split a {
            display: block;
        }

    .section-boxes .box-bottom .box-row .box-split .img-box {
        width: 100%;
        max-width: 40px;
        margin: auto;
    }

    .section-boxes .box-bottom .box-row .box-split .name-box {
        width: 100%;
        margin-top: 10px;
        word-spacing: -1px;
        font-size: 10px;
        max-width: 150px;
        text-align: center;
    }

    .caption-coment {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .caption-coment i {
            font-size: 15px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #ec6107;
            color: #fff;
            padding: 4px 5px;
            margin-left: 5px;
        }

        .caption-coment p {
            font-size: 12px;
            color: #525252;
            width: calc(100% - 30px);
            display: inline-block;
        }

    .section-comments {
        margin-bottom: 15px;
    }

        .section-comments .comment-body .date-info {
            font-size: 14px;
            margin-bottom: 20px;
            color: #585858;
        }

            .section-comments .comment-body .date-info .sender-name {
                margin-bottom: 10px;
                overflow: hidden;
            }

        .section-comments .comment-body ul {
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: auto;
            padding: 10px 20px 20px;
        }

        .section-comments .comment-body li {
            /*margin-bottom: 30px;*/
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0 0 10px -5px #585858;
            -webkit-box-shadow: 0 0 10px -5px #585858;
            box-shadow: 0 0 10px -5px #585858;
            width: 80%;
            padding: 10px 15px;
            margin-left: 15px;
            -ms-flex: 0 0 80%;
            -webkit-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%;
        }

            .section-comments .comment-body li .description-user {
                width: 100%;
                white-space: normal;
                height: 60px;
                overflow: hidden;
            }

                .section-comments .comment-body li .description-user p {
                    font-size: 13px;
                    color: #555555;
                }

    .date-info ~ .buyer-product {
        height: 25px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .date-info ~ .buyer-product p {
            margin: 0;
            color: #585858;
            font-size: 13px;
            font-weight: bold;
        }

            .date-info ~ .buyer-product p.success {
                color: #029c24;
            }

            .date-info ~ .buyer-product p.error {
                color: var(--secondary-color);
            }

            .date-info ~ .buyer-product p.warning {
                color: #fb5607;
            }

    .section-header-list .nav-menu {
        padding: 0 5px;
        padding-right: 0;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .section-header-list .close-manual {
        font-size: 25px;
        padding: 0 10px;
        color: #202020;
    }

    /*similar product*/
    .section-products-slider {
        padding: 10px 0;
        margin-bottom: 15px;
    }

        .section-products-slider .similar-product {
            margin-left: -10px;
        }

        .section-products-slider .title h1 {
            color: #000;
            font-size: 13px;
        }

        .section-products-slider .swiper-slide {
            width: 49.5%;
            max-width: 300px;
            -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
            -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
            box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
        }

            .section-products-slider .swiper-slide:not(:first-of-type) {
                margin-right: 15PX;
            }

        .section-products-slider .product-body {
            padding: 15px 12px;
            background-color: #fff;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            height: 100%;
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

            .section-products-slider .product-body .product-image {
                width: 100%;
                padding: 10px;
                text-align: center;
            }

                .section-products-slider .product-body .product-image > a {
                    display: inline-block;
                    max-width: 100%;
                    width: 200px;
                    text-align: center;
                }

                .section-products-slider .product-body .product-image a img {
                    max-width: 100%;
                    margin: auto;
                    max-height: 100%;
                }

        .section-products-slider .product-info {
            margin-top: 10px;
        }

        .section-products-slider .product-name {
            margin-top: 10px;
            text-align: right;
            display: inline-block;
            width: 100%;
        }

            .section-products-slider .product-name h1 {
                font-size: 12px;
                color: #000;
                line-height: 1.4;
                height: 50px;
                overflow: hidden;
            }

        .section-products-slider .product-price {
            text-align: left;
            height: 50px;
        }

    /*similar product*/
    .section.overflow-unset {
        background-color: transparent;
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .section-mobile-row.guarantee {
        padding: 0;
        margin-bottom: 10px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }

    .guarantee-content {
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .section-mobile-row.count {
        background-color: #fff;
        border: none;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 0 0 10px -5px #585858;
        -webkit-box-shadow: 0 0 10px -5px #585858;
        box-shadow: 0 0 10px -5px #585858;
        width: 100%;
    }

    .section-colors.section {
        margin-bottom: 6px;
    }

    /*#region share buttons less */
    .share-design {
        direction: ltr;
        width: 100%;
        text-align: left;
    }

    .shared-panel-popup-content ul {
        padding: 10px;
    }

        .shared-panel-popup-content ul li {
            border-bottom: 1px solid #dedede;
            width: 100%;
        }

            .shared-panel-popup-content ul li a {
                padding: 10px 0;
                -webkit-align-items: center;
                align-items: center;
                font-size: 13px;
                color: #222222;
            }

                .shared-panel-popup-content ul li a img {
                    width: 14.86px;
                    margin-left: 10px;
                    margin-right: 0;
                }

    .shared-panel-popup-content .icons-product {
        position: unset;
    }

    .shared-panel-popup-content ul li a i {
        margin-left: 10px;
    }

    .shared-panel-popup-content .switch-button {
        height: 22px;
    }

        .shared-panel-popup-content .switch-button span i {
            width: 13px;
            height: 13px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    /*#endregion */
    /*#region root mobile site */

    .root-site-mobile {
        margin: 5px 0;
    }

        .root-site-mobile ul {
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: auto;
            padding: 10px 0;
        }

            .root-site-mobile ul li {
                background-color: #fff;
                -moz-box-shadow: 0 0 10px -7px rgb(0 0 0 / 50%);
                -webkit-box-shadow: 0 0 10px -7px rgb(0 0 0 / 50%);
                box-shadow: 0 0 10px -7px rgb(0 0 0 / 50%);
                margin-left: 15px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

                .root-site-mobile ul li:first-of-type {
                    margin-right: 10px;
                }

                .root-site-mobile ul li a {
                    min-height: 40px;
                    padding: 10px 15px;
                    width: max-content;
                }

                    .root-site-mobile ul li a .image {
                        width: 30px;
                        margin-left: 5px;
                    }

                    .root-site-mobile ul li a .info {
                        width: calc(100% - 35px)
                    }

                    .root-site-mobile ul li a .info {
                        font-size: 13px;
                        color: #222222;
                    }

                        .root-site-mobile ul li a .info i {
                            margin-right: 10px;
                            font-size: 17px;
                            color: #525252;
                        }
    /*#endregion */
    .guarantee-content p.count {
        margin: 0;
    }

    .product-body .info .title {
        height: 60px;
        overflow: hidden;
        padding: 15px 5px;
        display: inline-block;
    }
}

/*#region circle progress bar example */



/*#endregion circle progress bar example */
