
@font-face {
    font-family: 'دانا';
    src: url(../fonts/dana-medium.woff) format('woff');
}
@font-face {
    font-family: 'ایران سنس';
    src: url(../fonts/IRANSansWeb.woff) format('woff');
}
@font-face {
    font-family: 'شبنم بولد';
    src: url(../fonts/Shabnam-Bold.woff) format('woff');
}
@font-face {
    font-family: 'شبنم';
    src: url(../fonts/Shabnam.woff) format('woff');
}
@font-face {
    font-family: 'وزیر بولد';
    src: url(../fonts/Vazir-Bold.woff) format('woff');
}
@font-face {
    font-family: 'وزیر لایت';
    src: url(../fonts/Vazir-Light.woff) format('woff');
}
@font-face {
    font-family: 'یکان';
    src: url(../fonts/YekanBakh-Bold.woff) format('woff');
}
@font-face {
    font-family: 'یکان بولد';
    src: url(../fonts/YekanBakh-ExtraBlack.woff) format('woff');
}
@font-face {
    font-family: 'یکان بخ';
    src: url(../fonts/YekanBakh-Fat.woff) format('woff');
}
@font-face {
    font-family: 'یکان بخ لایت';
    src: url(../fonts/YekanBakh-Light.woff) format('woff');
}
@font-face {
    font-family: 'یکان بخ بولد';
    src: url(../fonts/YekanBakh-Regular.woff) format('woff');
}
/* Image slider */
.dw-image-slider {
    overflow: hidden;
    width: 100%;
    user-select: none;
    position: relative;
}.dw-is-pagination {
    position: absolute;
    bottom: 18px !important;
    z-index: 2;
    right: 0;
    text-align: center;
}.dw-image-slider span.swiper-pagination-bullet {
    height: 4px;
    opacity: .3;
    transition: width .2s ease-in-out;
    width: 4px;
}.dw-image-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 9999px;
    height: 6px;
    opacity: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 16px;
}.dw-image-slider .swiper-button-next, .dw-image-slider .swiper-button-prev{
    height: 40px;
    width: 40px;
background: #fff;
border-radius: 50%;
}.dw-image-slider .swiper-button-next::after, .dw-image-slider .swiper-button-prev::after{
display: none;
}   .button-slider-dw{
    transition: all .2s;
    opacity: 0;
    position: absolute;
    bottom: 45px;
    width: 135px;
} .dw-image-slider:hover .button-slider-dw{
    opacity: 1;
}.button-slider-dw svg {
    width: 22px!important;
    height: 22px!important;
}.dw-image-slider  .swiper-button-prev {
    right: 30px!important;
    left: auto;
}
  @media (max-width: 767px) {
    .dw-hide-mob {
        display: none;
    }
    .dw-hide-desk {
        display: block;
    }

}

@media (min-width: 768px) {
    .dw-hide-desk {
        display: none;
    }
    .dw-hide-mob {
        display: block;
    }
}

/* End image slider */
/* widget category */
.dw-widget-category {
    width: 100%;
    overflow-x: auto;
    padding-top: 1em;
}.dw-main-category {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3em;
}.dw-item-ct {
    width: 82px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.box-category-1.boxs-categoryes {
    display: flex;
    flex-direction: column;
    align-items: center;
}p.title-category.title-c1 {
    font-size: 12px;
    text-align: center;
}.dw-ct-item-end a {
    background: #f0f0f1;
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}a.link_image_c1 {
    width: 52px;
    height: 52px;
}img.images-category.image1 {
    object-fit: cover;
}p.title-category.title-c1 {
    font-size: 0.8rem;
    text-align: center;
    line-height: 2.17;
    padding-top: 0.2em;
}

@media (max-width: 768px) {
    .dw-item-ct {
        min-width: 82px;
        height: auto;
    }
    .images-category {
        width: 80px;
        height: 80px;
    }
    
.dw-main-category {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding-top: .5em;
}
.images-category {
    width: 100px;
    height: 100px;
    object-fit: cover; 
    border-radius: 50%;
}

.box-title-category {
    margin-top: 10px;
}

.title-category {
    font-size: 14px;
    color: #333;
}

}

/* amazing box */
.dw-bamazing {
    width: 100%;
    background: #eceeee;
    padding: 16px 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    min-height: 7em;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}.right-dw-ba {
    display: flex;
    flex-direction: row;
    align-items: center;
}.box-one-rdb {
    display: flex;
    flex-direction: row;
    align-items: center;
}.box-text-rdb {
    margin-right: 20px;
    margin-left: 20px;
}.dw-bamazing h5 {
    margin: 0;
    color: #029a49;
    font-family: 'یکان';
}.box-two-rdb {
    background: #029a49;
    color: #fff;
    text-align: center;
    border-radius: 9999px;
    padding: 1px 12px;
    font-family: 'یکان';
}.left-dw-ba {
    display: flex;
    flex-direction: row;
    align-items: center;
}.box-one-ldb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}.box-one-ldb {
    display: flex;
    flex-direction: row;
    align-items: center;
}.box-one-ldb a {
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}.image-bol {
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 50%;
}.tag-lbi {
    position: absolute;
    padding-left: 4px;
    padding-right: 4px;
    background: #d32f2f;
    color: #fff;
    border-radius: 16px;
    height: 20px;
    width: 34px;
    font-size: 12px;
    font-family: 'یکان';
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}.box-two-ldb a {
    background: #fff;
    color: #029a49;
    padding: 12px 20px;
    border-radius: 9999px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}.box-two-ldb {
    margin-right: 1em;
}.box-two-ldb a img {
    margin-right: .5em;
    width: 19px;
    height: auto;
}

.dw-bamazing{
    background-image: url(../images/amazing-box/back.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 45%;
}@media (max-width: 768px) {
    .box-one-ldb {
        width: 70%!important;
    }
    .dw-bamazing{
        flex-direction: column;
        padding: 15px;
        align-items: flex-start;
    }.right-dw-ba {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1em;
        width: 100%;
    }.box-two-ldb span {
        display: none;
    }.box-two-rdb{
        padding: 5px 15px;
    }.box-img-rdb {
        width: 45px;
        height: 45px;
    }.dw-bamazing h5{
        font-size: 18px;
    }.box-two-rdb{
        font-size: 12px;
    }.box-one-rdb {
        margin-bottom: .5em;
        width: 100%;
    }.box-two-ldb a img{
        margin-right: 0;
    }.box-two-ldb a{
        padding: 12px;
    }.left-dw-ba1{
        width: 100%!important;
        justify-content: space-around!important;
    }.dw-bamazing{
        background-size: auto;
    }.left-dw-ba{
        width: 100%!important;
        justify-content: space-between!important;
    }
}

/* slider product1 */
.dw-slider-pro1, .dw-main-box-slider-pro1 {
    width: 100%;
}.dw-slider-pro1 {
    width: 100%;
    background: linear-gradient(225deg, #d22c4e, #ee384e 41.68%, #ef5662);
    border-radius: 15px;
    padding: 20px 0;
    overflow: hidden;
}a.dw-slide-pro1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    padding: 8px;
    height: 280px;
}.dw-slider-pro1 .swiper-slide {
    width: fit-content !important;
}a.dw-slide-pro1:not(.dw-slide-pro1.dw-slide-one),.dw-swiper-slide-end>div:not(.dw-slide-pro1.dw-slide-one){
    background: #fff;
}.boxs-pro2-dw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}.info-pro-slide-dw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
}.dw-slider-pro1 .swiper-slide{
    margin-left: 4px;
}.name-pro1-dw h3 {
    color: #62666d;
    line-height: 22px;
    margin: 0;
    font-size: .8rem;
    display: -webkit-box;
    overflow: hidden;
    height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'یکان';
}.price-and-tag-dw-pro1 {
    width: 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}.box-one-spro1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}.box-two-spro1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin-left: 24px;
}
.tag-spro1-dw span {
    background: #d32f2f;
    color: #fff;
    padding: 2px 8px;
    border-radius: 9999px;
    font-size: 13px;
    font-family: 'یکان بخ بولد';
    font-weight: bolder;
}.price-final-spro1 span {
    color: black;
    font-weight: 700;
    font-family: 'یکان بخ بولد';
    font-size: 19px;
}span.price-main-spro1 {
    font-family: 'یکان بخ بولد';
    font-size: 19px;
    color: black;
}.dw-main-boxs-so {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
}.dw-button-sowAll-pro1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30%;
    color: #fff;
    font-family: 'یکان';
    font-size: 12px;
}.dw-mbs-image1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.dw-mbs-image1 img {
    width: 66%;
    height: auto;
}
.timer-wpc2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 8px 0;
  } .timer-container-wpc2 span {
    background: white;
    font-size: 20px;
    border-radius: 5px;
    color: black;
    width: 30px;
    height: 30px;
    font-family: 'یکان بخ بولد';
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;

  }.timer-container-wpc2 {
    display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      width: 100%;
      align-items: center;
      justify-content: center;
      gap: .1em;
      }.p-wpc2 {
    bottom: -46px;
      position: relative;
      top: 53px;
  }.margin-bntd{
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    height: 30px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
  }.dw-swiper-slide-end>div {
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    padding: 8px;
    height: 280px;
}.main-dw-slide-end-spro1 a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}.main-dw-slide-end-spro1 .box-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #19bfd3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}p.text-slide-end-spro1 {
    color: #767676;
    font-size: 14px;
    font-family: 'یکان';
}.price-final-spro1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}.button-slider-dw-pro1 .swiper-button-next::after, .button-slider-dw-pro1  .swiper-button-prev::after {
    display: none;
}.button-slider-dw-pro1 .swiper-button-next, .button-slider-dw-pro1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 0px #bbbbbb;
}.button-slider-dw-pro1 .swiper-button-next.swiper-button-disabled, .button-slider-dw-pro1  .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}.button-slider-dw-pro1 .swiper-button-next svg, .button-slider-dw-pro1 .swiper-button-prev svg{
    width: 20px;
    height: 20px;
}.dw-slider-pro1 .swiper-container {
    padding-left: 20px;
}.dw-mbs-image1-new {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 12px 20px;
}.dw-mbs-image1-new img {
    width: 35%;
}.dw-mbs-image1-new .timer-wpc2 {
    width: fit-content;
    margin-right: 15px;
}.dw-mbs-image1-new .timer-container-wpc2 span{
    width: 25px;
    height: 25px;
    font-size: 15px;

}.button-more-n-mob {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'یکان';
    font-size: 14px;
}.button-more-n-mob svg {
    width: 17px;
    height: auto;
}.dw-hide-desk a.dw-slide-pro1{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 245px;
}.dw-hide-desk .main-dw-slide-end-spro1 {
    height: 245px !important;
    width: 140px !important;
    max-width: 140px !important;
    min-width: 140px !important;
}.dw-hide-desk .swiper-container {
    padding-bottom: 1em;
}.dw-hide-desk .swiper-slide.dw-swiper-slide-end {
    padding-left: 20px;
}

/* category2 */
.dw-widget-category2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
}.dw-main-category2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
}.dmc2-one {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
}.item-dmc2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    height: 160px;
    max-width: 143px;
}.item-dmc2 p {
    width: 100%;
    text-align: center;
}.item-dmc2 p {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 8px;
    font-family: 'یکان';
    color: black;
    font-size: 0.8rem;
    line-height: 2em;
}.dwc2-title {
    margin-bottom: 34px;
}.dwc2-title {
    margin-bottom: 34px;
    font-family: 'یکان';
    margin-top: 0;
}.dw-widget-cat2.dw-hide-desk {
    width: 100%;
    overflow: hidden;
}.dw-hide-desk .dw-main-category2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
}.dw-hide-desk .dmc2-one {
    display: flex;
    flex-direction: column;
}.dw-hide-desk .item-dmc2 {
    width: 122px;
    height: 160px;
}.dw-hide-desk p {
    font-size: 0.6rem;
}.dw-hide-desk h3 {
    font-size: 16px;
}.dwc2-title h3 {
    margin: 0;
}
/* widget brand */
.dw-widget-brand {
    width: 100%;
    overflow: hidden;
}.dw-main-brand {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #e0e0e2;
    padding: 24px 0;
}.dw-main-brand .swiper-slide {
    width: fit-content!important;
    height: auto;
}.dw-main-brand .dw-item-ct {
    width: auto;
    height: auto;
    border-left: 2px solid #f4f4f4;
}.dw-main-brand .link_image_c1 {
    width: auto;
    height: auto;
    padding: 4px 16px;
    overflow: hidden;
}.dw-main-brand .box-title-brand {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    align-content: center;
}.dw-main-brand .swiper-container{
width: 100%;
position: relative;
margin-top: 12px;
}.dw-head-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
}.dw-head-brand p{
    margin: 0;
    line-height: 2.1;
    font-size: 1.6rem;
    font-family: 'یکان بخ بولد';
    font-weight: 600;
}.dw-icon-brand-sl, .dw-icon-bsell {
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}.dw-widget-brand.dw-hide-desk .swiper-wrapper{
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;  
}.dw-widget-brand.dw-hide-desk .dw-main-brand .box-title-brand{
    width: 70px;
    height: 70px;
}.dw-widget-brand.dw-hide-desk .swiper-wrapper::-webkit-scrollbar {
    display: none;
}.dw-widget-brand.dw-hide-desk .dw-main-brand{
    border-radius: none;
    border: none;
    padding:0;
}.dw-widget-brand.dw-hide-desk .dw-head-brand p{
    font-size: 1.1rem;
}
/* category 3 */
.dw-widget-cat3.dw-hide-mob {
    width: 100%;
}.dw-cat3-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e2;
    border-radius: 16px;
    background: #f0f0f1;
    gap: 1px;
    overflow: hidden;
}.box-cat3-pro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 20px;
    background: #fff;
}
.product-box-cat3 {
    width: auto;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #f0f0f1;
}a.main-pro-cat3-dw {
    width: 145.91px;
    background: #fff;
    padding: 6px;
    height: 145.91px;
}.head-bcp3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    padding-top: .5em;
}.title-cat3-box h4 {
    color: #23254e;
    font-size: 15px;
    margin: 0;
    font-family: 'یکان';
}.head-bcp3 p {
    color: #81858b;
    font-size: 14px;
    font-family: 'یکان بخ بولد';
    margin: 0;
}.title-cat3-box {
    margin-bottom: 5px;
}.button-more-cat3 a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #19bfd3;
    font-family: 'یکان';
    font-size: 11px;
}.button-more-cat3 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
    margin-top: 8px;

}
/* best-sell */
.dw-best-sell.dw-hide-mob {
    width: 100%;
    overflow: hidden;
}.dw-widget-bsell {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e2;
    padding: 16px 0;
    border-radius: 16px;
}.dw-head-wbsell {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}.dw-main-bsell {
    margin-top: 28px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    overflow: hidden;
}.item-bsell {  
    width: auto !important;
    margin-left: 20px!important;
    display: flex !important;
    flex-direction: column;
    gap: .5em;
}.main-cart-bsell {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}.image-cart-bsell {
    width: 86px;
    height: 86px;
    margin-left: 12px;
    min-width: 86px;
}span.number-cart {
    color: #19bfd3;
    margin-left: 12px;
    line-height: 2.1;
    font-size: 2rem;
    font-family: 'یکان بخ بولد';
    font-weight: bold;
}.text-cart-bsell p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2;
    color: #3f4064;
    margin: 0;
    font-family: 'وزیر لایت';
}.image-cart-bsell {
    width: 86px;
    height: 86px;
    margin-left: 12px;
}.image-cart-bsell img {
    width: 100%;
    height: auto;
    object-fit: contain;
}a.cart-bsell-prod {
    width: 314px !important;
    height: 86px !important;
    display: flex;
    user-select: none;
    position: relative;
    flex-direction: row;
}.text-cart-bsell::before {
    background-color: #f0f0f1;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 59%;
}.text-cart-bsell {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
}a.button-shmore-bsell {
    position: absolute;
    left: 16px;
    color: #19bfd3 !important;
    font-family: 'وزیر لایت';
    font-weight: 700;
} .bsell-title{
    display: flex;
    margin-bottom: 34px;
    font-family: 'یکان';
margin: 0;
}.bsell-title h3, .sp-title h3{
    margin: 0;
    font-family: 'یکان بخ بولد';
}.dw-best-sell.dw-hide-desk .main-dw-bsell{
    overflow-x: auto;
    height: auto;
    overflow-y: hidden;
}.dw-best-sell.dw-hide-desk .dw-head-wbsell{
    padding: 0 8px;
    justify-content: flex-start;
}.dw-best-sell.dw-hide-desk .bsell-title{
    align-items: center;
}.dw-best-sell.dw-hide-desk .bsell-title h3{
    font-size: 18px;
}.dw-best-sell.dw-hide-desk a.button-shmore-bsell{
    left: 24px;
    font-size: 12px;
}.dw-best-sell.dw-hide-desk .dw-widget-bsell{
    border: none;
}.dw-best-sell.dw-hide-desk a.cart-bsell-prod{
    width: 280px!important;
}.dw-best-sell.dw-hide-desk .dw-main-bsell{
    padding-left: 0;
}.dw-best-sell.dw-hide-desk span.number-cart{
    font-size: 1.5rem;
}
/* select product */
.dw-main-sp {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}.sp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}.dw-icon-sp {
    margin-left: 8px;
}.dw-best-sp.dw-hide-mob {
    width: 100%;
}.dw-widget-sp {
    border: 1px solid #e0e0e2;
    border-radius: 16px;
    padding: 0 12px;
}.dw-head-wsp {
    padding: 16px 0;
}.dw-best-sp a.dw-slide-pro1 {
    border-bottom: 1px solid #f0f0f1;
    border-left: 1px solid #f0f0f1;
    padding: 12px 8px;
    height: auto;
    width: 100% !important;
    min-width: 100%;
}.six-box-dw-sp {
    border-left: none !important;
}.dw-best-sp img.image-slide-pro1-dw {
    width: 100%;
    height: 100%;
    object-fit: contain;
}.dw-best-sp .box-image-spro1 {
    height: 154px;
    overflow: hidden;
}.dw-hide-desk .dw-main-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}.dw-hide-desk .dw-widget-sp{
border: none;
padding: 0 20px;
}.dw-hide-desk .sp-title h3 {
    font-size: 18px;
}.dw-hide-desk .dw-head-wsp {
    padding: 12px 0;
}.dw-best-sp.dw-hide-desk .box-image-spro1 {
    height: 130px;
    width: 130px;
}.dw-best-sp.dw-hide-desk .price-final-spro1 span{
    font-size: 14px;

}.dw-best-sp.dw-hide-desk .box-two-spro1{
margin-left: 21px;
}.dw-best-sp.dw-hide-desk .tag-spro1-dw span{
font-size: 10px;
}

/* widget blog */
.dw-widget-blog {
    width: 100%;
}.main-box-wb {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.head-wb {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
}.mox-main-dw {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.3em;
}a.cart-blog-dw {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}img.attachment-medium.size-medium.wp-post-image {
    aspect-ratio: 610 / 380;
    object-fit: cover;
    width: 100%;
}.head-cart-blog-dw {
    width: 100%;
}a.cart-blog-dw {
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    min-height: 279px;
}
.title-blog-dw {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 16px;
    margin: 8px 0 12px 0;
    font-size: 13px;
    font-family: 'وزیر لایت';
    width: 100%;
    color: #000;
}.title-wb {
    font-family: 'یکان بخ بولد';
    font-weight: 700;
    font-size: 18px;
}.button-more-wb a {
    font-family: 'یکان بخ بولد';
    font-size: 14px;
    color: #19bfd3;
    display: flex;
    flex-direction: row;
    align-items: center;
}.button-more-wb a svg {
    margin-bottom: 5px;
}