
/* service sidebar */
.custom-service-widget
{
    padding: 32px;
    background: var(--color-theme-white);
    margin: 32px 0;
}
.custom-service-widget .download-image{ 
    height: 60px;
    background: var(--color-theme-primary);
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 32px;
}

@media(max-width:480px){

    .custom-service-widget .download-image{ 
      margin-right: 0px;
    }	
}
.custom-service-widget .download-text a 
{
    color: var(--global-font-color);  
}

/* woocommerce */ 
ul li .ajax_add_to_cart.added {
    display: none !important;
}
a.added_to_cart:after { 
    color: var(--color-theme-primary);
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
    font-weight: 600;
}
.blog-carousel .owl-stage-outer,
.vizion-team-slider .owl-carousel .owl-stage-outer
{
    padding: 64px;
    margin: -64px;
    overflow: hidden; 
}  
.blog-carousel .owl-item.cloned, 
.blog-carousel .owl-item,
.vizion-team-slider .owl-carousel .owl-item.cloned, 
.vizion-team-slider .owl-carousel .owl-item { 
    opacity: 0;
}
 .blog-carousel .owl-item.active,
.vizion-team-slider .owl-carousel  .owl-item.active {
    opacity: 1;
} 


.owl-carousel .owl-dots button.owl-dot
{
    width: 20px;
    height: 20px;
    display: inline-block;   
    vertical-align: middle; 
    margin: 0 5px;
    text-align: center;
    margin-top: 32px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active 
{
    border: 1px solid var(--color-theme-primary);
}
.owl-carousel .owl-dots button.owl-dot span
{
    height: 10px; 
    width: 10px;
    background: var(--color-theme-primary);
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    opacity: 0.5;
}
.owl-carousel .owl-dots button.owl-dot.active span{
    opacity: 1;
} 
.owl-carousel .owl-dots
{
    text-align: center;
}

.owl-nav button, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    border-radius: 50%;
    border: 1px solid var(--color-theme-primary) !important;
    transition: all 0.5s ease-in-out;
}   
.owl-carousel .owl-nav button.owl-prev svg path,
.owl-carousel .owl-nav button.owl-next svg path{
    fill:var(--color-theme-primary);
}

.owl-nav button, .owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-nav button, .owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus{
    background-color: var(--color-theme-primary);
}

.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path,
.owl-carousel .owl-nav button.owl-prev:focus svg path,
.owl-carousel .owl-nav button.owl-next:focus svg path{
    fill:var(--color-theme-white);
}

.vizion-dark{
    background: var(--color-theme-black);
} 
.vizion-dark .vizion-title-box .vizion-heading-title{
    color:var(--color-theme-white);
}
.iqonic-custom-layouts.left-slide.open, .iqonic-custom-layouts.right-slide.open {
    background-color: var(--global-body-lightcolor);
}

.owl-carousel .owl-prev .vizion-leftarrow,
.owl-carousel .owl-next .vizion-rightarrow { 
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-prev .vizion-leftarrow i,
.owl-carousel .owl-next .vizion-rightarrow i{
    color: var(--color-theme-primary);
}
.owl-carousel .owl-prev:hover .vizion-leftarrow i,
.owl-carousel .owl-next:hover .vizion-rightarrow i,
.owl-carousel .owl-prev:focus .vizion-leftarrow i,
.owl-carousel .owl-next:focus .vizion-rightarrow i{
    color: var(--color-theme-white);
}

