

.product-element-top {

}

.product-grid-item .woodmart-product-brands-links a, .product-grid-item .woodmart-product-cats a{
    color: #e0b3a1;
}

.category-image-wrapp {
    border: 2px solid #0c605f;
}

.hover-mask {
    border-color: #0c605f;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    background-color: #fff;
}

.woocommerce-ordering select {
    background-color: transparent;
}

/*.wd-show-sidebar-btn {
    padding: 10px;
    background-color: #0c605f; 
}*/

.wd-show-sidebar-btn a {
    padding: 10px;
    background-color: #0c605f;
    font-weight: 300!important;
    color: #fff!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wd-show-sidebar-btn span {
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
}

.wd-show-sidebar-btn .woodmart-side-bar-icon,
.wd-show-sidebar-btn .woodmart-side-bar-icon, 
.wd-show-sidebar-btn .woodmart-side-bar-icon::after, 
.wd-show-sidebar-btn .woodmart-side-bar-icon::before {
    background-color: rgb(255 255 255)!important;
}

.hover-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.category-grid-item .category-title {
    line-height: 1.2 !important;
}

.woodmart-sticky-sidebar-opener:not(.sticky-toolbar) {
    
}

.sidebar-container .searchform .searchsubmit {
    right: 10px;
}

.product-grid-item :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links) {
    font-size: 18px;
}

.product-grid-item :is(.wd-product-cats,.wd-product-brands-links) a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.add-to-cart-loop span {
    font-weight: 300!important;
}

.wd-entities-title a {
    font-size: 18px;
}

@media (min-width:768px) {
    .category-grid-item img {
        object-fit: cover;
        width: 100% !important;
        height: 19.8vw;
    }
}

@media (max-width:768px) {
    .woocommerce-ordering {
        background-color: #dcb3a1;
        width: 40px !important;
        height: 40px !important;
    }
    .woocommerce-ordering:after {
        color: #0c605f !important;
    }
}

@media (max-width: 767px) {
    .category-grid-item img {
        object-fit: cover;
        width: 100% !important;
        height: 42vw;
    }

}


/*.product-element-top:before{
    content: "";
    background-image: url(/wp-content/uploads/2020/11/home-sec2-element1.jpg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -164px;
    left: 80px;
    width: 110px;
    height: 41vh;
    transform: rotate(90deg);
}*/