/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.row .col-6 {
  flex: 0 0 50% !important;
  max-width: 50%;
}
.row .col-12 {
  flex: 0 0 100% !important;
  max-width: 100%;
}

.product-categories {
  padding-right: 0 !important;
}
.product-categories .wd-cats-toggle {
  display: none !important;
}

.woocommerce-breadcrumb {
  font-weight: 500;
}
.woocommerce-breadcrumb a {
  color: #e0733a;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-breadcrumb a:after {
  content: none;
}
.woocommerce-breadcrumb span {
  color: #e0733a;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-breadcrumb .separator {
  margin-right: 6px;
}

.elements-grid.grid-columns-3 .product-grid-item img {
  width: auto;
  max-height: 220px;
}

.elements-grid.grid-columns-5 .product-grid-item img {
  width: auto;
  max-height: 153px;
}

.elements-grid .product-labels {
  display: none;
}

.shop_attributes {
  width: auto;
  margin-bottom: 25px;
}
.shop_attributes tr th {
  padding: 7px 0;
  border-bottom: 0;
  color: #333;
  font-weight: 600;
}
.shop_attributes tr th p {
  margin-bottom: 0;
}
.shop_attributes tr td {
  padding: 7px 0;
  border-bottom: 0;
  color: #777;
  padding-left: 15px;
}
.shop_attributes tr td p {
  margin-bottom: 0;
}

.product_meta {
  padding-top: 0;
  margin-bottom: 25px;
}

body .home .whb-header .whb-header-bottom {
  border-bottom: 0 !important;
}

.whb-header .header-nav-text i {
  color: #e0733a;
}
.whb-header .header-nav-text span {
  font-family: Khand, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-left: 5px;
}
.whb-header .header-nav-text .fb-icon {
  font-size: 18px;
}
.whb-header .header-nav-text .fb-icon i {
  color: #4267b2;
}
.whb-header .wd-nav-main {
  gap: 0;
}
.whb-header .wd-nav-main li.item-level-0 {
  padding-right: 8px;
  padding-left: 8px;
}
.whb-header .wd-nav-main li.item-level-0 > a {
  padding-bottom: 0;
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 4px solid transparent;
}
.whb-header .wd-nav-main li.item-level-0.current-menu-item > a {
  border-bottom: 4px solid #e0733a;
}
.whb-header .wd-nav-main li.item-level-0.current-menu-parent > a {
  border-bottom: 4px solid #e0733a;
}

.product-title a {
  color: inherit;
  font-size: 14px;
}

.page-title .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-title .container .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.page-title .entry-title {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 5px;
  order: 2;
}
.page-title .entry-title:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  margin-top: 10px;
  background-color: #e0733a;
}
.page-title .entry-title {
  order: 2;
}
.page-title nav {
  order: 1;
}

.footer-container .footer-column-1 img {
  max-width: 200px !important;
}
.footer-container .footer-column-1 .widget_text {
  font-size: 14px;
}
.footer-container .footer-contact-list li {
  display: flex;
}
.footer-container .footer-contact-list li i {
  margin-right: 10px;
}
.footer-container .footer-contact-list li i:before {
  width: 16px;
  display: inline-block;
  color: #e0733a;
}
.footer-container ul li {
  margin-bottom: 10px;
}

.brands-widget .brand-item img {
  max-width: 130px;
  max-height: 50px;
}

@media (min-width: 1025px) {
  .wd-nav-main li.item-level-0 > a {
    height: 52px;
  }
  .footer-container .footer-column-1 {
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  .title-shop {
    margin-bottom: 15px !important;
  }
  .footer-container .footer-column-1 {
    padding-right: 80px;
  }
}
@media (max-width: 576px) {
  .footer-container .footer-sidebar {
    padding-top: 15px;
  }
  .footer-container .widget_media_image {
    display: none;
  }
  .wd-google-map-content-wrap > .wd-google-map-content {
    display: none;
  }
}

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