49 lines
1.1 KiB
CSS
49 lines
1.1 KiB
CSS
/**/
|
|
.anut-block {
|
|
margin-top: 25px;
|
|
}
|
|
.featured-products-slider .owl-nav .owl-prev i,
|
|
.featured-products-slider .owl-nav .owl-next i {
|
|
color: #c8c8c8;
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
border: 1px solid #c8c8c8;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
.featured-products-slider .owl-nav .owl-prev,
|
|
.featured-products-slider .owl-nav .owl-next {
|
|
position: absolute;
|
|
top: -65px;
|
|
}
|
|
.featured-products-slider .owl-nav .owl-prev {
|
|
left: 0;
|
|
}
|
|
.featured-products-slider .owl-nav .owl-next {
|
|
right: 0;
|
|
}
|
|
.featured-products-slider .owl-nav .owl-prev:hover i,
|
|
.featured-products-slider .owl-nav .owl-next:hover i {
|
|
color: #000;
|
|
border-color: #000;
|
|
}
|
|
.featured-products-slider .owl-dots {
|
|
text-align: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
.featured-products-slider .owl-dot {
|
|
background-color: #fff;
|
|
border: 1px solid #000;
|
|
display: inline-block;
|
|
width: 13px;
|
|
height: 13px;
|
|
border-radius: 50%;
|
|
margin: 3px;
|
|
}
|
|
.featured-products-slider .owl-dot:hover,
|
|
.featured-products-slider .owl-dot.active {
|
|
background: #000;
|
|
} |