
/*--  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:1660px;
    margin:auto;
}


.menubs{
    display:none;
}

.brands_description{
    text-align: justify;
    padding-left: 190px;
}



#wishlist{
    cursor:pointer;
}



.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 #F29F05;
    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 #F29F05;
    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;
}



.top_rows{
        width: 100%;
    background: #f6f6f6;
    display: inline-block;
}


.top_left{
    float: left;
}

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

.dskMenu ul li a{
padding: 15px 15px 15px 0px;
    display: block;
    color: #999;
    font-size: 15px;
}

.dskMenu ul li a:hover{
    color:#f29f05;
}

.top_right{
    float:right;
    width:352px;
}

.top_right a{
  padding: 15px 0px 15px 0px;
    display: block;
    color: #999;
    font-size: 15px;  
}


.logo_row{
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #e7e7e7;
    padding: 8px 0;
}

.fx_logo{
    float: left;
    width: 20%;
}


.search_box{
    float: left;
    width: 55%;
    margin-top: 4px;
}

.fx_event{
float: right;
    width: 21%;
    text-align: right;
}


.search_box form{
    width: 100%;
    display: inline-flex;
    border: 2px solid #f29f05;
    border-radius: 5px;
}

.catSel{
    width: 20%;
    position: relative;
    margin-right: 20px;
}

.search_row select{
    padding: 18px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    outline:none;
}


.catInp{
    width: 73%;
}

.catInp input{
padding: 20px 5px 16px 20px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.search_row_button{
    width: 5%;
}

.search_row_button button{
    padding: 25px 0px;
    border: none;
    box-sizing: border-box;
    background: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    background: url(../images/search.png) no-repeat center center;
    background-size: 21px auto;
    display: block;
}

.search_row_button button i{
        font-size: 23px;
}


.catSel:before{
    content: "";
    width: 2px;
    height: 30px;
    background: #e5e5e5;
    position: absolute;
    right: -17px;
    top: 11px;
}

.top_phone i{
    font-size: 25px;
}



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

.login_user{
    position: absolute;
    background: #468966;
    right: 0;
    color: #fff;
    padding: 2px 12px;
    font-size: 15px;
    border-radius: 5px;
}


.top_phone{
    font-weight: bold;
    padding: 0 20px 10px 10px;
    background-position: left center;
    font-size: 21px;
    line-height: 1.3;
}


#wishlist_view,
#wishlist_view2{
    padding: 0 5px;
    position:relative;
    cursor:pointer;
}


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


.top_login{
        padding: 0 5px;
}

.main_top_menu_row{
        width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.menu_row_link{
    width: 17%;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 0px 5px;
    position: relative;
}


.menu_row_link i{
        color: #f29f05;
    margin-right: 5px;
    font-size: 17px;
}

.menu_row_link a{
    font-size: 15px;
    cursor:pointer;
}

.menu_row_link_right{
    width: 80%;
    float: right;
    text-align: right;
}

.menu_row_link_right p{
    color: #e66d6d;
}





.main_row_box{
position: relative;
    width: 100%;
    display: inline-block;
    height: 615px;
    overflow: hidden;
    background: #E6DDD8;
}
.main_row_box .fixWidth{
    margin: 60px auto;
}

.main_slide1{
    float:left;
    position:relative;
}

.main_slide2{
    float: right;
    margin-bottom: 24px;
}

.main_slide3{
    float: right;
    margin-bottom: 24px;
}


.main_slide_data{
    position: absolute;
    bottom: 40px;
    left: 80px;
}


.main_slide_data p{
    font-size: 13px;
    color: #6e3f25;
    font-weight: bold;
    margin: 10px 0;
}

.main_slide_data  h3{
        font-size: 33px;
    color: #fff;
    font-weight: bold;
}

.main_slide_data a{
    margin-top: 20px;
    display: inline-block;
    background: #f29f05;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
    font-size: 13px;
}



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

.brands_row h3{
        display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
}



.brands_row  .owl-item{
    overflow: hidden;
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 15px;
}




.brands_row .owl-item img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
}





.category_row.cat_block1{
position: relative;
    width: 100%;
    display: inline-block;
    height: 715px;
    overflow: hidden;
}

.cat_block{
    width: 100%;
    background: #fff;
    margin: 65px 0;
    display: inline-block;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
}

.cat_preview{
    width: 420px;
    float: left;
    height: 100%;
}

.cat_preview img{
       width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_product{
    width: 1240px;
    float: left;
}

.category.owl-carousel .owl-item img{
    max-height:300px;
}

.category.owl-carousel .owl-nav.disabled{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
}


.category.owl-carousel .owl-prev {
    color: #999!important;
    padding: 5px!important;
    display: block;
    float: left;
    border: 1px solid #999!important;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 3px;
}


.category.owl-carousel .owl-next {
    color: #999!important;
    padding: 5px!important;
    display: block;
    float: left;
    border: 1px solid #999!important;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 3px;
}

.category.owl-carousel .owl-prev i{
        font-size: 25px;
    position: relative;
    left: -2px;
} 

.category.owl-carousel .owl-next i{
        font-size: 25px;
    position: relative;
    left: 1px;
} 


.cat_data{
    text-align: center;
}

.cat_data h4{
    padding: 15px 0;
    height:70px;
}

.cat_data  strong{
    color: red;
}

.category.owl-carousel{
    padding: 50px 0px;
}


.sl_title{
        text-align: center;
    font-size: 30px;
    margin-top: 20px;
    color:#468966;
}









.category_row2.cat_block2{
    width:100%;
    background: #f9f9f9;
    height:715px;
}


.cat_preview2{
    width: 420px;
    float: right;
    height:100%;
}

.cat_preview img{
    width: 100%;
}

.category.owl-carousel .owl-nav,
.category2.owl-carousel .owl-nav{
    display: block;
    position: absolute;
    left: 45%;
    bottom: 20px;
}



.category2.owl-carousel .owl-nav.disabled{
    display: block;
    position: absolute;
    left: 45%;
    bottom: 40px;
}


.category2.owl-carousel .owl-prev {
    color: #999!important;
    padding: 5px!important;
    display: block;
    float: left;
    border: 1px solid #999!important;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 3px;
}


.category2.owl-carousel .owl-next {
    color: #999!important;
    padding: 5px!important;
    display: block;
    float: left;
    border: 1px solid #999!important;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 3px;
}

.category2.owl-carousel .owl-prev i{
        font-size: 25px;
    position: relative;
    left: -2px;
} 

.category2.owl-carousel .owl-next i{
        font-size: 25px;
    position: relative;
    left: 1px;
} 


.category2.owl-carousel{
    padding: 50px 0px;
}

.cat_block2 {
    width: 100%;
    background: #fff;
    display: inline-block;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
}

.cat_preview2 img{
    width:100%;
    height:100%;
    object-fit: cover;
}



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

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

.middle_map{
        width: 50%;
    float: right;
}

.middle_map iframe{
    border: 0;
    width: 100%;
    border-radius: 5px;
}


.middle_service_left ul li:nth-of-type(1){
    background:url(../images/service_1.jpg) no-repeat 0px 0px;
    width:390px;
    height:160px;
        border-radius: 5px;
        float:left;
            margin: 0px 0px 25px 0px;
}


.middle_service_left ul li:nth-of-type(2){
    background:url(../images/service_2.jpg) no-repeat 0px 0px;
    width:390px;
    height:160px;
        border-radius: 5px;
        float:right;
            margin: 0px 25px 25px 0px;
}


.middle_service_left ul li:nth-of-type(3){
    background:url(../images/service_3.jpg) no-repeat 0px 0px;
    width:390px;
    height:160px;
        border-radius: 5px;
        float:left;
            margin: 0px 0px 25px 0px;
}


.middle_service_left ul li:nth-of-type(4){
    background:url(../images/service_4.jpg) no-repeat 0px 0px;
    width:390px;
    height:160px;
        border-radius: 5px;
            float:right;  
            margin: 0px 25px 25px 0px;
}


.service_ds{
    width: 63%;
    float: right;
    padding: 50px 0;
}

.service_ds h5{
    font-weight: bold;
    font-size: 15px;
}

.service_ds p{
        font-size: 14px;
    padding: 10px 0;
}


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


.news_block .fixWidth>h3{
        display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
}

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

.news_block ul li{
        margin-right: 20px;
    width: 25%;
}


.news_block ul li img{
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.news_block ul li  h3{
padding: 11px 0;
    font-weight: bold;
    height: 65px;
}

.news_block ul li p{
        font-size: 13px;
}

.news_readmore{
    display: inline-block!important;
    background: #f29f05;
    color: #fff!important;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px 0;
    float: right;
}

footer{
    width: 100%;
    height: 307px;
    background: url(../images/footer_bg.jpg) no-repeat center center;
    margin-top: 50px;
}


.subscribe_box{
    width: 510px;
    text-align: center;
    padding: 108px 0;
    margin: 0 auto;
}

.subscribe_box h6{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.subscribe_box form{
    display: inline-block;
}

.sbInput{
        float: left;
    width: 350px;
    text-align: left;
}

.sbInput input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
}


.sbButton{
        float: right;
    width: 150px;
    position: relative;
    left: -20px;
}

.sbButton button{
    width: 100%;
    background: #f0a103;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}



.news_block ul li:last-of-type{
    margin:0;
}


.main_slide1{
    width: 1090px;
    height: 500px;
    overflow: hidden;
}

.main_slide1 img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
}



.main_slide2{
    width: 530px;
    height: 237px;
    overflow: hidden;
}

.main_slide2 img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
}


.main_slide3{
    width: 530px;
    height: 237px;
    overflow: hidden;
}

.main_slide3 img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
}


.main_content_rws{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.footer_copyright{
    padding: 50px 0;
}

.ApColumn {
    float: left;
    width: 20%;
}

.box12-h1 .ApHtml h4 {
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 15px;
}

.box12-h1 .center1 h4 {
    position: relative;
}

.box12-h1 .center1 h4:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    color: #fba717;
    font-size: 16px;
    padding-right: 10px;
}

.box12-h1 .center1 p {
    max-width: 234px;
}

.box12-h1 .ApHtml p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}


.box12-h1 .center2 h4:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    color: #fba717;
    font-weight: 300;
    font-size: 16px;
    padding-right: 10px;
}

.box12-h1 .center3 h4:before {
    content: "\f0f3";
    font-family: "Font Awesome 5 Free";
    color: #fba717;
    font-weight: 300;
    font-size: 16px;
    padding-right: 10px;
}





.box12-h1 .right .ApHtml p {
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #999;
    text-align: right;
    margin-bottom: 15px;
}

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





.block-social ul {
	margin-bottom: 0
}
.block-social li {
	display: inline-block;
	cursor: pointer;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 0
}
.rtl .block-social li {
	margin-left: 20px;
	margin-right: inherit
}
.block-social li a {
	display: block;
	color: #999
}
.block-social li a span {
	display: none
}
.block-social li a:before {
	content: "";
	font-family: "Font Awesome 5 Brands";
	font-size: 17px
}
.block-social li.facebook a:before {
	content: "\f39e"
}
.block-social li.facebook a:hover {
	color: #3c5a98
}
.block-social li.facebook a:hover:before {
	color: #3c5a98
}
.block-social li.twitter a:before {
	content: "\f099"
}
.block-social li.twitter a:hover:before {
	color: #55acee
}
.block-social li.rss a:before {
	content: "\f09e"
}
.block-social li.rss a:hover:before {
	color: #F60
}
.block-social li.youtube a:before {
	content: "\f16a"
}
.block-social li.youtube a:hover:before {
	color: #e84542
}
.block-social li.googleplus a:before {
	content: "\f0d5"
}
.block-social li.googleplus a:hover:before {
	color: #d6492f
}
.block-social li.pinterest a:before {
	content: "\f0d2"
}
.block-social li.pinterest a:hover:before {
	color: #cb2027
}
.block-social li.vimeo a:before {
	content: "\f27d"
}
.block-social li.vimeo a:hover:before {
	color: #1ab7ea
}
.block-social li.instagram a:before {
	content: "\f16d"
}
.block-social li.instagram a:hover:before {
	color: #4c61b0
}




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

.categoryMegamenu{
position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display:none;    
}

.catmenu_box{
    width: 1660px;
    margin: 0 auto;
    position: relative;
}


#close_fxd{
    position: absolute;
    top: 15px;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor:pointer;
}


.fx_menurow{
    margin: 20px 0px 0px 0px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}


.fx_menu{
    float: left;
    width: 77%;
}

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

.fx_menu ul li a{
    color: #fff;
    font-size: 18px;
    padding: 20px;
    display: block;
}

.fx_menu ul li a:hover,
#close_fxd:hover{
    color: #F29F05;
    
}

.catmenu_row h5{
    font-size: 50px;
    color: #fff;
}

.catmenu_row ul{
        width: 100%;
    display: inline-block;
    margin-top:170px;
}

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

.catmenu_row ul li a{
float: left;
    padding: 2px 0;
    display: block;
    color: #fff;
    font-size: 23px;
}

.catmenu_row ul li div{
    position: absolute;
    right: 0;
    display:none;
    top:250px;
    width:auto;
}

.hover_fxd a{
    opacity:0.5;
}

.catmenu_row ul li a:hover{
        opacity:1!important;
}

.catmenu_row ul li a:hover div{
    display:block;
}


.singleItem{
    min-height:600px;
}


.headline_outer{
   border-top: 2px solid #e7e7e7;
    width: 100%;
    display: inline-block;
}

.headline_text{
   display:none;
}



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

.cmsms_breadcrumbs ol{
    list-style: none;
    display: inline-flex;
}

.cmsms_breadcrumbs ol li:first-of-type{
    display:none;
}

.cmsms_breadcrumbs ol li a{
padding: 10px 18px 10px 0px;
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
}
.cmsms_breadcrumbs ol li.active span{
padding: 10px 0;
    display: block;
    color: #f29f05;
    font-size: 13px;
}

.cmsms_breadcrumbs ol li:not(:first-of-type) a:before{
    content:"\f054";
        font-family: "Font Awesome 5 Free";
    position:absolute;
    width:20px;
    height:20px;
    right:0;
    top:0;
}

.cmsms_breadcrumbs ol li{
    position: relative;
}

.cmsms_breadcrumbs ol li i{
        position: absolute;
    top: 13px;
    right: 5px;
    font-size: 10px;
}

.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:#f29f05!important;
    position:relative;
    font-weight:bold;
}

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

.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: #f29f05;
    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;
}



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

#wishlist{
    cursor:pointer;
}










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

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

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





.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: 100px;
    width: 100%;
    object-fit: contain;
}

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

.minibasket_item-image{
    float: left;
    width:35%;
}

.minibasket_item-details{
        float: right;
    width: 64%;
}

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

.minibasket_details {
        margin: 5px 0;
    color: #999;
}

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

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


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

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

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

.removeCartItem{
    cursor:pointer;
}


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

.grid__item {
    float: left;

}

.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;
}
.cart_content .cart__image-wrapper {
    width: 20%;
}
.cart_content .cart__image-wrapper img {
width: auto;
    max-height: 100px;
}


.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;
}

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

.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: 0px 12px 0px 0px;
}


.medium-up--two-fifths {
    width: 35%;
    padding-left: 30px;
}



.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 {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
        text-align: justify;
}

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

.info_holder .checkout-btn {
    margin-bottom: 20px;
}


.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;
}

.order-information {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}


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

.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;
}


.mod-languages {
    float: left;
    margin-right: 45px;
    margin-top: 6px;
}


.mod-languages button{
    outline: none;
    border: none;
    padding: 7px 0px 0px 0px;
    background: none;
    line-height: 1.8;
    cursor: pointer;
    position:relative;
}

.mod-languages button i{
    color: #ccc;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: -15px;
}

.mod-languages button span{
        display: inline-block;
    float: left;
    margin-right: 10px;
}

.mod-languages button img{
    width: 20px;
}

.top-box__lang-list{
    position: absolute;
    background: #F6F6F6;
    z-index: 9;
    margin-left: -14px!important;
    margin-top: 7px!important;
    display:none;
    border-radius: 0px 0px 10px 10px;
}

.top-box__lang-list a{
    padding: 15px;
    border-bottom: 1px solid #fff;
    display: block;
}


.top-box__lang-list img{
width: 20px;
    margin-right: 6px;
    margin-bottom: -5px;
}

.top-box__lang-list li:last-of-type a{
    border:none;
}


.top-box__lang-list a:hover{
    color:#F29F05;
}



.listing_data .listing_item:nth-oftype(3n){
        float: right;
    margin: 0;
}



.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;
}




.quantity {
    margin-right: 10px;
    display: inline-flex;
        float: left;
    width: 100px;
    border: 2px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}



.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;
}






.productPseudoBlock{
    position: absolute;
    right: 0;
    top: 0;
    z-index:9;
}


.productPseudoBlock li a{
    padding: 10px;
    display: block;
    color: #999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 100%;
        text-align: center;
    box-sizing: border-box;
}

.productPseudoBlock li a:hover,
.productPseudoBlock li.active a{
    background:#f29f05;
    color: #fff;
}

.cat_pr{
  position:relative;   
}

.cat_pr .productPseudoBlock {
    position: absolute;
    right: 10px;
    top: 0;
    z-index:9;
}







.faq_box{
    background: #f5fafb;
    padding: 50px 0;
    width: 100%;
    display: inline-block;
}


.faqRow{
    width: 100%;
    margin: 15px auto;
}

.faq_item{
background: #F29F05;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.faq_item h4{
    color: #fff;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.answer_row{
        padding: 25px;
    display:none;
    background: #F6F6F6;
}


.faq_item h4 i{
    float: right;
    color: #fff;
    font-size: 25px;
}


.openFaq .fa-plus:before {
    content: "\f068";
}


.item-page,
.com-content-category-blog.blog,
.blog-items{
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
}


.page-header h1,
.com-content-category-blog.blog h1{
    font-size: 28px;
    color: #F29F05;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}











.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
}

.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;
}

.page_164 .shopRow .fixWidth{
    width: 1300px;
    margin: 30px auto;
}

.searchTitle{
    width: 100%;
    display: inline-block;
    padding: 18px;
}


.page_164 .listing_data{
    width: 100%;
    float: none;
    display: inline-block;
}




.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: #f29f05;
    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: #f29f05;
}

.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;
    
}


.box_getin h5 {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 15px;
}


.box_getin p {
    font-size: 15px;
    color: #111111;
    line-height: 20px;
}

.info_find {
    padding-top: 20px;
}


.info_find .icon-box-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.icon-box-wrapper .icon-box-icon {
    display: inline-block;
    float: left;
    width: 30px;
    height: 50px;
    margin-right: 35px;
}


.icon-svg svg {
    width: 30px;
    height: 30px;
}

.contact-form {
    margin-top: 40px;
    text-align: center;
}


.get_find .box_getin h5 {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 15px;
}


.get_find .contact-form {
    margin-top: 40px;
    text-align: center;
}


.box-email .form-control {
    height: 60px;
    line-height: 60px;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    margin-bottom: 20px;
    outline:none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.box_getin .box-email textarea {
    padding: 10px 20px;
    height: 260px;
    border-radius: 0;
        width: 100%;
    resize: none;
    outline: none;
}
.box_getin input, .box_getin select, .box_getin textarea {
    border: 1px solid #e4e4e4;
    color: #111111;
}

.box_getin .box-email .btn-primary {
    background-color: #000000;
    border-radius: 0;
    border: none;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 21px;
    transition: .3s;
    color: #fff;
    cursor: pointer;
border-radius:5px;
}

.contact-form .btn-primary {
    padding: 0 65px!important;
    height: 55px;
}


.contact-form  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.page_119 .contact_box .fixWidth{
    width: 1300px;
    margin: 30px auto;
}



#contact_form .row .col-lg-6:nth-of-type(1){
    float: left;
    width: 49%;
}

#contact_form .row .col-lg-6:nth-of-type(2){
float: right;
    width: 49%;
}


#contact_form .row .col-md-12{
width: 100%;
    display: inline-block;
}


.middle_content_row{
    color:#000!important;
}



.product_preview{
 min-height:150px;    
}



.listing_item_data ul li:nth-of-type(3) a {
    min-height: 40px;
    display: block;
}

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


#wishlist_view img{
     height: 20px;
}

#minicart_view img{
     height: 20px;
}

.top_login img{
    height: 20px;
}

.header_row{
    position:relative;
}

.header_row:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #468966;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header_row span{
    background: #fff;
    padding: 2px 10px 3px 0px;
    position: relative;
    z-index: 9;
}

.abs_row{
    position:relative;
}

.catmenu_row ul li .abs_row:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #666;
    position: absolute;
    left: -20%;
    top: 0;
}



.page_154 .pagenavigation,
.page_152 .pagenavigation,
.page_213 .pagenavigation{
    display:none;
}












.recipie_block{
        width: 100%;
    display: inline-block;
    background:#efefef;
    padding:50px 0;
}


.recipie_block .fixWidth>h3{
        display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
}

.recipie_block ul{
    width: 100%;
    display: inline-flex;
    margin: 20px 0;
}

.recipie_block ul li{
        margin-right: 20px;
    width: 25%;
}


.recipie_block ul li img{
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.recipie_block ul li  h3{
padding: 11px 0;
    font-weight: bold;
    height: 65px;
}

.recipie_block ul li p{
        font-size: 13px;
}





.recipie_block .header_row span {
    background: #efefef;
    padding: 2px 10px 3px 0px;
    position: relative;
    z-index: 9;
}

.recipie_block .g-rounded-bottom-3{
        background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin: -5px 0px 0px 0px;
    border-radius: 0px 0px 10px 10px;
}


.u-label {
    display: inline-block;
    padding: 0.35rem 0.58rem;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
}

.u-label-success {
    background-color: #468966;
}


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


.recipes_box>h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #efefef;
    margin: 50px 0;
    padding: 50px 0;
}

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

.rep_row{
    width: 24%;
    float: left;
    margin-right:20px;
}

.rep_row_header{
    height:300px;
    overflow:hidden;
}
.rep_row img{
width: 100%;
    object-fit: cover;
    height: 100%;
}


.recipes_box_item .g-rounded-bottom-3 > h3{
    font-size: 17px;
    font-weight: bold;
    padding: 13px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.recipes_box_item .list-unstyled{
    margin: 15px 0px;
}

.order-information{
        font-size: 15px;
}

.order-information h5{
    color: green;
    font-weight: bold;
    border-top: 1px solid #ececec;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    
}


.posted_in a{
    color: #0f5dc4;
    text-decoration: underline;
}


.com-content-article__body ul{
    margin: 0px 0px 0px 40px;
}

.com-content-article__body ul li{
position:relative;
padding:2px 0;
}

.com-content-article__body ul li:before {
    content: "\2022";
    color: #F29F05;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
}

.product-price{
        width: 100%;
    display: inline-flex;
    padding: 10px 0;
}

 .old_price {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    margin-left: 45px;
}



.old_price  span {
    font-size: 17px;
    color: #7b7b7b;
    text-decoration: line-through;
}

.new_price{
    font-size: 19px;
    color: green;
}



.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
    background: #468966!important;
    border-color: #468966!important;
    color: #fff!important;
}



.cat_block2{
        margin-bottom: -5px;
}

.news_block ul li a,
.recipie_block ul li a,
.recipe_list_page>li a{
display: block;
    overflow: hidden;
    
}



.news_block ul li img,
.recipie_block ul li img,
.owl-carousel .owl-item img,
.product_preview img,
.recipe_list_page>li img{
    transition: all 0.5s ease 0s;
}

.news_block ul li:hover img,
.recipie_block ul li:hover img,
.owl-carousel .owl-item:hover img,
.product_preview:hover img,
.recipe_list_page>li:hover img{
    transform: scale3d(1.1, 1.1, 1.1);
}








.not_stok{
position: absolute;
    z-index: 99;
    background: #F29F05;
    color: #fff;
    width: 36%;
    text-align: center;
    left: 100px;
    border-radius: 5px;
    top: 0;
}

.out_of_stoke{
    background:#F29F05 ;
    color: #fff;
    width: 36%;
    text-align: center;
    left: 100px;
    border-radius: 5px;
    top: 0;
    width: 100%;
    padding: 7px;
        margin-top: 20px;
}


.page_155 .item-image{
    width: 40%;
    float: left;
    border: 1px solid #468966;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}

.page_155 .item-image img{
        width: 100%;
    object-fit: cover;
}


.news_desc_home{
    min-height:65px;
    font-size:15px;
}


.loginEventBox p{
    width: 100%;
    display: inline-block;
    padding: 5px;
}


.loginEventBox span{
    position: relative;
    padding: 12px 0;
    display: inline-block;
    font-size:13px;
}

.loginEventBox span:before{
     content: "";
    width:1px;
    height: 15px;
    position: absolute;
    left: 45%;
    top: 0;
    background: #999;
}


.loginEventBox span:after{
     content: "";
    width:1px;
    height: 15px;
    position: absolute;
    left: 45%;
    bottom: 0;
    background: #999;
}


.loginEventBox a{
        color: #fff!important;
    padding: 1px 28px;
    font-size: 15px;
}

.title_info .blog-title{
    display:none;
}


.page-item span[aria-hidden="true"]{
    display:none;
}












.moto-widget-callback.moto-preset-default {
  bottom: 60px;
  left: auto;
  right: 15px;
  box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
  background-color: #ffffff;
  color: #231F20;
  max-height: 80vh;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 70px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 60px;
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 60px;
    right: 10px;
  }
}




.moto-widget-callback.moto-preset-default.moto-widget-callback_opened,
.moto-widget-callback.moto-preset-default.moto-widget-callback_opening {
  border-radius: 3px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 40px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  border-radius: 40px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 80px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-divider {
  border-top-color: #cfcfcf;
  border-top-width: 1px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button {
  color: #191919;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button:hover {
  color: #231F20;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button {
  color: #191919;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button:hover {
  color: #231F20;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_open-button {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_link {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button:hover .moto-widget-callback__overlay_open-button {
  background-color: rgba(255,255,255,0.35);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-item:hover .moto-widget-callback__overlay_link {
  background-color: rgba(255,255,255,0.25);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
  width: 80px;
  height: 80px;
  font-size: 50px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  width: 80px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 50px;
  line-height: 80px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}


.moto-widget-callback {
  position: fixed;
  overflow: hidden;
  transition: 0.2s ease;
  transition-delay: 0.2s;
  display: block;
  z-index: 999;
  box-sizing: content-box;
  background-clip: content-box;
}
.moto-widget-callback__wrapper {
  box-sizing: border-box;
}
.moto-widget-callback__thumbnail-wrapper {
  text-align: center;
}
.moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.moto-widget-callback__thumbnail_icon {
  max-width: 100%;
}
.moto-widget-callback__open-button,
.moto-widget-callback__body {
  transition: opacity 0.4s;
}
.moto-widget-callback_opened {
  overflow-y: auto;
}
.moto-widget-callback_opened,
.moto-widget-callback_opening {
  width: 280px;
}
.moto-widget-callback_opening .moto-widget-callback__open-button,
.moto-widget-callback_closing .moto-widget-callback__open-button,
.moto-widget-callback_opening .moto-widget-callback__body,
.moto-widget-callback_closing .moto-widget-callback__body {
  opacity: 0 !important;
}
.moto-widget-callback__body {
  padding: 30px;
}
.moto-widget-callback__more-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.moto-widget-callback__more-details-wrapper {
  margin: 25px 0;
}
.moto-widget-callback__more-details-item {
  margin-right: 20px;
  position: relative;
}
.moto-widget-callback__more-details-item:nth-child(4n):not(:last-child) {
  margin-bottom: 20px;
}
.moto-widget-callback__more-details-item:nth-child(4n) {
  margin-right: 0;
}
.moto-widget-callback__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none;
}
.moto-widget-callback__link {
  display: block;
  width: 32px;
  height: 32px;
  background: center no-repeat;
  background-size: contain;
}
.moto-widget-callback__body_more-details-enabled {
  padding-bottom: 0;
  width:100%!important;
}
.moto-widget-callback__more-details-divider {
      margin: 0 -30px 23px 0px;
}
.moto-widget-callback__more-details-button-wrapper {
  height: 30px;
  text-align: center;
  overflow: hidden;
}
.moto-widget-callback__more-details-button {
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: 0.4s;
}
.moto-widget-callback__body_more-details-opened .moto-widget-callback__more-details-button {
  transform: rotate(180deg);
}
.moto-widget-callback__open-button {
  cursor: pointer;
}
.moto-widget-callback__close-button {
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 30px;
  line-height: 0.5;
  cursor: pointer;
  transition: color 0.4s;
}
.moto-widget-callback__link-telegram_chat {
  background-image: url(../images/telegram.png);
}
.moto-widget-callback__link-whatsapp_chat {
    background-image: url(../images/whatsapp.png);
}
.moto-widget-callback__link-viber_public_account {
  background-image: url(../images/viber.png);
}
.moto-widget-callback__link-fb_messenger_chat {
 background-image: url(../images/facebook.png);
}



.category_product .news_readmore{
     position: absolute;
    bottom: 0;
    right: 47px;   
    z-index: 99;
}


.category_product{
    position:relative;
}


.menu_row{
    float:left;
}

.tp_social{
        float: left;
    display: inline-flex;
    padding-top: 15px;
        margin-right: 25px;
}

.tp_social li a{
    padding: 0 8px;
}

.tp_social li a i{
    font-size: 22px;
    color: #468966;
}














