/*!
 Theme Name:     Matobra Shop
 Theme URI:      
 Description:    Matobra theme for online shop
 Author:         Miguel Carepa
 Author URI:     https://www.wemakemagic.com
 Template:       Divi
 Version:        1.0.1
!*/

#et-main-area {
  margin-top: 92px;
  position: relative;
  z-index: 0;
}

.wp-block-button a {
  background-color: transparent;
  border: 1px solid white;
  color: white !important;
  font-size: 16px;
  padding: 10px 27px;
}

.button {
  padding: 10px 25px !important;
}

.custom-sticky-header nav.et-menu-nav ul.sub-menu {
  border-top: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 290 !important;
}

.custom-sticky-header nav.et-menu-nav ul.sub-menu li.menu-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100%;
}

.custom-sticky-header nav.et-menu-nav ul.sub-menu li.menu-item.menu-item-has-children > a:first-child:after {
  top: 6px;
}

.custom-sticky-header nav.et-menu-nav ul.sub-menu li.menu-item a {
  font-weight: 400 !important;
  line-height: 1.4em;
  padding: 10px 30px 10px 20px !important;
  text-transform: none !important;
  width: 100% !important;
}

.custom-sticky-header .custom-sticky-header-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom-sticky-header .custom-sticky-header-menu-container .custom-sticky-header-cart {
  margin-left: 20px;
}

#main-header {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

#main-header #logo {
  vertical-align: bottom;
  margin-bottom: 23px;
  max-height: 32px;
}

#woo-cart-button {
  position: relative;
}

#woo-cart-button .cart-icon {
  vertical-align: middle;
}

#woo-cart-button .cart-icon:before {
  content: "\e07a";
  color: black;
  font-family: 'ETmodules';
  font-size: 20px;
  position: relative;
}

#woo-cart-button .cart-contents-count {
  background: #F69E00;
  color: white;
  border-radius: 9px;
  line-height: 1;
  margin-right: 2px;
  position: relative;
  padding: 2px 10px;
}

.et_mobile_menu {
  position: fixed !important;
  overflow: auto;
  height: 100vw;
}

.et_pb_slide_title {
  text-shadow: none;
}

.et_pb_slide_content .wp-block-button {
  margin-top: 11px;
}

.categories-ctas .et_pb_column .category-cta {
  transition: all 0.2s ease-in-out;
}

.categories-ctas .et_pb_column .category-cta:hover {
  transform: scale(1.05);
}

.categories-ctas .et_pb_column .category-cta h2 {
  background: rgba(255, 255, 255, 0.76);
}

.woof_container {
  margin-bottom: 30px;
}

.woof_container label {
  display: inline !important;
}

.woof_text_search_container input[type='search'] {
  border: 1px solid #666666;
  font-size: 14px;
}

#on-sale-shop-container .woof_price_filter,
#on-sale-shop-container .woof_container_onsales {
  display: none;
}

.woocommerce-breadcrumb {
  font-size: 0 !important;
}

.woocommerce-breadcrumb a {
  font-size: 14px;
}

.woocommerce-breadcrumb a:not(:last-child):after {
  content: ' / ';
}

.woocommerce-page ul.products li.product span.onsale,
.woocommerce ul.products li.product span.onsale {
  font-size: 14px;
  left: 0 !important;
  top: 0 !important;
}

.woocommerce-page ul.products li.product .woocommerce-price-suffix,
.woocommerce ul.products li.product .woocommerce-price-suffix {
  display: none;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
  background-color: #ffef5c !important;
  border-radius: 0 !important;
  color: black;
  font-size: 16px;
  font-family: 'Barlow', 'Source Sans Pro', sans-serif;
  left: 0 !important;
  top: 0 !important;
  padding: 5px 12px !important;
  text-transform: uppercase;
}

.woocommerce-page .cart-collaterals,
.woocommerce .cart-collaterals {
  margin-top: 65px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 3em;
}

.woocommerce .woocommerce-result-count {
  font-weight: 400;
  font-size: 13px;
}

.woocommerce-price-suffix {
  display: inline-block;
  font-size: 14px;
  color: #666;
}

.product-ref .product_meta {
  padding: 0;
  border: none;
}

.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: black !important;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .input-text {
  color: black !important;
  background-color: #f9f9f9 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  color: black !important;
  background-color: #f9f9f9 !important;
  width: 200px;
}

.woocommerce-cart table.cart td.actions .button {
  padding: 10px 25px !important;
}

#order_review_heading {
  margin-top: 30px;
  margin-bottom: 10px;
}

#order_comments {
  min-height: 200px;
  resize: vertical;
}

.et_pb_social_media_follow a {
  border-radius: 100% !important;
}

@media (max-width: 980px) {
  #et-main-area {
    margin-top: 80px;
  }

  .custom-sticky-header .custom-sticky-header-inner-row {
    display: flex;
  }

  .custom-sticky-header .custom-sticky-header-logo-container .et_pb_image {
    margin-left: 0 !important;
  }

  .categories-ctas .et_pb_column .category-cta:hover {
    transform: none;
  }

  .title-divider {
    display: flex;
    align-items: middle;
  }
}

@media (max-width: 980px) and (min-width: 760px) {
  .categories-ctas .et_pb_column {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 14px !important;
  }

  .et-db #et-boc .et-l .category-cta.et_pb_promo.et_pb_module.et_clickable {
    flex-basis: 48%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}