/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.single-product .product-info .price-wrapper .single-members-price {
  display: none;
}
.single-product .product-info .single-members-price {
  font-size: 24px;
  margin-bottom: 30px;
}
.product-info p.stock {
  border-radius: 4px;
  width: fit-content;
  color: #fff;
  background: #395644;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}
.single-members-price {
  margin-top: 8px !important;
  font-weight: 600;
}
.single-members-price .highlight {
  color: #dd3333;
}
.menu-item-type-post_type > ul > li > a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 0.8em;
}
.nav-dropdown-bold .nav-column li > a,
.nav-dropdown.nav-dropdown-bold > li > a {
  min-width: max-content;
}
.footer ul li a:hover {
  color: #fff;
}
.footer ul li a {
  color: #fff;
}
.footer a.button > span {
  text-align: left;
}
.footer a.button > i {
  top: 0;
  line-height: 1.6;
  margin-right: 8px !important;
}
.footer a.button {
  display: flex;
}
.box-push .box-text {
  box-shadow: 0px 4px 8px -2px #ccc;
}
.has-shadow > .col > .col-inner {
  height: 100%;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 4px;
}

li.variable-item.color-variable-item,
.variable-item-span-color {
  border-radius: 50% !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 1px #dd3333;
}

.register-form {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.register-form p {
  font-weight: 600;
}

.register-form h4 {
  padding: 5px 15px;
  background: #395644;
  border-radius: 16px;
  width: fit-content;
  color: #fff;
}

.register-form h4 a {
  color: #fff;
}

input#woocommerce-product-search-field-0 {
  background: #fff;
}

.image-tools .cart-icon {
  right: 10px;
  left: unset;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  border-radius: 4px;
  overflow: hidden;
}

.woocommerce-loop-product__title {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.sub-menu a[aria-current="page"] {
  background: #395644;
  color: #fff !important;
}

.nav-spacing-xlarge > li {
  margin: 0 20px;
}

.map {
  height: 500px;
}

.woocommerce-account.woocommerce-page .woocommerce {
  max-width: 600px;
  margin: 0 auto;
}

ul#header-contact .tooltip {
  display: flex;
  flex-flow: row-reverse;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.filter-by-categories-head-buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  padding-bottom: 15px;
}

.filter-by-categories-head-buttons .filter-button-category {
  min-width: max-content;
  margin: 0;
}

.filter-by-categories-head > h2 {
  margin-bottom: 15px;
  text-align: left;
}

.filter-by-categories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-button-category {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-detail-buttons > a {
  padding: 8px 15px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.product-detail-buttons > a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.product-detail-buttons {
  display: flex;
  margin: 30px 0;
}
.product-detail-button-account {
  background-color: #be4343;
}
.product-detail-button-request {
  background-color: #395644;
}
@media only screen and (max-width: 850px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .page-template-page-left-sidebar .page-left-sidebar > .row {
    flex-flow: column-reverse;
  }

  .map {
    height: 300px;
  }

  .filter-by-categories-head {
    flex-flow: column;
  }

  .filter-by-categories-head-buttons {
    overflow: auto;
    justify-content: flex-start;
  }

  .product-detail-buttons {
    flex-flow: column;
    gap: 5px;
  }

  .product-detail-buttons > a {
    width: 100%;
  }
}
