
#tps_carousel_container ._button,
#tps_carousel_container ._button svg {
color: #f08100;
fill: #f08100;
}
#tps_carousel_container ._button {
font-size: 32px;
line-height: 32px;
}
#tps_carousel_container ._button svg {
width: 32px;
height: 32px;
}
#tps_carousel_container ._button:hover,
#tps_carousel_container ._button:focus,
#tps_carousel_container ._button:hover svg,
#tps_carousel_container ._button:focus svg {
color: #ffa338;
fill: #ffa338;
}
#tps_carousel_container ._disabled,
#tps_carousel_container ._disabled svg {
color: #777777 !important;
fill: #777777 !important;
}
#tps_carousel_container ._carousel {
margin: 0 42px;
}
#tps_carousel_container ._prev {
margin-right: 10px;
}
#tps_carousel_container ._next {
margin-left: 10px;
}