
/*=========VISIBILITY=========*/
.desktop-hide {
    display: none !important;
}
.desktop-show {
    display: flex !important;
}
@media only screen and (max-width: 1366px) {
    .laptop-hide {
        display: none !important;
    }
    .laptop-show {
        display: flex !important;
    }
}
@media only screen and (max-width: 1200px) {
    .tablet-extra-hide {
        display: none !important;
    }
    .tablet-extra-show {
        display: flex !important;
    }
}
@media only screen and (max-width: 1024px) {
    .tablet-hide {
        display: none !important;
    }
    .tablet-show {
        display: flex !important;
    }
}
@media only screen and (max-width: 880px) {
    .mobile-extra-hide {
        display: none !important;
    }
    .mobile-extra-show {
        display: flex !important;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: flex !important;
    }
}
@media only screen and (max-width: 500px) {
    .mobile-small-hide {
        display: none !important;
    }
    .mobile-small-show {
        display: flex !important;
    }
}



/*============SINGLE PRODUCT - TYPE 7============*/
/*body.single-product.postid-17870,*/
/*body.single-product.postid-17783 {*/
body.single-product {
    background-color: #fff;
}
body.single-product [data-elementor-type="footer"] {
    margin-bottom: 0 !important;
}
.single-product-7 form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 100%;
}
.single-product-7 form.cart::before,
.single-product-7 form.cart::after,
.single-product-7 form.cart .woocommerce-variation-price,
.single-product-7 form.cart .woocommerce-variation-availability {
    display: none !important;
}
/*----------------------------------------------*/
.single-product-7 .column-image {
    width: 440px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}
.single-product-7 .column-image .image-box {
    width: 440px;
    height: 440px;
    max-width: 100%;
    display: flex;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
}
.single-product-7 .column-image .featured-image {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-product-7 .column-image .thumbnail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: flex-start;
    overflow: hidden;
}
.single-product-7 .column-image .thumbnail-list[data-count="1"] {
    display: none !important;
}
.single-product-7 .column-image .thumbnail-item {
    width: 80px;
    height: 80px;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.single-product-7 .column-image .thumbnail-image {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-product-7 .column-image .feedback-box {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #fffd;
    border-radius: 10px;
    padding: 0 10px;
}
.single-product-7 .column-image .feedback-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.single-product-7 .column-image .feedback-item::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #bbb;
}
.single-product-7 .column-image .feedback-item.active::after {
    background-color: #ef4056;
}
.single-product-7 .column-image .feedback-item.wishlist::after {
    mask-image: url("image/product-wishlist.svg");
}
.single-product-7 .column-image .feedback-item.share::after {
    mask-image: url("image/product-share.svg");
}
.single-product-7 .column-image .feedback-item.compare::after {
    mask-image: url("image/product-compare.svg");
}
/*----------------------------------------------*/
.single-product-7 .column-data {
    width: calc(100% - 800px);
    padding: 0 30px;
}
.single-product-7 .column-data .title {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 0;
}
.single-product-7 .column-data .subtitle {
    width: 100%;
    color: #939191;
    font-size: 12px;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.single-product-7 .column-data .meta-and-category {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid #eeeff0 !important;
    gap: 10px;
}
.single-product-7 .column-data .category {
    width: 100%;
    line-height: 15px;
    display: block;
    font-size: 12px;
    color: #c0c2c5;
}
.single-product-7 .column-data .category .label {
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    color: #4d4d4d;
}
.single-product-7 .column-data .category .value {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}
.single-product-7 .column-data .meta-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.single-product-7 .column-data .meta-box .sku-label {
    
}
.single-product-7 .column-data .meta-box .sku-value {
    
}
.single-product-7 .column-data .meta-box .rating-star {
    background-color: #9f9f9f;
    color: #fff;
    display: flex;
    width: max-content;
    height: 25px;
    padding: 0 5px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    margin-right: 10px;
}
.single-product-7 .column-data .meta-box .rating-star::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    mask-image: url("image/product-star.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
}
.single-product-7 .column-data .meta-box .rating-count {
    color: #bbb;
    font-size: 15px;
}
.single-product-7 .column-data .meta-box .rating-count-mobile {
    color: #bbb;
    font-size: 15px;
}
.single-product-7 .column-data .meta-box .review-count {
    margin-right: 20px;
    position: relative;
}
.single-product-7 .column-data .meta-box .review-count::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    border-radius: 100px;
}
.single-product-7 .column-data table.variations {
    display: inline-block;
    margin: 0 !important;
    width: 100% !important;
    padding-top: 10px;
    margin-top: 10px !important;
    border-top: 1px solid #eeeff0 !important;
}
.single-product-7 .column-data table.variations tr,
.single-product-7 .column-price table.variations tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single-product-7 .column-data table.variations th,
.single-product-7 .column-price table.variations th {
    width: 100%;
    text-align: right;
    padding: 0;
    background-color: #0000;
	border: none;
}
.single-product-7 .column-data table.variations td,
.single-product-7 .column-price table.variations td {
    width: 100%;
    padding: 0;
    background-color: #0000;
	border: none;
}
.single-product-7 .column-data table.variations label,
.single-product-7 .column-price table.variations label {
    font-size: 15px;
    font-weight: 600 !important;
    padding: 0;
    color: #000;
    line-height: 2em;
}
.single-product-7 .column-data table.variations label::before,
.single-product-7 .column-price table.variations label::before {
    content: "انتخاب ";
}
.single-product-7 .column-data table.variations label::after,
.single-product-7 .column-price table.variations label::after {
    content: " :";
}
.single-product-7 .column-data table.variations .reset_variations,
.single-product-7 .column-price table.variations .reset_variations {
    display: none;
    flex-shrink: 0;
    font-size: 13px;
}
.single-product-7 .column-data table.variations .reset_variations.active,
.single-product-7 .column-price table.variations .reset_variations.active {
    display: flex;
}
.single-product-7 .column-data table.variations .radio-box,
.single-product-7 .column-price table.variations .radio-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.single-product-7 .column-data table.variations .radio-item,
.single-product-7 .column-price table.variations .radio-item {
    border: 2px solid #0002;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.single-product-7 .column-data table.variations .radio-item.checked,
.single-product-7 .column-price table.variations .radio-item.checked {
    border-color: dodgerblue;
}
.single-product-7 .column-data table.variations .radio-item input,
.single-product-7 .column-price table.variations .radio-item input {
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #eee;
}
.single-product-7 .column-data table.variations .radio-item input[checked],
.single-product-7 .column-price table.variations .radio-item input[checked] {
    background-color: limegreen;
}
.single-product-7 .column-data table.variations .radio-item input[checked]::before,
.single-product-7 .column-price table.variations .radio-item input[checked]::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    mask-image: url("image/product-check.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
}
.single-product-7 .column-data table.variations .radio-item span,
.single-product-7 .column-price table.variations .radio-item span {
    
}
.single-product-7 .column-data .attribute-list {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eeeff0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
.single-product-7 .column-data .attribute-list .section-title-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.single-product-7 .column-data .attribute-list .section-title {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    color: #000;
    line-height: 2em;
    margin-bottom: -10px;
    width: max-content;
    flex-grow: 1;
}
.single-product-7 .column-data .attribute-list .attribute-see-more {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.single-product-7 .column-data .attribute-list .attribute-see-more::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    mask-image: url("image/product-arrow.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
}
.single-product-7 .column-data .attribute-list .attribute {
    width: calc(33.33% - 7px);
    background-color: #f0f0f1;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 2;
    font-weight: 400;
    color: #81858b;
}
.single-product-7 .column-data .attribute-list .label {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
    color: #81858b;
    width: 100%;
    display: inline-block;
}
.single-product-7 .column-data .attribute-list .values {
    font-weight: 700;
    color: #3f4064;
    word-break: break-all;
}
.single-product-7 .column-data .attribute-list .values span {
    
}
.single-product-7 .column-data .attribute-btn-box {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.single-product-7 .column-data .attribute-btn-box::before,
.single-product-7 .column-data .attribute-btn-box::after {
    content: "";
    width: 1px;
    flex-grow: 1;
    height: 1px;
    background-color: #0002;
}
.single-product-7 .column-data .attribute-btn-box .attribute-btn {
    padding: 7px 20px;
    border: 1px solid #0002;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.single-product-7 .column-data .attribute-btn-box .attribute-btn::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    mask-image: url("image/product-arrow.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
}
/*----------------------------------------------*/
.single-product-7 .column-price .summary,
.single-product-7 .column-data .summary {
    width: 100% !important;
    margin: 0 !important;
}
.single-product-7 .column-price .summary .text-wrap,
.single-product-7 .column-data .summary .text-wrap {
    width: 100% !important;
    margin: 0 !important;
}
.single-product-7 .column-price .summary .text-wrap *,
.single-product-7 .column-data .summary .text-wrap * {
    font-weight: 400 !important;
    color: #444 !important;
    line-height: 1.8em !important;
    font-size: 15px !important;
    text-align: right !important;
    background-color: rgba(0,0,0,0) !important;
}
.single-product-7 .column-price .summary .text-wrap > *,
.single-product-7 .column-price .summary .text-wrap ul li,
.single-product-7 .column-data .summary .text-wrap > *,
.single-product-7 .column-data .summary .text-wrap ul li {
    position: relative;
    margin: 0;
    padding: 0;
    padding-right: 25px;
    width: 100%;
    display: inline-block;
}
.single-product-7 .column-price .summary .text-wrap ul,
.single-product-7 .column-data .summary .text-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-product-7 .column-price .summary .text-wrap ul::before,
.single-product-7 .column-data .summary .text-wrap ul::before {
    display: none !important;
}
.single-product-7 .column-price .summary .text-wrap > *::before,
.single-product-7 .column-price .summary .text-wrap ul li::before,
.single-product-7 .column-data .summary .text-wrap > *::before,
.single-product-7 .column-data .summary .text-wrap ul li::before {
    content: "";
    background-image: url("image/product-check-2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    /*display: none;*/
}
.single-product-7 .column-data .summary,
.single-product-7 .column-price .summary {
    /*box-shadow: 0 0 20px -5px #0003;*/
    /*background-color: #fff;*/
    /*padding: 10px;*/
    /*border-radius: 10px;*/
    /*width: 100% !important;*/
    /*min-height: 60px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*position: relative;*/
    /*margin: 0 !important;*/
    /*------------------*/
    /*padding-right: calc(2.7em + 20px);*/
    /*------------------*/
}
.single-product-7 .column-data .summary {
    /*margin: 10px 0 0 !important;*/
}
.single-product-7 .column-data .summary *,
.single-product-7 .column-price .summary * {
    /*font-size: 15px !important;*/
    /*line-height: 1.5em;*/
}
.single-product-7 .column-data .summary ul,
.single-product-7 .column-price .summary ul {
    /*padding: 0;*/
    /*list-style: inside;*/
    /*margin: 0;*/
}
.single-product-7 .column-data .summary::before,
.single-product-7 .column-price .summary::before {
    /*content: "";*/
    /*mask-image: url("image/product-info.svg");*/
    /*mask-position: center;*/
    /*mask-repeat: no-repeat;*/
    /*mask-size: contain;*/
    /*background-color: #ddd;*/
    /*width: 2.7em;*/
    /*height: 2.7em;*/
    /*display: inline-block;*/
    /*------------------*/
    /**margin-left: 0.5em;**/
    /**float: right;**/
    /*------------------*/
    /*position: absolute;*/
    /*top: 0.7em;*/
    /*right: 10px;*/
}
/*----------------------------------------------*/
.single-product-7 .column-price {
    width: 360px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-product-7 .column-price .price-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 0;
    gap: 0;
    box-shadow: 0 0 10px 0 #0002;
}
.single-product-7 .column-price .price-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
}
.single-product-7 .column-price table.variations {
    margin: 0 !important;
    width: 100% !important;
}
.single-product-7 .column-price .guarantee {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #0002;
}
.single-product-7 .column-price .guarantee::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    mask-image: url('image/product-guarantee.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #777;
}
.single-product-7 .column-price .shipping-back {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 10px;
}
.single-product-7 .column-price .shipping-info-open .guarantee,
.single-product-7 .column-price .shipping-info-open .shipping-status {
    display: none;
}
.single-product-7 .column-price .shipping-info-open .shipping-back,
.single-product-7 .column-price .shipping-info-open .shipping-description {
    display: flex;
}
.single-product-7 .column-price .shipping-back::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    mask-image: url('image/product-angle.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #777;
    transform: rotate(180deg);
}
.single-product-7 .column-price .shipping {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #0002;
}
.single-product-7 .column-price .shipping-status {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
}
.single-product-7 .column-price .shipping-status::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    mask-image: url('image/product-shipping.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #777;
}
.single-product-7 .column-price .shipping-status::after {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    mask-image: url('image/product-angle.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #777;
    position: absolute;
    top: 0;
    left: 0;
}
.single-product-7 .column-price .shipping-description {
    display: none;
    width: 100%;
    font-size: 14px;
}
.single-product-7 .column-price .stock-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-size: 14px;
}
.single-product-7 .column-price .stock-info::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    mask-image: url('image/product-stock.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #777;
}
.single-product-7 .column-price .price-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.single-product-7 .column-price .price-data {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 10px;
    position: relative;
}
.single-product-7 .column-price .price-data .timer {
    width: 100%;
    display: none;
}
.single-product-7 .column-price .price-data .timer[data-date] {
    /*display: flex;*/
}
.single-product-7 .column-price .price-data .timer-clock {
    
}
.single-product-7 .column-price .price-data .timer small {
    
}
.single-product-7 .column-price .price-data .discount {
    background-color: #1e73be;
    color: #fff;
    font-size: 13px;
    padding-top: 4px;
    height: 20px;
    min-width: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    display: none;
}
.single-product-7 .column-price .price-data[has-discount] .discount {
    display: flex;
}
.single-product-7 .column-price .price-data .price-data.variable .price.default::before {
    content: "ویژگی متغیر محصول را انتخاب کنید";
    color: #aaa;
    font-size: 13px;
}
.single-product-7 .column-price .price-data > .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single-product-7 .column-price .price-data .price.default.hidden {
    display: none;
}
.single-product-7 .column-price .price-data .price.variation {
    display: none;
}
.single-product-7 .column-price .price-data .price.variation.active {
    display: flex;
}
.single-product-7 .column-price .price-data .price .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 45px;
}
.single-product-7 .column-price .woocommerce-Price-amount {
    font-size: 22px !important;
    color: #000;
    font-weight: 700;
    height: 25px;
    display: inline-block;
}
.single-product-7 .column-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 13px;
    font-weight: 400;
}
.single-product-7 .column-price del,
.single-product-7 .column-price ins {
    text-decoration: none !important;
    display: flex !important;
}
.single-product-7 .column-price del {
    position: relative;
    opacity: 1 !important;
}
.single-product-7 .column-price del::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0005;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transform: rotate(-15deg);
}
.single-product-7 .column-price del .woocommerce-Price-amount {
    color: #1e73be;
    font-size: 18px !important;
    font-weight: 400;
    height: 20px;
}
.single-product-7 .column-price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: none;
}
.single-product-7 .column-price .date_modified {
    width: calc(100% - 20px);
    margin: 5px auto;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background-color: #0001;
    border-radius: 10px;
}
.single-product-7 .column-price .date_modified,
.single-product-7 .column-price .date_modified small {
    font-size: 15px;
    color: #999;
}
.single-product-7 .column-price .date_modified::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100px;
    background: orange;
    margin-left: 10px;
}
.single-product-7 .column-price .price-data[data-purchase_status="unpurchasable"],
.single-product-7 .column-price .price-data[data-purchase_status="unpurchasable"] ~ .quantity,
.single-product-7 .column-price .price-data[data-purchase_status="unpurchasable"] ~ button[type="submit"] {
    display: none !important;
}
.single-product-7 .column-price .variations_button {
	display: flex;
    width: 100%;
    gap: 0;
    /*padding: 5px 10px;*/
}
.single-product-7 .column-price .quantity {
    box-shadow: none;
    background-color: #0000;
    border: 1px solid #0002;
    /*margin: 0;*/
    margin: 5px 10px !important;
    border-radius: 15px;
}
.single-product-7 .column-price .qty {
    background-color: #0000;
    width: 30px !important;
}
.single-product-7 .column-price .plus,
.single-product-7 .column-price .minus {
    width: 25px;
    height: 25px;
    box-shadow: none;
    border: 2px solid #0002;
    border-radius: 7px;
    background-size: 13px;
}
.single-product-7 .column-price .trash {
    
}
.single-product-7 .column-price button[type="submit"] {
    height: 51px;
    flex-grow: 1 !important;
    /*margin: 0 !important;*/
    margin: 5px 10px !important;
    opacity: 1 !important;
    cursor: pointer !important;
    /*background-color: #ef4056 !important;*/
    background-color: #1e73be !important;
    border-radius: 15px;
    color: #fff;
    border: none;
    box-shadow: none;
    font-family: 'Peyda';
}
.single-product-7 .column-price button[type="submit"].deactive {
    box-shadow: none !important;
    background-image: none !important;
    background-color: #ddd !important;
    color: #999 !important;
    cursor: no-drop !important;
    opacity: 0.7 !important;
}
.single-product-7 .column-price button[type="submit"].pending::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
    background-image: url("image/product-pending-2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    opacity: 1;
    border: none !important;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
    box-shadow: none !important;
    width: 35px;
    height: 35px;
}
.single-product-7 .column-price .product-call-us {
    width: 100%;
    padding: 5px 10px 10px;
}
.single-product-7 .column-price .product-call-us .e-con {
    animation: shadow-pulse-animation 2s infinite;
}
.single-product-7 .column-price .product-training {
    width: 100%;
    padding: 0 10px 10px;
}
.single-product-7 .column-price .product-training .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    background-color: #ef4056;
    color: #fff;
    min-height: 60px;
    border-radius: 15px;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 700;
}
.single-product-7 .column-price .product-training .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #0002;
    border-radius: 10px;
}
.single-product-7 .column-price .product-training .icon::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    mask-image: url('image/product-screen-play.svg');
    nask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #fff;
}
.single-product-7 .column-price .service-features {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.single-product-7 .column-price .service-features span {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-size: 11px !important;
    color: #777 !important;
}
.single-product-7 .column-price .service-features span::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.single-product-7 .column-price .service-features .feature-shipping::before {
    background-image: url("image/product-icon-1.svg");
}
.single-product-7 .column-price .service-features .feature-price::before {
    background-image: url("image/product-icon-2.svg");
}
.single-product-7 .column-price .service-features .feature-cash-back::before {
    background-image: url("image/product-icon-3.svg");
}
.single-product-7 .column-price .service-features .feature-original::before {
    background-image: url("image/product-icon-4.svg");
}

/*----------------------------------------------*/
.custom-float-notices {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
    width: max-content;
    z-index: 5;
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
}
.custom-float-notices.erro {
    background-color: red;
}
.custom-float-notices ul {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    body.single-product [data-elementor-type="footer"] {
        margin-bottom: 70px !important;
    }
    .single-product-7 form.cart {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .single-product-7 .column-image {
        width: 360px;
    }
    .single-product-7 .column-image .image-box {
        width: 360px;
        height: 360px;
        background-color: #fff;
    }
    .single-product-7 .column-image .feedback-box {
        background-color: #eee;
    }
    .single-product-7 .column-image .thumbnail-list {
        display: none;
    }
    /*----------------------------------------------*/
    .single-product-7 .column-data {
        width: 100%;
        /*padding: 10px 0 20px;*/
        box-shadow: 0 0 20px -5px #0003;
        border-radius: 15px;
        margin: 10px auto 15px;
        padding: 10px;
    }
    .single-product-7 .column-data .title {
        margin-bottom: 10px;
    }
    .single-product-7 .column-data .meta-and-category {
        flex-direction: column-reverse;
    }
    .single-product-7 .column-data .meta-box .sku-value {
        color: #007AFF;
        flex-grow: 1;
        text-align: right;
    }
    .single-product-7 .column-data .category .value {
        color: #007AFF;
    }
    .single-product-7 .column-data .meta-box .rating-star {
        background-color: #0000;
        color: #000;
        padding: 0;
    }
    .single-product-7 .column-data .meta-box .rating-star::before {
        background-color: orange;
    }
    .single-product-7 .column-data .meta-box .review-count {
        color: #007AFF;
        border-bottom: 1px solid #007AFF;
    }
    .single-product-7 .column-data .attribute-list .attribute {
        padding: 2px 10px 5px;
    }
    /*----------------------------------------------*/
    .single-product-7 .column-price {
        width: 100%;
    }
    .single-product-7 .column-price .price-wrap {
        background-color: #0000;
        border: none;
        border-radius: 0;
        box-shadow: none;
        gap: 15px;
    }
    .single-product-7 .column-price .price-inner {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 10px 0 #0002;
    }
    .single-product-7 .column-price .guarantee {
        order: 1;
        padding: 0 10px 10px;
        border-bottom: none;
    }
    .single-product-7 .column-price .shipping {
        order: 1;
        padding: 0 10px 10px;
        border-bottom: none;
    }
    .single-product-7 .column-price .shipping-status::after {
        display: none;
    }
    .single-product-7 .column-price .date_modified {
        width: calc(100% - 20px);
        margin: 10px auto 5px;
        padding: 0 10px;
        height: 35px;
    }
    .single-product-7 .column-price .date_modified,
    .single-product-7 .column-price .date_modified small {
        font-size: 14px;
    }
    .single-product-7 .column-price table.variations {
        padding: 25px 10px 30px;
    }
    .single-product-7 .column-price table.variations .radio-item {
        padding: 5px 15px;
        font-size: 15px;
    }
    .single-product-7 .column-price .product-call-us {
        padding: 0;
    }
    .single-product-7 .column-price .product-training {
        padding: 0 0 20px;
    }
    .single-product-7 .column-price .service-features {
        background-color: #fff;
        box-shadow: 0 0 20px -5px #0003;
        border-radius: 15px;
        padding: 10px;
    }
    .single-product-7 .column-price .summary {
        flex-direction: column;
    }
    .single-product-7 .column-price .price-data {
        padding: 0;
        gap: 0;
        width: max-content;
    }
    .single-product-7 .column-price .price-data .timer {
        display: none !important;
    }
    .single-product-7 .column-price .price-data .discount {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        height: 18px;
        background-color: #3877F4;
    }
    .single-product-7 .column-price .price-box {
        position: fixed;
        z-index: 3;
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 30px);
        background-color: #fff9;
        backdrop-filter: blur(7px);
        box-shadow: 0 0 20px -5px #0003;
        padding: 10px;
        border-radius: 15px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .single-product-7 .column-price .variations_button {
        padding: 0;
    }
    .single-product-7 .column-price .quantity {
        border: none;
        padding: 0;
        gap: 0;
        margin: 0 !important;
    }
    .single-product-7 .column-price .qty {
        width: 20px !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 700;
    }
    .single-product-7 .column-price button[type="submit"] {
        width: 130px;
        height: 45px;
        flex-grow: 0;
        font-size: 14px;
        background-color: #3877F4 !important;
        padding: 0;
        border-radius: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .single-product-7 .column-price button[type="submit"] {
        width: 100%;
    }
}



/*================PRODUCY GALLERY MODAL================*/
.woocommerce .dialog-lightbox-widget {
    display: none !important;
}
#product-gallery-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow: hidden;
    display: none;
}
#product-gallery-modal.active {
    display: block;
}
#product-gallery-modal * {
    box-sizing: border-box;
}
#product-gallery-modal .closer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    background-color: #000a;
}
#product-gallery-modal .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0000;
    margin: auto;
}
#product-gallery-modal .action-box {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    width: auto;
    z-index: 2;
    background-color: #0000;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    background-color: #0007;
    padding: 10px;
    border-radius: 15px;
}
#product-gallery-modal .action {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000;
    cursor: pointer;
}
#product-gallery-modal .action-close {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z'/></svg>");
}
#product-gallery-modal .action-zoom-in {
    background-image: url("data:image/svg+xml;utf8,<svg stroke='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20 20L14.9497 14.9498M14.9497 14.9498C16.2165 13.683 17 11.933 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17C11.933 17 13.683 16.2165 14.9497 14.9498ZM7 10H13M10 7V13'/></svg>");
}
#product-gallery-modal .action-zoom-out {
    background-image: url("data:image/svg+xml;utf8,<svg stroke='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='10.1' cy='10.1' r='8' /><line x1='21.9' x2='16.3' y1='21.9' y2='16.3'/><line x1='13.1' x2='7.1' y1='10.1' y2='10.1'/></svg>");
}
#product-gallery-modal .action-fullscreen-open {
    background-image: url("data:image/svg+xml;utf8,<svg stroke='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 15V18C4 19.1046 4.89543 20 6 20H9M15.2173 20H18C19.1046 20 20 19.1046 20 18V15M20 9V6C20 4.89543 19.1046 4 18 4H15M4 9V6C4 4.89543 4.89543 4 6 4H9' /></svg>");
}
#product-gallery-modal .action-fullscreen-close {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 16L2 16C1.44772 16 1 15.5523 1 15C1 14.4477 1.44772 14 2 14L7 14C8.65685 14 10 15.3431 10 17V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V17C8 16.4477 7.55228 16 7 16Z'/><path d='M10 2C10 1.44772 9.55229 1 9 1C8.44772 1 8 1.44772 8 2L8 7C8 7.55228 7.55228 8 7 8L2 8C1.44772 8 1 8.44771 1 9C1 9.55228 1.44772 10 2 10L7 10C8.65685 10 10 8.65685 10 7L10 2Z'/><path d='M14 22C14 22.5523 14.4477 23 15 23C15.5523 23 16 22.5523 16 22V17C16 16.4477 16.4477 16 17 16H22C22.5523 16 23 15.5523 23 15C23 14.4477 22.5523 14 22 14H17C15.3431 14 14 15.3431 14 17V22Z'/><path d='M14 7C14 8.65686 15.3431 10 17 10L22 10C22.5523 10 23 9.55228 23 9C23 8.44772 22.5523 8 22 8L17 8C16.4477 8 16 7.55229 16 7L16 2C16 1.44772 15.5523 1 15 1C14.4477 1 14 1.44772 14 2L14 7Z'/></svg>");
}
#product-gallery-modal .action-zoom-out,
#product-gallery-modal .action-fullscreen-close,
#product-gallery-modal.zoom .action-zoom-in,
#product-gallery-modal.fullscreen .action-fullscreen-open {
    display: none;
}
#product-gallery-modal.zoom .action-zoom-out,
#product-gallery-modal.fullscreen .action-fullscreen-close {
    display: inline-block;
}
#product-gallery-modal .custom-carousel-box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#product-gallery-modal .custom-carousel-prev,
#product-gallery-modal .custom-carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 50px;
    height: 50px;
    background-size: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.1795 3.26875C15.7889 2.87823 15.1558 2.87823 14.7652 3.26875L8.12078 9.91322C6.94952 11.0845 6.94916 12.9833 8.11996 14.155L14.6903 20.7304C15.0808 21.121 15.714 21.121 16.1045 20.7304C16.495 20.3399 16.495 19.7067 16.1045 19.3162L9.53246 12.7442C9.14194 12.3536 9.14194 11.7205 9.53246 11.33L16.1795 4.68297C16.57 4.29244 16.57 3.65928 16.1795 3.26875Z'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000;
    cursor: pointer;
    z-index: 1;
}
#product-gallery-modal .custom-carousel-prev {
    right: 0;
    transform: rotate(180deg);
}
#product-gallery-modal .custom-carousel-next {
    left: 0;
    transform: none;
}
#product-gallery-modal .product-gallery-bullet {
    height: max-content;
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    overflow-y: hidden;
    overflow-x: auto;
    order: 1000;
}
#product-gallery-modal .product-gallery-bullet img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    cursor: pointer;
}
#product-gallery-modal .custom-carousel {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
}
#product-gallery-modal .carousel-item {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
#product-gallery-modal .carousel-item img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition-duration: 300ms;
    transform: translate3d(0px, 0px, 0px);
}
#product-gallery-modal.zoom .carousel-item img {
    transform: translate3d(0px, 0px, 0px) scale(3);
}

@media only screen and (max-width: 767px) {
    #product-gallery-modal .custom-carousel-box {
        /*padding: 70px 0 60px;*/
    }
    #product-gallery-modal .custom-carousel-prev,
    #product-gallery-modal .custom-carousel-next {
        /*top: auto;*/
        background-size: 40px;
        background-color: #0003;
        border-radius: 10px;
    }
}



/*============ WISHLIST ============*/
#wishlist-box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
#wishlist-box .wishlist-list-item {
	width: 16.66%;
    padding: 10px;
}
#wishlist-box .wishlist-list-item .inner {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px -5px #0003;
    padding: 10px;
    border-radius: 15px;
	width: 100%;
	height: 100%;
}
#wishlist-box .wishlist-list-item .image {
	width: 100%;
    border-radius: 10px;
}
#wishlist-box .wishlist-list-item .title {
	font-size: 13px;
    color: #000;
    text-align: center;
    line-height: 1.7em;
}

@media only screen and (max-width: 1200px) {
	#wishlist-box .wishlist-list-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1024px) {
	#wishlist-box .wishlist-list-item {
		width: 25%;
	}
}
@media only screen and (max-width: 880px) {
	#wishlist-box .wishlist-list-item {
		width: 33.33%;
	}
}
@media only screen and (max-width: 768px) {
	#wishlist-box .wishlist-list-item {
		width: 50%;
	}
}



/*============ COMPARE ============*/
#compare-box {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#compare-box::after {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#compare-box.empty,
#compare-box.error,
#compare-box.loading{
	height: 200px;
    align-items: center;
    justify-content: center;
	background-color: #fff;
	border-radius: 10px;
}
#compare-box.empty::after {
	content: "لیست مقایسه خالی است";
	color: #aaa;
}
#compare-box.error::after {
	content: "خطا در پردازش لیست مقایسه";
	color: red;
	font-weight: 900;
}
#compare-box.loading::after {
	content: "";
	width: 30px;
	height: 30px;
	animation: spinner 2s infinite;
	mask-image: url("image/product-spinner.svg");
	mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #333;
}
#compare-box.empty > *,
#compare-box.error > *,
#compare-box.loading > * {
	display: none !important;
}
#compare-box ul {
	list-style: none !important;
}
#compare-box .compare-search-toggle {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 10px auto 30px;
    padding: 15px 30px;
    background-color: #69727D;
    color: #fff;
    border-radius: 15px;
    outline: 3px solid #0001;
    outline-offset: -3px;
    cursor: pointer;
    font-size: 14px;
	transition: all 0.3s;
	border: none !important;
}
#compare-box .compare-search-toggle:hover {
	outline-color: #69727D;
    outline-offset: 5px;
}
#compare-box .compare-search-toggle::before {
	content: "";
	mask-image: url("image/product-plus.svg");
	mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: #fff;
    width: 25px;
    height: 25px;
}
#compare-box .compare-list{
	display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    padding-right: 115px;
    overflow-y: hidden;
    overflow-x: auto;
	padding-left: 15px;
}
#compare-box .inner {
	display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
}
#compare-box .compare-head {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    gap: 0;
    padding: 0 5px;
    box-shadow: -15px 0px 20px -21px #0005;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 2;
	background-color: #eee;
}
#compare-box .compare-head li{
	color: var(--e-global-color-text);
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
#compare-box .compare-item {
	display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 15px;
    width: 280px;
	flex-shrink: 0;
}
#compare-box .compare-item li {
	width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-text);
    border-bottom: 1px solid #0002;
    padding: 15px 0;
	font-size: 14px;
}
#compare-box .compare-item li:last-child{
	border: none;
}
#compare-box .compare-item .image {
	height: 200px;
}
#compare-box .compare-item .image-box {
	height: 100%;
}
#compare-box .compare-item .image-box img{
	height: 100%;
	object-fit: contain;
}
#compare-box .compare-item .remove {
	position: relative;
	color: red;
    cursor: pointer;
}
#compare-box .compare-item .remove:hover{
	font-weight: 900;
}
#compare-box .compare-item .remove::before {
	content: "";
}
#compare-box .compare-item .remove.loading::after {
	content: "";
}
#compare-box .compare-item .buy a{
 	color:  #4169E1;;
}
#compare-box .compare-item .buy a:hover{
	font-weight: 800;
}
/*----------------------------------*/
#compare-search-modal {
	justify-content: center;
	align-items: center;
}
#compare-search-modal .inner {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: none;
	width: min(750px, 100% - 30px);
    height: min(500px, 100vh - 60px);
    border-radius: 15px;
    box-shadow: 0 0 20px -5px #0005;
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
	overflow: hidden !important;
}
#compare-search-modal .header {
	width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #fff;
    box-shadow: 0 10px 15px -15px #0005;
    padding-bottom: 10px;
	z-index: 2;
}
#compare-search-modal .close-btn {
	width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 10px;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
#compare-search-modal .close-btn::after {
	content: "";
	width: 15px;
	height: 15px;
	mask-image: url('image/product-cross.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	background-color: #555;
}
#compare-search-modal .search-box {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
/* #compare-search-modal .search-box::before {
	content: "جستجو کنید :";
	font-size: 14px;
    color: #aaa;
} */
#compare-search-modal .search-box .search-input {
	border: none;
    box-shadow: none;
    background-color: #eee;
    height: 40px;
    border-radius: 10px;
    text-align: right;
    padding: 5px 15px 5px 55px;
    min-width: 200px;
	font-size: 14px;
}
#compare-search-modal .search-box .search-button {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: dodgerblue;
    border-radius: 7px;
	display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
	opacity: 0.5;
}
#compare-search-modal .search-box .search-button::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	mask-image: url('image/product-search.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	background-color: #fff;
}
#compare-search-modal .search-box.active .search-button {
	pointer-events: unset;
	opacity: 1;
}
#compare-search-modal .search-box .search-clear {
	display: none;
	position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    right: auto;
    margin: auto;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #0000;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
}
#compare-search-modal .search-box .search-clear::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	mask-image: url('image/product-trash.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	background-color: red;
}
#compare-search-modal .search-box.active .search-clear {
	display: flex;
}
#compare-search-modal .search-result {
	width: 100%;
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
	border-radius: 0;
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
	padding-top: 10px;
    padding-bottom: 10px;
}
#compare-search-modal .search-result::-webkit-scrollbar {
    display: none !important;
}
#compare-search-modal .search-result.active {
	background-color: #fff;
	margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
}
#compare-search-modal .search-result::after {
	content: "حداقل 3 حرف از محصول مورد نظر را تایپ کنید";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: none;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
#compare-search-modal .search-result.loading > *,
#compare-search-modal .search-result.empty > *,
#compare-search-modal .search-result.error > * {
	display: none !important;
}
#compare-search-modal .search-result.active::after {
	content: "";
	display: none;
}
#compare-search-modal .search-result.loading::after {
	content: "";
	width: 30px;
	height: 30px;
	mask-image: url('image/product-spinner.svg');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #333;
	animation: spinner 2s infinite;
}
#compare-search-modal .search-result.empty::after {
	content: "موردی یافت نشد";
	color: #999;
}
#compare-search-modal .search-result.error::after {
	content: "خطا در دریافت اطلاعات";
	color: red;
	font-weight: 900;
}
#compare-search-modal .search-result .result-item {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    background-color: #eee;
    border-radius: 10px;
    width: calc(25% - 7.5px);
    padding: 5px 5px 10px;
	z-index: 1;
}
#compare-search-modal .search-result .result-item .image-box {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#compare-search-modal .search-result .result-item .image {
    width: 100%;
    height: 165px;
    border-radius: 10px;
    object-fit: contain;
    background-color: #fff;
}
#compare-search-modal .search-result .result-item .title {
	font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    margin: 5px 0 10px;
    flex-grow: 1;
}
#compare-search-modal .search-result .result-item .add-to-compare {
	padding: 5px 10px;
    font-size: 13px;
    border: none;
    background-color: dodgerblue;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
	cursor: pointer;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	gap: 5px;
    width: 140px;
    height: 35px;
}
#compare-search-modal .search-result .result-item .add-to-compare::before {
	content: "";
	width: 15px;
    height: 15px;
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #fff;
	mask-image: url('image/product-plus.svg');
}
#compare-search-modal .search-result .result-item .add-to-compare::after {
	content: "افزودن به مقایسه";
}
#compare-search-modal .search-result .result-item .add-to-compare.added::before {
	mask-image: url('image/product-check-white.svg');
}
#compare-search-modal .search-result .result-item .add-to-compare.added::after {
	content: "حذف از مقایسه";
}
#compare-search-modal .search-result .result-item .add-to-compare.loading::before {
	mask-image: url('image/product-spinner.svg');
	animation: spinner 2s infinite;
}
#compare-search-modal .search-result .see-more-box {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
#compare-search-modal .search-result .see-more-btn {
	width: 150px;
    height: 40px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
    cursor: pointer;
}
/*----------------------------------*/
#compare-page-btn,
#wishlist-page-btn {
	position: absolute;
    right: auto;
    top: auto;
    bottom: 50px;
    left: -50px;
    margin: auto;
    width: 95px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 12px;
    transition: all 0.3s;
    z-index: 1;
	opacity: 0;
	visibility: hidden;
}
#wishlist-page-btn {
    width: 115px;
    right: -65px;
    left: auto;
}
.feedback-box:hover #compare-page-btn.active,
.feedback-box:hover #wishlist-page-btn.active {
	opacity: 1;
	visibility: visible;
}
.feedback-box:hover #compare-page-btn.active::after,
.feedback-box:hover #wishlist-page-btn.active::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    right: auto;
    left: 75px;
    bottom: -5px;
    transform: rotate(45deg);
    border-radius: 0 0 3px 0;
    border-style: solid;
    border-color: #eee;
    border-width: 0 1px 1px 0;
}
.feedback-box:hover #wishlist-page-btn.active::after {
    right: 90px;
    left: auto;
}

@media only screen and (max-width: 767px) {
	#compare-search-modal .search-result .result-item {
		width: calc(33.33% - 6.7px);
	}
	#compare-search-modal .search-result .result-item .image {
    	height: calc((100vw - 70px) / 3 - 10px);
	}
}
@media only screen and (max-width: 600px) {
	#compare-search-modal .search-result .result-item {
		width: calc(50% - 5px);
	}
	#compare-search-modal .search-result .result-item .image {
    	height: calc((100vw - 60px) / 2 - 10px);
	}
}



/*============ WIDGET FEEDBACK ============*/
.feedback-box {

}
.feedback-box .wishlist {
	cursor: pointer;
}
.feedback-box .wishlist.active svg {
	fill: red !important;
}
.feedback-box .compare {
	cursor: pointer;
}
.feedback-box .compare.active svg {
	fill: #000 !important;
}
.feedback-box .share {
	cursor: pointer;
}
.feedback-box .share.active svg {
	fill: #000 !important;
}
.feedback-box .share-box {
	box-shadow: 0 0 10px 0 #0002;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    width: 220px;
    gap: 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.feedback-box .share-box.active {
	height: 40px;
}
.feedback-box .share-box .action {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback-box .share-box .action::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #555;
}
.feedback-box .share-box .facebook::before {
	mask-image: url('image/product-facebook.svg');
}
.feedback-box .share-box .whatsapp::before {
	mask-image: url('image/product-whatsapp.svg');
}
.feedback-box .share-box .telegram::before {
	mask-image: url('image/product-telegram.svg');
}
.feedback-box .share-box .twitter::before {
	mask-image: url('image/product-twitter.svg');
}
.feedback-box .share-box .copy::before {
	mask-image: url('image/product-copy.svg');
}
.feedback-box .share-box .copy {
    
}
.feedback-box .share-box .copy.active::after {
	content: "کپی شد";
    color: #fff;
    font-size: 13px;
    display: inline-block;
    background-color: limegreen;
    width: 50px;
    flex-shrink: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    border-radius: 5px;
}
