.owl-theme {
position: relative;
margin-bottom: 30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
display: block;
padding: 10px 5px 13px 5px !important;
line-height: 0;
text-align: center;
font-size: 3em;
position: absolute;
bottom: 0;
color: #769791;
}

.owl-theme .owl-nav [class*='owl-']:hover {
text-decoration: none;
color: #000;
}

.widget-product .slick-arrow {
/*top: calc(50% - 86px);*/
}

.owl-theme .owl-prev {
left: 0;
}

.owl-theme .owl-next {
right: 0;
}

.owl-theme .owl-dots {
margin-top: 10px;
text-align: center;
}

.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 0 5px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #769791;
}
