/*.woocommerce-info{
    display: none;
}*/
.price {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: regular !important;
}
.price del {
  color: #999999 !important;
}

.discount-price-display {
  color: #FF2900 !important;
}

.original-price-display {
  font-size: 14px !important;
  color: #39291B !important;
  margin-left: 7px !important;
  text-decoration: line-through;
  font-weight: 300 !important;
}

.woocommerce a.remove:hover {
  color: red !important;
  background: unset !important;
}

.reset_variations {
  display: none !important;
}

.woocommerce-breadcrumb {
  /*margin-bottom: 40px !important;*/
}

.wc-variation-is-unavailable {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.add_to_cart_button.ajax_add_to_cart:after {
  display: none !important;
}

.add-to-cart-btn {
  display: block;
  text-align: left;
  /*    a.button{
          border-radius: 0 !important;
      }*/
}
.add-to-cart-btn .add-to-cart-btn-content-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /*        height: 100% !important;*/
}
.add-to-cart-btn .add-to-cart-btn-content-wrapper img.add-to-cart-icon {
  margin-bottom: 0 !important;
}
.add-to-cart-btn img.add-to-cart-icon {
  margin-bottom: 5px !important;
  padding-right: 5px;
  width: unset !important;
  display: inline !important;
}
.add-to-cart-btn.no-stock a {
  background-color: #CDCDCD !important;
  color: #FFFFFF !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  font-weight: 500 !important;
}

.woof_submit_search_form_container {
  display: none !important;
}

.nav-item.dropdown .dropdown-menu {
  top: 130px;
  left: 0;
  border-radius: 0;
  padding: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0;
  /*        box-shadow: 0 2px 10px 1px rgb(0 0 0 / 20%);*/
  border-top: 1px solid #CDCDCD;
}
.nav-item.dropdown .dropdown-menu .dropdown-column:last-of-type {
  padding-left: 10px;
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
  margin-bottom: 3px;
}
.nav-item.dropdown .dropdown-menu.account-menu {
  left: unset;
}

:focus {
  outline: none;
  box-shadow: none;
}

[type=button], [type=reset], [type=submit], button, [type=search], select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.theme-button.full-width.filter-toggle-btn {
  display: none !important;
}

.woof_reset_button_2 {
  background-color: transparent !important;
  width: 105px !important;
  border: none !important;
  color: #888888;
  font-size: 16px;
  text-decoration: underline;
}

.woof_text_search_container .woof_text_search_go {
  background-size: contain !important;
  height: 25px !important;
  width: 25px !important;
  top: 10px !important;
}

input[type=search]::-webkit-search-cancel-button {
  display: none !important;
}

div.woof_info_popup {
  display: none !important;
}

.theme-button {
  color: #ffffff !important;
  font-weight: 500 !important;
  padding: 11px 35px !important;
  background-color: #F47920 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
.theme-button.filter-toggle-btn {
  font-size: 16px !important;
  line-height: unset !important;
  margin-bottom: 15px !important;
}
.theme-button.small-btn {
  padding: 8px 55px !important;
}
.theme-button.full-width {
  display: block !important;
  width: 100% !important;
}
.theme-button:hover {
  color: #ffffff !important;
}
.theme-button.bg-white {
  background-color: #ffffff !important;
  color: #F47920 !important;
  border: 1px solid #F47920 !important;
}
.theme-button.bg-white:hover, .theme-button.bg-white:focus {
  background-color: #ffffff !important;
  color: #F47920 !important;
}

.woocommerce-info {
  border-top-color: #3b844d;
}
.woocommerce-info:before {
  color: #3b844d;
  font-family: "FontAwesome";
  content: "\f06a";
}

div.woocommerce-message {
  border-top-color: #3b844d;
}
div.woocommerce-message:before {
  color: #3b844d;
  font-family: "FontAwesome";
  content: "\f058";
}

div.woocommerce-error {
  border-top-color: #e2422d;
}
div.woocommerce-error:before {
  color: #e2422d;
  font-family: "FontAwesome";
  content: "\f057";
}

.wpforms-error-container {
  display: none !important;
}

div.info-box {
  background-color: #F8F8F8;
}
div.info-box .box-content {
  padding: 40px 20px;
}
div.info-box .box-content .title {
  margin-bottom: 20px;
}

/*# sourceMappingURL=theme.css.map */
