/*
Theme Name: Unibis
Theme URI: 
Author: DGTraffic
Author URI: https://dgtraffic.com
Description: Company Profile, Blog, E Catalog
Version: 1.0
Requires at least: 5.0
Requires PHP: 8.0
License: 
License URI: 
Text Domain: ecommerce, blog, company profile, landing page
*/
.page-template-front-page .brand-card .brand-img{
    height: 352px;
}
.tax-product_cat .image-replacer{
    height: 379px;
}
.prod-cat .prod-cat-card.r-rounded{
    overflow: hidden;
}
.pagination-container{
    margin: 80px 0;
    justify-content: center;
}
.pagination-container .dg-page-item .page-numbers {
    color: #fa9a25;
    background-color: #fff;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
}
.pagination-container .dg-page-item .current {
    color: white;
    background-color: #fa9a25;
}
.contact__followus a{
    color: #e40306;
}
.page-template-page-contact .contact__map p{
    display: inline;
}
.page-template-page-contact .contact__map p iframe{
    width: 100%;
    height: 100%;
}
.page-template-page-contact .wpcf7-spinner{
    position: absolute;
    right: 50%;
    top: 30%;
    z-index: 1;
    transform: translate(90px, 0px);
}
.page-template-page-contact .dg-btn-submit{
    padding: 1.125rem 4.81rem;
}
.page-template-page-privacy-policy h1,
.page-template-page-privacy-policy h2,
.page-template-page-privacy-policy h3,
.page-template-page-privacy-policy h4,
.page-template-page-privacy-policy h5,
.page-template-page-privacy-policy h6{
    color: #480b02;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Courgette,cursive;
    font-weight: 400px;
}
.post-not-found h1{
    font-size: 5rem;
}
.post-not-found p{
    font-size: 2rem;
}
.page-template-front-page .brand-filtering .btn-outline{
    margin-top: 25px;
}
.page-template-page-about-company .main-sct__cnt strong{
    color: #e40306;
    font-weight: 700;
}
.news-hilites .nh-long .nh-long__pic img{
    margin-top: -40px;
}
.news-hilites .nh-square-sm .nh-square-sm__pic img{
    margin-top: -30px;
}

/* mobile */
@media (min-width: 990px) {
    .footer-contacts{
        text-align: left;
        padding-left: 17%;
    }
    .news_grid .news_grid_img,
    .news_intro .news_intro_img{
        width: 90%;
    }
}

.page-template-page-products .prod-cat-card{
    overflow: hidden;
}
.page-template-front-page .cat-thumb img{
    width: 130px;
}
.cert-logos .c-logo img{
    object-fit: contain;
}
.principles-card .principles-cnt .principles-desc{
    height: 150px;
    overflow-y: scroll;
}
.page-template-front-page ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.page-template-front-page ::-webkit-scrollbar-thumb {
  background: rgb(195 91 91);
}

::-webkit-scrollbar-track {
/*   background: rgba(0, 0, 0, 0.2); */
}
.page-template-page-video .news_inline .news_inline_cnt .news_inline_title{
  margin-bottom: 5px;
  line-height: 1.5;
}
.page-template-page-video .news_inline .news_inline_cnt .news_inline_meta {
  margin-bottom: 5px;
}
.unibis-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.unibis-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-commercial{
    margin-bottom: 150px;
}
.distribution-row img{
    width: 85px;
}
.distribution-name{
    color: #E40306;
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 5px;
}
@media(max-width: 767.98px){
    .distribution-wrapper{
        display: block;
    }
    .distribution-wrapper:nth-child(-n+2){
        margin-bottom: 40px;
    }
    .distribution-wrapper:last-child{
        margin-bottom: -30px;
    }
    .distribution-image span{
        display: block;
    }
    .distribution-row img{
        width: 120px;
    }
}