#Installment-Price-main {
  padding-bottom: 5px;
}
.onload-height-100vh{
  height : 100vh;
}
.have-products.engoj-recently-products-container .product-title {
  overflow: clip !important;
}

@media screen and (min-width: 992px) {
  body,
  .testimonial-inner .testimonial-info{
    font-size: var(--body_font_size) !important;
    font-weight: var(--body_font_weight) !important;
  }
  .prod_extended .content-page-detail .detail-info .pd_summary, 
  .product_sidebar .content-page-detail .detail-info .pd_summary,
  .tab-content ul li, .tab-pd-details .product-desc p{
    font-size: var(--body_font_size) !important;
  }
  #header .menu ul .nav-item .nav-link,
  #header .menu ul .nav-item .list-woman .list-clothing ul li a,
  #header .menu ul .nav-item .list-woman.shop .menu_lv2,
  .footer_v1 .top-footer .info_footer ul li a{
    font-size: var(--nav_font_size) !important;
    font-weight: var(--nav_font_weight) !important;
    text-transform: var(--navi_font_transform) !important;
  }

  .title_heading,
  .search-full-destop .search-eveland .drawer-search-top .drawer-search-title{
    font-size: var(--title_heading) !important;
    font-weight: var(--title_heading_font_weight) !important;
    text-transform: var(--title_heading_font_transform) !important;
  }

  .prod_extended .content-page-detail .detail-info .product-title, 
  .prod_largeimg .content-page-detail .detail-info .product-title, 
  .prod_sticky .content-page-detail .detail-info .product-title, 
  .product_sidebar .content-page-detail .detail-info .product-title{
    font-size: var(--title_heading_product_page) !important;
    font-weight: var(--title_heading_font_weight_product_page) !important;
    text-transform: var(--title_heading_font_transform_product_page) !important;
  }
  .prod_extended .content-page-detail .detail-info .product-price ins, 
  .product_sidebar .content-page-detail .detail-info .product-price ins,
  #Installment-Price-main{
    font-size: var(--title_price_product_page) !important;
    font-weight: var(--title_price_font_weight_product_page) !important;
  }

  .product-item-v1 .info-product .title-product a{
    font-size: var(--title_heading_product_grid) !important;
    font-weight: var(--title_heading_font_weight_product_grid) !important;
    text-transform: var(--title_heading_font_transform_product_grid) !important;
  }

  .product-item-v1 .info-product .price-product .price, 
  .product-item-v2 .price-product .price, 
  .product-item-v3 .price-product .price, 
  .product-item-v4 .price-product .price, 
  .product-item-v6 .price-product .price, 
  .product-item-v7 .price-product .price, 
  .product-item-v8 .price-product .price, 
  .product-item-v9 .price-product .price{
    font-size: var(--title_price_product_grid) !important;
    font-weight: var(--title_price_font_weight_product_grid) !important;
  }

  .sticky_addcart #Installment-Price-main{
      font-size: 16px !important;
  }

}

@media screen and (max-width: 767px) {
  .product-item-v1 .info-product .title-product a{
  font-size: var(--title_heading_product_grid_m) !important;
    font-weight: var(--title_heading_font_weight_product_grid_m) !important;
    text-transform: var(--title_heading_font_transform_product_grid_m) !important;
  }
  .product-item-v1 .info-product .price-product .price, 
  .product-item-v2 .price-product .price, 
  .product-item-v3 .price-product .price, 
  .product-item-v4 .price-product .price, 
  .product-item-v6 .price-product .price, 
  .product-item-v7 .price-product .price, 
  .product-item-v8 .price-product .price, 
  .product-item-v9 .price-product .price{
    font-size: var(--title_price_product_grid_m) !important;
    font-weight: var(--title_price_font_weight_product_grid_m) !important;
  }
}