/* Public Css */
.shh-product-slider-icon, .shh-product-slider-simple{
    width:100%;
    width: -webkit-fill-available;
}
.shh-header-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shh-title-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.shh-card-product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15px;
    transition: 0.3s;
    height: auto;
}
.shh-container-swiper{
    display: flex;
    position: relative;
}
.shh-swiper-next, .shh-swiper-prev{
    width: 30px;
    height: 40px;
    background-color: #f1f1f180;
    margin: 10px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5px; */
    box-shadow: 0 0 5px 0px #dbdbdbe8;
}
.shh-swiper-next{left: -10px;}
.shh-swiper-prev{right: -10px;}
.shh-swiper-next.swiper-button-disabled,.shh-swiper-prev.swiper-button-disabled{
    opacity: 0.6;
    cursor: default;
}
.shh-swiper-next::after, .shh-swiper-prev::after{
   
    font-size: 11px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
    color: #666;
}
.shh-swiper-next::after{content: 'قبلی';} 
.shh-swiper-prev::after{content: 'بعدی';}



/* Mob Slider Public */
.shh-mob-slider{
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.shh-mob-slider .shh-card-product .amount{font-size: 12px;letter-spacing: -0.5px;}
.shh-mob-slider .shh-card-product{
    width: 220px;
    margin-left: 15px;
    padding: 15px 7px;
    overflow: hidden;
    height: auto;
}
.shh-mob-slider .shh-card-product:last-child{
    margin-left:0px;
}



/* Header One */
.shh-header-slider-one {
    height: 40px;
    border-bottom: 1px solid #dfe1e8;
    margin-bottom: 20px;
}
.shh-header-slider-one .shh-title-slider {
    position: relative;
    height: 40px;
    line-height: 28px;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    border-color: #85c441;
}
.shh-header-slider-one .shh-title-slider:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #85c441;
    display: block;
    margin-left: 8px;
}
.shh-more-slider{
    display: flex;
    color:#333;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.shh-more-slider:hover{
    opacity: 0.7;
}
.shh-more-slider svg{
    margin-right: 5px;
}
.shh-more-slider svg path{
    stroke: #333;
    transition: 0.3s;
}


/* Card Global */
.shh-price-product{
    display: flex;
    justify-content: flex-start;
}
.shh-price-product .price{
    display: block;
    font-weight: bold;
    color: #484848;
}
.shh-price-product .price del, .shh-price-product .price del bdi{
    display: block;
    font-size: 12px;
    color: #8a929c;
}
.shh-price-product .price ins{
    display: block;
    color: #0e1935;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
}
.shh-card-off-percent{
    display: flex;
}
.shh-card-product .shh-card-off-percent strong {
    text-align: center;
    padding: 0 10px;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.shh-card-product .amount{
    font-size: 16px;
}
.shh-card-product .woocommerce-Price-currencySymbol {
    font-size: 11px;
    font-weight: 500;
}

.shh-image-product {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}

.shh-image-product img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.shh-title-product{
    margin-bottom: 15px;
}
.badge-off-percent{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    font-weight: 700;
    background-color: rgba(255, 106, 106, 1);
    z-index: 2;
    color: #fff;
    padding: 0 5px;
}





/* Icon Box Public */
.shh-icon-box{
    min-width:250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}
.shh-img-slider-icon{
    margin-bottom:20px;
    max-width: 90%;
}
.shh-title-slider-icon{
    margin-bottom: 20px;
}
.shh-icon-box .shh-more-slider{
    margin-top: 30px;
}


/* Card One */
.shh-card-product-one{
    position: relative;
    background: #fff;
    border-radius: 25px;
}
.shh-card-product-one::before, .shh-card-product-one::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 25px;
    z-index: -1;
}
.shh-card-product-one::before{
    top: 0;
    right: 0;
    box-shadow: 2px -2px 30px #edf0f5;
}
.shh-card-product-one::after{
    bottom: 0;
    left: 0;
    box-shadow: -2px 2px 30px #edf0f5;
}
.shh-card-product-one .shh-card-off-percent strong {
    border-radius: 10px;
    background-color: #e14f4f;
    color: #fff;
}
.shh-card-product-one .price{
}
.shh-card-product-one .shh-title-product{
    margin: 10px 0;
    color: #0e1935;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    font-weight: 600;
}

/* More Button Side */
.shh-more-button-side{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #dfe1e8;
    margin-right: 15px;
    height: 220px;
    margin-top: 40px;
    align-items: center;
    padding: 0 10px;
    color:#666;
}
.shh-more-button-side:before{
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: -10px;
    width: 10px;
    border-radius: 10px 0 0 10px;
    opacity: .5;
    background-color: #dfe1e8;
}
.shh-more-button-side span{
    font-size: 11px;
    line-height: 20px;
}
.shh-more-button-side svg{margin-bottom:10px;}



/* Layout Two */
.shh-header-slider-two{
    
}
.shh-header-slider-two .shh-title-slider{
    font-size: 24px;
    color: #141414;
}
.shh-card-product-two{
    padding:0;
}
.shh-card-product-two .shh-image-product{border-radius:10px;}
.shh-card-product-two .shh-image-product::before{
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.09;
    top: 0;
    right: 0;
    touch-action: none;
    pointer-events: none;
}
.shh-card-product-two .shh-title-product{
    font-size: 13px;
    color: #595959;
    line-height: 1.72;
    font-weight: 600;
}
.shh-card-product-two .shh-card-off-percent strong{
    background: #feed00;
    border-radius: 2px;
    padding: 0 4px;
}
.shh-container-swiper-two .shh-swiper-next,.shh-container-swiper-two  .shh-swiper-prev{
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
}


/* Layout Three */
.shh-container-swiper-three .shh-product-slider{
    background-color: #fff;
}
.shh-container-swiper-three .shh-swiper-next,.shh-container-swiper-three .shh-swiper-prev{
    padding: 24px 5px;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.08);
    transition: all .3s;
    background-color: #fff;
}
.shh-container-swiper-three .shh-swiper-next::after, .shh-container-swiper-three .shh-swiper-prev::after{
    color: #0089ff;
}
.shh-container-swiper-three .shh-card-product{
    border: solid 1px transparent;
}
.shh-container-swiper-three .shh-card-product:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    border-color: #e6e6e6;
}
.shh-card-product-three{
    /* font-family: iranyekan-en; */
}
.shh-mob-slider .shh-card-product-three{
    margin-left: 6px;
    margin-right: 6px;
    padding: 16px 12px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    background-color: #fff;
}
.shh-card-product-three .shh-title-product{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #2e343b;
}
.shh-card-product-three .shh-card-off-percent strong{
    color: #0089ff;
    background-color: #e6f3ff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0;
    margin-left: 10px;
    padding: 0 3px;
}
.shh-header-slider-three .shh-title-slider{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAMAAADH72RtAAAASFBMVEVHcEwAiv8AiP8AiP8Aiv8Aif8Aif8Aif8Aif8Aiv8Aif8Aif8AiP8Aif8Ah/8Aif8AiP8Aif8Aiv8Aif8Ai/8AiP8Aif8Aif9c/gEnAAAAF3RSTlMAlE6diuEX8+t+hTYfdQv4P9qYxSFrtMm6Xn8AAABtSURBVBjTnc7NEoUgCIbhL48EamnaD/d/p402LWh53uUDwwAAjk6YHGv8AJVgQPbERqQeWY2UCYcVnrD8KetHZt2DH0W/JrBHUx4VYpUAjkH9PMpOZMsg4fdKqrT1n1Vi+/UaUeqDS6o88djADUdHBR3dTQkwAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 26px;
    font-size: 18px;
    color: #2e343b;
}
.shh-header-slider-three .shh-more-slider{
    color: #0089ff;
}
.shh-header-slider-three .shh-more-slider svg path{
    stroke: #0089ff;
}
.shh-card-product-three .shh-price-product{
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
}
.shh-card-product-three .shh-price-product .price ins{
    text-align: right;
}
.shh-card-product-three .shh-card-off-percent {
    display: flex;
    flex-direction: row-reverse;
}
.shh-rating{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.shh-rating svg{
    margin: -5px 4px 0 0;
}



/* Layout Four */
.shh-header-slider-four{
    background-color: #f3f3f3;
    border-radius: 0.75rem;
    padding: 14px 15px;
}
.shh-header-slider-four .shh-title-slider{
    font-size: 1.125rem;
    line-height: 2.25rem;
    color:#333;
    font-weight: 900;
}
.shh-header-slider-four .shh-more-slider{
    font-size: 0.80rem;
    color:#666
}
.shh-card-product-four{
    padding: 0;
}
.shh-card-product-four .shh-image-product{
    padding:15px;
    border-radius: 15px;
}
.shh-card-product-four .shh-image-product img{
    transition: 0.3s ease-in-out;
}
.shh-card-product-four:hover .shh-image-product img{
    transform: scale(1.1);
}
.shh-card-product-four .shh-image-product::before{
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.05;
    top: 0;
    right: 0;
    touch-action: none;
    pointer-events: none;
}
.shh-card-product-four .shh-title-product{
    font-size: 0.80rem;
    line-height: 1.75rem;
    color:#333;
}
.shh-card-product-four .shh-card-off-percent strong{display: none;}
.shh-card-product-four .shh-price-product .price{
    display: flex;
    align-items: center;
}
.shh-card-product-four .shh-price-product .shh-card-off-percent{
    margin-left: 7px;
}
.shh-card-product-four .shh-price-product{
    flex-direction: column;
    align-items: flex-end;
}
.shh-card-product-four .shh-rating{
    color: rgba(55, 125, 255, 1);
    font-weight: 700;
}
.shh-card-product-four .badge-off-percent{
    border-radius: 0.375rem;
    left: inherit;
    right: 15px;
}
.shh-container-swiper-four .shh-swiper-next, .shh-container-swiper-four .shh-swiper-prev {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background-color: #fff;
}



/* Layout Five */
.shh-container-swiper-five .shh-product-slider{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
}
.shh-card-product-five{
    border: 1px solid transparent;
    border-radius: 30px;
    align-items: center;
    text-align: center;
    background-color: #fff;
}
.shh-card-product-five:hover{
    border-color: #eee;
}
.shh-card-product-five .shh-title-product{
    color: #707070;
    font-size: 15px;
}
.shh-card-product-five .shh-price-product .price, .shh-card-product-five .shh-price-product .price ins{
    color: #d60644;
    font-size: 20px;
    display: flex;
    align-items: end;
}
.shh-card-product-five .shh-card-off-percent{
    flex-direction: column-reverse;
    align-items: flex-end;
}
.shh-card-product-five .shh-card-off-percent strong{
    background-color: #d60644;
    color: #fff;
    height: 22px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 19px;
    margin-bottom: 15px;
}
.shh-container-swiper-five .shh-swiper-next,.shh-container-swiper-five .shh-swiper-prev{
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #cbcbcb;
    width: 50px;
}
.shh-container-swiper-five .shh-swiper-next{
    border-radius: 0 30px 30px 0;
    border-left: 0;
}
.shh-container-swiper-five .shh-swiper-prev{
    border-radius: 30px 0 0 30px;
    border-right: 0;
}
.shh-container-swiper-five .shh-swiper-next:after,.shh-container-swiper-five .shh-swiper-prev:after{
    border: 1px solid transparent;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
    transition: 0.3s;
}
.shh-container-swiper-five .shh-swiper-next:hover:after,.shh-container-swiper-five .shh-swiper-prev:hover:after{
    border: 1px solid #cbcbcb;
}
.shh-header-slider-five .shh-title-slider{
    font-size: 18px;
    color: #333;
}
.shh-header-slider-five .shh-more-slider{
    border: 1px solid #d60644;
    color: #d60644;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 14px;
}
.shh-header-slider-five .shh-more-slider svg path{
    stroke: #d60644;
}



/* Layout Six */
.shh-header-slider-six{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.shh-header-slider-six .shh-title-slider{
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
}
.shh-header-slider-six .shh-more-slider{
    color: #8b8b8b;
    font-size:14px;
    transition: 0.3s;
}
.shh-header-slider-six .shh-more-slider:hover{
    color: #ed1651;
}
.shh-header-slider-six .shh-more-slider svg path{
    stroke: #8b8b8b;
}
.shh-header-slider-six .shh-more-slider:hover svg path{
    stroke: #ed1651;
}
.shh-card-product-six{background-color: #fff;border-radius: 10px;}
.shh-card-product-six .shh-title-product{
    color: #222;
    display: -webkit-box;
    font-size: 0.80rem;
    text-align: center;
    font-weight: 600;
}
.shh-card-product-six .shh-price-product{
    justify-content: center;
}
.shh-card-product-six .price{
    background-color: #eee;
    border-radius: 10px;
    color: #222;
    padding: 5px 15px;
}
.shh-card-product-six .shh-price-product-simple-sales ins{
    background-color: #ed1651;
    color: #fff;
    padding: 3px 15px;
    border-radius: 10px;
}
.shh-card-product-six .shh-price-product-simple-sales .price{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    margin-top: 20px;
    background: none;
    padding: 0;
}
.shh-card-product-six .shh-card-off-percent strong{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 2px 4px rgb(0 0 0 / 30%);
    color: #ed1651;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: -15px;
}
.shh-container-swiper-six .shh-swiper-next, .shh-container-swiper-six .shh-swiper-prev{
    background-color: rgba(0,0,0,0.05);
    box-shadow: none;
    color: #000;
    opacity: 1;
}
.shh-container-swiper-six .shh-swiper-next:after, .shh-container-swiper-six .shh-swiper-prev:after{
    color:#000;
}
.shh-container-swiper-six .shh-swiper-next{
    border-radius: 0 30px 30px 0;
    height: 50px;
} 
.shh-container-swiper-six .shh-swiper-prev{
    border-radius: 30px 0 0 30px;
    height: 50px;
}



/* Layout seven */
.shh-card-product-seven{
    background-color: #fff;
    border:1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
}
.shh-card-product-seven .shh-title-product {
    font-size:16px;
    color:#333;
    font-weight: 600;
    border-bottom: 1px solid #ededed;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
    padding-bottom: 10px;
}
.shh-card-product-seven .shh-card-off-percent strong{
    background-color: #2bd08e;
    color: #fff;
    border-radius: 30px 0;
    padding: 0px 10px;
    margin-left: 5px;
}
.shh-card-product-seven .shh-card-off-percent{
    flex-direction: row-reverse;
}
.shh-container-swiper-seven .shh-swiper-next, .shh-container-swiper-seven .shh-swiper-prev{
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 10px;
}
.shh-container-swiper-seven .shh-swiper-next::after, .shh-container-swiper-seven .shh-swiper-prev::after{
    font-size: 20px;
    font-weight: normal;
    color: #999;
}
.shh-header-slider-seven .shh-title-slider{
    font-weight: 900;
    font-size: 30px;
    color: #0e1853;
}
.shh-header-slider-seven .shh-title-slider::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 10px;
    background: linear-gradient(45deg, #3dd99a, #1bc481);
    border-radius: 10px;
    margin-left: 10px;
}
.shh-header-slider-seven .shh-more-slider{
    border-bottom: 1px solid #28e498;
    padding-bottom: 5px;
    color: #0e1853;
}
.shh-header-slider-seven .shh-more-slider svg path{
    stroke: #28e498;
}





/* Layout Eight */
.shh-main-products-slider-eight{
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 20px 0;
}
.shh-header-slider-eight{
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 20px;
}
.shh-container-swiper-eight .shh-product-slider{
    padding: 20px ;
}
.shh-card-product-eight{
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.shh-header-slider-eight .shh-title-slider{
    border-bottom: 1px solid #ef5661;
    margin-bottom: 4px;
    line-height: 43px;
    font-size: 18px;
}
.shh-header-slider-eight .shh-more-slider{
    padding-bottom: 7px;
}
.shh-card-product-eight .shh-title-product{
    font-size: 14px;
    color:#666;
    font-weight: normal;
}
.shh-card-product-eight:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    transform: translateY(-2px);
}
.shh-card-product-eight .shh-image-product img {
    transition: 0.3s ease-in-out;
}
.shh-card-product-eight:hover .shh-image-product img {
    transform: scale(1.05);
}
.shh-card-product-eight .shh-card-off-percent strong{
    background-color: #fb3449;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 0 5px;
    margin-right: 8px;
}
.shh-container-swiper-eight .shh-swiper-next, .shh-container-swiper-eight .shh-swiper-prev{
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    width: 49px;
    height: 90px;
}
.shh-container-swiper-eight .shh-swiper-next{border-radius: 0 4px 4px 0;}
.shh-container-swiper-eight .shh-swiper-prev{border-radius: 4px 0 0 4px;}
.shh-container-swiper-eight .shh-swiper-next::after, .shh-container-swiper-eight .shh-swiper-prev::after{
    font-size: 20px;
    color:#333;
}



/* Layout Nine */
.shh-main-products-slider-nine{
    background-color: #F7F7F8;
    border-radius: 10px;
    padding: 20px 0;
}
.shh-header-slider-nine{
    height: 40px;
    margin: 0 20px;
}
.shh-container-swiper-nine .shh-product-slider{
    padding: 20px ;
}
.shh-card-product-nine{
    background-color: #fff;
    border: solid 1px #e7e8ea;
    border-radius: 0.5rem;
    padding: 8px;
}
.shh-card-product-nine .shh-image-product::before {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.05;
    top: 0;
    right: 0;
    touch-action: none;
    pointer-events: none;
}
.shh-card-product-nine .shh-title-product{
    color: #07142c;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
}
.shh-card-product-nine .shh-card-off-percent strong{
    background-color: #d21e27;
    color: #fff;
    padding: 3px 5px;
    border-radius: 7px;
    margin-right: 5px;
    font-weight: 500;
}
.shh-header-slider-nine .shh-title-slider{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.shh-header-slider-nine .shh-more-slider{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 1000rem;
    padding: 6px 13px;
    transition: 0.3s;
    font-size: 13px;
}
.shh-header-slider-nine .shh-more-slider svg path{
    stroke: #fff;
}
.shh-header-slider-nine .shh-more-slider:hover{
    transform: translateY(-2px);
    opacity: 1;
}
.shh-container-swiper-nine .shh-swiper-next, .shh-container-swiper-nine .shh-swiper-prev{
    background-color: #79CFCE;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}






/* Layout Ten */
.shh-card-product-ten{
    padding: 0;
}
.shh-header-slider-ten{
    justify-content: center;
}
.shh-header-slider-ten .shh-title-slider{
    font-size: 26px;
    font-weight: 500;
    color: #333;
}
.shh-card-product-ten .shh-image-product::before {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(111,115,119,.07);
    top: 0;
    right: 0;
    touch-action: none;
    pointer-events: none;
}
.shh-card-product-ten .shh-title-product{
    font-size: 14px;
    text-align: right;
    color: #666;
}
.shh-card-product-ten .shh-price-product .price ins, .shh-card-product-ten .shh-price-product .price{
    color: #00bf6f;
}
.shh-card-product-ten .shh-card-off-percent strong{
    display: none;
}
.shh-card-product-ten .shh-card-off-percent{
    justify-content: end;
}
.shh-card-product-ten .badge-off-percent{
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #f16422;
    width: 70px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
}
.shh-bottom-more-product{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shh-bottom-more-product a{
    text-align: center;
    line-height: 48px;
    border: 1px solid #bdc4d3;
    border-radius: 28px;
    font-size: 18px;
    display: block;
    margin: 30px auto auto;
    color: #00bf6f;
    text-decoration: none;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    width: 270px;
}
.shh-bottom-more-product a:hover {
    text-decoration: none;
    border: 1px solid #00bf6f;
    color: #0bcf74;
}



/* Layout nine Icon */
.shh-container-swiper-nine .shh-product-slider-nine-icon{
    padding:0;
}
.shh-main-products-slider-nine-icon{
    padding:20px;
    padding-right: 0;
}
.shh-icon-box-nine{
}
.shh-icon-box-nine .shh-img-slider-icon{margin-bottom:20px;}
.shh-icon-box-nine .shh-title-slider-icon{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
}
.shh-icon-box-nine .shh-des-slider-icon{
    color: #000;
    font-size: 12px;
}
.shh-icon-box-nine .shh-more-slider{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 1000rem;
    padding: 6px 13px;
    transition: 0.3s;
    font-size: 13px;
    margin-top: 40px;
}
.shh-icon-box-nine .shh-more-slider svg path{
    stroke: #fff;
}
.shh-icon-box-nine .shh-more-slider:hover{
    transform: translateY(-2px);
    opacity: 1;
}



/* Layout Night Icon */
.shh-main-products-slider-eight-icon{
    background-color: transparent;
    box-shadow: none;
}
.shh-container-swiper-eight .shh-product-slider-eight-icon{
    padding:0;
}
.shh-icon-box-eight{
    color:#fff;
}
.shh-icon-box-eight .shh-more-slider{
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 40px;
}
.shh-icon-box-eight .shh-more-slider svg path{
    stroke: #fff;
}



/* Layout Seven Icon */
.shh-icon-box-seven{
    color:#fff;
}
.shh-icon-box-seven .shh-more-slider{
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 28px;
    border-radius: 5px;
    font-size: 13px;
}
.shh-icon-box-seven .shh-more-slider svg path{
    stroke: #fff;
}



/* Layout six Icon */
.shh-icon-box-six{
    background-color: #cc1244;
    border-radius: 10px;
    color: #fff;
    align-items: start;
    margin-left: 25px;
}
.shh-icon-box-six .shh-more-slider{
    font-size: 14px;
    color: #f4c2d0;
}
.shh-icon-box-six .shh-more-slider svg path{
    stroke: #f4c2d0;
}


/* Layout One Icon */
.shh-main-products-slider-one-icon .shh-container-swiper-icon{
    background-color: #95c4d7;
    padding: 20px 30px;
    border-radius: 25px;
}
.shh-back-box-icon{
    position: absolute;
    top: 0px;
    right: 40px;
}
.shh-icon-box-one .shh-title-slider-icon{
    position: absolute;
    top: -15px;
}
.shh-icon-box-one .shh-more-slider{
    color:#fff;
}
.shh-icon-box-one .shh-more-slider svg path{
    stroke:#fff;
}
.shh-product-slider-one-icon .shh-card-product::before,.shh-product-slider-one-icon .shh-card-product::after{
    display: none;
}
.shh-mob-slider .shh-icon-box-one .shh-title-slider-icon{
    position: static;
}



/* Layout offer gaj */
.container-off-products-gaj{
    background: #f25050;
    border-radius: 25px;
    padding: 30px;
}
.gaj-header-offer-products{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom:1px solid rgba(255,255,255,.3);
    margin-bottom: 25px;
}
.gaj-title-offer{
    height: 40px;
    border-bottom: 1px solid transparent;
    border-color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 0;
}
.gaj-title-offer::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: 10px;
}
.gaj-right-title{
    display: flex;
    align-items: center;
}
.gaj-right-title span{font-size:12px}
.gaj-right-title ul{
    display: flex;
    min-width:80px;
    align-items: center;
    justify-content: end;
    padding: 0;
}
.gaj-right-title ul li{list-style:none;padding:0 5px;font-weight:normal;display: flex;align-items: center;}
.gaj-right-title svg{
    margin-right: 5px;
}

.shh-card-product-gaj{
    background-color: #fff;
    border-radius: 20px;
}
.shh-card-product-gaj .shh-title-product {
    margin: 10px 0;
    color: #0e1935;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    font-weight: 600;
}
.shh-card-product-gaj .price{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    align-items: end;
}
.shh-card-product-gaj .shh-card-off-percent{}
.shh-card-product-gaj .shh-card-off-percent strong{
    background-color: #e14f4f;
    border-radius: 0 9px 9px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.shh-card-product-gaj .shh-card-off-percent ins{
    z-index: 1;
    width: 115px;
    padding: 1px 10px 1px;
    border-radius: 10px 9px 9px 0;
    border-right: 3px solid #fff;
    background: linear-gradient(-125.68deg,#208010 33%,#8dc614 98.47%);
    color: #fff;
    margin-right: -4px;
    position: relative;
    padding-left: 10px;
}
.shh-card-product-gaj .shh-card-off-percent ins:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACpSURBVHgBpc+9EYJAEIbhb28sgW7UgFIswUjJMHOMoAPsQDsgoABKIHeYucjfZde/DNSD80nv3tld2hSBwkXVElEpkD2R5Mcrqji0duSKFJSeuEmen9vPX2NRSs/M8afoZ/y4Y76cHhI4dOKGdBaN6ww9mPbEvmFrsmaLSe1ctRMrtJJbs8JA77WVtlFoKwz0ioU5g491EezgyRCQw5MRRQlP5sLsHf/lDl/WSppOqZLZAAAAAElFTkSuQmCC') no-repeat 0 0;
}
.shh-card-product-gaj .price del{
    padding: 3px 10px;
}





/* Layout Offer Mobit */
.mobit-header-offer-products{
    background-color: rgba(255, 106, 106, 1);
    color:#fff;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    margin-bottom: 15px;
    align-items: center;
    padding: 10px 15px;
}
.mobit-title-offer{
    display: flex;
    align-items: center;
    margin: 0;
}
.mobit-title-offer svg{
    margin-left:5px
}
.mobit-header-offer-products .shh-offer-timer{
    display: flex;
    list-style: none;
    align-items:center;
    padding: 0;
}
.mobit-header-offer-products .shh-offer-timer li{
    background-color:#fff;
    width:40px;
    height:40px;
    color:#666;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
    border-radius: 10px;
    margin: 0 5px;
}
.mobit-header-offer-products .shh-offer-timer li strong{}
.mobit-header-offer-products .shh-offer-timer span{font-size:25px;color:#fff;}
.mobit-more-offer{font-size: 16px;color:#fff;}





/* Layout Offer Banimode */
.banimode-header-offer-products{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:25px;
}
.banimode-right-title{
    display: flex;
    align-items: center;
}
.banimode-countdown-title{
    color: #27af6e;
    font-weight: 600;
    font-size: 18px;
    padding-left: 5px;
}
.banimode-right-title .shh-offer-timer{
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
}
.banimode-right-title .shh-offer-timer li{
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
    border-radius: 10px;
    margin: 0 5px;
    background-color: #f16423;
    color: #fff;
    font-weight: 700;
}
.banimode-right-title .shh-offer-timer span{
    color:#f16423;
    font-size:30px
}




/* Side Box Offer */
.shh-container-off-swiper{
    display: flex;
}
.pelazio-box-side-offer{
    display: flex;
    min-width: 250px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



/* Layout Pelazio Offer */
.container-off-products-pelazio, .container-off-products-pelazio2{
    background-color: #F7F7F8;
    border-radius: 10px;
    padding: 23px;
}
.pelazio-offer-timer{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-bottom: 15px;
    padding: 0;
}
.pelazio-offer-timer li{margin:0 1px;display:flex;justify-content:center;font-weight:700;flex-direction: column;}
.pelazio-offer-timer li strong{display:flex;justify-content: center;align-items: center;background-color:#000;color:#f7f7f7;width:40px;height:40px;border-radius:5px;margin-bottom: 0;font-size:14px;}
.pelazio-offer-timer li span{font-size:12px;font-weight: 400;}

.pelazio-off-title{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    margin-bottom: 19px;
}
.pelazio-more-off-button{
    display: flex;
    align-items: center;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 1000rem;
    padding: 6px 25px;
    transition: 0.3s;
    margin-top: 10px;
    width: fit-content;
}
.pelazio-more-off-button:hover{
    background-color:#fff;
    color:#000;
}

.pelazio-header-offer-products{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pelazio-right-title{display: flex;align-items: center;}
.pelazio-right-title .pelazio-off-title{padding-left:5px}
.pelazio-right-title .pelazio-offer-timer li span{display: none;}




/* Layout Offer newkala */
.newkala-box-side-offer{
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width: 230px;
}
.newkala-first-title-offer{
    line-height: 46px;
    font-size: 49px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 1px;
    
}
.newkala-second-title-offer{
    line-height: 65px;
    font-size: 32px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: 1px;
}
.newkala-des-offer{
    color: #8a92b2;
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    text-align: center;
}
.newkala-more-offer{
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 28px;
    border-radius: 5px;
    margin-top:20px;
}
 .shh-container-count-offer{
    background-color: #f1f0ec;
    margin: 10px -15px -25px -15px;
    display: flex;
    padding:7px 0;
    justify-content: center;
}
.shh-container-count-offer svg{
    max-width:20px;
    margin-top:-3px;
    opacity:0.7;
    margin-right:5px
}
.shh-count-offer{
    display: flex;
    list-style:none;
    justify-content: center;
    align-items:center;
    padding: 0;
}
.shh-count-offer li{}
.shh-count-offer strong{font-weight:500;color:#666;}



.digikala-old-box-side-offer{
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width:250px
}
.digikala-old-box-side-offer img{}
.digikala-old-box-side-offer a{
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 28px;
    border-radius: 5px;
    margin-top: 20px;
}





/* Public Css Blog */
.header-nk-blog-slider{
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    align-items: center;
}
.title-nk-blog-slider{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.more-nk-blog-slider{
    font-size: 15px;
    color: #4f95b5;
    font-weight: 700;
}
.nk_mob_blog_slider{
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.nk-blog-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom:5px;
    margin-top:5px;
    height: auto;
}
.nk_mob_blog_slider .nk-blog-card{
    width: 220px;
    margin-left: 15px;
    overflow: hidden;
    height: auto;
}
.nk-link-blog-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nk-title-blog-card{
    padding: 10px 20px;
    font-size:15px;
    font-weight: 500;
    color:#080a38;
}
.nk-des-blog-card{
    padding: 10px 20px;
    font-size:12px;
    font-weight: 500;
    color:#727272;  
}
.nk-details-blog-card {
    padding: 10px 20px;
}
.nk-img-blog-card{
    position: relative;
}
.nk-img-blog-card img{
    display: block;
    min-width: 100%;
}


/* Layout Blog One */
.nk-blog-card-one{
    border: 1px solid #e0e0e6;
    border-radius: 8px;
}


/* Layout Blog two */
.nk-blog-swiper-two{
    padding: 0 2px;
}
.nk-blog-card-two{
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 3px;
}
.nk-details-blog-card-two{
    display: flex;
    justify-content: space-between;
    color:#afb6bc;
    font-size: 12px;
}


.nk-blog-card-three{
    border-radius: 10px;
}
.nk-img-blog-card-three:before{
    content: '';
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    background: #020024;
    background: linear-gradient(0deg,#020024,#050000 4%,#2d2525 13%,rgba(61,54,54,.03125) 54%);
    z-index: 2;
}
.nk-title-blog-card-three{display: none;}
.nk-img-blog-card-three .nk-title-blog-card-three{display: block;position: absolute;color: #fff;z-index: 4;bottom: 10px;right: 0;width: 100%;}





.nk-blog-card-four{
    box-shadow: 0 0 10px 4px #eaeaeab3;
    border-radius: 5px;
    padding: 15px;
}
.nk_mob_blog_slider .nk-blog-card-four{width: 450px;}
.nk-link-blog-card-four{
    flex-direction: row;
}
.nk-img-blog-card-four img{
    border-radius: 5px;
    max-width: 100px;
}
.nk-title-blog-card-four{
    padding-top: 0;
}
.nk-des-blog-card-four{
    padding: 0 20px;
}
.nk-details-blog-card-four{
    display: flex;
    justify-content: space-between;
    color:#afb6bc;
    font-size: 12px;
}
.nk-blog-swiper-four{
    padding: 0 10px;
}



@media only screen and (max-width:768px)
{
    .shh-header-slider-seven .shh-title-slider{
        font-size: 18px;
    }
    .gaj-right-title{
        flex-direction: column;
        align-items: end;
    }
    .gaj-title-offer{
        font-size: 14px;
    }
    .gaj-right-title svg{
        display: none;
    }
    .newkala-first-title-offer{
        font-size: 30px;
    }
    .newkala-second-title-offer{
        font-size: 24px;
    }
    .mobit-header-offer-products{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mobit-header-offer-products .shh-offer-timer{
        margin:10px 0;
        padding:0;
    }
    .banimode-header-offer-products{
        flex-direction: column;
    }
    .banimode-header-offer-products img{
        margin-bottom: 15px;
    }
    .pelazio-header-offer-products{
        flex-direction: column;
    }
    .title-demo-slider .elementor-widget-container .elementor-heading-title{
        font-size: 18px !important;
    }
}