.comment-form .g-recaptcha-wrap {
    padding-left: 15px!important;
}

.footer-text.inline-block.small-block img {
    max-width: 100px;
    margin-right: 20px;
    border-radius: 5px;
}

.product-custom-gallery {
    text-align: left;
    margin-bottom: 5px;
}

.custom-gallery img {
    width: auto;
    display: block;
    margin: auto;
}

.custom-gallery {
    width: auto;
    display: inline-flex;
    margin-right: 5px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    vertical-align: top;
    overflow: hidden;
    border: none;
}

.custom-gallery, 
.custom-gallery img {
    height: 35px;
    margin-bottom: 5px;
    cursor: pointer;
}

.large-columns-5 .custom-gallery,
.large-columns-5 .custom-gallery img {
    max-height: 25px;
}

body .term-description h2 {
    text-align: left!important;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 100;
    opacity: 0.8;
}
body .term-description h2:after {
    content: ' ';
    width: 30px;
    height: 3px;
    background: #c3b072;
    display: block;
    margin-top: 10px;
}

.box-image .out-of-stock-label {
	display:none;
}

.yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
}

.yith-wcwl-add-to-wishlist a {
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 3px 10px;
}

.col.post-item>div {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.05);
    padding: 15px;
}

ul.partners {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.partners li {
    width: calc(100% / 6);
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    padding: 20px 0;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    opacity: 1;
    transform: translateX(-20px) translateY(20px);
}
@media (min-width:1024px) {
    .product-custom-gallery {
    padding: 0px;
    }
}
@media screen and (max-width: 768px) {
    .custom-gallery,
    .custom-gallery img {
        max-height: 20px;
    }    
}