/*Owl theme reply*/
.owl-theme-reply .owl-item
{display: flex;
height: fit-content;}

.owl-theme-reply .owl-nav
{margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
bottom: 0px;
top: 0px;
width: 100%;
display: flex;
justify-content: space-between;
color: rgba(92,74,132,1);
font-size: 60px;
line-height: 0px;}

.owl-theme-reply .owl-nav [class*='owl-']
{color: rgba(92,74,132,1);
font-size: 60px;
padding: 25px;
background: rgba(92,74,132,0.5);
display: inline-block;
cursor: pointer;
border-radius: 3px;
outline: none;
transition: 0.5s;}

.owl-theme-reply .owl-nav [class*='owl-']:hover
{color: rgba(235,111,157);
transition: 0.25s;}

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

.owl-theme-reply .owl-nav.disabled + .owl-dots
{margin-top: 15px;}

.owl-theme-reply .owl-dots
{text-align: center;
-webkit-tap-highlight-color: transparent;
margin-top: 30px;}

.owl-theme-reply .owl-dots .owl-dot
{display: inline-block;
zoom: 1;
*display: inline;
outline: none;}

.owl-theme-reply .owl-dots .owl-dot span
{width: 15px;
height: 15px;
margin: 5px 7px;
background: rgba(92,74,132,0.5);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;}

.owl-theme-reply .owl-dots .owl-dot.active span, .owl-theme-reply .owl-dots .owl-dot:hover span
{background: rgba(92,74,132,1);}

.owl-theme-reply .owl-nav button.owl-prev, .owl-theme-reply .owl-nav button.owl-next
{height: 35px;
margin: -60px -16px 10px -16px;}

.owl-theme-reply .owl-nav button.owl-prev img, .owl-theme-reply .owl-nav button.owl-next img
{width: 25px;
height: 25px;
object-fit: contain;}

@media all and (max-width: 768px)
{
.owl-theme-reply .owl-nav button.owl-prev, .owl-theme-reply .owl-nav button.owl-next{margin: -36px -16px;}
}
