p {
    color: #ababab;
    font-size: 13px;
}

.language-icon {
    width: 30px;
    aspect-ratio: 4/3;
    border-radius: 5px;
}

.language {
    align-items: center;
    justify-content: center;
    margin: 35px;
}


#footer a:not(.btn):not(.no-footer-css) {
    color: #ababab;
    font-size: 13px;

}

#footer .footer-copyright p {
    color: #ababab;
}

#footer {
    margin-top: -8px;
}

.call-to-action.call-to-action-in-footer {
    margin-bottom: 0px !important;
}
.owl-bg-img::after{
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}

.product-details p{
    color: #303030 !important;
    font-size: 12pt;
}
.slider-img-light::after{
    background-color: rgba(0, 0, 0, 0.2)!important;
}

@media (max-width:768px) {
.language-icon{
    margin-top:-23px;  
}}
