/*Owl theme 1*/
.owl-theme-ag .owl-stage
{display: flex;}

.owl-theme-ag .owl-item
{display: flex;
height: fit-content;}

.owl-theme-ag .owl-nav [class*='owl-']
{width: 30px;
height: 30px;
background-size: contain;
display: inline-block;
cursor: pointer;
outline: none;
transition: 0.3s;}

.owl-theme-ag .owl-nav [class*='owl-']:hover
{transition: 0.3s;
opacity: 0.5;}

.owl-theme-ag .owl-nav .disabled
{opacity: 0.25;
cursor: default;}

.owl-theme-ag .owl-nav span
{display: none;}

.owl-theme-ag .owl-nav button
{margin-top: -15px;}

.owl-theme-ag .owl-nav button.owl-prev
{background-image: url(../css_images/arrow_left_yellow.svg);}

.owl-theme-ag .owl-nav button.owl-next
{background-image: url(../css_images/arrow_right_yellow.svg);}