/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*
 HEADER
*/
.hidden-item {
  display: none;
}

/*
 HEADER
*/
header .info-list {
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: fit-content;
}
header .info-item {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
header .info-item::before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: -6px;
  left: -2px;
}
header .info-item:nth-child(1)::before {
  background: url("assets/img/clock.svg") no-repeat 0/100%;
}
header .info-item:nth-child(2)::before {
  background: url("assets/img/security.svg") no-repeat 0/100%;
}
header .info-item:nth-child(3)::before {
  background: url("assets/img/piggy.svg") no-repeat 0/100%;
}
header
  .whb-general-header
  .whb-col-center
  .wd-nav[class*="wd-style-"]
  > li
  > a
  > span {
  word-wrap: break-word;
  width: min-content;
}
header .navbar-phone {
  display: flex;
}
header .navbar-phone-icon {
  background: url("assets/img/phone.svg") no-repeat 0/100%;
  height: 40px;
  width: 24px;
  margin: 0 18px 0 16px;
}
header .navbar-phone-message {
  display: flex;
  flex-direction: column;
}
header .navbar-phone-message-title {
  font-size: 13px;
  line-height: 17px;
}
header .navbar-phone-number {
  font-size: 18px;
  line-height: 23px;
  color: #4c4745;
  font-weight: 600;
}

/*
 HOME PAGE
*/
.home .cat-design-alt.categories-with-shadow .category-image-wrapp {
  height: 200px;
}
.home .category-grid-item .category-image {
  height: 100%;
}
.home .products:not(.wd-img-width) .cat-design-alt img {
  height: 100%;
  object-fit: cover;
}
.home .product-element-top {
  height: 260px;
}
.home .product-grid-item .product-image-link {
  height: 100%;
}
.home .product-grid-item :is(.product-image-link, .hover-img) img {
  height: 100%;
  object-fit: cover;
}

/*
 ARCHIVE PAGE
*/
.archive .product-element-top {
  height: 250px;
}
.archive .product-grid-item .product-image-link {
  height: 100%;
}
.archive .product-grid-item :is(.product-image-link, .hover-img) img {
  height: 100%;
  object-fit: cover;
}
.price .amount {
  font-size: 20px;
}

/*
 PRODUCT PAGE
*/
.single .thumbs-position-bottom .woocommerce-product-gallery__wrapper {
  height: 400px;
}
.single
  .woocommerce-product-gallery.image-action-zoom
  .owl-carousel
  .product-image-wrap {
  height: 400px;
}
.single .woocommerce-product-gallery .woocommerce-product-gallery__image {
  height: 100%;
}
.single .woocommerce-product-gallery img {
  height: 100%;
  object-fit: cover;
}
.single .woocommerce-product-gallery .thumbnails.owl-carousel .owl-item,
.single
  .woocommerce-product-gallery
  .thumbnails.owl-carousel
  > .product-image-thumbnail {
  padding-right: 4px;
  padding-left: 4px;
}
.single .thumbs-position-bottom .woocommerce-product-gallery__wrapper {
  margin-bottom: 8px;
}

/*
 FOOTER
*/
footer .elementor-heading-title {
  color: var(--wd-widget-title-color);
  text-transform: var(--wd-widget-title-transform);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-size: var(--wd-widget-title-font-size);
  font-family: var(--wd-widget-title-font);
}
footer
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0 10px;
}
footer .company-info li > span {
  margin-right: 0;
}
footer .contact-info li {
  font-weight: 700;
}
.copyrights-wrapper small {
  font-size: 14px;
}
footer .min-footer > div {
  max-width: none;
}
footer .min-footer > div:first-child {
  flex: 1 0 70%;
}
footer .min-footer > div:last-child {
  flex: 1 0 30%;
  display: flex;
  gap: 10px;
}
footer .min-footer > div:last-child > img {
  height: 28px;
  border: 1px solid #e0e2e3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
