.ova-images-slider{ &.owl-carousel{ position: relative; .item-images-slider{ img{ margin: 0 auto; object-fit: contain; max-height: 54px; width: auto; } } .owl-dots{ display: flex; justify-content: center; align-items: center; margin: 30px 5px; position: relative; bottom: 4px; button{ margin: 0px 5px; width: 6px; height: 6px; border-radius: 50%; background: #d1d1d6; &.active{ background-color: var(--primary); width: 12px; border-radius: 5px; } } } .owl-nav{ button{ position: absolute; bottom: 40%; width: 50px; height: 50px; border-radius: 50%; padding: 0px; display: inline-flex; justify-content: center; align-items: center; background-color: var(--primary); &.owl-prev{ left: -50px; } &.owl-next{ right: -50px; } i{ display: inline-flex; font-size: 14px; color: var(--heading); } &:hover{ background-color: var(--heading); i{ color: var(--primary); } } } } } }