body, html{
  overflow-x: hidden;
}
#Installment-Price-main {
  padding-bottom: 5px;
}
.onload-height-100vh{
  height : 100vh;
}
.have-products.engoj-recently-products-container .product-title {
  overflow: clip !important;
}
video {
  display: block;
  width: 100% ;
}
.product-item-v6 .Installment-Price , 
.product-item-v7 .Installment-Price,
.product-item-v8 .Installment-Price,
.product-item-v9 .Installment-Price  {
  text-align: center;
}
.js_size_prod .Installment-Price {
  margin-bottom: 0;
}
.mobile-only{
  display: none !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;
  }

}

  .product-item-v2 .variant-product {
    display: flex;
  }
  .product-item-v2 .variant-product span,
  .product-item-v3 .variant-product span {
    margin-right: 5px;
  }
  .product-item-v2 .variant-product, .product-item-v4 .variant-product {
    position: absolute;
    top: 10%;
  }
  .product-item-v3 .variant-product {
    display: flex;
    position: absolute;
    bottom: unset;
    left: 10px;
  }
  .product-item-v3:hover .variant-product {
    top: 10%;
  }
  .product-item-v9 .variant-product {
    bottom: 20%;
    width: 100%;
  }
@media screen and (max-width: 767px) {
  .mobile-only{
    display: block !important;
  }
  .desktop-only{
    display: none !important;
  }
  .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;
  }
}