
.product-grid .add-to-wish-list.add-to-wish-list-grid:hover,
.widget-item-list .add-to-wish-list.add-to-wish-list-grid:hover {
    background: rgba(251, 187, 76, .8);
    color: #fff;
}

.widget-wmi-slider-owl-pro .owl-item .widget-caption > span {
    background: #403c3c82;
    padding: 1.25rem 2rem;
}

/* In case there will be 4 grid layout in footer this styles must be activated */

.footer-custom-block .widget-grid .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
}

.footer-custom-block .widget-grid .col-md-3:nth-child(4) {
    display:none;
}

/* In case there will be 3 grid layout in footer this styles must be activated */

/*
.footer-custom-block .widget-grid .col-md-3:first-child {
    flex: 0 0 32%;
    max-width: 32%;
}

.footer-custom-block .widget-grid .col-md-3:nth-child(2) {
    flex: 0 0 18%;
    max-width: 18%;
}*/
