* {
    box-sizing: border-box;
}
html{
    height: 100%;
}
html, body{      
    scroll-behavior: smooth;
    font-size: 18px;
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 320px;
}
header {
    background-color: #ebf2ef;
}
footer{
    margin-top: auto;
}
h1,h2{
    font-size: 1.5rem;
}
div, span, p, a, button, li {    
    font-family: 'Nunito Sans', sans-serif;
}
a, a:hover {
    text-decoration: none;
    color: #000000;
}
.btn:hover {
    color: #fff;
}
.fs-x-small {
    font-size: 12px;
}
.fs-small {
    font-size: 14px;
}
.fs-normal {
    font-size: 16px;
}
.fs-big {
    font-size: 18px;
}
.fs-x-big {
    font-size: 18px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
h1, .h1 {
    font-size: 30px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.flex {
    display: flex;
}
.none {
    display: none;
}
.block {
    display: block;
}
.arround {
    justify-content: space-around;
}
.between {
    justify-content: space-between;
}
.mr-10 {
    margin-right: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.lh-100 {
    line-height: 100%;
}
.lh-120 {
    line-height: 120%;
}
.lh-140 {
    line-height: 140%;
}
.lh-160 {
    line-height: 160%;
}
.lh-180 {
    line-height: 180%;
}
.lh-200 {
    line-height: 200%;
}
.bold {
    font-weight: 700;
}
.norm {
    font-weight: 400;
}
.lsn {
    list-style: none;
}
.w-100 {
    width: 100%
}
.container {
    max-width: 1200px;
}
#content {
    margin-bottom: 20px;
    
}
.inputbox, 
.controls input[type=text],
.controls input[type=email],
.controls textarea,
.acym__user__edit__email
{
    background-color: #fff;
    border: 1px solid #dddbe0;
    padding: 10px;
    font-size: 1rem;
}
.inputbox-h-small{
    height: 40px;
}
select.inputbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../../../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 25px;
}
select.inputbox::-ms-expand{
    display: none;
}

.btn, .btn.btn-primary{
    font-size: 14px;
    line-height: 100%;    
    background-color: #c16f6f;
	background-color: #51836d;	
    padding: 14px 40px;    
    border-radius: 0px;
    color: #fff;
    border: 0px;
}
.btn.btn-primary{
    font-size: 18px;
}
.btn-w{
    width:200px;
}
.btn.normaltext{
    font-size: 16px;
}
.btn.bigtext{
    font-size: 18px;
}

.red{
    color: #dd3232;
}
.text-c-grey{
    color: #796F70;
}

.text-decoration-underline, .underline{
    text-decoration: underline;
}

.field-calendar .input-append{
    display: flex;
}
.field-calendar .btn{
    background-color: #fff;
    padding: 15px 15px;
    border: 1px solid #dddbe0;
}
.field-calendar .btn .icon-calendar{
    color: #000;
}

.control-group{
    margin-bottom: 15px;
}
.page-header {
    margin-bottom: 25px;
}

.info_block {
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}
.info_block .info_tel {
    padding-left: 20px;
    margin-right: 40px;
}
.info_block .info_mail {
    padding-left: 30px;
    white-space: nowrap;
}
.info_block .info_tel::before,
.info_block .info_mail::before {
    content: "";
    position: absolute;
    left: 0;
}
.info_block .info_tel::before {
    top: 6px;
    width: 12px;
    height: 13px;
    background-image: url(../../../images/tel.png);
}
.info_block .info_mail::before {
    top: 4px;
    width: 21px;
    height: 16px;
    background-image: url(../../../images/mail.png);
}
.login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.t_login {
    font-size: 14px;
    text-decoration: underline;
}
.login .icon-users {
    display: none;
}
#logo {
    min-height: 80px;
}
.my-account {    
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 0!important;
}
.center-top-modules {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.center-top-modules .input-group {
    border: 1px solid #dddbe0;
}
.center-top-modules .input-group .form-control,
.center-top-modules .input-group .form-control:focus {
    border: none;
    box-shadow: none;
    width: 268px;
}
.center-top-modules .input-group input::placeholder {
    color: #111;
    z-index: 100;
}
.center-top-modules .input-group button:focus {
    box-shadow: none;
}

.right-top-modules {
    display: flex;
    height: 100%;
    align-items: center;
}
.right-top-modules #jshop_module_wishlist,
.right-top-modules .cartajax_adv_module {
    flex: 1 0 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#wishlist-count-product, #jshop_quantity_in_cart {
    text-align: center;
    font-size: 12px;
    position: absolute;
    display: block;
    top: -2px;
    right: -5px;
    background-color: #d8d8d8;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#jshop_quantity_in_cart {
    top: -3px;
    right: -8px;
}

/**** Main menu ****/
#main_menu {
    background-color: #51836d;
}
#main_menu .mod-list {
    padding: 23px 0;
}
#mobile-menu {
    display: none;
}
#main_menu .mod-list li {
    margin-right: 100px;
}
#main_menu .mod-list li a {
    color: #fff;
}
#main_menu .mod-list li:nth-child(2) {
    margin-left: auto;
}
#main_menu .mod-list li:last-child {
    margin-right: 0;
}

#button-search.btn{
    padding: .375rem .75rem;
    background-color: #ffffff;
}

/**** home articles *****/

.home .main-content {
    background-image: url(../../../images/main-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    padding: 25px 30px;
    text-align: center;
    color: #000;
}
.home .main-content .text {
    font-size: 24px;
}
.home h1,
.home h2 {
    font-size: 67px;
    line-height: 1;
}

/**** cart ajax ****/
.to_ajax_cart img {
    cursor: pointer;
}
.cartajax_adv_module {
    position: relative;
}
.popup-cart-ajax {
    position: absolute;
    top: 40px;
    width: 250px;
    z-index: 100;
    border: 1px solid #51836d;
    background-color: #ebf2ef;
    padding: 10px 8px;
}

/**** tree categories ****/
.jshop_tree_categories ul{
    list-style: none;
    padding-left: 0;
    margin-top: -4px;
}
.jshop_tree_categories ul li {
    padding: 4px 0;
    position: relative;
}
.jshop_tree_categories ul li a {
    padding: 10px 10px;
    display: block;    
}
.jshop_tree_categories ul li a span{
    font-size:18px;
}
.jshop_tree_categories ul ul li a span{
    font-size:16px;
}
.jshop_tree_categories>ul>li>a {
    background-color: #ebf2ef;
}
.jshop_tree_categories ul li>ul>li a{
    padding: 10px 20px;
}
.jshop_tree_categories ul li ul li>ul li a{
    padding: 10px 30px;
}
.jshop_tree_categories .cattree0-0 >li.is_subcat::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 22px;
    right: 15px;
    border-bottom: 1px solid #51836d;
    border-right: 1px solid #51836d;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.jshop_tree_categories .cattree0-0 >li.open.turn::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    top: 25px;
}

/*** style of modules header ****/
.prod_last {
    padding: 0px 0px 40px;
}
.header_block_products, .prod_last h1, .prod_last h2, .prod_last h3 {
    font-size: 20px;
    line-height: 250%;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #51836d;
    padding-left: 20px;   
    margin-bottom: 18px;
}

/**** latest product, bestseller, top rating ****/
.latest_products_flex {
    display: flex; 
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;   
}
.item_last_product {
    flex: 25% 0 0;
    padding: 0 5px 25px;
}

.item_last_product .image .image_block a {
    display: block;
    text-align: center;
}
.item_last_product .image .image_block a img {
    max-width: 100%;
}
.list_prod_more {
    margin-top: -20px;
}


/*** Center bottom flex ****/
.gray {
    background-color: #e9e9e9;
    margin-bottom: 50px;
}
.gray .page-header {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
}
.gray.acym{
    background-color: #ebf2ef;
    padding-bottom: 50px;
}
.gray.acym  .page-header {
     font-size: 24px;
     margin-bottom: 0px;
     padding-bottom: 10px;
     padding-left: 15px;
    padding-right: 15px;
}
.acym_module_form .acym_introtext{
    text-align: center;
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.acym_module_form .acym_form .onefield{
    margin: 0px;
}
.acym_module_form .acym__user__edit__email{
    width: 400px;
    font-size: 16px;
}
.acym_module_form .d-flex input{
    max-width: 100%;
}
.acym_module_form .d-flex input.btn {
    background-color: #c16f6f;
    color: #fff;
    margin-left: 20px;
}
.acym_module_form .btn{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.acym_module .responseContainer{
    margin-left: 15px;
    margin-right: 15px;
}

.center-bottom-list {
    display: flex;
    list-style: none;
    padding: 30px 20px;
    justify-content: space-between;
}
.center-bottom-list li {
    padding-left: 30px;
    position: relative;
}
.center-bottom-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 14px;
    height: 10px;
    background-image: url(../../../images/check.png);
}

/*** bottom-text-module ***/
.custom.bottom-text-module {
    background-image: url(../../../images/bottom-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 347px;
    padding: 40px 20px 20px 40px;
}
.custom.bottom-text-module .content {
    max-width: 310px;
}
.center-benefits-flex {
    display: flex;
    padding-bottom: 60px;
}
.item-benefit {
    flex: 33.33% 0 0;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
.item-benefit .img {
    max-width: 100%;
    margin-bottom: 30px;
}

.page-reset input{
    width: 450px;
}


/**** Footer ****/
.footer_item h2, .footer_item h3 {
    font-size: 16px;
}
.footer_item .custom {
    padding-top: 30px;
    padding-bottom: 60px;
}
.footer_item div, .footer_item a {
    font-size: 16px;
} 
.footer_item ul.nav {
    padding-top: 10px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
}
.footer_item.bmenu{
    padding-left: 10%;
}
.footer-bottom {
    background-color: #51836d;
    min-height: 70px;
}
.footer-logo, .footer-info-block, .social {
    display: flex;
    height: 70px;
    align-items: center;
}
.footer-logo img{
    height: 35px;
}
.footer-info-block .info_tel a {
    margin-right: 10px;
}
.social {
    justify-content: flex-end;
}
.social a {
    opacity: 0.5;
    margin-left: 15px;
}
.social a:hover {
    opacity: 0.8;
}
.social img {
    width: 35px;
}
.copyright {
    padding-top: 10px;
    padding-bottom: 15px;
    color: #7a7a7a;
    background-color: #ebf2ef;
}
.copyright a {
    color: #7a7a7a;
}
.footer-bottom .menu{
    align-items: center;
    justify-content:center;
}
.footer-bottom .menu li{
    padding-left: 7px;
    padding-right: 7px;
}
.footer-bottom .menu a, .footer-bottom .menu span{
    font-size: 14px;
    color: #fff;
}

.show-768 {
    display: none;
}
.right-top-modules .hide-768 {
    display: none;
}

/**** Breadcrumbs  ****/
.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 12px;
}
.breadcrumb li a, .breadcrumb li span {
    font-size: 12px;
}

.jshop_tree_categories_btn{
    background-color: #e9e9e9;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}
.jshop_tree_categories_btn::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 32px;
    right: 30px;
    border-bottom: 2px solid #6d6d6d;
    border-right: 2px solid #6d6d6d;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*** Module newsflash ***/
.newsflash * {
    box-sizing: border-box;
}
.newsflash {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    color: #000;
}
.newsflash .nf-item {
    width: 50%;
}
.newsflash .nf-item:nth-child(odd) {
    padding-right: 25px;
}
.newsflash .nf-item:nth-child(even) {
    padding-left: 25px;
}
.newsflash .nf-item:nth-child(3), .newsflash .nf-item:last-child {
    padding-top: 50px;
    padding-bottom: 20px;
}
.newsflash-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.newsflash-image {
    width: 100;
    margin-bottom: 25px;
}
.newsflash-image img {
    max-width: 100%;
}
.nf-introtext {
    font-size: 16px;
    line-height: 1.8;
}
.nf-button {
    padding: 15px 0;
}
.nf-button .readmore {
    color: #51836d;
    font-size: 18px;
    font-weight: bold;
}



/** Kontakt **/
.contact {
    padding-top: 15px;
    font-size: 16px;
}
.contact .contact-info{
    margin-top: 30px;
}
.contact .contact-info dl, .contact .contact-info dl a{
    color: #707070;
}
.contact .contact-info .image {
    width: 45px;
}
.contact-form legend{
    font-size: 16px;
}
.contact-wraper .title{
    margin-bottom: 10px;
}
.contact-form .control-group.field-spacer{
    font-size: 12px;
    color: #dd3232;
}
.contact-wraper{
    background: #ebf2ef;
    padding: 30px 60px;
}
.contact-form input, .contact-form textarea{
    width: 100%;    
}
.contact-form .control-label{
    display: none;
}
.contact-form .controls input[type=text],
.contact-form .controls input[type=email],
.contact-form .controls textarea{
    font-size: 16px;
}
.contact-form .controls textarea{
    height: 250px;
}
.contact-form label{
    margin-bottom: 0px;
}
.contact-form form > .control-group .controls{
    text-align: right;
}

.blog-items img{
    max-width: 100%;
}
.blog .readmore .icon-chevron-right{
    display: none;
}
.blog-items .article-info-term{
    display: none;
}
.blog-items .page-header{
    margin-bottom: 10px;
}
.blog-items .create{
    font-size: 14px;
    color: #7b7b7b;
}
.blog-items .create .icon-calendar{
    display: none;
}
.blog .items-row.cols-2.row-1.row-fluid.clearfix{
    margin: 0px;
}


/*** Coociepolicy ***/
.cookiepolicy{
    display:none;
    position: fixed;
    bottom:0px;
    background:#ebf2ef;
    border-top:1px solid rgb(124, 124, 124);
    font-size:12px;
    width:100%;
    padding:5px;
    text-align:center;
    z-index:999;
    line-height: 1.5;
}
.cookiepolicy .btn{
    cursor: pointer;
}
.btn-success{
    background-color:#ebf2ef;
    border:1px solid #ebf2ef;    
    color: #111;
}
a.btn-success{
    color: #111;
}
.cookiepolicy .btn-success{
    color: #fff;
    margin-left: 5px;
    background-color: #51836d;
    border: 1px solid #51836d;
    background-image: none;
    padding: 5px 15px;
    font-size: 16px;
}



@media (min-width: 769px) {
    .com_jshopping_checkout .top-info-row{
        display: none;
    }
    .com_jshopping_checkout header .order-1{
        display: none;
    }
    .com_jshopping_checkout header .order-2{
        display: none;
    }
}

@media (max-width: 1200px) {
    .jshop_tree_categories ul li a span{
        font-size: 20px;
    }
    .footer-bottom .menu{
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 991px) {
    .info_block {
        justify-content: flex-start;
    }
    .item-benefit {
        padding-left: 40px;
        padding-right: 40px;
    }
    .jshop_tree_categories {
        display: none;
    }
    #main_menu .mod-list{
        justify-content: space-around;
    }
    #main_menu .mod-list li {
        margin-right: 0px;
    }
    #main_menu .mod-list li:nth-child(2){
        margin-left: 0px;
    }
    .bodyhome #left-side{
        display: none;
    }
    .bread-wrapper{
        display: none;
    }
    .footer_item.bmenu{
        padding-left: 15px;
    }        
    .jshop_tree_categories_btn{
        display: block;
    }
    .jshop_tree_categories.active{
        display: block;
    }
    .box_products_sorting label{
        margin-bottom: 0px;
    }
    .contact > .row{
        flex-direction: column-reverse;
    }    
}

@media (max-width: 767px) {
    
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
    
    #mobile-menu {
        display: block;
    }
    header .row div{
        position: relative;
        
    }
    #main_menu .mod-list {
        display: none;
    }
    #main_menu{
        background-color: transparent;
        margin-top: 10px;
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        z-index: 9;
    }
    #main_menu .mod-list{
        padding: 10px 0px;
        position: absolute;
        background: #51836d;
        width: 100vw;
        left:0px;
		top: auto;
    }
    #main_menu .mod-list a{
        padding-left: 15px;
    }
    #logo a{
        margin-left: 65px;
    }
    
    header .order-2{
        background: #f4f4f4;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }
    
    .center-top-modules .input-group .form-control {
        width: 200px;
    }
    .top-info-row {
        display: none;
    }
    .right-top-modules{
        justify-content: flex-end;
    }
    .right-top-modules #jshop_module_wishlist,
    .right-top-modules .cartajax_adv_module,
    .right-top-modules .mob_login {
        flex: 0 0 0;
        margin-left: 20px;
    } 
    .mob-user {
        display: block;
        width: 18px;
        height: 21px;
        background-image: url(../../../images/user_login.png);

    }
    .login {
        margin-top: 4px;
    }
    #search-top {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    } 
    #search-top .input-group {
        width: 100%;
        flex-wrap: nowrap;
        background: #fff;        
    }
    #main_menu {        
    }
    #mobile-menu {
        padding-top: 12px;
        padding-bottom: 12px;
        border: none;
        background-color: inherit;
    }
    #mobile-menu:focus, #mobile-menu:active{
        outline: none;
    }
    #mobile-menu + ul>li>a {
        display: block;
        padding: 10px 0;
    }
    .item-page h1, .item-page h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .home .main-content .text {
        font-size: 20px;
    }
    .home h1, .home h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    #content {
        margin-bottom: 20px;
    } 
    .item-page, .home{
        font-size: 16px;
    }
    .item_last_product {
        flex: 50% 0 0;
    }
    .latest_products_flex {
        flex-wrap: wrap;
    }    
    .prod_last {
        padding: 0px 0px 30px;
    }
    .item_last_product {
        margin-bottom: 15px;
    }
    .footer_item.col-md-4{
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer_item.col-md-4 > * {
        padding-left: 15px;
        padding-right: 15px;
    } 
    .footer_item .page-header{
        margin-bottom: 30px;
    }
    .footer_item .custom{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .footer_item.bmenu .page-header{
        border-top: 1px solid #cfcfcf;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0px;
        cursor: pointer;
    }
    .footer_item.bmenu .page-header:after{
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        top: 18px;
        right: 15px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .footer_item ul.nav{
        padding: 0px;
        display: none;
    }
    .footer_item ul.nav.active{
        display: block;
    }
    .footer_item ul.nav li{
        border-top: 1px solid #cfcfcf;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom{
        background: #fff;
        border-top:0px;
        border-bottom: 0px;
    }
    .footer-bottom ul.nav{
        order:0;
        flex-direction: column;
        padding-right: 0px;
    }
    .footer-bottom .custom{
        order:1;
    }
    .footer-bottom ul.nav .divider{
        display: none;
    }
    .footer-bottom ul.nav li{
        border-top: 1px solid #cfcfcf;
        width: 100%;
        padding-left: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }  
    .footer-bottom .menu a, .footer-bottom .menu span{
        font-size: 16px;
        color: #111;
    }      
    .footer-bottom .custom.footer-logo{
        background-color: #51836d;
        padding-bottom: 5px;
    }
    .footer-bottom .social{
        justify-content: space-around;
        margin-top: 10px;
    }
    .footer-bottom .menu{
        padding-left: 0px;
        padding-right: 0px;
    }
    .social a {
        margin-left: 0;
        margin-right: 15px;
    }
    .contact-wraper{
        padding: 0px;
        background: #fff;
    }
    .acym_module_form .d-flex{
        flex-direction: column;
    }
    .acym_module_form .d-flex > *{
        padding-left: 25px;
        padding-right: 25px;
    }
    .acym_module_form .acym__user__edit__email{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .acym_module_form .d-flex .btn{
        width: 100%;
        max-width: 100%;
    }
    .acym_module_form .d-flex input.btn {
        margin-left: 0;
    }
    .gray{
        margin-bottom: 40px;        
    }
    .gray.acym{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .newsflash .nf-item {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
 
}

@media (max-width: 650px) {
    .item-benefit {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home .content{
        flex-direction: column-reverse;        
    }
    .home h1,.home h2{
        text-align: center;
    }
    .home .content .img{
        margin-bottom: 15px;
        text-align: center;
    }
    .home .content .text {
        padding-right: 0px;
    }
    .brand .img-fluid {
       max-width: 150px;
       margin-top: 23px;
       position: absolute;
    }
    .jshop_tree_categories ul li a span{
        font-size: 18px;
    }
    .jshop_tree_categories ul ul li a span{
        font-size: 16px;
    }
    .jshop_tree_categories .cattree0-0 > li::after{
        top:18px;
    }
    .list_prod_more{
        margin-top: -10px;
    }
}

@media (max-width: 480px) {
    .xs-center{
        text-align: center;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    .hide-480 {
        display: none;
    }
    .inputbox{
        font-size: 16px;
    }
    .btn.bigtext{
        font-size: 16px;
    }
    .btn{
        width: 100%;
    }
    .center-benefits-flex, .center-bottom-list {
        flex-direction: column;
    }
    .item-benefit {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .t_login {
        font-size: 12px;
        display: none;
    }
    .login .icon-users {
        display: block;
        color: black;
    }
    .info_block .fs-14 {
        font-size: 12px;
    }
    .info_block .info_mail::before {
        top: 8px;
        width: 15px;
        height: 11px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .info_block .info_tel::before {
        top: 8px;
        width: 10px;
        height: 11px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .info_block .info_tel {
        padding-left: 15px;
        margin-right: 15px;
    }
    .info_block .info_mail {
        padding-left: 18px;
    }
    .home {
        padding: 30px 0;
    }
    .home .main-content {
        padding: 25px 15px;
        height: 280px;
    }
    .item-page h1, .item-page h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .item_last_product {
        padding: 0 5px 5px;
    }
    .item-benefit {
        margin-bottom: 25px;
    }
    .item-benefit .img {
        margin-bottom: 15px;
    }
    .page-reset p{
        font-size: 16px;
    }
    .page-reset input{
        width: 100%;
    }
    .newsflash-title {
        margin-bottom: 15px;
    }
    .nf-button {
        padding: 0 0 25px;
    }
    .newsflash .nf-item:nth-child(3), .newsflash .nf-item:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom.bottom-text-module {
        padding: 30px 15px;
        height: auto;
    }
    .custom.bottom-text-module .content {
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .brand .img-fluid {
       max-width: 110px;
       margin-top: 28px;       
    }
    #logo a{
        margin-left: 59px;
    }
}
.btn.jmodedit{
	width:15px;
	height: 15px;
	padding: 1px;
}
