@media only screen and (min-width: 1200px){
    .page-header__logo img {
        height: 70px!important;
    }
}

.page-footer__logo img {
    height: 75px;
}

.product-calendar{
    background-color: #939393;
    border: 2px solid #f38d43;
    color:white;
}

.product-calendar .col-sm-1{
    border-right: 1px solid black;
    text-align: center;
}

.product-calendar .col-sm-1 .month{
    text-transform: uppercase;
}

.product-calendar .col-sm-1 .on{
  background-color: #000000;
  min-height: 20px;
}

.product-calendar .col-sm-1 p{
    background-color: #939393;
    font-size: 13px;
}

.button--orange{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000000;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #834c27;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}

.button--orange:hover {
    color: #fff;
    background: #834c27;
}

.button--orange a{
    color: #834c27;
}

.button--orange:hover a, .button--green:hover a {
    color: #fff!important;
}

.promo-slider__layout {
    background-image: linear-gradient(to right,rgb(0 0 0) 0,rgb(127 73 35 / 46%) 50%,rgba(0,0,0,0.15) 60%)!important;
}

.hero-block__layout{
    background-image: linear-gradient(to right,rgb(0 0 0) 0,rgb(127 73 35 / 46%) 50%,rgba(0,0,0,0.15) 60%)!important;
}

.slick-track{
    float:left;
}

.socials__link img{
    filter: brightness(0) invert(1);
}

.logos-slider__item img{
    max-height: unset;
    max-width: unset;
    width:100%;
}

.logos-slider__item{
    height: 469px;
}

@media only screen and (min-width: 720px){
    .single-image{
        display:block;
    }

    .single-image .main-slider{
        width:100%;
    }

    .home-header{
        justify-content: flex-end;
        padding-right:50px;
    }
}

@media only screen and (max-width: 719px){
    .gallery .row .col-md-6{
        width:50%;
    }

    .home-header{
        display: flex !important;
        width: 33%;
        justify-content: flex-end;
    }

    .video-block--style-2::before {
        padding-top: 40%!important;
    }

    .promo-slider__title {
        font-size: 20px!important;
        line-height: 20px!important;
        font-weight: 100!important;
    }

    .gallery__description {
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        padding: 5px;
        min-width: 60%;
        opacity: 1;
        z-index: 2;
    }

    .gallery__item {
        transform: scale(.93);
    }

    .logos-slider__item{
        height: 637px;
    }
}

.counter--green .counter__top {
    color: white;
}

.js-video .img--bg{
    width: 50%!important;
    height: 50%!important;
    object-fit: contain!important;
}

.page-footer__copyright a{
    color:white!important;
}

#contact{
    background-color: black;
}

.contacts-item__img{
    background-color: white!important;
}

.gallery__item:hover .overlay {
    background: rgb(0 0 0 / 27%)!important;
}

.contact-trigger{
    background: black!important;
}

.product .file_field{
    padding-top: 10px;
}

#add-product{
    border-radius: 0%;
    font-size: 18px;
    padding: 0px 9px;
    background-color: #824b26;
    color: white;
    border: none;
}

.counter__top span{
    font-size: 80px!important;
}

.counter__count {
    margin-right: 5px!important;
}

.latest-item{
    border: 1px solid #bdbdbd52;
    padding: 5px;
}

.page-footer {
    padding: 36px 0 36px 0!important;
}

.latest-item__img {
    height: 180px;
    width: 200px;
    padding-left: 2px;
}

.latest-item__details {
    width: 70%;
    padding-left: 5px;
}


@media only screen and (max-width: 720px) {
    .page-header__logo img {
        height: 50px!important;
    }

}

.alert-success{
    color:green;
    padding-left: 15px;;
}

.contacts-item {
    margin-bottom: 30px!important;
}

.contacts-item__link:hover{
    color:white!important;
}



