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

.see-more {
  display: none;
}

@media (max-width: 768px) {
  .wd-blog-element .wd-carousel-wrap .wd-carousel-item,
  .info-box-carousel-wrapper .wd-carousel-wrap .wd-carousel-item {
    margin-bottom: 15px;
  }

  .wd-blog-element .wd-carousel-wrap,
  .info-box-carousel-wrapper .wd-carousel-wrap {
    flex-direction: column;
    transform: none !important;
    animation: none;
    overflow: hidden;
    max-height: 380px;
  }

  .wd-blog-element .wd-carousel-wrap {
    max-height: 600px;
  }

  .wd-blog-element .wd-prev,
  .wd-blog-element .wd-next,
  .info-box-carousel-wrapper .wd-prev,
  .info-box-carousel-wrapper .wd-next {
    display: none;
  }
  .wd-blog-element .wd-carousel-wrap.expanded,
  .info-box-carousel-wrapper .wd-carousel-wrap.expanded {
    max-height: 100%;
  }

  .wd-products-element .products {
    max-height: 530px;
    overflow: hidden;
  }

  .wd-products-element .products.expanded {
    max-height: 100%;
  }

  .see-more {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff !important;
    z-index: 1;
    background-color: #fd4680 !important;
  }

  .btn-blue {
    background-color: #0056b3 !important;
    transition: all 0.25s ease;
    color: #fff !important;
  }
}