/*
Theme Name: Zohar - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: zohar
*/
@import url("../zohar/style.css");

@font-face {
  font-family: "oswald_regular";
  src: url("/wp-content/uploads/2020/10/oswald-regular.woff2") format("woff2"),
    url("/wp-content/uploads/2020/10/oswald-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.products h2.woocommerce-loop-product__title,
.single-product h1.product_title {
  font-family: "oswald_regular";
  font-weight: normal;
  line-height: 1.5 !important;
}
.products h2.woocommerce-loop-product__title {
  font-size: 20px !important;
}
.single-product h1.product_title {
  font-size: 20px !important;
}
.main_wrapper > .fullwidth-wrapper {
  padding: 10px 35px 0 35px;
}
.single-product .main_wrapper > .container {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box !important;
  margin: 0;
}
.woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
body.woocommerce.single-product .site_wrapper div.product {
  margin-top: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  pointer-events: none;
}

/* Genips */

.woocommerce-shipping-fields .form-field-hidden {
  display: none !important;
  visibility: hidden !important;
}

.woocommerce-shipping-fields .form-row-hidden {
  display: none !important;
}

/* We can't use the checkout fields plugin to simply disable them on the checkout page because weirdness happens with the shipping address and virtual products */
.woocommerce-checkout .woocommerce-billing-fields {
  display: none;
}

.woocommerce-checkout #ship-to-different-address {
  display: none;
}

.woocommerce-checkout table:not(.order_details) .employee-heading-row td {
  padding-left: 0;
}

.woocommerce-checkout tr.cart_item .product-name,
.woocommerce-checkout table.shop_table.woocommerce-table--order-details .product-name, /* Thank you page */
.woocommerce-account table.shop_table.woocommerce-table--order-details .product-name /* Order history */ {
  padding-left: 20px;
}

.woocommerce-checkout table.shop_table.woocommerce-table--order-details .wc-item-meta, /* Thank you page */
.woocommerce-account table.shop_table.woocommerce-table--order-details .wc-item-meta /* Order history */ {
  display: none;
}

.employee-heading {
  font-size: 20px;
}

.measured-sku {
  text-transform: uppercase;
}

.measured-sku[value="one-size"] {
  text-transform: capitalize;
}

.woocommerce-cart table.cart img {
  height: 70px;
}

.woocommerce table.shop_table tbody .product-thumbnail {
  padding: 15px 0;
}

.wc-product-table-controls .select2-container.select2-container,
.wc-product-table-controls
  .select2-container
  .select2-selection--single.select2-selection--single {
  height: auto !important;
}

.wc-product-table-controls
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow.select2-selection__arrow {
  height: 100% !important;
}

.select2-dropdown.select2-dropdown,
.select2-container--default
  .select2-search--dropdown
  input.select2-search__field.select2-search__field {
  height: auto !important;
}

.wc-product-table .col-add-to-cart {
  text-align: right;
}

.woocommerce div.product form.cart .variations select {
  appearance: none;
}
