/*
Theme Name: ukragro
Author: webboxmaster
Author URI: https://webboxmaster.com/
Version: 777.21.2

All css files are placed in /css/ folder
*/

/* Action bar */
body #Action_bar .contact_details li, #Action_bar a { color: #55616d; }

/* List */
body .list_item .list_right { margin-left: 80px; }
body .list_item .list_right h4 { color: #032c27; font-size: 15px; font-weight: bold; margin: 10px 0 3px; font-family: "Droid Serif"; }

/* Faq */
body .faq .question .title { font-size: 19px; }

/* Footer */
body #Footer .footer_copy { border-top: 1px solid #ff4141; }
body #Footer .widget h4 { font-size: 20px; font-weight: 300; }

body #Action_bar .contact_details {
    float: right;
}

body #Action_bar .social-menu{
    float: left;
}

body #Action_bar .social-menu li {
    border-right: transparent;
}

body .sectionAdvantM .list_item h4{
    color: #ff0000;
    text-transform: uppercase;
    font-size: 25px;
}

body #Wrapper a.button.buttonZakazZvonkaM,
body #Wrapper a.button.buttonZakazRemontM{
    border-radius: 27px;
    width: 170px;
    text-align: center;
    box-shadow: 4px 6px 9px -1px #3e3e3e;
    margin-top: 40px;
    padding: 11px 6px;
    margin-bottom: 15px;
    margin-right: 7px;
}

body #Wrapper .buttonWrapperM a.button.buttonZakazZvonkaM,
body #Wrapper .buttonWrapperM a.button.buttonZakazRemontM{
    margin-top: 0;
    margin-right: 20px;
}



a.button.buttonZakazZvonkaM .button_label,
a.button.buttonZakazRemontM .button_label{
    float: none;
}

.wrapZakazZvonkaM .mcb-wrap-inner .column:nth-child(2) {
    clear: both;
}

.wrapZakazZvonkaM .mcb-wrap-inner .column_button {
    margin: 0 0 20px 30px;
}

.BannerZakazTextM.column{
    margin: 0 1% 0;
}

.BannerZakazTextM p{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 2px 1px #3e3e3e;
}

.BannerZakazTextM span a{
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 57px;
    display: block;
}


body .shop-filters {
    background-image: none;
}

body #Subheader:after {
    box-shadow: none;
}

#Subheader .title{
    font-size: 23px;
    margin-top: 50px;
}

#Subheader .title{
    text-align: center;
}

#Content{
    padding-bottom: 40px;
}

body.woocommerce ul.products li.product h3,
body.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.woocommerce-page ul.products li.product h4 ,
.home .woocommerce ul.products li.product h3,
.home .woocommerce ul.products li.product .woocommerce-loop-category__title,
.home .woocommerce-page ul.products li.product h4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    height: 42px;
}

body.woocommerce ul.products li.product .excerpt,
body.woocommerce ul.products li.product-category .excerpt,
body.woocommerce-page ul.products li.product .excerpt,
.home .woocommerce ul.products li.product .excerpt,
.home .woocommerce ul.products li.product-category .excerpt,
.home .woocommerce-page ul.products li.product .excerpt{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    font-size: 14px;
    height: 126px;
}

body.woocommerce-page ul.products li.product a,
.home .woocommerce-page ul.products li.product a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body.woocommerce-page ul.products li.product h4:hover,
body.woocommerce-page ul.products li.product a:hover,
.home .woocommerce-page ul.products li.product h4:hover,
.home .woocommerce-page ul.products li.product a:hover{
    color: #e20f0f;
}


.woocommerce ul.products li.product .excerpt:after ,
.woocommerce ul.products li.product-category .excerpt:after {
    content: '';
    color: #ff4141;
    background-image: url("./images/bgLine.png");
    position: absolute;
    width: 4px;
    height: 100%;
    right: -12px;
    top: 0;
}

.woocommerce ul.products li.product:nth-child(5n) .excerpt:after ,
.woocommerce ul.products li.product:nth-child(5n) .excerpt:after ,
.woocommerce ul.products li.product-category:last-child .excerpt:after ,
.woocommerce ul.products li.product-category:last-child  .excerpt:after {
    display: none;
}

body.woocommerce ul.products li.product .excerpt ,
.home .woocommerce ul.products li.product .excerpt {
    position: relative;
}

.home .woocommerce ul.products li.product .excerpt {
    overflow: hidden;
}


body.woocommerce ul.products li.product p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



.woocommerce ul.products li.product-category a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce ul.products li.product-category a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 16px;
    color: #ff4141;
    text-align: center;
}


body.woocommerce ul.products li.product .woocommerce-loop-category__title ,
.home .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-weight: 500;
    letter-spacing: 0;
}

body.woocommerce ul.products li.product .desc ,
.home .woocommerce ul.products li.product .desc {
    padding: 15px 0;
}


.woocommerce ul.products li.product.shopM.parentCatM,
.woocommerce-page ul.products li.product.shopM.parentCatM{
    /*position: static;
    padding-bottom: 6000px;*/
}

.catsChildM{
  /*  width: 100%;
    position: absolute;*/
}

.catsChildM>.woocommerce-loop-category__title{
    float: left;
    margin-bottom: 20px;
    margin-top: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catsChildM>.woocommerce-loop-category__title a{
    font-size: 20px;
    color: #010101;
    text-transform: uppercase;
    display: block;
}

body.woocommerce ul.products.catsChildM2 li.product.woocommerce-loop-category__title,
.home .woocommerce ul.products.catsChildM2 li.product.woocommerce-loop-category__title{
    height: 404px;
}

body.post-type-archive-product.subheader-both-left #Subheader .title,
.home .post-type-archive-product.subheader-both-left #Subheader .title{
    font-size: 33px;
    text-align: center;
}


.woocommerce.columns-5 ul.products li.product.shopM.parentCatM{
    width: 31%!important;
    clear: none!important;
}

.woocommerce.columns-5 ul.products li.product.shopM.parentCatM .wrapParM{
    width: 290px;
    height: 315px;
    margin: 0 auto;
}

.wrapParM{
    border: 1px solid #ffffff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.wrapParM:hover,
.active.wrapParM{
    border: 1px solid #e20f0f;

}

.shopM.parentCatM .woocommerce-loop-category__title a,
.home .parentCatM .woocommerce-loop-category__title a{
    color: #010101;
}

body .catsChildM.cat-88{
    display: none;
}

.hideM{
    display: none!important;
}

body .product-category img ,
.home #Content .product-category img {
    max-width: 100%;
    margin: 0 auto;
}

.mainTextM{
    line-height: 1.2;
}

.textdefectM{
    color: #ff4141;
    text-align: center;
    margin: 10px 0 20px;
    font-size: 16px;
    font-weight: bold;
}

body.woocommerce .product div.entry-summary .price {
    font-size: 29px;
    color: #000!important;
    margin-bottom: 25px!important;
}

body.woocommerce .product div.entry-summary h1.product_title {
    font-size: 23px;
    text-transform: uppercase;
    color: #ff0000;
}

.managerCallM{
    font-size: 18px;
    margin-bottom: 20px;
}

.managerCallM .phone a{
    color: #727374;
}

.relPrM{
    float: left;
    width: 50%;
}

.relPrM a{
    color: #6f6f6f;
    font-size: 13px;
}

body .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    display: none;
}

#tab-description{
    padding-top: 30px;
}
.single-product .content h2{
    font-size: 25px;
}

.contactPageM li{
    list-style: none;
}

.contactPageM .column_visual ul{
    margin: 0 0 15px 0;
}

.contactPageM .icon-right-open-mini:before{
    display: none;
}

.contactPageM a{
    color: #727374;
}

.contactPageM .widget:after{
    display: none;
}

.page-id-112 #Subheader,
.page-id-116 #Subheader{
    padding-top: 0;
}

.page-id-112 #Subheader:before{
    display: block;
    content: '';
    height: 430px;
    background: url("/wp-content/uploads/bgabout.jpg") no-repeat;

}



.page-id-116 #Subheader:before{
    display: block;
    content: '';
    height: 389px;
    background: url("/wp-content/uploads/bgdostavka.jpg") no-repeat;

}

body .post-footer {
     background: transparent;
}

.post-desc .entry-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.sidebar .widget-area,
.sidebar .widget:after,{
    border-color: rgba(255, 66, 66, 0.49);
}

.sidebar .widget-area:before {
    display: none;
}

.sidebar a{
    float: left;
    color: #727374;
    margin-bottom: 10px;
    clear: both;
}
.sidebar h4{
    font-size: 20px;
}

.lisinfoStatyaM{
    overflow: hidden;
}

.section-post-related .post-related .date_label {
    display: none;
}

.section-post-related .post-related .image_frame {
     margin-left: 0;
}


body .widget_nav_menu ul {
    background: transparent;
}

body #Top_bar .menu li ul li {
    width: 250px;
}

body #Top_bar .menu li ul li ul {
    left: 250px;
}

body #Top_bar .menu li ul li ul.sub-menu.leftMenuM {
    left: -250px;
}

#Side_slide .contact_details {
    padding-left: 18px;
}
#Side_slide .contact_details {
    border-top: 1px solid rgba(255,255,255,0.3)
}

body #Side_slide #menu ul li {
     border-top: transparent;
}

body #Side_slide #menu > ul:last-child > li:last-child {
     border-bottom: transparent;
}

#Side_slide .contact_details li.headContM {
    padding: 16px 10px 0 6px;
}

#Side_slide .contact_details li {
    padding: 7px 0;
    font-size: 15px;
}

body .cf7-close-button {
    padding: 3px 3px;
    right: 0;
    left: auto;
    margin-right: 9px;
    margin-top: 4px;
    border-radius: 0;
}

body #Side_slide .cf7-button-popup {
    border: 1px solid #fff;
    background-color: #1e99bb;
    margin-left: 21px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
    margin-top: 10px;
}

body a.button,
body a.tp-button,
body button,
body input[type="submit"],
body input[type="reset"],
body input[type="button"] {
    border-radius: 0;
}

body .wpcf7-submit {
    border-radius: 0;
}


a#back_to_top.button.button_js{
    border: 1px solid #0c141d;
}

.BannerZakazTextM span a:hover{
    text-decoration: underline;
}

input[type="text"].labelProduct{
    width: 100%;
}

.BannerHomeMobileM{
    display: none;
}
.if-zoom .noHoverM .image_frame:hover .image_wrapper img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.viber img{
    padding: 9px 4px 0;
    float: left;
}

#Action_bar .viber img{
    padding: 3px 4px 0;
}

body #Top_bar .menu li ul li a {
    padding: 8px 20px;
}

#tab-description ul{
    list-style-position: inside;
    list-style: square!important;
    padding-left: 20px;
}

#tab-description ul li{
    list-style-position: inside;
    list-style: square!important;

}


@media only screen and (max-width: 479px){
    .woocommerce.columns-5 ul.products li.product.shopM.parentCatM {
        width: 100%!important;
    }

    .woocommerce.columns-5 ul.products li.product.shopM.parentCatM .wrapParM {
        width: 290px;
    }
}

@media only screen and (max-width: 500px){

    .BannerHomeMobileM{
        display: block;
    }

   .home #mfn-rev-slider{
        display: none;
   }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 767px){
    .woocommerce.columns-5 ul.products li.product.shopM.parentCatM .wrapParM {
        width: 100%;
    }
    .page-id-112 #Subheader:before,
    .page-id-116 #Subheader:before{
        display: none;

    }

   #Action_bar .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

   body #Top_bar a.responsive-menu-toggle.is-sticky {
        right: 10px;
       left: auto;
       top: 45px;
    }

    body #Header  #Action_bar  #menu-secondary-menu {
        width: auto;
    }

    body #Header #Action_bar .contact_details {
        width: auto;
    }

    #Side_slide #menu > ul > li > a,
    a.action_button, #overlay-menu ul li a {
        font-size: 18px;
    }

    body.minimalist-header-no #Subheader {
        padding: 0 0!important;
    }

    .BannerZakazTextM{
        text-align: center;
    }
    .BannerZakazTextM .column_attr{
        padding-left: 0!important;
    }

    .BannerZakazTextM span a{
        text-align: center;
        margin-left: 0;
    }

}

@media only screen and (max-width: 768px) {
    .page-id-112 #Subheader:before {
        display: none;

    }
}
@media only screen and (min-width: 768px){
    a.button:hover:after, a.tp-button:hover:after, a.action_button:hover:after, button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
        border-radius: 27px;
    }
}


@media only screen and (min-width: 959px) and (max-width: 1280px) {
    body.woocommerce ul.products li.product h3,
    body.woocommerce ul.products li.product .woocommerce-loop-category__title,
    body.woocommerce-page ul.products li.product h4,
    .home .woocommerce ul.products li.product h3,
    .home .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .home .woocommerce-page ul.products li.product h4 {

        height: 90px;
    }
}

@media only screen and (max-width: 1239px){

        body #Header #menu-secondary-menu {
            float: none;
            width: 400px;
            margin: 0 auto;
        }

        body #Action_bar .contact_details {
            float: none;
            width: 500px;
            margin: 0 auto;
        }

    }

@media only screen and (max-width: 1280px) {

    body .product-category img,
    .home #Content .product-category img {
        max-width: 190px;
    }
}