section.blog-page-feature-section {
background: rgba($black_color, 0.03);
padding: 100px 0 40px 0;
margin: 0;
.bttk-itw-holder {
.owl-stage-outer {
padding-bottom: 45px;
}//.owl-stage-outer
}//.bttk-itw-holder
.owl-carousel {
.owl-nav {
[class*="owl-"] {
height: 70px;
width: 40px;
left: 0;
top: 40%;
background: rgba($white_color, 0.8);
&:hover,
&.disabled {
background: rgba($white_color, 0.95);
}
&.disabled {
cursor: not-allowed;
}
&:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
width: 15px;
height: 20px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
}//[class*="owl-"]
.owl-next {
left: auto;
right: 0;
&:before {
background-image: url('data:image/svg+xml; utf-8, ');
width: 10px;
}
}//.owl-next
}//.owl-nav
}//.owl-carousel
}//section.blog-page-feature-section
@include media(xs) {
section.blog-page-feature-section {
padding-top: 60px;
padding-bottom: 0;
}//section.blog-page-feature-section
}//media(xs)