







/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.1
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* Remove Statu CSS code */

td.woocommerce-orders-table__cell-order-status {
    display:none;
}

th.woocommerce-orders-table__header-order-status{
    display:none;
}

.wpml-ls-legacy-dropdown-click ul {
  list-style: none;
}
.wpml-ls-legacy-dropdown-click ul li {
  display: inline-block;
}
.wpml-ls-legacy-dropdown-click ul li a {
  display: inline-flex;
  width: max-content;
}
/* img.attachment-shop_catalog.size-shop_catalog {
  object-fit: contain;
} */

.grid-image img {
  object-fit: contain !important;
}
p#billing_country_field {
  display: none;
}
form.checkout span.optional {
  display: none;
}

#page-footer h2.w-iconbox-title {
  color: #006799;
}

#page-footer .subTitle {
  color: #006799;
}
#page-footer a.subTitle {
  font-weight: 600;
}
.grid-add-to-cart-button a {
  /* width: 100%; */
  display: inherit;
}

/* .vc_column-inner .home-page-inner-column {
  display: flex ;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 2%;
} */
.woocommerce-variation.single_variation{
  display: none !important;
}
.category-title{
  font-size: 16px;
  line-height: 18px;
}


@media only screen and (max-width: 600px) {
  
  /* .product-main-section .w-grid.layout_1840.cols_5 .w-grid-list article:nth-child(5){
    display: none !important;
  } */

  .form.w-order.order-grid{
    width: 50%;
  }
  .category-title {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    font-size: 12px;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box !important;
    line-height: 16px;
  }
  .category-title a{
    display: block;
    font-weight: 500 !important;
    height: 100%;
    width: 100%;
  }
  .grid-image img{
    border-top-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
  }

  .home .l-section.wpb_row.height_custom{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;

    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .view-all-text{
    min-width: fit-content !important;
  }
  .home-page-inner-column {
    display: flex !important;
    justify-content: space-between;
    padding: 0 5px;
  }
  .home-page-inner-column a{
    line-height: 22px;
  }

  .grid-add-to-cart-button a {
    padding: 0.9em 0.3em !important;
  }
  

  .custom-product-gallery .woocommerce-product-gallery--with-images {
    /* flex-direction: row-reverse; */
    flex-wrap: wrap;
  }

  .custom-product-gallery ol.flex-control-nav.flex-control-thumbs {
    flex-direction: row;
    display: flex;
  }

  .custom-product-gallery .flex-viewport {
    order: 2;
  }

  .custom-product-gallery a.woocommerce-product-gallery__trigger {
    order: 1;
  }

  .custom-product-gallery ol.flex-control-nav.flex-control-thumbs {
    order: 3;
  }
}
