* {
    box-sizing: border-box;
}
html{
    height: 100%;
}
html, body{      
    scroll-behavior: smooth;
    font-size: 14px;
    color: var(--text-color1);
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 320px;
}
header{
    background-color: var(--bg-color-header);
}
footer{
    margin-top: auto;
}
h1,h2{
    font-size: 1.5rem;
}
div, span, p, a, button, li {
    font-family: sans-serif;
}
a, a:hover {
    text-decoration: none;
    color: var(--text-color1);
}
.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%
}
.visually-hidden{
    display: none;
}
.container {
    max-width: 1200px;
}
.task-step6 .row {
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
#content {
    margin-bottom: 40px;    
}
.inputbox, 
.controls input[type=text],
.controls input[type=email],
.controls textarea,
.acym__user__edit__email
{
    background-color: #fff;
    border: 1px solid var(--border-color-input);
    padding: 10px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
.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: var(--bg-color-btn);
    padding: 14px 40px;    
    border-radius: 0px;
    color: var(--text-color-btn);
    border: 0px;
}
a.btn:not([href]):not([tabindex]) {
    color: var(--text-color-btn);
}

.btn:hover{
    color: var(--text-color-btn-hover);
    background-color: var(--bg-color-btn);
}
.btn.btn-primary{
    font-size: 18px;
}
.btn-w{
    width:200px;
}
.btn.normaltext{
    font-size: 16px;
}
.btn.bigtext{
    font-size: 18px;
}
.form-group {
    margin-bottom: 1rem;
}
.red{
    color: var(--text-color-red);
}
.text-c-grey{
    color: var(--text-color-grey);
}

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

.field-calendar .btn{
    background-color: var(--bg-color-btn-cal);
    border: 1px solid var(--border-color-input);
}
#birthday_btn {
    padding: 10px 15px;
    border-radius: 0 0.25rem 0.25rem 0;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    -ms-border-radius: 0 0.25rem 0.25rem 0;
    -o-border-radius: 0 0.25rem 0.25rem 0;
}
.field-calendar .btn .icon-calendar{
    color: var(--text-color-btn);
}
.field-calendar .input-group{
    flex-wrap: nowrap;    
}
.field-calendar .input-group .form-control{
    height: auto;
    border-radius: 0.25rem 0 0 0.25rem;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    -ms-border-radius: 0.25rem 0 0 0.25rem;
    -o-border-radius: 0.25rem 0 0 0.25rem;
}

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

/*.mr-lg-3, .mx-lg-3 {
    margin-right: 0!important;
}*/

.mod_login_link .login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mod_login_link .my-account {    
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}
.center-top-modules {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo {
    min-height: 80px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
#logo a{
    display: inline-block;
}
.jshop_ajaxsearch,
.mod_jshopping_search{
    flex: 0 0 320px;
}
.mod_login_link {
    flex: 0 0 80px;
}
#jshop_module_wishlist {
    flex: 0 0 80px;
    display: flex;
    justify-content: flex-end;
}
.center-top-modules .cartajax_adv_module {
    flex: 0 0 80px;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#search-top .input-group {
    border: 1px solid var(--border-color-input);
    
}
#search-top .input-group .form-control,
#search-top .input-group .form-control:focus {
    border: none;
    box-shadow: none;
    width: 268px;
}
.task-step6 #search-top .input-group .form-control {
    margin-top: 0;
    margin-bottom: 0;
}
#search-top .input-group input::placeholder {
    color: var(--text-color1);
    z-index: 100;
}
#search-top .input-group button:focus {
    box-shadow: none;
}
#search-top .itemsearch:hover {
    background-color: var(--bg-color1);
    color: var(--text-color-menu);
}
#search-top .itemsearch:hover span{
    color: var(--text-color-menu);
}

#jshop_module_wishlist,
.cartajax_adv_module {
    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: var(--bg-color-btn);
    color: var(--text-color-btn);
    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: -2px;
    right: -5px;
}

.mob-user {
    display: block;
    width: 18px;
    height: 21px;
    background-image: url(../../../images/user_login.png);
}

/**** Main menu ****/
#main_menu {
    background-color: var(--bg-color1);
    margin-top: 0px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
#main_menu .nav {
    padding: 15px 0;
}
@media (min-width: 768px) {
	header:not(.fixed) #main_menu .nav {
		display: flex !important;
	}
}

#main_menu .nav {
	
}

#mobile-menu {
    display: none;
}
#main_menu li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
    color: var(--text-color-menu);
}

/* drop down */
#main_menu ul {
    position: relative;
}
#main_menu li{
    position: relative;
}
#main_menu li ul {
    position:absolute;
    width:240px;
    display: none;
    left: auto;
    top: 35px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0,0, 0.15);
    margin: 0px;    
}
#main_menu li ul li a {
    display: block;    
    padding: 10px 20px;
    color: var(--text-color-submenu);
}
#main_menu li ul li a:hover {
    background-color: var(--bg-color1);
    color: var(--text-color-submenu-hover);
}
#main_menu li:hover > ul{
    display: block;
	z-index: 9;
}
#main_menu li li{	
    position: relative;    
    margin: 0px;
}

#main_menu li li ul{    
    left: 240px;
    top: 0px;
    display: none;
    padding: 0px;
}
#main_menu li > li:hover > ul{
    display: block;    
}

@media (min-width: 992px) {
	#main_menu .nav > li {
		margin-right: 100px;
	}
	#main_menu .nav > li:nth-child(2) {
		margin-left: auto;
	}
	#main_menu .nav > li:last-child {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	#main_menu .nav{
        justify-content: space-around;
    }        
}

@media (max-width: 767px) {    
	#mobile-menu {
        display: block;
		padding-top: 12px;
        padding-bottom: 12px;
        border: none;
        background-color: inherit;
    }
    .task-step6 #mobile-menu {
        padding: 12px 6px;
        width: auto;
        height: auto;
        font-size: inherit;
        background: inherit;
        border: none;
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
	#mobile-menu:focus, #mobile-menu:active{
        outline: none;
    }
    #main_menu .nav{
        display: none;
    }
    #main_menu{
        background-color: transparent;
        margin-top: 10px;
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        z-index: 9;
        top:0px;
    }    
    #main_menu .nav{
        padding: 0px 0px;
        position: absolute;
        background: var(--bg-color1);
        width: 100vw;
        left:0px;        
    }	
    #main_menu li a{
        padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
    }
	#main_menu ul.nav > li.active > a{
		border-top: 0px;
	}
	#main_menu .active > a{
		/*color: #0066b3;*/
	}
	#main_menu li{
		margin-right: 0px;
		position: relative;
	}
	#main_menu ul.nav li{
		border-top: 1px solid var(--border-color5);
	}
	#main_menu span.arrow{		
		width: 40px;
        height: 38px;
        top: 0;
        right: 0;
		position: absolute;
	}
	#main_menu span.arrow::after{
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		top: 18px;
		right: 15px;
		border-bottom: 2px solid var(--text-color1);
		border-right: 2px solid var(--text-color1);
		transform: rotate(45deg);
	}	
	#main_menu li ul {
        position: relative;
        width: 100vw;
        top: auto;
        border-top: none;
		background: var(--bg-color1);
    }
    #main_menu li:hover > ul{
        display: none;    
    }
    #main_menu li span.arrow {
        
    }
    #main_menu li ul li.parent span.arrow {
        display: inline-block;
    }
    #main_menu span.arrow.turn::after {
        transform: rotate(-135deg);
    }
    #main_menu li ul {
        box-shadow: none;
    }
    #main_menu li>ul>li>a {
        padding: 10px 25px;
        color: var(--text-color-menu);
    }
    #main_menu li li ul {
        left: 0;
    }
    #main_menu li>ul>li>ul>li>a {
        padding-left: 35px;
    }
    #main_menu li>ul>li>ul>li>ul>li>a {
        padding-left: 45px;
    }
}


#button-search.btn{
    padding: .375rem .75rem;
    background-color: #ffffff;
	height: 100%;
}
.task-step6 #button-search.btn {
    width: 40px;
    height: 40px;
}

/**** home articles *****/
.home {
    background-color: var(--bg-color2);
    padding: 50px 40px;
}
.home .content {
    display: flex;
}
.home .content .text {
    padding-right: 40px;
}
.home h1,
.home h2 {
    font-size: 32px;
    margin-bottom: 100px;
}

/**** cart ajax ****/
.to_ajax_cart img {
    cursor: pointer;
}
.cartajax_adv_module {
    position: relative;
}

/**** 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:22px;
}
.jshop_tree_categories ul ul li a span{
    font-size:18px;
}
.jshop_tree_categories>ul>li>a {
    background-color: var(--bg-color-cat-menu);
}
.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::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 15px;
    border-bottom: 2px solid var(--border-color4);
    border-right: 2px solid var(--border-color4);
    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%;
    background-color: var(--bg-color1);
    padding-left: 20px;
    border: 1px solid var(--border-color);
    margin-bottom: 18px;
    color: var(--text-color-menu);
}
.prod_last h2.modal-title, .prod_last h3.modal-title {
    font-size: 1.75rem;
    background-color: transparent;
    color: var(--bs-heading-color);
    border: none;
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 0;
}
#myTabContent .header_block_products {
    display: none;
}
#myTabContent > div {
    margin: 40px 0;
}

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




/*** Center bottom flex ****/
.gray {
    background-color: var(--bg-color2);
    margin-bottom: 60px;
}
.gray .page-header {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
}
.gray.acym{
    background-color: var(--bg-color1);
    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 .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);
}

.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-top {
    display: flex;
    flex-wrap: wrap;
}
.footer-top .footer_item {
    width: 25%;
}
.footer-top .footer_item:first-child {
    width: 50%;
}
.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: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
}
.footer_item.bmenu{
    padding-left: 20px;
}
.footer-bottom {
    background-color: var(--bg-color1);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    min-height: 70px;
}
.footer-bottom .flex {
    align-items: center;    
}
.footer-info-block, .social {
    display: flex;
    min-height: 70px;
    align-items: center;
}
.footer-logo {
    flex: 0 0 150px;
}
.footer-logo img{
    height: 35px;
}
.footer-info-block .info_tel a {
    margin-right: 10px;
}
.copyright {
    padding-top: 10px;
    padding-bottom: 40px;
    color: var(--text-color2);
}
.footer-bottom .bottom-menu {
    flex: 1 1 auto;
    align-items: center;
    justify-content:center;
}
.footer-bottom .nav li{
    padding-left: 7px;
    padding-right: 7px;
}
.footer-bottom .nav a, .footer-bottom .nav span{
    font-size: 14px;
    color: var(--text-color-menu);
}
.footer-bottom  .s-links {
    flex: 0 0 180px;
}
.footer-bottom .social {
    justify-content: flex-end;
}
.footer-bottom .social li {
    padding: 0 0;
}
.footer-bottom .social a {
    display: inline-block;
    opacity: 0.5;
    margin-left: 10px;
}
.footer-bottom .social a:hover {
    opacity: 0.8;
}
.footer-bottom .social img {
    max-width: 35px;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.show-768 {
    display: none;
}
.hide-768 {
    display: block;
}

/*** Blog articles ***/
.blog-articles {
    padding: 80px 0 120px;
}
.blog-articles h2 {
    color: #466a32;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}
.blog-articles .subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}
.blog-articles .flex {
    margin: 0 -10px;
}
.blog-articles .flex>div {
    padding: 0 10px;
    width: 33.33%;
}
.blog-articles .newsflash-image {
    overflow: hidden;
    margin: 0 0 25px;
}
.blog-articles .newsflash-image img {
    max-width: 100%;
    height: auto;
}
.blog-articles .newsflash-title {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}
.blog-articles .nf-introtext {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    color: #0a0a0a;
}
.blog-articles .read-more a {
    font-size: 16px;
    color: #9dc42b;
    font-weight: 600;
    line-height: 1.4;
}
.com-content-category-blog {
    padding: 40px 0;
}
.com-content-category-blog h1 {
    color: #466a32;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 50px;
}
.com-content-category-blog .blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.com-content-category-blog .blog-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.com-content-category-blog .item-image {
    overflow: hidden;
    margin: 0 0 25px;
}
.com-content-category-blog .item-image img {
    max-width: 100%;
    height: auto;
}
.com-content-category-blog .page-header h2 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.com-content-category-blog .descr {
    font-size: 16px;
    line-height: 1.4;
    color: #0a0a0a;
}
.com-content-category-blog .readmore {
    margin-top: 15px;
}
.com-content-category-blog .readmore a.btn {
    display: inline;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    color: var(--bg-color-btn);
    font-weight: 600;
    line-height: 1.4;
}

.com-content-article {
    padding-bottom: 40px;
}
.com-content-article .item-image img {
    max-width: 100%;
    height: auto;
}

/*** Blog articles ***/
.blog-articles {
    padding: 40px 0;
}
.blog-articles .flex {
    margin: 0 -10px;
}
.blog-articles .flex>div {
    padding: 0 10px;
    width: 33.33%;
}
.blog-articles .newsflash-image {
    overflow: hidden;
    margin: 0 0 25px;
}
.blog-articles .newsflash-image img {
    max-width: 100%;
    height: auto;
}
.blog-articles .newsflash-title {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}
.blog-articles .nf-introtext {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #0a0a0a;
    margin-bottom: 15px;
}
.blog-articles .read-more a {
    font-size: 16px;
    color: var(--bg-color-btn);
    font-weight: 600;
    line-height: 1.4;
}
.blog-articles .read-more a:hover {
    text-decoration: underline;
}
.com-content-category-blog {
    padding: 40px 0;
}
.com-content-category-blog h1 {
    color: #466a32;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 50px;
}
.com-content-category-blog .blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.com-content-category-blog .blog-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.com-content-category-blog .item-image {
    overflow: hidden;
    margin: 0 0 25px;
}
.com-content-category-blog .item-image img {
    max-width: 100%;
    height: auto;
}
.com-content-category-blog .page-header h2 {
    font-size: 18px;
    line-height: 1.5;
}
.com-content-category-blog .introtext p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.com-content-category-blog .descr {
    font-size: 16px;
    line-height: 1.4;
    color: #0a0a0a;
}
.com-content-article {
    padding-bottom: 40px;
}
.com-content-article .item-image img {
    max-width: 100%;
    height: auto;
}
.com-content-article .pagenavigation .pagination {
    display: flex;
    justify-content: space-between;
}


/**** 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: var(--bg-color2);
    cursor: pointer;
    display: none;
	position:relative;
}
.jshop_tree_categories_btn::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 17px;
	margin-top: -10px;
	background-image: url(../../../images/list-icon.svg);
	background-repeat: no-repeat;
	color: white;
}
.jshop_tree_categories_btn.active::after {
    background-image: url(../../../images/btn_close.png);
    background-size: 17px 17px;
}

.mod_mob_btn_block {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 -5px;
	margin-top: 0px;
	margin-top: 0px;
}
.mod_mob_btn_block > div {
	width: 100%;
	padding: 0 5px;
	flex-grow: 1;
}

/** Kontakt **/
.contact {
    padding-top: 15px;
    font-size: 16px;
}
.contact .contact-info{
    margin-top: 30px;
}
.contact .contact-info dl, .contact .contact-info dl a{
    color: var(--text-color2);
}
.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: var(--bg-color-login-block);
    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, .blog-items .published{
    font-size: 14px;
    color: var(--text-color2);
}
.blog-items .create .icon-calendar, .blog-items .published .icon-calendar{
    display: none;
}
.blog .items-row.cols-2.row-1.row-fluid.clearfix{
    margin: 0px;
}

/* Scroll to top */
.snip1452.blue:hover, .scrollToTop.snip1452.blue:hover [class^="fa-"]::before, .scrollToTop.snip1452.blue:hover [class*="fa-"]::before {
    color: var(--bg-color-btn, rgba(140, 140, 150, 0.8));
}
.snip1452.blue:hover:after {
    border-color: var(--bg-color-btn, rgba(140, 140, 150, 0.8));
}


/**/

.modal iframe {
  width: 100%;
  border: 0px;
}
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}

[class*=jviewport-height] iframe {
  height: 100%;
}

.modal-dialog.jviewport-width10 {
  width: 10vw;
  max-width: none;
}
.modal-dialog.jviewport-width20 {
  width: 20vw;
  max-width: none;
}
.modal-dialog.jviewport-width30 {
  width: 30vw;
  max-width: none;
}
.modal-dialog.jviewport-width40 {
  width: 40vw;
  max-width: none;
}
.modal-dialog.jviewport-width50 {
  width: 50vw;
  max-width: none;
}
.modal-dialog.jviewport-width60 {
  width: 60vw;
  max-width: none;
}
.modal-dialog.jviewport-width70 {
  width: 70vw;
  max-width: none;
}
.modal-dialog.jviewport-width80 {
  width: 80vw;
  max-width: none;
}
.modal-dialog.jviewport-width90 {
  width: 90vw;
  max-width: none;
}
.modal-dialog.jviewport-width100 {
  width: 100vw;
  max-width: none;
}
.modal-footer .btn-secondary {
    font-size: 18px;
}


/* Pagination */
.pagination_result_counter{
    font-size: 14px;
	text-align: center;
}
.pagination__wrapper{
	width:100%;
}
.pagination__wrapper .page-item.active .page-link {
    background-color: var(--text-color4);
    border: none;
    padding: 8px 18px;
}
.pagination__wrapper .page-item.active .page-link:hover {
    color: #fff;
}
.pagination__wrapper .page-link {
    border: none;
    color: var(--text-color5);
    padding: 8px 18px;    
}
.pagination__wrapper .page-link:focus {
    box-shadow: none;
}
.pagination__wrapper .page-link:hover {
    background: none;
    color: var(--text-color1);
}
.pagination__wrapper li .icon-angle-right{
    background-image: url(../../../images/arrow_pagination.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
}
.pagination__wrapper li .icon-angle-left{
    background-image: url(../../../images/arrow_pagination.png);
    transform: rotate(180deg);
    width: 20px;
    height: 10px;
}
.pagination__wrapper .pagination{
    justify-content: center;
}
.pagination__wrapper .pagination .disabled{
    opacity: 0.5;
}
.pagination__wrapper .pagination .page-item-start,
.pagination__wrapper .pagination .page-item-end
{
	display: none;
}
.pagination__wrapper .pagination .page-item-next {
    margin-left: 5px;
}
.pagination__wrapper .pagination .page-item-prev {
    margin-right: 5px;
}

@media (max-width: 767px) {
	.pagination {
        font-size: 14px;
    }
}

@media (max-width: 650px) {
	.pagination__wrapper .pagination .page-item{
        display: none;
    }
    .pagination__wrapper .pagination .page-item.page-item-next,
    .pagination__wrapper .pagination .page-item.page-item-prev,
	.pagination__wrapper .pagination .page-item.active
	{
        display: block;
    }    
    .pagination__wrapper .pagination .page-item.disabled {
        opacity: 0.5;
    }
}


@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;
    }    
    .bodyhome #left-side{
        display: none;
    }
    .bread-wrapper{
        display: none;
    }
    .mod_login_link,
    #jshop_module_wishlist,
    .center-top-modules .cartajax_adv_module
    {
        flex: 0 0 60px;
    }
    .footer_item.bmenu{
        padding-left: 15px;
    }        
    .jshop_tree_categories_btn{
        display: block;
        background-color: var(--bg-color-btn);
    }
    .jshop_tree_categories.active{
        display: block;
    }
	.jshop_tree_categories ul{
		margin-top:10px
	}
    .box_products_sorting label{
        margin-bottom: 0px;
    }
    .contact > .row{
        flex-direction: column-reverse;
    }
    .blog-articles .flex {
        flex-wrap: wrap;
    }
    .blog-articles .flex>div, .com-content-category-blog .blog-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .mod_mob_btn_block .btn.active {
        background-color: var(--bg-color-btn);
        color: var(--text-color-btn-hover);
    }
}

@media (max-width: 767px) {
    
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
    .mob-fs-16 {
        font-size: 16px;
    }
    .mob-fs-14 {
        font-size: 14px;
    }
    header .row div{
        position: relative;
    }	
    #logo a{
        margin-left: 80px;
    }    
    #search-top .input-group .form-control {
        width: 200px;
    }
    .top-info-row {
        display: none;
    }        
    .mod_login_link .login {
        margin-top: 4px;
    }
    .jshop_ajaxsearch,
    .mod_jshopping_search{
        width: 100%;
    }
    header > .container{
        padding: 0px;
    }
    .center-top-modules{
        flex-wrap: wrap;
    }
    .jshop_ajaxsearch,
    .mod_jshopping_search{
        flex: 0 0 100%;
        order:10;
        background: var(--bg-color1);
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
        padding-left: 15px;
        padding-right: 15px;
    }
    .cartajax_adv_module{
        margin-right: 15px;
    }
    #search-top {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    } 
    #search-top .input-group {
        width: 100%;
        flex-wrap: nowrap;
        background: #fff;        
    }    
    .item-page h1, .item-page h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .home h1, .home h2 {
        font-size: 26px;
        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-top .footer_item {
        width: 100%;
    }
    .footer_item.bmenu {
        padding-left: 0;
    }
    .footer-top .footer_item:first-child {
        width: 100%;
    }
    .footer_item .page-header {
        margin-bottom: 30px;
    }
    .footer_item .custom {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .footer_item.bmenu .page-header {
        position: relative;
        border-top: 1px solid var(--border-color5);
        padding: 15px 0;
        margin-bottom: 0px;
        cursor: pointer;
        line-height: 20px;
        background-image: url(../../../images/arrow_down.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    .footer_item.bmenu .page-header.active {
        background-image: url(../../../images/arrow_up.png);
    }
    .footer_item ul.nav{
        padding: 0px;
        display: none;
    }
    .footer_item  .page-header.active + ul.nav {
        display: block;
    }
    .footer_item ul.nav li {
        border-top: 1px solid var(--border-color5);
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom {
        background: #fff;
        border-top:0px;
        border-bottom: 0px;
    }
	.footer-bottom .flex {    
		flex-wrap: wrap;
	}
    .footer-bottom .container {
        padding: 0;
    }
    .footer-bottom .s-links {
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .footer-bottom ul.nav:not(ul.social) {
        flex: 0 0 100%;
        order: 0;
        flex-direction: column;
        padding: 0px 15px;
    }
    .footer-bottom .custom{
        order:1;
    }
    .footer-bottom ul.nav .divider{
        display: none;
    }
    .footer-bottom ul.nav li:not(ul.social li) {
        border-top: 1px solid var(--border-color5);
        width: 100%;
        padding: 15px 0;
        line-height: 20px;
    }    
    .footer-bottom ul.nav li a {
        font-size: 16px;
        color: var(--text-color-footer-menu-mob);
    }
    .footer-bottom .social a {
        opacity: 0.9;
    }
    .footer-bottom .footer-logo {
        flex: 0 0 100%;
        padding: 15px;
        background-color: var(--bg-color1);
    }
    .footer-bottom .social{
        justify-content: center;
        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%;
    }
    .gray{
        margin-bottom: 40px;        
    }
    .gray.acym{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@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: 10px;
       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;
    }
    .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;
    }
    .mod_login_link,
    #jshop_module_wishlist,
    .cartajax_adv_module
    {    
        flex: 0 0 50px;        
    }   
    .prod_last h2.modal-title, .prod_last h3.modal-title {
        font-size: 1rem;
    } 
    .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: 40px 15px;
    }
    .item-page h1, .item-page h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .item-benefit {
        margin-bottom: 25px;
    }
    .item-benefit .img {
        margin-bottom: 15px;
    }
    .page-reset p{
        font-size: 16px;
    }
    .page-reset input{
        width: 100%;
    }    
    .com-content-article .pagenavigation .pagination a.btn {
        width: 50%;
        padding: 14px 25px;
    } 
    .com-content-article .pagenavigation .pagination a.btn:first-child {
        margin-right: 10px;
    }
}
@media (max-width: 400px) {
    .brand .img-fluid {
       max-width: 110px;
    }
    #logo a{
        margin-left: 74px;
    }
}
@media (max-width: 359px) {    
    .mod_login_link,
    #jshop_module_wishlist,
    .center-top-modules .cartajax_adv_module
    {
        flex: 0 0 40px;
    }    
}