
/*--  start_default  --*/
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{

    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family: Roboto,sans-serif;    
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: normal;
    /*color:#1c0440;*/
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
input{
outline:none;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}

.fixWidth{
    width:1440px;
    margin:auto;
    position:relative;
}


.menubs{
    display:none;
}

.dskMenu{
        width: 100%;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 0;
        box-sizing: border-box;
        text-align:center;
}

.dskMenu > ul{
        padding: 0;
    display: inline-flex;
}

.dskMenu > ul > li > a{
    padding: 20px;
    display: block;
    color: #fff;
    font-size: 17px;
}



.dskMenu li a{
    position: relative;
    display: block;
}




.dskMenu>ul>li>a:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 2px;
    background: #52BA45;
    content: "";
    transform: scaleX(.5);
    opacity: 0;
    transition: all .3s ease;
    z-index: 999;
}


.dskMenu>ul>li:hover a:before,
.dskMenu>ul>li.active a:before,
.dskMenu>ul>li:hover a:after,
.dskMenu>ul>li.active a:after{
    opacity: 1;
    transform: scaleX(1);
}


.dskMenu>ul>li>a:after {
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    height: 2px;
    background: #52BA45;
    content: "";
    transform: scaleX(.5);
    opacity: 0;
    transition: all .3s ease;
    z-index: 999;
}



.main_paralax{
    width: 100%;
    display: inline-block;
    height:800px;
    position:relative;
}

.main_paralax:before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    position:absolute;
    top:0;
    left:0;
    z-index:99;
}
.paralax_item{
        width: 100%;
    display: inline-block;
    height:800px;
}


.parallax-window {
        width: 100%;
    display: inline-block;
    height:800px;
}


body:not(.page_101) .parallax-window,
body:not(.page_101) .paralax_item,
body:not(.page_101) .main_paralax{
    height:400px;
}
body:not(.page_101) .main_row_description{
    display:none;
}
.logo_row{
        position: absolute;
    width: 100%;
    top: 70px;
    z-index:999;
}

.bg_row{
        width: 100%;
    display: inline-block;
}

.log_box{
    float: left;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-sizing: border-box;
}

.log_box img{
        height: 87px;
}

.menu_box{
float: right;
    padding: 30px 0px;
}

.main_row_description{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index:999;
}

.main_desc_row{
        display: inline-flex;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 20px;
}

.main_logo_item{
        height: 120px;
}
.main_logo_item img{
        height: 100%;
}

.main_desc_txt{
        padding: 10px 30px;
    font-size: 50px;
    color: #52BA45;
}

.main_desc_txt span{
    font-weight: bold;
    color: #49730A;
}

.slideBottom{
        width: 100%;
    display: inline-block;
    padding: 40px 0;
}

.slideBottom_row{
        display: inline-flex;
    float: right;
}

.slideBottom_txt{
        width: 100%;
    padding-right: 40px;
    padding-top: 20px;
}

.slideBottom_txt p:nth-of-type(1){
 font-size: 70px;
    font-weight: bold;
    color: #49730A;
    text-align: right;   
}

.slideBottom_txt p:nth-of-type(2){
      color: #fff;
    -webkit-text-stroke: 2px #52BA45;
    font-size: 87px;
    font-weight: bold;
    padding: 10px 0;
    text-align: left; 
}

.slideBottom_logo{
    height: 210px;
}

.slideBottom_logo img{
    height: 100%;
}

.ourProduction{
    width: 100%;
    display: inline-block;
    margin-bottom:50px;
}

.ourProduction h3{
        width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    color: #52BA45;
    font-weight: bold;
    margin-bottom:75px;
}

.ourProduction h3 span{
    position: relative;
    background: url(../images/mega_over_logo.png);
    background-position: bottom;
    background-size: auto 33px;
    background-repeat: no-repeat;
    padding-bottom: 35px;
}


.production_row{
    width: 100%;
    display: inline-block;
}

.production_row ul{
    width: 100%;
    display: inline-flex;
}
.production_row ul li{
        width: 24%;
    margin-right: 20px;
}

.pr_preview{
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    position:relative;
}

.pr_preview img{
    width:100%;
}


.pr_preview:before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    left:0;
}

.pr_text{
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 100%;
    text-align: center;
    color: #fff;
}
.pr_text h4{
        font-weight: bold;
    font-size: 20px;
    padding-bottom: 50px;
    position: relative;
}

.pr_text h4 span{
    position: relative;
    background: url(../images/mega_over_logo.png);
    background-position: bottom;
    background-size: auto 33px;
    background-repeat: no-repeat;
    padding-bottom: 35px;
}

.pr_text h4 span:after{
    content: "";
    width: 50px;
    height: 3px;
    background: #52BA45;
    position: absolute;
    bottom: 12px;
    left: 0;
    
}
.pr_text h4 span:before{
    content: "";
    width: 50px;
    height: 3px;
    background: #52BA45;
    position: absolute;
    bottom: 12px;
    right: 0;
    
}


.pr_text p{
        font-size: 13px;
}


.ourChoose{
        width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.ourChoose h3{
        text-align: center;
    margin-bottom: 60px;
    font-size: 34px;
    color: #52BA45;
}

.ourChoose h3 span{
position: relative;
    background: url(../images/mega_over_logo.png);
    background-position: left;
    background-size: auto 33px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

.choose_box{
        width: 100%;
    display: inline-flex;
}

.choose_left{
     width: 50%;
    border-radius: 300px 0 300px 0;
    overflow: hidden;
    margin-right: 50px;   
}

.choose_left img{
        width: 100%;
}

.choose_preview_box{
    position: relative;
}

.choose_border{
        border: 10px solid #6FBA42;
    width: 85%;
    top: 85px;
    left: 70px;
    position: absolute;
    height: 70%;
    border-radius: 200px 0px 200px 0px;
}


.choose_right{
        width: 34%;
}

.choose_content{
    width: 100%;
    display: inline-block;
}



.choose_item {
    margin-bottom: 50px;
    width: 100%;
}

.choose_item p{
    padding-left:50px;
}

.choose_item h6 {
    color: #49730A;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    font-size: 23px;
    padding-bottom: 5px;
}



.choose_item h6:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    margin: 0 auto;
    width: 79%;
    height: 2px;
    background: #a8dca2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    z-index: 99;
}




.choose_content .choose_item:nth-of-type(1) h6:after {
    content: "1";
    position: absolute;
    left: 0px;
    top: 0;
    background: url(../images/list_item.png);
    color: #fff;
    font-size: 23px;
    width: 37px;
    height: 56px;
    text-align: center;
    background-size: 33px;
    background-repeat: no-repeat;
    padding: 15px 0px 0px 0px;
        background-position: 1px 0px;
}

.choose_content .choose_item:nth-of-type(2) h6:after {
    content: "2";
    position: absolute;
    left: 0px;
    top: 0;
    background: url(../images/list_item.png);
    color: #fff;
    font-size: 23px;
    width: 37px;
    height: 56px;
    text-align: center;
    background-size: 33px;
    background-repeat: no-repeat;
    padding: 15px 0px 0px 0px;
        background-position: 1px 0px;
}


.choose_content .choose_item:nth-of-type(3) h6:after {
    content: "3";
    position: absolute;
    left: 0px;
    top: 0;
    background: url(../images/list_item.png);
    color: #fff;
    font-size: 23px;
    width: 37px;
    height: 56px;
    text-align: center;
    background-size: 33px;
    background-repeat: no-repeat;
    padding: 15px 0px 0px 0px;
        background-position: 1px 0px;
}



.choose_content .choose_item:nth-of-type(4) h6:after {
    content: "4";
    position: absolute;
    left: 0px;
    top: 0;
    background: url(../images/list_item.png);
    color: #fff;
    font-size: 23px;
    width: 37px;
    height: 56px;
    text-align: center;
    background-size: 33px;
    background-repeat: no-repeat;
    padding: 15px 0px 0px 0px;
        background-position: 1px 0px;
}

.ourChoose.partners_box{
        margin: 50px 0;
}

.partners_box h3{
    text-align: left;
    border-bottom: 2px solid #52BA45;
    padding-bottom: 10px;
}


.partners_box .owl-item div{
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #eee;
    border-radius: 10px;
}

.partners_box .owl-item{
        padding: 15px;
}


.partners_box .owl-carousel .owl-item img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
}







.middle_box{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
    background: url(../images/middle_bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    height: 450px;
    background-attachment: fixed;
}

.middle_data_row{
        width: 100%;
    display: inline-block;
}

.middle_form{
    width: 45%;
    margin-right: 40px;
}


.middle_faq{
    width: 60%;
}


.faq_row > h5{
        font-size: 29px;
    color: #91BF49;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 20px;
}



.contactform_data{
        width: 620px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 0px 7px 0px #ccc;
    margin-top: 50px;
    border-radius: 50px 0px 50px 0px;
}

.contactform_data h5{
    color: #28586C;
    font-size: 23px;
    padding-left: 50px;
    margin-bottom: 25px;
    background: url(../images/chat.png) no-repeat 0px 0px;
    background-size: 33px auto;
}

.contactform_data h5 strong{
        width: 100%;
    display: inline-block;
    color: #52BA45;
    font-size: 25px;
    font-weight: bold;
}

.form_item_contact.manager{
    display:none;
}

.form_item_contact{
    margin-bottom:15px;
}

.form_item_contact input{
        border: none;
    border-bottom: 2px solid #52BA45;
    width: 100%;
    outline: none;
    padding: 10px;
    background:none;
}


.form_item_contact_message textarea{
        border: none;
    border-bottom: 2px solid #52BA45;
    width: 100%;
    outline: none;
    padding: 10px;
    resize:none;
    background:none;
    height:95px;
}

.btn-box {
        text-align: center;
}

.btn-box button{
        background: #52BA45;
    border: none;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    width: 50%;
    outline: none;
}

.frm_button{
    margin-top: 40px;
}

.frm_button button{
    cursor:pointer;
    border-radius:20px 0px 20px 0px;
}



.news_row{
        margin: 100px 0;
        width:100%;
        display:inline-block;
}

.news_row .partners_header a{
    float: right;
    color: #0399D4;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 30px;
}

.news_data{
        width: 100%;
    display: inline-flex;
}

.news_item{
    box-shadow: 0px 0px 7px 0px #ccc;
    width: 32%;
    margin-right: 30px;
    padding: 10px;
    border-radius: 10px;
}

.newsPreview{
    width: 100%;
}

.newsPreview{
    height: 320px;
    padding: 5px;
    overflow:hidden;
}
.newsPreview img{
       width: 100%;
    height: 100%;
    object-fit: cover; 
}

.news_content{
    padding: 15px;
}

.news_content strong{
    font-size: 13px;
    color: rgba(89, 89, 89, 0.67);
    padding: 11px 10px 10px 20px;
    display: block;
    position: relative;
}

.news_content strong:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/news_time.png) no-repeat 0px 0px;
    position: absolute;
    top: 12px;
    left: 0px;  
}

.news_content h4{
    font-size: 18px;
    color: #28586C;
    margin: 10px 0;
}

.news_data .news_item:last-of-type{
    margin:0;
}


.comment_row{
    width: 100%;
    display: inline-block;
        margin-top: 50px;
        margin-bottom:100px;
}


.comment_data{
    width: 100%;
    display: inline-block;
    height: 300px;    
}

.sl_item_faq{
        width: 100%;
    display: inline-block;
}

.faq_preview{
        width: 90px;
    margin: 25px auto;
    border-radius: 5px;
    overflow: hidden;
}
   
.faq_desc{
width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.faq_position{
    text-align: center;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    color:#52BA45;
    font-weight:bold;
}


.comment_data  .owl-nav{
position: absolute;
    top: 38%;
    width: 110%;
    display: inline-block;
        left: -5%;
}

.comment_data  .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    top: 100px;
}

.comment_data  .owl-nav .owl-prev i{
    content:"";
    background: url(../images/chevron-left-solid.svg) no-repeat 0 0; 
    width:30px;
    height:30px;
    position:absolute;
    left:0;
    top:0;
}

.comment_data  .owl-nav .owl-next i{
    content:"";
    background: url(../images/chevron-right-solid.svg) no-repeat 0 0; 
    width:30px;
    height:30px;
    position:absolute;
    right:0;
    top:0;
}



.newsPreview a{
display: block;
    overflow: hidden;
    
}



.newsPreview img{
    transition: all 0.5s ease 0s;
}

.newsPreview:hover img{
    transform: scale3d(1.1, 1.1, 1.1);
}

.comment_row h3{
text-align: center;
    color: #52BA45;
    font-size: 40px;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}
.comment_row .fixWidth{
    width:1200px;
}
.comment_data{
    background: rgb(83, 186, 69, 0.2);
    padding: 33px;
    border-radius: 200px 10px 200px 10px;
    text-align: center;
}  









.footer {
    width: 100%;
    z-index: 9;
    padding-top: 10px;
    color: #000;
   background: url(../images/bg_1.jpg) no-repeat 0px 0px;   
      height: 400px;
    display: inline-block; 
    position:relative;
}


.main_over{

}

.parallax-mirror{
     z-index: 99!important;
}


.footer_main{
    width: 100%;
    display: inline-flex;
    padding: 30px 0;
}

.footer_logo{
width:50%;
}

.footer_logo img{
  height:250px;   
}

.footer_text{
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 70px 0;
}

.footer_text h6{
        font-size: 27px;
    color: #52BA45;
    margin-bottom: 20px;
}

.footer_text p{
        margin: 15px 0;
}

.footer_social{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.footer_social ul{
        display: inline-flex;
}

.footer_social ul li{
    padding:0 5px;
}

.copyright{
    width: 100%;
    background: #0C0C0D;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.copyright a{
   color: #fff; 
}

.footer_newsletter{
        border-top: 2px solid #0399D4;
    padding: 0px 0px 10px 0px;
    display: inline-block;
    width: 100%;
}


footer .row{
       width: 100%;
    display: inline-block;
    height: 390px; 
}


footer .row:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.footer .fixWidth{
        position: relative;
    z-index: 999;
}

.footer_text p:last-of-type span{
    padding:0px 0px 0px 30px;
    position:relative;
}



.footer_text p:last-of-type span:before{
content: "";
    background: url(../images/phone-volume-solid.svg) no-repeat 0 0;
    width: 21px;
    height: 26px;
    position: absolute;
    left: -10px;
    top: 0;
}









.contact_data{
        width: 100%;
    display: inline-block;
    padding:50px 0;
}

.contact_left{
        width: 25%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 4px 4px 13px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
}

.contact_left h3{
        margin: 0;
    color: #111226;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.contact_left > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_left ul{
        width: 100%;
    display: inline-block;
}

.contact_left ul li{
padding: 15px 0px 30px 50px;
    position: relative;
    border-bottom:1px solid #dfdfdf;
}


.contact_right{
        width: 70%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
}

.contact_right h3{
    margin: 0;
    color: #111226;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    
}

.contact_right > p{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}

.contact_right form{
        margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.contact_right form .form_item_contact:nth-of-type(2n+1){
    width: 48%;
    float: left;
        margin-bottom: 20px;
}

.contact_right form .form_item_contact:nth-of-type(2n){
    width: 48%;
    float: right;
        margin-bottom: 20px;
}

.form_item_contact input{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
}
.form_item_contact_message{
    width:100%;
    display:inline-block;
}


.form_item_contact_message textarea{
    background: rgba(239, 239, 239, 0.5);
    padding: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
    resize: none;
    height: 100px;
    border-radius:10px;
}

.form_button{
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 50px 0;
}

.form_button button{
        background: #52BA45;
    color: #fff;
    border: none;
    padding: 15px 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    border:2px solid transparent;
}

.form_button button:hover{
    color: #52BA45;
    background: #fff;
    border:2px solid #52BA45;
}

.mapBox{
        width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

iframe{
    width:100%;
    margin-bottom:-5px;
}


.contact_left ul li:last-of-type{
    border:none;
}


.contact_left ul li:nth-of-type(1):before{
content: "";
    width: 40px;
    height: 40px;
    background: #52BA45  url(../images/contact_p.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}

.contact_left ul li:nth-of-type(2):before{
content: "";
    width: 40px;
    height: 40px;
    background: #52BA45  url(../images/contact_eml.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}


.contact_left ul li:nth-of-type(3):before{
content: "";
    width: 40px;
    height: 40px;
    background: #52BA45  url(../images/contact_map.png) no-repeat 0px 0px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 5px;
    background-position: 7px 8px;
}



.page-header {
    text-align: left;
    border-bottom: 2px solid #52BA45;
    padding-bottom: 10px;
    margin-bottom: 60px;
    font-size: 34px;
    color: #52BA45;  
    position:relative;
}

.page-header h1 {
position: relative;
    background: url(../images/mega_over_logo.png);
    background-size: auto 36px;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding: 15px 0px 4px 55px;
    font-size: 30px;
    background-position: 0px 13px;
    font-weight: bold;
}

.item-page .item-image{
        float: left;
    margin: 0px 20px 10px 0px;
    border-radius: 15px;
    overflow: hidden;
}


.item-page{
    width:100%;
    display:inline-block;
    margin-bottom:100px;
}



.mod-menu__sub{
    display:none;
        position: absolute;
    background: rgba(255, 255, 255, 0.7);
}

.mod-menu__sub li a{
        color: #fff;
    padding: 15px;
    border-bottom: 1px solid #999;
}

.mod-menu__sub li:last-of-type a{
    border:none;
}

li.parent:hover .mod-menu__sub{
    display:block;
    min-width:123px;
}

.mod-menu__sub li a:hover,
.mod-menu__sub li.active a{
    background: rgb(83, 186, 69,0.7); 
}










.blog-page .content-blog-page .blog-list-view {
    padding-bottom: 67px
}

.blog-page .content-blog-page .blog-list-view .blog_grid {
    padding-top: 40px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb {
    overflow: hidden;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb img {
    transition: .5s;
    min-height: 446px;
    object-fit: cover
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb:hover img {
    transform: scale(1.1);
    transition: .5s
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date {
    width: 76px;
    height: 76px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    padding: 10px 15px;
    background-color: #fff;
    top: 30px;
    left: 30px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date .date {
    font-size: 20px;
    font-weight: 500;
    
  
  
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date .date:before {
    content: '';
    height: 1px;
    width: 44px;
    display: block;
    background-color: #c8c8c8;
    position: absolute;
    bottom: -1px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date .month {
    font-size: 14px;
    font-weight: 500;
    
  
  
    text-transform: uppercase
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .blog-title {
    font-size: 11px;
    text-transform: uppercase;
    
  
  
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 20px;
    color: #75b263;
    padding-bottom: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title {
    padding-bottom: 10px;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title:before {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #e0e0e0;
    display: block;
    bottom: 0;
    position: absolute
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a {
    font-size: 22px;
    
  
  
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    transition: .8s
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a:after {
    content: attr(title);
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a:hover {
    color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a:hover:after {
    height: 0
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .desc {
    font-size: 14px;
    
  
  
    font-weight: 400;
    color: #a8a8a8;
    margin-top: 15px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore {
    font-size: 14px;
    
  
  
    font-weight: 500;
    color: #111111;
    margin-top: 23px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore i {
    padding-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore:hover {
    color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore:hover span:after {
    background: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_standar {
    padding-top: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 38px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .article_img {
    position: relative;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_standar .article_img img {
    transition: .5s;
    transform: scale(1.05)
}

.blog-page .content-blog-page .blog-list-view .blog_standar .article_img:hover img {
    transition: .5s;
    transform: scale(1);
    filter: blur(2px)
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date {
    width: 76px;
    height: 76px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    padding: 10px 15px;
    background-color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .date {
    font-size: 20px;
    font-weight: 500;
    
  
  
    position: relative;
    color: #fff
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .date:before {
    content: '';
    height: 1px;
    width: 44px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -1px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .month {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    
  
  
    text-transform: uppercase
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info {
    display: inline-block;
    padding-top: 35px;
    padding-left: 24px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .blog-title {
    font-size: 12px;
    text-transform: uppercase;
    
  
  
    letter-spacing: 2px;
    font-weight: 500;
    color: #75b263;
    padding-bottom: 7px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title {
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a {
    font-size: 24px;
    
  
  
    font-weight: 500;
    color: #000000;
    display: inline-block;
    position: relative;
    transition: .8s
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a:after {
    content: attr(title);
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a:hover {
    color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a:hover:after {
    height: 0
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .des_article {
    font-size: 14px;
    
  
  
    font-weight: 400;
    color: #a8a8a8;
    margin-top: 25px;
    line-height: 24px;
    margin-bottom: 25px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .author {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    margin-right: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .author a {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 500;
    padding-left: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .author:after {
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .comment_count {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .1em;
    font-weight: 500
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore {
    font-size: 14px;
    
  
  
    font-weight: 600;
    color: #111111;
    margin-top: 12px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore i {
    padding-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore:hover {
    color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore:hover span:after {
    background: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_classic {
    padding-top: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 38px;
    display: inline-block;
    width: 100%
}

.blog-page .content-blog-page .blog-list-view .blog_classic .image_blog {
    width: 50%;
    display: inline-block;
    float: left
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info {
    width: 50%;
    display: inline-block;
    padding-left: 30px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .article_img {
    position: relative;
    overflow: hidden;
    height:400px;
    border-radius:10px;
}

.blog-page .content-blog-page .blog-list-view .blog_classic .article_img img {
    transition: .5s;
    transform: scale(1.05);
    width:100%;
}

.blog-page .content-blog-page .blog-list-view .blog_classic .article_img:hover img {
    transition: .5s;
    transform: scale(1)
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info {
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .blog-title {
    font-size: 11px;
    text-transform: uppercase;
    
  
  
    letter-spacing: .2em;
    font-weight: 500;
    color: #75b263;
    padding-bottom: 7px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title {
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a {
    font-size: 24px;
    
  
  
    font-weight: 500;
    color: #000000;
    display: inline-block;
    position: relative;
    transition: .8s
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a:after {
    content: attr(title);
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a:hover {
    color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a:hover:after {
    height: 0
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .des_article {
    font-size: 15px;
    
  
  
    font-weight: 400;
    color: #a8a8a8;
    margin-top: 5px;
    line-height: 24px;
    margin-bottom: 15px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .author {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .2em;
    font-weight: 400;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .author a {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #111111;
    letter-spacing: .2em;
    font-weight: 500;
    padding-left: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .author:after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 500;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date a {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #111111;
    letter-spacing: .1em;
    font-weight: 500;
    padding-left: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date:after {
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .comment_count {
    
  
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .1em;
    font-weight: 400
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore {
    font-size: 14px;
    
  
  
    font-weight: 600;
    color: #111111;
    margin-top: 12px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore i {
    padding-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore:hover {
    color: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore:hover span:after {
    background: #75b263
}

.blog-page .content-blog-page .blog-list-view .blog_masonry {
    padding: 0;
    margin-top: 40px;
    box-shadow: rgba(0,0,0,.16) 0 1px 4px
}

.blog-page .content-blog-page .blog-list-view .blog_masonry .post-info {
    padding: 10px 20px 20px
}

.blog-page .content-blog-page .pagi-nav span {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232529;
    margin-right: 4px;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out
}

.blog-page .content-blog-page .pagi-nav span a {
    display: block;
    color: #969696
}

.blog-page .content-blog-page .pagi-nav span a i {
    font-size: 22px
}

.blog-page .content-blog-page .pagi-nav span a:hover {
    color: #fff
}

.blog-page .content-blog-page .pagi-nav span:hover {
    background: #75b263;
    border-color: #75b263;
    color: #fff
}

.blog-page .content-blog-page .pagi-nav .current {
    background: #75b263;
    border-color: #75b263;
    color: #fff
}

.blog-page .blog_sidebar {
    padding-top: 40px
}

.blog-page .blog_sidebar .blog_sidebar_cate {
    padding-bottom: 17px
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-title {
    
  
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle {
    padding-left: 0
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li {
    list-style: none;
    border-bottom: 1px dashed #e1e1e1
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a {
    padding: 12px 0;
    display: block;
    
  
  
    font-size: 16px;
    font-weight: 400;
    color: #111111
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a i {
    color: #111111;
    font-size: 14px;
    padding-right: 14px
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a:hover {
    color: #75b263
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a:hover i {
    color: #75b263
}

.blog-page .blog_sidebar .blog_sidebar_recent {
    padding-bottom: 44px
}

.blog-page .blog_sidebar .blog_sidebar_recent .widget-title {
    
  
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post {
  padding: 14px 0 24px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb {
    width: 80px;
    float: left;
    padding-top: 8px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb img {
    min-height: 80px;
    object-fit: cover
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info {
    overflow: hidden;
    padding-left: 15px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .date-post {
    
  
  
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 5px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .post-title {
    
  
  
    font-size: 16px;
    color: #aaa;
    font-weight: 500;
    color: #000000;
    padding-bottom: 3px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .comment-count {
    
  
  
    font-size: 12px;
    color: #aaa;
    font-weight: 500
}

.blog-page .blog_sidebar .widget-tags {
    padding-bottom: 38px
}

.blog-page .blog_sidebar .widget-tags .widget-title {
    
  
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .widget-tags .list-tag {
    padding-left: 0;
    margin-top: 26px
}

.blog-page .blog_sidebar .widget-tags .list-tag li {
    list-style: none;
    display: inline-block
}

.blog-page .blog_sidebar .widget-tags .list-tag li a {
    display: inline-block;
    min-width: 44px!important;
    height: 35px!important;
    line-height: 35px;
    color: #969696;
    border: 1px solid #e2e2e2;
    margin: 0 10px 10px 0!important;
    text-align: center;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 400;
    padding: 0 22px;
    
  
  
}

.blog-page .blog_sidebar .widget-tags .list-tag li a:hover {
    border: 1px solid #75b263!important;
    color: #fff;
    background: #75b263
}

.blog-page .blog_sidebar .widget-search {
    padding-bottom: 40px
}

.blog-page .blog_sidebar .widget-search .widget-title {
    
  
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .widget-search .wg-search-form {
    position: relative
}

.blog-page .blog_sidebar .widget-search .wg-search-form input[type=text] {
    color: #a8a8a8;
    line-height: 45px;
    height: 45px;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    width: 100%
}

.blog-page .blog_sidebar .widget-search .wg-search-form input[type=text]::placeholder {
    font-size: 14px;
    
  
  
    font-weight: 400;
    color: #a8a8a8
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 45px;
    padding: 0 20px;
    text-align: center;
    background: #111111
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit] i {
    color: #fff;
    line-height: 45px;
    font-size: 18px
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit]:hover {
    background: #75b263
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit]:hover i {
    color: #fff
}







.pagenavigation{
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.pagenavigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-flex;
}


.pagenavigation ul li:nth-of-type(1){
    width: 50%;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pagenavigation ul li:nth-of-type(2){
        width: 50%;
    text-align: right;
}


.pagenavigation ul li a i{
    color: #F99909;
}

.pagenavigation ul li a span{
    color: #07668C;
  font-size: 16px;
}


.pagenavigation ul  li a{
    display: block;
    width: 100%;
}





p.counter {
    display:none;
}


.pagination__wrapper {
       text-align: center;
    width: 100%;
}

.pagination__wrapper ul {
width: auto;
    display: inline-block;
    list-style:none;
}

.pagination__wrapper ul li {
    float: left;
}

.pagination__wrapper ul li a.page-link, .pagination__wrapper ul li span.page-link,li.active.hidden-phone a  {
    border-radius: 3px;
    margin-right: 3px;
    font-size: 11px;
    line-height: 17px;
    margin-top: 0;
    padding: 9px 19px;
}


.pagination__wrapper ul li span.page-link {
    background-color: #07668C!important;
    color: #fff;
}

.pagination__wrapper ul li a.page-link {
    background-color: #07668C!important;
    color: #fff;
}



.pagination__wrapper ul li a.page-link:hover, .pagination__wrapper ul li:not(.pagination-start):not(.pagination-prev):not(.pagination-next):not(.pagination-end) span,li.active.hidden-phone a {
    background-color: #F99909!important;
    color: #fff;
    border-color: #F99909!important;
}


.pagination__wrapper ul li.disabled {
    display:none;
}



.fx_event{
    text-align: right;
    position: absolute;
    right: 0;
    top: -40px;
}

.loginBox {
    display: inline-block;
    padding: 22px 0px 18px 0px;
    position: relative;
}

.top_phone {
    padding: 0 20px 10px 10px;
    background-position: left center;
    font-size: 21px;
    line-height: 1.3;
    color: #fff !important;
}

#minicart_view, #minicart_view2 {
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}

.top_phone img {
    width: 30px;
    float: left;
}

#minicart_view img {
    height: 20px;
}

.cart-counter {
    background: #fff;
    position: absolute;
    top: -11px;
    right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    text-align: center;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    text-indent: initial;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 2px;
    padding-left: 1px;
}

.top_login {
    padding: 0 5px;
}

.top_login img {
    height: 20px;
}




.reg_log_wrapper{
    width: 100%;
    display: inline-block;
}

.reg_form{
    width: 34%;
    float: left;
    margin-top: 200px;
    margin-left: 110px;
}

.init_preview{
float: right;
    width: 60%;
    overflow: hidden;
}

.init_preview img{
        width: 100%;
    margin-left: 50px;
}







.reg_form p{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.reg_form p a{
    font-size: 15px;
    color: #777777;
    padding-right: 10px;
}

.rg_active{
    color:#49730B!important;
    position:relative;
    font-weight:bold;
}

.rg_active:before{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-3px;
    left:0;
    background:#49730B;
}

.form_rw{
        width: 100%;
    display: inline-block;
    margin-bottom: 25px;
        position:relative;
}

.form_rw input{
width: 100%;
    border: none;
    border-bottom: 2px solid #aaaaaa;
    padding: 5px 5px 5px 35px;
    outline: none;
}



.inp_name:before{
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 7px;
    color: #a5a5a7;

}

.inp_eml:before{
    content: "";
    background:url(../images/eml.png) no-repeat 0 0;
    width:25px;
    height:17px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #a5a5a7;
        background-size: 20px auto;
}


.inp_psw:before{
    content: "";
    background: url(../images/psw.png) no-repeat 0 0;
    width: 18px;
    height: 25px;
    position: absolute;
    top: 1px;
    left: 8px;
    color: #a5a5a7;
    background-size: auto 20px;

}


.reg_action input{
        background: #49730B;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.reg_action a{
        font-size: 13px;
    color: #999999;
    float: right;
    padding: 10px 0;
}

.reg_action{
        text-align: right;
}



.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.uk-padding-large {
    padding: 70px;
    align-items: center;
}


.uk-width-1-2\@m {
    width: 40%;
}

.uk-light{
    width:60%;
}

.uk-width-3-4\@s {
    width: 75%;
}
.uk-margin-bottom {
    margin-bottom: 20px !important;
}

.uk-text-primary {
    color: #eb4a36 !important;
}
.uk-margin {
    margin-bottom: 20px;
}

.uk-form-label {
    color: #333;
    font-size: 0.875rem;
    padding: 5px;
    display: block;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
}

.uk-border-pill {
    border-radius: 10px;
}

.uk-form-large {
    border-width: 2px;
}

.uk-button-large {
    padding: 0 40px;
    line-height: 46px;
    font-size: 0.875rem;
}

.uk-button-primary {
    background-color: #eb4a36;
    color: #fff;
    border: 1px solid transparent;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    padding: 120px;
        border-radius: 10px;
}

.uk-text-center {
    text-align: center !important;
}

.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #4a4a4a;
    border: 1px solid #eaecf0;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
}

.uk-button {
margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    border-radius: 5px;
    cursor:pointer;
}


.uk-button-primary {
    background-color: #49730B;
    color: #fff;
    border: 1px solid transparent;
}


.uk-h2, .uk-text-center h2 {
    margin: 0 0 20px 0;
    font-family: "Montserrat", san-serif;
    font-weight: 600;
    color: #000;
    text-transform: none;
    font-size: 30px;
}

.uk-margin-medium-bottom{
    margin-bottom:10px;
}




.uk-link-muted {
    color: #4a4a4a;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #4a4a4a;
    border-color: #49730B;
}

.loginBox .fa-user{
    font-size:20px;
}


.contact_row{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.contact_left{
    width: 35%;
    float: left;
}

.contact_right{
    width: 65%;
    float: right;
}

.contact_bottom{
width: 100%;
    display: inline-block;
    
}

.auth_box{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.auth_wrap{
    width: 400px;
    margin: 0 auto;
}







.cartBoxRight {
        position: fixed;
    right: -600px;
    top: 0;
    width: 500px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index:9999;
        height: 100vh;
}

.minicartOverlay{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.minicartContent{
    height: 75vh;
    overflow-y: auto;
}




.minibasket_header{
        width: 100%;
    display: inline-block;
    position: relative;
}

.minibasket_header h2{
    font-weight: normal;
    font-size: 25px;
}

#minibasket-close{
        position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
}

.closeoffScreen{
    cursor:pointer;
}


.minicartHeader{
        border-bottom: 1px solid #49730B;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.emptyCart{
        text-align: center;
    font-size: 30px;
    color: #999;
    padding: 100px 0;
}



.minicartFooter{
            border-top: 1px solid #49730B;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    display:none;
}




.minibasket_total {
    padding:25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 21px;
}




.minicartContent{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 260px);padding-right:5px;-ms-overflow-style:none;scrollbar-width:none}
.minicartContent::-webkit-scrollbar{width:4px;height:4px}
.minicartContent::-webkit-scrollbar-track{background-color:#ececec}
.minicartContent::-webkit-scrollbar-thumb{background-color:#494948}


.minibasket_item-image img{
height: 130px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.minibasket_item-top{
    width: 100%;
    display: inline-block;
}

.minibasket_item-image{
    float: left;
    width: 35%;
    overflow: hidden;
    border-radius: 10px;
}

.minibasket_item-details{
        float: right;
    width: 62%;
    position:relative;
}

.minibasket_details-title{
margin: 0px 0px 13px 0px !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

.minibasket_details {
    display: block;
    margin: 5px 0;
    color: #49730B;
}

.minibasket_item-bottom{
    display: inline-block;
    width: 100%;
    height:85px;
}

.minibasket_item-bottom .quantity{
        padding: 0px;
        border-radius: 10px;
}


.remove_holder{
float: right;
    padding-top: 10px;
    font-size: 14px;
    color: red;
}

.minibasket_item-bottom .remove_holder{
    padding: 0;
    float: right;
    margin-top: 0;
    font-size: 30px;
    color: red;
    margin-right: 0;
}

.minibasket_item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.removeCartItem{
    cursor:pointer;
}


.medium-up--three-fifths {
    width: 60%;
    float:left;
}



.btn.btn--alt, .p-w-r .pr-btn-default {
background-color: #fff;
    color: #49730B;
    border: 1px solid #49730B;
    transition: ease all .2s;
    border-radius: 5px;
}

.view-basket{
width: 43%;
    display: block;
    text-align: center;
    padding: 10px;
    float: left;
}

.minicartFooter .view-basket:last-of-type{
   width:100%;
}






.cart_content {
    padding: 32px 0 100px 0;
    display: flex;
    flex-direction: column;
}



.cart_content .cart_content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: Frutiger,sans-serif;
}


.cart_content-item {
    padding-bottom: 20px;
}



.cart_content-item .cart_item-top {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: FrutigerLight,sans-serif;
    position: relative;
    border-radius:10px 10px 0px 0px;
}
.cart_content .cart__image-wrapper {
    width: 20%;
}
.cart_content .cart__image-wrapper img {
width: auto;
    max-height: 100px;
    border-radius:5px;
}


.cart_content-item .cart_item-top .cart__details-wrapper {
    width: 80%;
    padding-left: 15px;
}

.cart__details-wrapper .item-details {
    margin-top: 10px;
}


.cart__details-wrapper h3 {
    font-size: 1.8rem!important;
    font-size: 18px!important;
    line-height: 1.8rem!important;
    margin:0!important;
}

.cart_content-item .cart_item-top .cart__total-price {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-top: 0;
    font-size: 18px;
    color: #49730B;
    font-weight: bold;    
}

 .cart_content-item .cart_item-bottom {
    display: flex;
    flex-direction: row;
    border: 1px solid #ececec;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;    
}

.quantity-holder {
    display: flex;
    width: 100%;
}


.quantity-holder a, .quantity-holder button {
    width: 40px;
    height: 25px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.quantity-holder a>span, .quantity-holder button>span {
    background: #494948;
    width: 11px;
    height: 1px;
    display: inline-block;
    position: relative;
}
.quantity-holder input {
width: 80px;
    background-color: transparent;
    border: none;
    text-align: center;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    font-size: 16px;
    line-height: 1.5;
}

.cart_content-item .cart_item-bottom .remove_holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 5px 12px 5px 0px;
}


.medium-up--two-fifths {
    width: 37%;
    padding: 30px;
    background: #F5F5F5;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 10px;
    float:right;
}



.order-summary .summary {
    display: flex;
    justify-content: space-between;
    padding: 37px 0 25px 0;
}

.order-summary .summary p {
    line-height: 1.8rem;
    line-height: 18px;
}

.order-information {
    padding: 20px 0;
        text-align: justify;
}

.info_holder .discount_codes {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}



.checkout-btn .btn {
    font-size: 1.4rem;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6rem;
    text-transform: uppercase;
    height: 53px;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 14px 0;
    border: 1px solid #494948;
    background-color: #494948;
    color: #fff;
    outline: transparent;
    -webkit-filter: none!important;
    filter: none!important;
    opacity: 1!important;
    transition: ease all .2s;
}


.cart_wrapper{
width: 100%;
    display: inline-block;
    margin: 10px 0px 70px 0px;
}

.info-icon{
        margin-right: 10px;
}


.cart_wrapper p {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.3rem;
}



.quantity-holder a.qtyplus>span:after, .quantity-holder button.qtyplus>span:after {
    background: #494948;
    width: 1px;
    height: 10px;
    display: inline-block;
    content: "";
    position: relative;
    top: -21px;
}

.remove-item.classic-link{
    cursor:pointer;
}





.quantity .qty {
    padding: 0;
    width: 20%;
    min-width: 30px;
    max-height: 29px;
    text-align: center;
    border: 0;
    color: #282828;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    -moz-appearance: textfield;
    font-size:18px;
}




.quantity .plus, .quantity .minus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s cubic-bezier(.23,1,.32,1);
    transition: background 0.3s cubic-bezier(.23,1,.32,1);
}



.quantity .plus svg, .quantity .minus svg {
    width: 16px;
    height: 16px;
}


.minibasket_item-details .remove_holder{
position: absolute;
    right: 0;
    padding: 0;
    font-size: 30px;
    bottom: 0;
}







.cart_color_bx{
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    margin-bottom: 20px;
}

.cart_color_bx ul{
        display: inline-flex;
}
.cart_color_bx ul li{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.cart_color_bx ul li span{
display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #ccc;  
        outline: 2px solid #999;
}

.cart_color_bx p{
    float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
    padding: 2px 0px;
    color: #999;
}

.cart_color_bx ul li span:hover,
.cart_color_bx ul li span.selected{
    outline: 2px solid green;
}





.minibasket_item-bottom .quantity {
display: inline-flex;
    float: left;
    width: 100px;
    box-sizing: border-box;
    border: none;
}


.pp_cart strong{
    color:green;
}


.closeoffScreen i{
    color:#49730B;
}


.box-order-summary h4{
        font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
}

.fw-bold{
         font-size: 18px;
    color: #333;
    font-weight: bold; 
    float:left;
}

.box-order-summary .subtotal, .box-order-summary .discount, .box-order-summary .ship {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
        width: 100%;
    display: inline-block;
}

span.total{
    float:right;
        color: #49730B;
    font-weight: bold;    
}


.select_item{
        border-radius: 5px;
}

.minibasket_item-params li strong{
    padding-right: 5px;
    width: 60px;
    display: block;
    float: left;
}



div[data-label="Price"] small{
      font-size: medium;
    font-weight: bold;
    padding-left: 2px;  
}


.headline_text {
    text-align: left;
    border-bottom: 2px solid #52BA45;
    padding-bottom: 10px;
    margin-bottom: 60px;
    font-size: 34px;
    color: #52BA45;
    position: relative;
}

.headline_text h1 {
    position: relative;
    background: url(../images/mega_over_logo.png);
    background-size: auto 36px;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding: 15px 0px 4px 55px;
    font-size: 30px;
    background-position: 0px 13px;
    font-weight: bold;
}



.page_227 .singleItem .fixWidth,
.page_225 .singleItem .fixWidth{
    width:1000px;
    margin:0 auto;
}


button:disabled,
button[disabled]{
    opacity: 0.5;
    cursor: no-drop;
}


.shop_account .accountBox,
.shop_settings .accountBox,
.shop_orders .accountBox{
    width:1600px;
    margin:0 auto;
}


.shop_settings .accountRight {
    float: right;
    padding: 20px 40px;
}

.passBlock{
        width: 48%;
    float: left;
}

.emailBlock{
        width: 48%;
    float: right;
}












