/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.quick-view-gallery img{
    max-height: 400px;
  width: auto !important;
}
.wd-carousel-item .woocommerce-product-gallery__image{
    text-align: center;
}

.wd-gallery-thumb{
    height: auto !important;
}
.wd-vertical{
    height: 100% !important;
}
.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img {
   
    height: 100% !important;
    padding: 4px 0;
    width: 100%;
  max-width: 150px;
  object-fit: initial !important;
}
.wd-blog-element .wd-posts{
   display: flex; 
   flex-wrap: wrap;

}
.wd-blog-element .wd-posts article {
    display: block;
    position: unset !important;
     max-height: 476px; 
    display: flex;
    justify-content: center;
    text-align: center;
}

.wd-post .article-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev, .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    transform: none !important;
}
.wd-prev .wd-arrow-inner::after, .wd-next .wd-arrow-inner::after {
    color: var(--wd-primary-color);
}




@media screen and (max-width: 769.99px) {
   .wd-blog-element .wd-posts article {
     max-height: none;
 }
}