/*Header*/
.site--logo img {
  max-height: 30rem !important;
}

.header-search-form.product-search .product-price .sale-price{
  margin-left: 3px;
}

.header-search-form.product-search .product-data .product-title {
  max-width: 200px;
  font-size: 13px;
  /*text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;*/
}

.header-search-form.product-search .fable_extra_result_link .product-checkout {
  display: none;
}
.header-search-form.product-search .fable_extra_result_link .product-data {
  max-width: 155px;
}

.header-search-form.product-search .added_to_cart.wc-forward {
  display: none;
}

.header-search-form.product-search .product-price .sale-price ~ .regular-price,
.header-search-form.product-search .product-price .regular-price:has(+ .sale-price) {
  text-decoration: line-through;
  color: #999;
}

/*Footer*/
.wf_footer .wf_footer_middle .widget_nav_menu .menu {
  display: block !important;
}

.home section.wf_pagetitle {
  display: none;
}

.frontpage-container {
  margin-top: 60px;
}

.frontpage-top-banner .wf_hurry {
  margin: 40px 0;
  border-radius: 1rem;
}

.frontpage-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

/*frontpage services*/

.frontpage-our-services .widget.widget_contact {
  padding: 15px 10px;
  background-color: #fff;
  margin-top: 0;
  border-radius: 1rem;
  border: 1px solid rgba(189, 189, 189, 0.4);
    border-top-color: rgba(189, 189, 189, 0.4);
    border-right-color: rgba(189, 189, 189, 0.4);
    border-bottom-color: rgba(189, 189, 189, 0.4);
    border-left-color: rgba(189, 189, 189, 0.4);
  transition: 0.3s all;
  background-color: var(--wf-secondary-color);

  /*new*/
  height: 170px;
}

.frontpage-our-services .widget.widget_contact .contact__body {
  /*new*/
  display: block;
}

.frontpage-our-services .contact__list {
  margin-top: 0;

  /*new*/
  text-align: center;
  display: block;
}



.frontpage-our-services i {
  font-size: 3.2rem !important;
  width: 2.5rem !important;
  height: 2.5rem;
  padding: 3rem;
  object-fit: contain;
  color: #fff !important;/*var(--wf-main-color);*/
  outline: 2px solid  #fff !important; /*var(--wf-main-color);*/
  border-radius: 50%;
  margin-right: 17px;

  /*new*/
  margin: 12px auto 18px !important;
}

.frontpage-our-services h6 {
  color: #fff !important;

  /*new*/
  text-align: center;
}

.popular-products-container, .new-products-container {
  background-color: #efefef;
  padding: 20px 0;
  margin:60px 0;
}

.popular-products-container h3,
.new-products-container h3 {
  text-decoration: underline;
  margin-bottom: 15px;
}


/*page title*/
.wf_pagetitle {
  text-align: left !important;
  padding: 20px 0 !important;
}

.wf_pagetitle h2 {
  font-size: 30px !important;
}


/*recommendation popup*/
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 40px 10px;
  box-sizing: border-box;
}

.popup-content {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
}

.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#recommendation-popup h2 {
  font-size: 30px;
}

#recommendation-popup .wpforms-container {
  margin: 15px 0;
}

#recommendation-popup .wpforms-container .wpforms-field {
  padding: 10px 0;
}

/*product thumbnail*/
.woocommerce ul.products li.product .product-single h3 {
  height: 60px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  max-height: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-block;
  margin: 10px !important;
  padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important;
}

#tab-title-additional_information a {
  display: none;
}

/*Store*/

.woo-products #wf-main {
  order:2;
}

.woo-products #wf-main .woof_autohide_wrapper {
    display: none;
  }

@media (max-width: 991px) {
  .woo-products #wf-sidebar {
    display: none;
  }

  .woo-products #wf-main .woof_autohide_wrapper {
    display: block;
  }
}

@media (min-width: 1200px) {
  .woo-products #wf-main {
    max-width: 75%;
    flex-basis: 75%;
  }

  .woo-products #wf-sidebar {
    max-width: 25%;
    flex-basis: 25%;
  }
}

.woo-products #wf-sidebar .wf_widget-area .widget {
  padding: 2rem 2rem 1.5rem !important;
}

.woo-products #wf-sidebar h5.widget-title {
  margin-bottom: 10px;
}

.woo-products #wf-sidebar h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.woo-products #wf-sidebar ul li  {
  padding: 0;
}

.woo-products #wf-sidebar ul li label {
  font-size: 14px;
}

.woof_products_top_panel li span {
  padding-right: 25px !important;
  background-size: 20px 20px !important;
}


.customize-control-sidebar_block_editor .block-editor-block-list__block-popover {
  z-index: 10000 !important;
}


/*Product page*/

body.single-product #wf-main {
  max-width:100% !important;
  flex-basis: 100% !important;
}

body.single-product #wf-sidebar {
  display: none;
}

.woocommerce table.shop_attributes tr th,
.woocommerce table.shop_attributes tr td {
  text-align: left;
}

.woocommerce table.shop_attributes tr td a,
.woocommerce table.shop_attributes tr td p {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: var(--wf-secondary-color)
}

#tab-description h2:first-child {
  display: none;
}

/*contact page*/
.contact-page-form {
  border: 1px solid rgba(189, 189, 189, 0.4) !important;
  padding: 15px !important;
  width:500px !important;
  
  float: left !important;
}

.contact-page-form .wpforms-field-medium {
  max-width: 100% !important;
}

.contact-page-form input,
.contact-page-form select {
  max-width: 100% !important;
}

.contact-page-form #wpforms-153-field_6-container,
.contact-page-form #wpforms-153-field_10-container {
  width:45%;
  display: inline-block;
}

.contact-page-form #wpforms-153-field_6-container {
  margin-right: 20px;
}

/*Compare page*/
@media (min-width: 650px) {
  .fable-extra-woocompare-list table th.fable-extra-woocompare-heading-cell {
    min-width: 300px;
  }
}


/* owl  styles */
.owl-carousel:not(.slider) .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.owl-carousel:not(.slider) .owl-nav [class*="owl-"] {
  margin: 0;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2rem;
  outline: none;
  background: var(--wf-secondary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.owl-carousel:not(.slider) .owl-nav [class*="owl-"]:hover {
  background-color: var(--wf-main-color);
  color: #fff;
}

.owl-carousel:not(.slider) .owl-nav [class*="owl-"] + [class*="owl-"] {
  margin-left: 1rem;
}

