#cookie_action_close_header.cli_action_button {
  text-transform: uppercase;
  font-size: 12px;
  padding: 17px 24px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid transparent;
  z-index: 0;
  border-radius: 4px;
}
.cli_messagebar_head {
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: 800;
}

#cookie-law-info-bar {
  padding-bottom: 20px !important;
}
#cookie-law-info-bar .span {
    font-size: 13px;
    color: #353535;
}
*::selection {
    background: #FF9F1C !important;
}
.main-menu ul li:hover> a{
    color:#fdfffc !important;
}
.main-menu ul li a:before{
    background-color:#20BF55 !important;
}
@media (min-width: 1024px){
    .sub-menu.drop{
    display:flex;
    width: auto !important;
    }
    .sub-menu.drop .menu-item{
        white-space:nowrap;
    }
}

.footer, .subscription{
    background-color:#035218;
    border: none;
    font-family:'Lato', sans-serif !important;
    font-weight: 200;
    font-size: 14px;
}
.footer strong, .subscription strong{
    font-weight:800;
}
.footer a, .subscription a{
    color:#fefefe;
}
.footer a:hover, .subscription a:hover{
    color:#20BF55;
}
.subscription{
    padding-bottom:0px;
    padding-top:58px;
}
.footer{
    padding-bottom:28px;
}
.copyright{
    font-size:14px;
    background-color:#035218;
    font-family:'Lato', sans-serif !important;
    font-weight: 200;
}
.footer-nav-title.text-light, .subscription .block, .footer strong, .footer b, .footer p{
    color:#fefefe !important;
}

.h1-social-media ul li:first-child a i.fa::after{
    content:"Facebook";
    font-family:'Lato', sans-serif !important;
    transition:all 0.3s ease-in-out;
    padding-left:5px;
    display: inline-block;
    width: 0px;
}
.h1-social-media ul li:last-child a i.fa::after{
    content:"Instagram";
    font-family:'Lato', sans-serif !important;
    transition:all 0.3s ease-in-out;
    padding-left:5px;
    display: inline-block;
    width: 0px;
}
.h1-social-media ul li a:hover i.fa::after{
    width:72px;
}
.h1-social-media ul li{
    animation: infinite 4s pop ease-in-out;
}

.h1-social-media ul li:hover{
    animation: stop;
}
@keyframes pop{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.3);
        opacity:0.8;
    }
    100%{
        transform:scale(1);
        opacity:1;
    }
}

.hind-font, .hind-font button{
      font-family:'Lato', sans-serif !important;
}
.h3, .h3 button{
    font-size:20px;
    font-weight:800;
}
.upper, .upper button{
    text-transform:uppercase;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.subscription .d-flex .col-lg-9{
    padding: 0px !important;
}
.justify{
    text-align:justify;
}

.large-font{
    font-size:40px;
    font-weight:800;
}
.white{
    color:#fefefe;
}
.text-justify{
    text-align:justify;
}

.get_quote{
    padding: 14px 12px;
}

/* EDYTOR NAPRAWA */
.vc_col-sm-4.vc_element-container.ui-sortable, .vc_col-sm-6.vc_element-container.ui-sortable, .vc_col-sm-3.vc_element-container.ui-sortable, .vc_col-sm-2.vc_element-container.ui-sortable, .vc_col-sm-10.vc_element-container.ui-sortable, .vc_col-sm-8.vc_element-container.ui-sortable{
    width:100% !important;
}
.col-lg-8.col-md-12.col-sm-12.col-12{
    width:100% !important;
}

/* CART DISABLER */
.header-cart{
    display: none !important;
}


.tagged_as > a{
    padding: 2px 8px;
    background-color: #eee;
    color: #011627;
    border-radius: 5px;
    font-size: 12px;
    line-height: initial;
    display: inline-block;
}

.product-content h2{
    font-weight:300;
    margin-bottom:0px !important;
    font-size: 1.7rem;
}
.product-content h2 a{
    color: #011627 !important;
}
.product-content p{
        font-weight:300;
}
.shop-product-single{
    display: flex;
    height: 100%;
    flex-direction: column;
    padding:20px;
    background-color:#fff;
    border-radius:3px;
    transition:all 0.3s ease-in-out;
}
.shop-product-single:hover{
    -webkit-box-shadow: 0px 11px 19px -11px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 11px 19px -11px rgba(0,0,0,0.4);
    box-shadow: 0px 11px 19px -11px rgba(0,0,0,0.4);
}
.category-section .wpb_single_image{
    -webkit-box-shadow: 0px 11px 19px -11px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 11px 19px -11px rgba(0,0,0,0.4);
    box-shadow: 0px 11px 19px -11px rgba(0,0,0,0.4);
        margin: 0px 5px;
}
.category-section .wpb_single_image a:after{
    content:"";
    width: 90%;
    height:90%;
    border: 1px #fff solid;
    position: absolute;
    left:5%;
    top:5%;
    opacity:0;
    transition:all 1s ease-in-out;
}
.category-section .wpb_single_image a:hover:after{
    opacity:1;
}
.product-read{
        margin-left: auto;
    margin-right: auto;
    margin-top:auto;
}
.product-read a{
    left: 50% !important;
    transform: translateX(-50%);
}
.product-price-in-thumb{
    display:none !important;
}
.product-img a img, .product-img a{
    transition: all 0.3s ease-in-out;
        position: relative;
}
.product-img:hover a img{
    opacity: 0.5;
}

.product-category.product{
    list-style-type: none;
    width: 25%;
}

.category-section .cat-hover{
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 70%;
    background-color: #fefefe;
    padding: 15px 10px !important;
}


.woocommerce-loop-category__title{
    text-align:center;
    font-weight:200;
    padding-top: 10px;
}
.vc-hoverbox-block-inner .vc_custom_heading{
    background-color: #fefefe;
    padding: 8px 0px;
}

.product_meta{
    display:grid;
}


.fade-in-hover{
    transition: all 0.3s ease-in-out;
    position: relative;
}
.fade-in-hover img, .cat-hover{
    transition: all 0.3s ease-in-out;
}
.fade-in-hover:hover img{
    opacity:0.6;
}

/*Transparent Menu */
.h1-navigation-area{
    z-index: 99;
    position: relative;
}
.page-template > .container{
    margin-top:-82px;
}
.main-menu ul li a{
    color: #fefefe;
}
.h1-navigation-area.navbar-fixed-top{
    background-color: #0b4f6c !important;
}
.navbar-fixed-top .main-menu ul li ul.sub-menu{
    background-color:#F9F9F9 !important;
}

.mean-container a.meanmenu-reveal{
    color: #fff !important;
    border-color: #fff !important;
}
.mean-container a.meanmenu-reveal span{
    background:#fff !important;
}

.get_quote.btn{
    font-family:'FontAwesome', "Lato" !important;
    border-radius:5px;
}

.category-section .vc_col-sm-4 .wpb_single_image{
    transition: all 0.3s ease-in-out;
}
.category-section .vc_col-sm-4 h2 >a.animated{
    animation-duration: 1.5s;
    animation-name:slidepop;
    animation-fill-mode: forwards;
}
.category-section .vc_col-sm-4:hover .wpb_single_image{
    -webkit-box-shadow: -10px 0px 29px -16px rgba(0,0,0,0.56);
    -moz-box-shadow: -10px 0px 29px -16px rgba(0,0,0,0.56);
    box-shadow: -10px 0px 29px -16px rgba(0,0,0,0.56);
}
@keyframes slidepop{
    0%{
        padding-right:0;

    }
    50%{
        padding-right:20px;
        
    }
    100%{
        padding-right:0px;
    }
}

.slider-buttons > a {
    line-height:2em !important;
    position:relative;
    transition: all 0.5s ease-in-out;
     border-radius:2px;
}
.slider-buttons > a:hover {
    border-color:#fefefe !important;
    transform:scale(1.1);
}

.product-read .button.product_type_simple, .vc_tta-tabs-list li.vc_tta-tab >a,.vc_tta-panel .vc_tta-panel-heading a{
font-size: 16px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
line-height: 16px !important;
background-color: #eee !important;
border-radius: 0px !important;
padding: 14px 12px !important;
background-color: #fff !important;
border-color: #20bf55 !important;
border-radius: 5px !important;
box-shadow: 0 0px 10px
rgba(0,0,0,0.15) !important;
}
.vc_tta-tabs-list li.vc_tta-tab >a{
    border:none !important;
}
.vc_tta-tabs-list li.vc_tta-tab >a span, .vc_tta-panel .vc_tta-panel-heading a >span{
        color: #20bf55 !important;
}
.product-read .button.product_type_simple:hover, .vc_tta-tabs-list li.vc_tta-tab.vc_active >a, .vc_tta-panel.vc_active .vc_tta-panel-heading a{
    background-color: #fff !important;

}

/* Wyłczenie  zoom w  product page */
.woocommerce-product-gallery__image img{
    width: 100% !important;
    height:100% !important;
    top: 0px !important;
    left: 0px !important;
}
/*Koniec */
.page_tittle.activebreadcrumbColor{
   font-weight: 500 !important;
   font-size: 40px !important;
   line-height: 48px !important;
}
.vc_tta-tabs-list{
    display: flex !important;
    justify-content: center !important;
}
.wpcf7-form-control.wpcf7-submit{
    transition:all 0.3s ease-in-out;
    justify-content: center;
    background-color: #20bf55 !important;
    border-color: #20bf55 !important;
    color: #ffffff !important;
    border-radius:5px !important;
    border-radius: 5px !important;
}
.wpcf7-form-control.wpcf7-submit:hover{
        border-color: #0b4f6c !important;
    background-color: #0b4f6c !important;
     border-radius:5px !important;
}
@media screen and (min-width: 769px){
    .section-mobile{
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}
@media screen and (max-width: 768px){
    .slider-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background-color: rgba(1,1,1,0.4);
        border-radius:5px;
        padding: 5px;
    }
    .slider-buttons{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .category-section {
        padding-bottom: 0px !important;
    }
    .category-section .vc_col-sm-4 {
        padding-bottom: 20px !important;
    }
    .work-counter{
        padding: 0px !important;
    }
    .vc_row.section-element.cross-photo{
        background: #fefefe !important;
    }
    .m-0.main-title{
        max-width:90%;
    }
    .vc_separtor{
        display: none;
    }
    .footer-logo-img{
        display: flex;
        justify-content: center;
    }
    .hidden-sm-down{
        display:none;
    }
    .section-mobile{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .contact-page-form input{
        width: 100%;
        border-radius: 5px !important;
    }
    
    /*MENU COLORS*/
    .mean-container .mean-nav ul li >a:first-child{
        color:#0B4F6C !important;
    }
    .navbar-fixed-top{
        backgorund:#fefefe;
    }
    .mean-container .mean-nav ul li{
        background-color:#fefefe !important;
    }
    .h1-navigation-area{
        background-color:#fefefe !important;
    }
    .meanmenu-reveal, .meanmenu-reveal span{
        color: #20BF55 !important;
        background-color: #20BF55 !important;
        border-radius:5px;
    }
    .mean-expand{
        color:#fefefe  !important;
         background-color: #0B4F6C !important;
    }
    /*Koniec*/
    .summary.entry-summary{
        padding:10px 20px;
    }
    .related.products{
        padding-left:20px;
        padding-right:20px;
    }
    #blog{
        padding-top:0px !important;
    }
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before{
    border-color: #fefefe !important;
}

.wpcf7-form-control.wpcf7-submit{
    border-style: solid;
    border-radius:5px !important;
}
.flex-product-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.single-product h5.page_tittle{
    text-align:center !important;
    font-weight: 800;
}

.tab-title{
    font-weight:400;
    font-size: 2rem;
    text-transform:uppercase;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    margin-bottom:20px;
}
.vc_custom_1577718255186 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19) !important;
}
.vc_bar{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19) !important;
}

.slide-caption, .slide-caption .slide-title {
    color: #000 !important;
}
.btn.btn-default.wow.fadeInUp {
    box-shadow: 0 10px 20px 
    rgba(0,0,0,0.19) !important;
}
.service-all-btn .btn-default, button.default_button.dustrial-btn, .subscription-form .subscription .btn, button.get_quote_btn, .h2-blog-single-item .blog-img .overlay-btn a, a.get_quote.btn, .btn {
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}
a.link.btn.btn-primary.activeBorder {
    border-color: rgba(255,255,255,0.86);
background-color:#ffffff40 !important;
color: white !important;
}

.main-menu ul li ul.sub-menu li a {
color: #20bf55;
background: #0000006e;
}
.vc_row.section-element.px-2.section-mobile.vc_custom_1578918123758 {
    display: none !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  
.h1-navigation-area {
    background-color: 
    #fefefe00 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
 
}
@media (min-width: 481px) and (max-width: 767px) {
.h1-navigation-area {
    background-color: 
    #fefefe00 !important;
}
}
.service-all-btn .btn-default, button.default_button.dustrial-btn, .subscription-form .subscription .btn, button.get_quote_btn, .h2-blog-single-item .blog-img .overlay-btn a, a.get_quote.btn{
	    background-color: #868686 !important;
    border-color: #868686 !important;
}