/*////////////////// Slider Products /////////////////////*/
.hojre-products-slider .slick-list {
    margin: 0 -10px;
}
.hojre-featured-slider {
    background-color: #ff6262;
    padding: 60px 40px 70px;
    border-radius: 10px;
}
.h-featured-slider-head {
    display: block !important;
}
.h-featured-slider-head-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.h-featured-slider-head-inner h2 {
    margin: 0;
    color: #fff;
}
.h-featured-slider-head-inner h2 i {
    color: #fff;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.h-featured-slider-head-inner h2 svg {
    fill: #fff;
    width: 22px;
    height: 100%;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.hojre-products-slider .slick-track,
.h-featured-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.hojre-featured-slider .hojre-countdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    -webkit-justify-content: start;
    margin: 0 auto 0 0;
}
.hojre-countdown .icon-clock {
    line-height: 36px;
    font-size: 33px;
    margin-right: 8px;
    color: #fff;
}
.hojre-featured-slider .hojre-counter span {
    margin: 0;
}
.hojre-featured-slider .hojre-counter em {
    display: none;
}
.hojre-featured-slider .hojre-counter ins {
    font-size: 17px;
    background-color: rgba(0,0,0,0) !important;
    color: #fff !important;
    width: auto;
    height: auto;
    margin: 0;
}
.hojre-featured-slider .hojre-counter .h-days ins:after,
.hojre-featured-slider .hojre-counter ins:before {
    content: ":";
    margin-right: 3px;
    margin-left: 3px;
}
.hojre-featured-slider .hojre-counter .h-days ins:before,
.hojre-featured-slider .hojre-counter .h-hours ins:before {
    display: none;
}
.h-featured-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.h-featured-slider {
    margin: 0 -10px;
}
.h-featured-slider .h-grid-product-inner {
    padding: 20px;
}
.h-grid-product.slick-slide {
    height: auto;
}
.h-grid-product-inner {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}
.h-grid-product .hojre-product-title {
    font-size: 1.04rem;
}
.h-grid-product .added_to_cart {
    display: none;
}
.h-content-grid {
    padding-top: 18px;
}
.hojre-element .h-content-grid .out-of-message, 
.hojre-element .h-content-grid .price {
    font-size: 15px;
}
.hojre-element .h-content-grid .price del {
    font-size: 13px;
}
.h-thumbnail-grid {
    position: relative;
}
.h-thumbnail-grid img {
    border-radius: 10px;
}
.h-thumbnail-grid .hojre-onsale {
   position: absolute;
   top: 20px;
   left: 20px;
   line-height: 1.6;
   margin: 0;
}
.hojre-product-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 0;
    overflow: hidden;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transition: all 0.25s cubic-bezier(.19,.45,.38,.81);
    -o-transition: all 0.25s cubic-bezier(.19,.45,.38,.81);
    -moz-transition: all 0.25s cubic-bezier(.19,.45,.38,.81);
    -webkit-transition: all 0.25s cubic-bezier(.19,.45,.38,.81);
    background-color: #fff;
    padding: 6px 13px;
    border-radius: 50px;
    line-height: 1.8;
    overflow: hidden;
    height: 0;
}
.h-layout-five .h-grid-product-inner:hover .hojre-product-actions { 
    height: 40px;
    visibility: visible;
    opacity: 1;
}
.hojre-product-actions li {
    padding: 0;
    margin: 0 8px;
    display: inline-block;
}
.hojre-product-actions a {
    padding: 0;
    margin: 0;
    color: #2A2A2A;
}
.hojre-product-actions i {
    margin: 0 !important;
    font-size: 19px;
}
.hojre-product-actions a:hover {
    color: #2A2A2A;
}
.hojre-product-actions .yith-wcwl-add-to-wishlist {
    margin: 0;
}
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
    display:  block!important;
}
.tooltip_no .ht-product-action-tooltip {
    display: none !important;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    left: 20px;
    margin: 0;
    position: absolute;
    top: 4px;
}
.hojre-element .icon-heart1 {
    color: #ff6262;
}
.hojre-element.hojre-featured-slider .slick-dots {
    width: auto;
    left: 0;
}
.h-featured-slider-arrow {
    display: flex !important;
    position: relative;
    height: 43px;
    margin-top: -10px;
}
.hojre-element.hojre-featured-slider .slick-dots {
    bottom: -73px;
    left: 10px;
}
.hojre-element.hojre-featured-slider .slick-dots li button::before,
.hojre-element.hojre-featured-slider .slick-dots li.slick-active button::before {
    background-color: #fff;
}
body .hojre-element .h-featured-slider-arrow .slick-prev {
    right: 0;
    left: auto;
    box-shadow: 0 0 0;
}
body .hojre-element .h-featured-slider-arrow .slick-next {
    right: 70px;
    left: auto;
    box-shadow: 0 0 0;
}
.h-grid-product .h-category-product a {
    font-size: 14px;
}

/*////////////////// Slider Products 2 /////////////////////*/
.grid-two-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.grid-two-title .hojre-onsale {
    margin-left: 0;
    margin-right: 5px;
    padding: 7px 10px 4px 12px;
}
.h-layout-two .summary-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 12px;
}
.h-layout-two .summary-inner > a {
    background-color: #5b24aa;
    padding: 4px 15px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 1.8;
    font-size: 19px;
}
.h-layout-two .h-price-off {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
    text-align: left;
}
.h-layout-four .icon-shop-add:before,
.h-layout-three .icon-shop-add:before,
.h-layout-two .icon-shop-add:before {
    content: "\e908";
}
.h-layout-two .price ins {
    padding-left: 0;
}

/*////////////////// Slider Products 3 /////////////////////*/
.slider-three-content {
    margin-left: 10px;
}
.h-layout-three .h-content-grid {
    padding-top: 0;
    padding-bottom: 18px;
}
.h-layout-three .h-content-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    -webkit-align-items: start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.h-layout-three .hojre-product-title {
    font-size: 0.95rem;
    margin-bottom: 0;
}
.hojre-element .h-layout-three .h-content-grid .out-of-message, 
.hojre-element .h-layout-three .h-content-grid .price {
    font-size: 14px;
}
.h-layout-three .h-content-grid > a {
    background-color: #5b24aa;
    padding: 8px 17px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 1.8;
    font-size: 22px;
    margin-left: 0;
    margin-right: auto;
}
.h-layout-three .summary-inner {
    margin-top: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.h-layout-three .hojre-onsale {
    padding: 0;
    border-radius: 50px;
    margin-left: 9px;
    line-height: 41px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    border-radius: 10px;
    text-align: center;
}
.hojre-element .h-layout-three .price del,
.hojre-element .h-layout-three .price {
    text-align: right;
}
.hojre-element .h-layout-three .price ins {
    padding-left: 0;
    display: block;
    width: 100%;
}

/*////////////////// Slider Products 4 /////////////////////*/
.h-layout-four {
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
}
.h-layout-four .h-thumbnail-grid {
    border-radius: 150px;
}
.h-layout-four .h-grid-product-inner {
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    padding-bottom: 80px !important;
    position: relative;
}
.h-layout-four .h-thumbnail-grid img {
    border-radius: 150px;
}
.grid-four-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.grid-four-title .hojre-onsale {
    margin-left: 0;
    margin-right: 5px;
    padding: 7px 10px 4px 12px;
}
.h-layout-four .h-product-excerpt p {
    font-size: 14px;
}
.hojre-element .h-layout-four .summary-inner {
    height: 74px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e4e4e4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.h-layout-four .summary-inner > a {
    background-color: #5b24aa;
    padding: 4px 15px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 1.4;
    font-size: 19px;
}
.h-layout-four .price del {
    display: none;
}

/*////////////////// Slider Products 6 /////////////////////*/
.hojre-layout-six {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.h-slider-navigation {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    display: block;
    height: auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.h-slider-navigation h2 {
    margin-bottom: 30px;
}
.h-slider-navigation .swiper-button-disabled {
    display: block;
    opacity: 0.3;
}
.h-slider-navigation-inner {
    text-align: center;
}
.h-slider-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.h-slider-arrow [class*="swiper-six"] {
    z-index: 9;
    width: 43px;
    height: 43px;
    padding: 0;
    cursor: pointer;
    outline: 0;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    line-height: 43px;
    margin: 0 10px;
    box-shadow: 0 0 15px -6px rgba(0,0,0,0.25);
}
.hojre-layout-six .h-grid-product-inner {
    margin: 0;
}
.hojre-layout-six .h-grid-product-inner {
    padding: 15px;
    text-align: center;
}
.h-layout-six .hojre-product-title {
    font-size: 1rem;
}

/*////////////////// Digikala Slider Products /////////////////////*/
.hojre-featured-digikala {
    padding: 20px 2px;
    border-radius: 16px;
    background-color: #ef394e;
}
.h-slider-digikala .h-digikala-product-inner {
    padding: 12px 16px;
    display: block;
}
.h-last-slider,
.h-first-slider {
    text-align: center;
    height: auto;
}
.h-first-slider > a {
    margin-right: 20px;
    margin-left: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.digikala-off-image img {
    width: 92px; 
    height: 77px;
}
.digikala-general-image img {
    width: 145px;
    height: 115px;
    margin-top: 8px;
    object-fit: contain;
    -o-object-fit: contain;
}
.digikala-off-link {
    color: #fff;
    margin-top: 4px;
    line-height: 2.4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.h-last-slider-inner {
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.last-slider-icon {
    padding: 12px;
    border: 1px solid #19bfd3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
}
.h-last-slider-inner p {
    margin-top: 12px;
    margin-bottom: 0;
    color:#19bfd3;
    font-size: 15px;
    display: block;
}
.hojre-grid-digikala.hojre-element .price ins,
.hojre-grid-digikala.hojre-element .out-of-message, 
.hojre-grid-digikala.hojre-element .price,
.hojre-featured-digikala.hojre-element .price ins,
.hojre-featured-digikala.hojre-element .out-of-message, 
.hojre-featured-digikala.hojre-element .price {
    color: #424750;
    font-size: 16px;
    padding: 0;
}
.hojre-grid-digikala.hojre-element .out-of-message,
.hojre-featured-digikala.hojre-element .out-of-message {
    font-size: 14px;
}
.h-content-digikala {
    padding-top: 6px;
}
.h-digikala-price del bdi:before,
.h-digikala-price .woocommerce-Price-currencySymbol{
    display: none;
}
.h-slider-digikala.swiper-slide {
    height: auto;
    background-color: #fff;
}
.h-slider-digikala:nth-child(2) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.h-digikala-price {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.h-digikala-price .hojre-onsale {
    background-color: #ef394e;
    width: 35px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    line-height: 21px;
    font-size: 13px;
}
.h-layout-three .price,
.h-layout-two .price,
.h-digikala-price .price {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: 0;
    margin-right: auto;
}
.h-digikala-price bdi:before {
    content: url("../img/toman.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.h-digikala-price bdi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.h-layout-three .price del,
.h-layout-two .price del,
.h-digikala-price del {
    width: 100%;
    margin-top: 4px;
    font-weight: 500;
    text-align: left;
    display: block;
    order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
}
.h-layout-three .price del {
    margin-top: 0;
}

/*////////////////// Digikala Grid Products /////////////////////*/
.hojre-grid-digikala {
    margin: 0;
    overflow: hidden;
}
.hojre-grid-digikala.h-border-grid .h-products-grid.h-layout-five .h-grid-product {
    background-color: rgba(0,0,0,0);
    padding: 0;
}
.hojre-grid-digikala.h-border-grid .h-products-grid.h-layout-five .h-grid-product-inner {
    padding: 18px 10px;
    border-radius: 0;
}
.hojre-grid-digikala .h-thumbnail-grid img {
    border-radius: 0;
}
.h-border-grid .h-products-grid.h-layout-five {
    margin: -10px;
}
.hojre-grid-digikala .h-digikala-price del {
    margin-left: 20px;
}

/*////////////////// Slider Images Digikala /////////////////////*/
.hojre-slider img {
	width: 100%;
}
.hojre-slider.has-height img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	-o-object-fit: cover;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	height: 100%;
	width: 100%;
}
.hojre-slider.hojre-element .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.hojre-slider ul,
.hojre-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hojre-slider li span,.hojre-slider li a {
	display: block;
	position: relative;
}
.hojre-slider.hojre-element .slick-dots {
    width: auto;
    bottom: 12px;
    right: 40px;
}
.hojre-slider.hojre-element .slick-dots li {
    margin: 0 4px;
    height: 4px;
    width: 4px;
}
.hojre-slider.hojre-element .slick-dots li button {
    height: 4px;
    width: 4px;
}
.hojre-slider.hojre-element .slick-dots li button:focus::before, 
.hojre-slider.hojre-element .slick-dots li button::before {
    height: 4px;
    width: 4px;
    background-color: #0c0c0c;
    opacity: 0.3;
}
.hojre-slider.hojre-element .slick-dots li.slick-active button::before {
    width: 16px;
    height: 6px;
    opacity: 1;
    background-color: #fff;
}
.hojre-slider.hojre-element .slick-dots li.slick-active, 
.hojre-slider.hojre-element .slick-dots li.slick-active button {
    width: 16px;
    height: 6px;
}
.hojre-slider .swiper-digi-prev,
.hojre-slider .swiper-digi-next {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.hojre-slider .swiper-digi-next {
    right: 88px;
    left: auto;
    bottom: 21px;
    top: auto;
}
.hojre-slider .swiper-digi-prev {
    left: auto;
    bottom: 21px;
    right: 40px;
    top: auto;
}
.hojre-slider:hover .swiper-digi-prev,
.hojre-slider:hover .swiper-digi-next {
    opacity: 1;
    visibility: visible;
}

/*////////////////// Responsive /////////////////////*/
@media (max-width: 991px) {
    .hojre-grid-digikala [class*="h-col-"] {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 768px) {
    .hojre-grid-digikala [class*="h-col-"] {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 576px) {
    .hojre-grid-digikala [class*="h-col-"] {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .h-featured-slider-head-inner {
        display: block;
    }
    .hojre-featured-slider .hojre-countdown {
        justify-content: end;
        -webkit-justify-content: end;
        margin: 10px 0;
    }
    .hojre-layout-six {
        display: block;
    }
    .h-slider-navigation {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 20px;
    }
    .h-slider-navigation h2 {
        font-size: 18px;
    }
    .h-layout-six .hojre-product-title {
        font-size: 0.85rem;
    }
}