.theme-light .nivo-directionNav a {
    background: url(../images/arow.png) no-repeat;
    border: 1px solid black;
    border-radius: 50%;
}

.nivo-directionNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 100%;
    margin: 0 40px;
    display: none;
}

.theme-light.slider-wrapper {
    padding: 0px;
    overflow: hidden;
}

.theme-light a.nivo-prevNav {
    left: 0;
    background-position: -7% 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.theme-light a.nivo-nextNav {
    right: 86px;
    background-position: 100% 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.theme-light .nivo-directionNav a:hover {
    border-radius: 50%;
    background-color: #fff;
    transition: background-color .3s linear;
}

.navbar {
    padding: 0;
}


.btn.btn-custom {
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.product-home .card {
    padding: 10px;
}

.swiper.slide-pc img {
    width: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--main-color);
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 6rem;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-carousel {
    position: relative;
}
