.owl-prev,
.owl-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
}

.owl-prev::before,
.owl-next::before {
    background-image: linear-gradient(to bottom, #400506, #E21F23);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 29px !important;
}

/* owl dot start */

button.owl-dot.active {
    border-radius: 2px !important;
    width: 52px !important;
    height: 4px !important;
    background: #ed3f46 !important;
}

button.owl-dot {
    background: black !important;
    border-radius: 2px !important;
    width: 52px !important;
    height: 4px !important;
    border: none !important;
}

.base-slider .owl-nav [class*='owl-'] {
    top: calc( (100% - 90px )/2 ) !important;
}

.owl-carousel .owl-nav [class*='owl-'].owl-next:before{
    padding-left: 2px;
}
.owl-carousel .owl-nav [class*='owl-'].owl-prev:before{
    padding-right: 2px;
}

/* owl dot end */


/* Special offers product tab owl carousel start */

.cdz-tabs-wrap.hdf-special-offer-products .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.cdz-tabs-wrap.hdf-special-offer-products .owl-carousel .owl-nav [class*='owl-'] {
    position: unset;
}

/* .cdz-product-wrap.base-slider:hover .owl-carousel .owl-nav [class*='owl-'] {
    background: white !important;
    border-color: none !important;
} */

/* .featured-brands.owl-carousel .owl-nav [class*='owl-'] {
    width: 50px !important;
    height: 50px !important;
    background: white !important;
}    */

.owl-nav [class*='owl-'] {
    border-color: #e21f23;
    background: #fff !important;
} 

.owl-nav [class*='owl-']:hover {
    border-color: #e21f23;
    background: #e21f23 !important;
}

.owl-nav [class*='owl-']:hover:before{
    color:#fff;
}

/* Special offers product tab owl carousel end */


/**** Responsive section start ****/

/* Extra Small Devices (Phones) */
@media (max-width: 575.98px) {
}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium Devices (Tablets, Small Laptops, Desktops) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra Large Devices (Large Desktops, TVs) */
@media (min-width: 1200px) {
}

/* Small Devices (Tablets) */
@media (min-width: 1400px) and (max-width: 1599px) {
    /* Top main banner */
    .cdz-slideshow.main-slideshow .items.owl-carousel.owl-loaded.owl-drag.preview-dots{
        height:inherit;
    }
}

/**** Responsive section end ****/


/* #back-top a {
    font: 600 12px/1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: #e21f23;
    border-color: #e21f23;
    background: #fff;
    display: block;
    box-shadow: 3px 5px 10px 0 rgba(0,0,0,.3);
} */