/*
Theme Name: mohdestudio

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr {
  padding: 15px;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
.woocommerce-order table {
  border-spacing: 0px 5px;
  border-collapse: separate;
}
.woocommerce-order table tr td {
  padding: 5px 0;
}

.woocommerce-order-details .wc-item-meta {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-order-details__title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 70px;
}

.woocommerce-column__title {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 70px;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 2.5333333333%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 1.9%;
  }
  ul.products.columns-3 li.product {
    width: 2.5333333333%;
  }
  ul.products.columns-4 li.product {
    width: 2.85%;
  }
  ul.products.columns-5 li.product {
    width: 3.04%;
  }
  ul.products.columns-6 li.product {
    width: 3.1666666667%;
  }
}
/**
 * Single product
 */
.single-product #primary {
  margin-bottom: 100px;
  margin-top: 50px;
}
.single-product .single-product-custom-wrapper .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  z-index: 2;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-product .custom-product-gallery-wrapper {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .single-product .custom-product-gallery-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .single-product .custom-product-gallery-wrapper {
    padding-right: calc(var(--bs-gutter-x) * 0.5 - 10px);
  }
}
.single-product .woocommerce-message {
  margin: 10px 0px;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  text-transform: none;
}
.single-product .woocommerce-message a {
  color: #000;
}
.single-product .entry-summary {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .single-product .entry-summary {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .single-product .entry-summary {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 50px;
  }
}
.single-product .entry-summary .single-product-content-wrapper {
  margin-top: 75px;
  font-size: 12px;
  max-width: 300px;
}
.single-product .entry-summary .variations {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-product .entry-summary .variations .reset_variations {
  display: none !important;
}
.single-product .entry-summary .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.single-product .entry-summary .variations tbody tr th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 12px;
}
.single-product .entry-summary .stock {
  display: none !important;
}
.single-product .entry-summary .quantity {
  display: none !important;
}
.single-product .entry-summary .product_meta {
  display: none;
}
.single-product .entry-summary .single_add_to_cart_button {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
}
.single-product .entry-summary .product-details ul {
  margin: 0;
  padding-left: 19px;
}
.single-product .product_title {
  font-size: 18px;
  margin-bottom: 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .single-product .product_title {
    margin-bottom: 20px;
  }
}
.single-product .price del > .woocommerce-Price-amount {
  display: inline-block;
  text-decoration: line-through;
}
.single-product .woocommerce-Price-amount {
  font-size: 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 1.9%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 2.5333333333%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 2.85%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 3.04%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .woocommerce-tabs {
  display: none;
}
.single-product .related.products {
  margin-top: 100px;
}
.single-product .related.products > h2 {
  margin-bottom: 30px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product .related.products .products {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .single-product .related.products .products {
    flex-wrap: wrap;
  }
}
.single-product .related.products .products li.product {
  flex: 1 1 0px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .single-product .related.products .products li.product:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-product .related.products .products li.product {
    width: calc(50% - 8px);
    flex: inherit;
  }
  .single-product .related.products .products li.product:nth-of-type(4) {
    display: block;
  }
}
.single-product .related.products .products li.product a.woocommerce-LoopProduct-link {
  text-decoration: none;
}
.single-product .related.products .products li.product a.woocommerce-LoopProduct-link span.onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  z-index: 2;
}
.single-product .related.products .products li.product a.woocommerce-LoopProduct-link h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.single-product .related.products .products li.product a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
}
.single-product .related.products .products li.product a.button {
  display: none;
}
.single-product .related.products .products li.product .archive-product-size-wrapper {
  display: flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 6px;
}
.single-product .related.products .products li.product .archive-product-size-wrapper .archive-product-size {
  letter-spacing: 2px;
}
.single-product .related.products .products li.product .archive-product-size-wrapper .archive-product-size:not(:last-of-type) {
  margin-right: 10px;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 1.9%;
  }
}
.checkout {
  margin-top: 50px;
}
.checkout #place_order {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 30px;
  text-decoration: none;
  display: inline-block;
}
.checkout h3 {
  font-size: 14px;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.checkout .checkout-left .woocommerce-billing-fields__field-wrapper > .form-row:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .checkout .checkout-left {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .checkout .checkout-left {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .checkout .checkout-middle {
    margin-top: 30px;
    order: 3;
  }
}
@media (max-width: 767px) {
  .checkout .checkout-middle {
    margin-top: 50px;
  }
}
.checkout .checkout-middle .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead, .checkout .checkout-middle .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody, .checkout .checkout-middle .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total, .checkout .checkout-middle .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}
.checkout .checkout-middle .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th {
  padding-top: 15px;
}
.checkout .checkout-middle .woocommerce-checkout-review-order .woocommerce-privacy-policy-text {
  font-size: 12px;
}
.checkout .checkout-middle .woocommerce-shipping-fields, .checkout .checkout-middle .woocommerce-additional-fields {
  display: none;
}
@media (max-width: 991px) {
  .checkout .checkout-right {
    order: 1;
  }
}
.checkout .woocommerce-info {
  background-color: transparent;
}
.checkout .wc_payment_methods {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0;
}
.checkout .woocommerce-billing-fields__field-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.checkout .woocommerce-billing-fields__field-wrapper label .required {
  text-decoration: none;
}
.checkout .woocommerce-billing-fields__field-wrapper input {
  width: 100%;
  border-radius: 0;
  outline: 0;
  padding-left: 8px;
  font-size: 12px;
  height: 38px;
}
.checkout .woocommerce-billing-fields__field-wrapper .select2-selection--single {
  border-radius: 0;
  height: 38px;
}
.checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.checkout .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}
.checkout .custom-woo-cart-form__cart-item {
  display: flex;
  justify-content: space-between;
}
.checkout .custom-woo-cart-form__cart-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.checkout .custom-shop_table {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.checkout .custom-shop_table .product-name {
  margin-bottom: 2px;
}
.checkout .custom-shop_table .product-name a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000;
}
.checkout .custom-shop_table .product-quantity {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000;
  margin-bottom: 4px;
}
.checkout .custom-shop_table .product-subtotal {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
}
.checkout .custom-shop_table .product-remove a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000;
}
.checkout .custom-cart-totals {
  margin-top: 30px;
}
.checkout .custom-cart-totals .cart-subtotal {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.checkout .custom-cart-totals .order-total {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.checkout .custom-cart-totals .order-total th, .checkout .custom-cart-totals .order-total td {
  padding-top: 6px;
}
.checkout .custom-cart-totals .cart-discount {
  font-size: 12px;
}
.checkout .custom-cart-totals .cart-discount th {
  text-transform: uppercase;
}
.checkout .mailchimp-newsletter {
  margin-top: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.checkout .mailchimp-newsletter .input-checkbox {
  margin-right: 10px;
}

.woocommerce-checkout .entry-title, .woocommerce-cart .entry-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}

.return-to-shop {
  margin-top: 40px;
}

.woocommerce-message {
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
  margin: 0px 0 50px 0;
}
.woocommerce-shipping-methods label {
  font-size: 14px;
  margin-left: 5px;
}
.woocommerce-shipping-methods input[type=button] {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 10px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1399px) {
  .woocommerce-shipping-methods input[type=button] {
    line-height: 1.3;
    padding: 10px 10px;
  }
}

.woocommerce-shipping-totals {
  display: block;
}
.woocommerce-shipping-totals th {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce-checkout-review-order label {
  font-size: 14px;
}

.coupon-outer p {
  margin-bottom: 10px;
}
.coupon-outer .showcoupon {
  font-size: 14px;
}
.coupon-outer .coupon-wrapper {
  display: flex;
}
.coupon-outer .coupon-wrapper p {
  margin-bottom: 10px;
}
.coupon-outer .coupon-wrapper .input-text {
  border-radius: 0;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 8px;
  letter-spacing: 2px;
  padding-top: 5px;
  height: 100%;
  margin-right: 10px;
}
.coupon-outer .coupon-wrapper .button {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 15px;
  text-decoration: none;
  display: inline-block;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #000;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #000;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #000;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #000;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.woocommerce-error {
  margin: 0;
  padding-left: 17px;
  background-color: transparent;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.woocommerce-error li:not(:last-of-type) {
  margin-bottom: 2px;
}

.cart-empty-msg {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin: 0;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.post-type-archive-product .berocket_single_filter_widget_125 .bapf_slidr_main, .tax-product_cat .berocket_single_filter_widget_125 .bapf_slidr_main {
  margin-left: 8px;
}
.post-type-archive-product .button.product_type_variable, .tax-product_cat .button.product_type_variable {
  display: none !important;
}
.post-type-archive-product .button.add_to_cart_button, .tax-product_cat .button.add_to_cart_button {
  display: none !important;
}
.post-type-archive-product ul.products.columns-4 li.product, .tax-product_cat ul.products.columns-4 li.product {
  width: calc(25% - 12px);
  margin-right: 16px;
}
@media (max-width: 991px) {
  .post-type-archive-product ul.products.columns-4 li.product, .tax-product_cat ul.products.columns-4 li.product {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .post-type-archive-product ul.products.columns-4 li.product, .tax-product_cat ul.products.columns-4 li.product {
    width: 49%;
    margin-right: 2%;
  }
}
@media (max-width: 360px) {
  .post-type-archive-product ul.products.columns-4 li.product, .tax-product_cat ul.products.columns-4 li.product {
    width: 100%;
    margin-right: 0;
  }
}
.post-type-archive-product ul.products.columns-4 li.product .onsale, .tax-product_cat ul.products.columns-4 li.product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  z-index: 2;
}
.post-type-archive-product ul.products li.product:nth-child(4n), .tax-product_cat ul.products li.product:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .post-type-archive-product ul.products li.product:nth-child(4n), .tax-product_cat ul.products li.product:nth-child(4n) {
    margin-right: 2%;
  }
}
@media (max-width: 991px) {
  .post-type-archive-product ul.products li.product:nth-child(3n), .tax-product_cat ul.products li.product:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-product ul.products li.product:nth-child(3n), .tax-product_cat ul.products li.product:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .post-type-archive-product ul.products li.product:nth-child(2n), .tax-product_cat ul.products li.product:nth-child(2n) {
    margin-right: 0px;
  }
}
.post-type-archive-product .product .woocommerce-loop-product__link, .tax-product_cat .product .woocommerce-loop-product__link {
  text-decoration: none;
}
.post-type-archive-product .product .woocommerce-loop-product__title, .tax-product_cat .product .woocommerce-loop-product__title {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 20px;
}
.post-type-archive-product .product .attachment-woocommerce_thumbnail, .tax-product_cat .product .attachment-woocommerce_thumbnail {
  width: 100%;
}
.post-type-archive-product .product .archive-product-size-wrapper, .tax-product_cat .product .archive-product-size-wrapper {
  margin-top: 4px;
}
.post-type-archive-product .product .archive-product-size-wrapper .archive-product-size, .tax-product_cat .product .archive-product-size-wrapper .archive-product-size {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.post-type-archive-product .product .archive-product-size-wrapper .archive-product-size:not(:last-of-type), .tax-product_cat .product .archive-product-size-wrapper .archive-product-size:not(:last-of-type) {
  margin-right: 10px;
}
.post-type-archive-product .product .price del > .woocommerce-Price-amount, .tax-product_cat .product .price del > .woocommerce-Price-amount {
  display: inline-block;
  text-decoration: line-through;
}
.post-type-archive-product .product .price .woocommerce-Price-amount, .tax-product_cat .product .price .woocommerce-Price-amount {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.post-type-archive-product #primary > .container, .tax-product_cat #primary > .container {
  max-width: 100%;
  padding: 0px 50px;
}
@media (max-width: 575px) {
  .post-type-archive-product #primary > .container, .tax-product_cat #primary > .container {
    padding: 0px 20px;
  }
}
.post-type-archive-product .woocommerce-result-count, .tax-product_cat .woocommerce-result-count {
  display: none !important;
}
.post-type-archive-product .woocommerce-breadcrumb, .tax-product_cat .woocommerce-breadcrumb {
  display: none;
}
.post-type-archive-product .products, .tax-product_cat .products {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-product .woocommerce-products-header__title, .tax-product_cat .woocommerce-products-header__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers, .tax-product_cat .woocommerce-pagination .page-numbers {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li, .tax-product_cat .woocommerce-pagination .page-numbers li {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li:not(:last-of-type), .tax-product_cat .woocommerce-pagination .page-numbers li:not(:last-of-type) {
  margin-right: 8px;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a, .tax-product_cat .woocommerce-pagination .page-numbers li a {
  text-decoration: none;
  color: #000;
}
.post-type-archive-product .woocommerce-pagination .page-numbers li a:hover, .tax-product_cat .woocommerce-pagination .page-numbers li a:hover {
  text-decoration: underline;
}

.btn-filter-expand {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.custom-filter-wrapper-outer {
  overflow: hidden;
  transition: 0.5s;
  height: 0px;
}

.custom-filter-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .custom-filter-wrapper {
    flex-direction: column;
  }
}
.custom-filter-wrapper .orderby {
  width: 185px;
  border: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.custom-filter-wrapper h3 {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom-filter-wrapper .berocket_single_filter_widget_110 ul {
  padding: 0;
}
.custom-filter-wrapper .berocket_single_filter_widget_110 ul li {
  display: inline-block;
  font-size: 13px;
}
.custom-filter-wrapper .berocket_single_filter_widget_110 ul li:not(:last-of-type) {
  margin-right: 20px !important;
}
.custom-filter-wrapper .berocket_single_filter_widget_110 ul li label {
  height: 12px;
  line-height: 12px;
  margin-top: 0px;
}
.custom-filter-wrapper .berocket_single_filter_widget_110 .bapf_ckbox_sqchck input[type=checkbox] {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin-top: -3px;
}
.custom-filter-wrapper .berocket_single_filter_widget_110 .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 0;
  border-right: 0;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  transform: rotate(0deg);
  background-color: #333;
}
.custom-filter-wrapper .berocket_single_filter_widget_125 .bapf_tbprice {
  margin-right: 5px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom-filter-wrapper .berocket_single_filter_widget_125 .bapf_val {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom-filter-wrapper .berocket_single_filter_widget_125 .bapf_slidr_main.ui-widget-content, .custom-filter-wrapper .berocket_single_filter_widget_125 .berocket_filter_price_slider.ui-widget-content {
  height: 3px;
}
.custom-filter-wrapper .berocket_single_filter_widget_125 .bapf_slidr_main.ui-widget-content .ui-slider-handle {
  height: 9px;
  width: 9px;
  top: -3px;
  background-color: #000;
}

.image-with-hover-wrapper {
  position: relative;
}
.image-with-hover-wrapper:hover .image-with-hover-wrapper--hover-img {
  z-index: 1;
  opacity: 1;
}
.image-with-hover-wrapper--hover-img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.225s;
}

.woocommerce .woocommerce-cart-form thead {
  border-bottom: 1px solid #d9d9d9;
}
.woocommerce .woocommerce-cart-form thead tr th {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #000;
}
.woocommerce .woocommerce-cart-form thead tr th.product-remove {
  display: none;
}
.woocommerce .woocommerce-cart-form thead tr th.product-name {
  padding-left: 20px;
}
.woocommerce .woocommerce-cart-form tbody {
  font-size: 14px;
}
.woocommerce .woocommerce-cart-form tbody td {
  border-width: 10px 0;
  border-color: #fff;
}
.woocommerce .woocommerce-cart-form tbody::before {
  content: "-";
  display: block;
  line-height: 30px;
  color: transparent;
}
.woocommerce .woocommerce-cart-form tbody .product-remove {
  display: none;
}
.woocommerce .woocommerce-cart-form tbody .product-thumbnail {
  width: 125px;
}
.woocommerce .woocommerce-cart-form tbody .product-name {
  padding: 20px;
}
.woocommerce .woocommerce-cart-form tbody .product-name a {
  text-decoration: none;
}
.woocommerce .woocommerce-cart-form tbody .coupon {
  align-items: center;
  display: inline-flex;
}
.woocommerce .woocommerce-cart-form tbody .coupon label {
  display: none;
}
.woocommerce .woocommerce-cart-form tbody .coupon input[type=text] {
  padding-left: 7px;
  margin-right: 10px;
}
.woocommerce .woocommerce-cart-form tbody .coupon input[type=text]::-moz-placeholder {
  font-size: 14px;
}
.woocommerce .woocommerce-cart-form tbody .coupon input[type=text]::placeholder {
  font-size: 14px;
}
.woocommerce .woocommerce-cart-form tbody button:not(:disabled) {
  height: 30px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form tbody button:disabled {
  height: 30px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form tbody .actions > .button {
  margin-top: 40px;
}
.woocommerce .cart-collaterals {
  font-size: 14px;
}
.woocommerce .cart-collaterals h2 {
  font-size: 14px;
}
.woocommerce .cart-collaterals .woocommerce-shipping-totals {
  display: none;
}
.woocommerce .cart-collaterals .checkout-button {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 30px;
  text-decoration: none;
  display: inline-block;
}/*# sourceMappingURL=woocommerce.css.map */