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

.home-about {
  background: #f5f5f5;
  padding: 30px 20px;
}

.home-about .elementor-element {
  max-width: 60% !important;
  margin: 0 auto;
}

.custom-category-top-block {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.cat-item {
  width: 20%;
}

.cat-item img {
  width: 100%;
  transition: all .6s;
}

.cat-item h4 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all .6s;
}

.cat-item img:hover {
  opacity: 0.7;
}

.cat-item h4:hover {
  color: rgb(51 51 51 / 65%);
}

body .scrollToTop {
  bottom: 90px;
  right: 29px;
}

.payment-methods-info {
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}

.payment-methods-info>p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.payment-methods-info ul {
  list-style: none;
  padding: 0;
}

.payment-methods-info ul>li {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.payment-methods-info ul>li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}

.home-slider-title h1 {
  margin-top: 300px;
}

.related-and-upsells {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .cat-item {
    width: 33.33333333%;
  }

  .home-about .elementor-element {
    max-width: 100% !important;
  }

  body .scrollToTop {
    right: 32px;
    bottom: 135px;
  }

  body .button__RcHeE {
    margin-bottom: 60px !important;
  }

  .home-slider-title .wd-text-block {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 768px) {
  .cat-item h4 {
    font-size: 16px;
  }

  .elementor-1038 .elementor-element.elementor-element-5b838d0 .elementor-heading-title {
    font-size: 24px;
    line-height: 28px;
  }

  .elementor-1038 .elementor-element.elementor-element-c86c8a8 {
    line-height: 20px;
  }

  .home-slider-title .wd-text-block {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 480px) {
  .custom-category-top-block {
    gap: 10px;
  }

  .cat-item h4 {
    margin-top: 10px;
    font-size: 14px;
    text-transform: none;
  }

  html .product-image-summary-wrap .product_title {
    font-size: 20px;
    height: auto;
  }

  .home-slider-title .wd-text-block {
    font-size: 26px !important;
  }
}