/* latin-ext */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../templates/flex9/webfonts/92zatBhPNqw73ord4iYl.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
  /* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../templates/flex9/webfonts/92zatBhPNqw73oTd4g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../templates/flex9/webfonts/wlpwgwvFAVdoq2_v9aQU4Wc.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
  /* latin */
@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../../templates/flex9/webfonts/wlpwgwvFAVdoq2_v-6QU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
}
html{
    height: 100%;
}
html, body{      
    scroll-behavior: smooth;
    font-size: 18px;
    color: var(--text-color1);
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #000;
}
.lexend {
    font-family: "Lexend", sans-serif;
}
header{
    background-color: var(--bg-color-header);
}
footer{
    margin-top: auto;
}
h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
}
h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;  
}
.subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}
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;
}
.fw-500 {
    font-weight: 500;
}
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: 1630px;
}
.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;    
}
.bodyhome #content {
    margin-bottom: 0;
}
.inputbox, 
.controls input[type=text],
.controls input[type=email],
.controls textarea
{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 9px;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.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{
    background: linear-gradient(270deg, #cfcccd 0%, #99938f 100%);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.btn:hover {
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
}
a.btn:not([href]):not([tabindex]) {
    color: var(--text-color-btn);
}
.btn.btn-purple {
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
}
.btn.btn-purple:hover {
    background: #443e3e;
    color: #fff;
}

.btn:hover{
    color: #fff;
}
.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);
}
.field-calendar .icon-calendar {
    width: 18px;
    height: 100%;
}
.field-calendar .icon-calendar:before {
    content: '';
    display: block;
    color: #fff;
    background-image: url(../../../images/icons/calendar_month.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
#birthday_btn {
    background: #707070;
    color: #fff;
    padding: 5px 18px;
    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;
}
.main-flex {
    display: flex;
    margin: 0 -10px;
}
.main-flex .litem {
    flex: 0 0 20%;
    min-width: 280px;
    padding: 0 10px;
}
.main-flex .ritem {
    flex: 0 1 80%;
    padding: 0 10px;
}
.main-flex .aitem {
    width: 100%;
    padding: 0 10px;
}

.top-info-row {
    background-color: #f4f4f4;
}
.info_block {
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}
.top-info-row-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.info_block .info_tel {
    padding-left: 20px;
    margin-right: 40px;
}
.info_block .info_tel .fs-14 {
    font-size: 12px;
}
.info_block .info_mail {
    padding-left: 25px;
    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: 17px;
    height: 18px;
    background: url(../../../images/tel.png) no-repeat center;
}
.info_block .info_mail::before {
    top: 7px;
    width: 17px;
    height: 14px;
    background: url(../../../images/mail.png) no-repeat center;
}
.customtop_info_module {
    flex: 1 1 auto;
}
.top-info-row-flex .mob_logo {
    display: none;
}

/*** Language Switcher ***/
.lswitcher {
    width: 110px;
}
.lswitcher.mobile, .top_info_mobile {
    display: none;
}
.lswitcher .mod-languages .btn-group .btn {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background: transparent;
    display: flex;
    align-items: center;
}
.lswitcher .mod-languages .lang_name {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-left: 5px;
    color: #000;
}
.lswitcher .mod-languages .btn-group {
    display: flex;
    justify-content: flex-end;
}
.lswitcher .mod-languages img {
    vertical-align: middle;
}
.lswitcher .mod-languages .dropdown-menu {
    --bs-dropdown-min-width: 60px;
    inset: 25px 0 auto auto!important;
    transform: translate(0)!important;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translate(0)!important;
    -moz-transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    -o-transform: translate(0)!important;
}
.lswitcher .mod-languages ul.lang-block li {
    margin: 0;
    padding: 0;
}
.lswitcher .mod-languages ul li a {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.5rem;
}
.lswitcher .mod-languages ul li a span {
    font-size: 12px;
    line-height: 1.2;
    margin-left: 6px;
}

.top-reviews .flex {
    align-items: center;
}
.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;
    padding: 10px 0 29px;
}
#logo { 
    flex: 0 1 490px;
    display: flex;
    align-items: center;
}
#logo a{
    display: inline-block;
}
.top-reviews {
    flex: 0 1 340px;
}
.simple_tmp .top-reviews {
    flex: 0 0 0;
}
.jshop_ajaxsearch,
.mod_jshopping_search{
    flex: 1 1 auto;
}
.mod_login_link {
    flex: 0 0 110px;
}
#jshop_module_wishlist {
    flex: 0 0 110px;
    display: flex;
    justify-content: flex-end;
}
.center-top-modules .cartajax_adv_module {
    flex: 0 0 110px;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#search-top .input-group {
    position: relative;   
    max-width: 267px;
}
.simple_tmp #search-top .input-group { 
    max-width: 500px; 
}
#search-top .input-group .form-control,
#search-top .input-group .form-control:focus {
    border: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid var(--border-color-input);
    font-size: 16px;
    line-height: 1;
    padding: 8px 20px 8px 8px;
    height: 32px;
}
.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 .itemlink {
    font-size: 16px;
}
#search-top .itemsearch:hover span{
    color: var(--text-color-menu);
}
.center-top-modules .lflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.center-top-modules .lname {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
}

#jshop_module_wishlist,
.cartajax_adv_module {
    position: relative;
}
#wishlist-count-product, #jshop_quantity_in_cart {
    text-align: center;
    font-size: 4px;
    position: absolute;
    display: block;
    top: 0px;
    left: 58%;
    background-color: #FF4773;
    color: #FF4773;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#jshop_quantity_in_cart {
    left: 58%;
    top: -1px;
}

.mob-user {
    display: block;
    width: 18px;
    height: 21px;
    background-image: url(../../../images/user_login.png);
}

/**** Main menu ****/
@media (min-width: 992px) {
	header:not(.fixed) #main_menu .nav {
		display: flex !important;
	}
}

#mobile-menu {
    display: none;
}
#main_menu li a{
	display: block;
    font-size: 16px;
    line-height: 1;
}
#mobile-menu i.fa-bars {
    width: 31px;
    height: 21px;
}
#mobile-menu i.fa-bars:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: url(../../../images/mob_menu.svg);
    background-repeat: no-repeat;
    background-position: center;    
}

/* 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: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0,0, 0.15);
    margin: 0px;
    z-index: 2;    
}
#main_menu li ul li a {
    display: block;    
    padding: 16px 12px;
    color: #000;
}

#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;    
}
#main_menu .nav > li.item-224, #main_menu .nav > li.item-225 {
    display: none;
}
#main_menu .nav > li.item-224 a span, #main_menu .nav > li.item-225 a span{
    font-size: 20px;
    line-height: 1;
    color: #5a2121;
}
#main_menu .nav > li.item-224 a, #main_menu .nav > li.item-225 a {
    display: flex;
    align-items: center;
}
#main_menu .nav > li.item-224 a img, #main_menu .nav > li.item-225 a img {
    margin-right: 8px;
}

@media (min-width: 992px) {
    #main_menu li a{
        color: #000;
    }
    #main_menu li ul li a:hover {
        color: #000;
        background-color: #edecea;
    }
    #main_menu .nav {
        background-color: #fff;
        margin-bottom: 8px;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
    }
	#main_menu .nav > li {
        margin: 0 18px;        
    }
    #main_menu .nav > li > a {
        position: relative;
        padding: 12px 13px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    #main_menu .nav > li > a:hover {
        /* background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%); */
    }
	#main_menu .nav > li:last-child {
		margin-right: 0;
	}
    #main_menu .nav > li.parent > a:after {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url(../../../images/icons/arrow_drop_down2.svg);
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 4px;
        width: 8px;
        height: 4px;
    }
}

@media (max-width: 991px) {  
    #main_menu li a{
        color: #000;
        font-size: 18px;
        line-height: 1;
        padding: 16px 52px 16px 12px;
    }  
	#mobile-menu {
        position: relative;
        display: flex;
        align-items: center;
        width: 31px;
        height: 21px;
		padding: 0;
        border: none;
        background-color: inherit;
        font-size: 20px;
        line-height: 20px;
        /* border: 1px solid red; */
    }
    #mobile-menu > span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #1C1B1F;
}
    #mobile-menu > span::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #1C1B1F;
        top: 0;
        left: 0;
    }
    #mobile-menu > span::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #1C1B1F;
        bottom: 0;
        left: 0;
    }
    #mobile-menu > span.fa-times {
        height: 0;
        background-color: transparent;
    }
    #mobile-menu > span.fa-times::before {
        rotate: 45deg;
        top: 50%;
        margin-top: -1.5px;
    }
    #mobile-menu > span.fa-times::after { 
        rotate: -45deg;
        bottom: 50%;
        margin-bottom: -1.5px;
    }
    .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;
        border-top: 0px;
        border-bottom: 0px;
        position: absolute;
        z-index: 9;
        top: 25px;
        right: 0;
    }    
    #main_menu .nav{
        padding: 0px 0px;
        position: absolute;
        background: #fff;
        width: 100vw;
        right: 0;
        top: calc(100% + 76px);     
    }	
	#main_menu ul.nav > li.active > a{
		border-top: 0px;
	}
	#main_menu li{
		margin-right: 0px;
		position: relative;
	}
	#main_menu ul.nav li{
		border-top: 1px solid #ececec;
	}
	#main_menu span.arrow{		
		width: 40px;
        height: 40px;
        top: 5px;
        right: 12px;
		position: absolute;
	}
	#main_menu span.arrow::after{
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		top: 50%;
        margin-top: -10px;
		right: 12px;
		border-bottom: 1px solid #1C1B1F;
		border-right: 1px solid #1C1B1F;
		transform: rotate(45deg);
	}	
	#main_menu li ul {
        position: relative;
        width: 100vw;
        top: auto;
        border-top: none;
    }
    #main_menu li:hover > ul{
        display: none;    
    }
    #main_menu li ul li.parent span.arrow {
        display: inline-block;
    }
    #main_menu span.arrow.turn::after {
        transform: rotate(-135deg);
        margin-top: -5px;
    }
    #main_menu li ul {
        box-shadow: none;
    }
    #main_menu li>ul>li>a {
        padding: 16px 52px 16px 24px;
        color: #000;
    }
    #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;
    }
    #main_menu .nav > li.item-224, #main_menu .nav > li.item-225 {
        display: block;
    }
    #main_menu .nav > li.item-224 a {
        background-color: #ffd2e4;
    } 
    #main_menu .nav > li.item-225 a {
        background-color: #e1bed0;
    }
    #main_menu .nav > li.item-225 {
        border-top: 0;
    }
}


#button-search.btn{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 6px;
    line-height: 1;
    z-index: 6;
}
.task-step6 #button-search.btn {
    width: 40px;
    height: 40px;
}

/**** home articles *****/
.home {
    background-color: var(--bg-color2);
    padding: 0;
}
.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;
}

/*** 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: 31px 0;
}

/**** latest product, bestseller, top rating ****/
.bestseller {
    margin-top: 35px;
}
.jshop_list_product {
    display: flex; 
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;   
}
.jshop_list_product.no-margin {
    display: block;
    margin: 0 0;
}
.item_last_product {
    flex: 0 1 20%;
    padding: 0 10px 20px;
    display: flex;
    flex-direction: column;
}




/*** Acym module ****/
.acym_module {
    max-width: 364px;
}
.acym_introtext {
    max-width: 364px;
    margin-bottom: 12px;
}
.acym_form {
    max-width: 318px;
    position: relative;
}
.acyfield_text {
    width: 100%;
}
.acym_module .acym_module_form input {
    max-width: 100%;
}
.acyfield_text > input {
    padding: 8px 50px 8px 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.acysubbuttons {
    position: absolute;
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}
.acysubbuttons:hover {
    background: linear-gradient(270deg, #c5c2c3 0%, #99938f 100%);
}
.acym_module .acym_module_form .btn {    
    background-image: url(../../../images/icons/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

.page-reset input{
    width: 450px;
}


/**** Footer ****/
footer {
    background-color: #eee;
    padding-top: 50px;
}
footer .flogo {
    margin-bottom: 34px;
}
.footer-top {
    display: flex;
}
.footer_info {
    flex: 0 1 434px;
    padding-right: 15px;
}
.footer_info .content {
    max-width: 353px;
    line-height: 1.4;
}
.footer-menu {
    flex: 0 1 242px;
    padding-right: 15px;
}
.footer-menu h3, .footer-acym h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
}
.footer-menu ul.nav {
    display: flex;
    flex-direction: column;
}
.footer-menu ul.nav li a {
    line-height: 1.4;
}

.copyright {
    color: #fff;
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
}
.social-links {
    margin-top: 16px;
}
.social-links li a {
    margin-right: 20px;
}
.show-768 {
    display: none;
}
.hide-768 {
    display: block;
}


/*** Blog articles ***/
.newsflash {
    margin: 65px 0 70px;
}
.newsflash .flex {
    flex-wrap: wrap;
    margin: 0 -10px;
}
.newsflash .subtitle {
    margin-bottom: 40px;
}
.newsflash .mod-articlesnews__item {
    width: 25%;
    padding: 0 10px 20px;
}
.newsflash .mod-articlesnews__item .inner {
    border: 1px solid #ccc;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.newsflash figure, .newsflash  .content {
    margin: 0;
}
.newsflash figure {
    text-align: center;
    overflow: hidden;
}
.newsflash figure img {
    width: 100%;
    height: auto;
}
.newsflash  .content {
    padding: 20px 20px 15px 20px;
}
.newsflash  .content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.newsflash .nf-introtext {
    font-size: 16px;
    line-height: 1.4;
}
.newsflash  .read-more a {
    font-size: 16px;
    line-height: 1.6;
    color: #ff3080;
}
.newsflash  .read-more a:hover {
    color: #c5c2c3;
}
.com-content-category-blog {
    padding: 10px 0 40px;
}
.com-content-category-blog .blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.com-content-category-blog .blog-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.com-content-category-blog .blog-item .inner {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.com-content-category-blog .blog-item .item-content {
    padding: 20px 15px 15px 20px;
}
.com-content-category-blog .item-image {
    overflow: hidden;
    margin: 0 0;
}
.com-content-category-blog .item-image img {
    width: 100%;
    height: auto;
}
.com-content-category-blog .page-header {
    margin-bottom: 0;
}
.com-content-category-blog .page-header h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 8px;
}
.com-content-category-blog .introtext p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.com-content-category-blog .descr {
    font-size: 16px;
    line-height: 1.4;
    color: #0a0a0a;
}
.com-content-category-blog .readmore {
    margin-bottom: 0;
}
.com-content-category-blog .readmore .btn {
    margin-top: 10px;
    background: transparent;
    padding: 0;
    color: #ff3080;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
}
.com-content-category-blog .readmore .btn:hover {
    color: #c5c2c3 ;
}
.com-content-category-blog .pagination__wrapper .pagination {
    margin-top: 30px;
    justify-content: center;
}
.com-content-category-blog .pagination_result_counter {
    text-align: center;
    margin-bottom: 0;
}
.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;
}

.mod_mob_btn_block {
	display: flex;
	flex-direction: row;
	align-items: center;
    gap: 12px;
}
.mod_mob_btn_block > div {
	width: calc(50% - 6px);
}

/** Kontakt **/
.com-contact {
    margin: 10px 0;
}
.com-contact h3, .com-contact h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 21px;
}
.com-contact .contact-address {
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    gap: 20px;
}
.com-contact .contact-address .item {
    padding: 16px;
    min-height: 170px;
    border: 1px solid #ff3080;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.com-contact .contact-address .item-left {
    width: calc(45% - 10px);
}
.com-contact .contact-address .item-right {
    width: calc(55% - 10px);
}
.com-contact .contact-address .item .img {
    margin-bottom: 16px;
}
.com-contact .contact-address .item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.com-contact .contact-address .item .description {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}
#contact-form {
    max-width: 654px;
    background-color: #ececec;
    padding: 20px;
}
#contact-form legend {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}
#contact-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #999;
}
#contact-form input {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}
label[for="jform_contact_message"] {
    display: none;
}
textarea#jform_contact_message {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin-top: 20px;
    height: 190px;
}
textarea#jform_contact_message::placeholder {
    font-size: 14px;  
    color: #000;
}
#contact-form .req {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #b72025;
    margin-bottom: 4px;
}
#contact-form .buttons {
    display: flex;
    justify-content: flex-end;
}
#contact-form .form-control-feedback {
    color: #b72025;
}

/** Blog **/
.blog-items img{
    max-width: 100%;
}
.blog .readmore .icon-chevron-right{
    display: none;
}
.blog-items .article-info-term{
    display: none;
}
.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;
}
.blog .blog-page-header {
    margin-bottom: 30px;
    min-height: 140px;
    padding: 33px 15px 15px;
    color: #fff;
    background: linear-gradient(270deg, #ff3080 0%, #ff9446 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.blog .blog-page-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
}
.blog .blog-page-header .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}

/* 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: right;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.pagination__wrapper{
	width: 100%;
}
.page-item.num_page {
    padding: 0 4px;
}
.pagination__wrapper .page-item.active .page-link {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    border: none;
    background-color: #ffd2e4;
    padding: 8px 5px;
    text-align: center;
}
.pagination__wrapper .page-item.active .page-link:hover {
    color: #111;
}
.pagination__wrapper .page-link {
    font-weight: 500;
    font-size: 16px;
    border: none;
    color: #111;
    background-color: #eee;
    padding: 8px 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.pagination__wrapper .page-item-prev .page-link,  
.pagination__wrapper .page-item-next .page-link {
    background-color: #fff;
    border: 1px solid #443e3e;
    padding: 7px 5px;
}
.pagination__wrapper .page-link:focus {
    box-shadow: none;
}
.pagination__wrapper .page-link:hover {
    background: none;
    background-color: #ffd2e4;
}
.pagination__wrapper li .icon-angle-right {
    background-image: url(../../../images/keyboard_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    rotate: -90deg;
    height: 10px;
    width: 10px;
}
.pagination__wrapper li .icon-angle-left{
    background-image: url(../../../images/keyboard_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    rotate: 90deg;
    height: 10px;
    width: 10px;
}
.pagination__wrapper .pagination{
    justify-content: flex-end;
}
.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: 10px;
}
.pagination__wrapper .pagination .page-item-prev {
    margin-right: 10px;
}

@media (max-width: 767px) {
	.pagination {
        font-size: 14px;
    }
    .pagination__wrapper .pagination {
        justify-content: center;
    }
    .pagination_result_counter {
        text-align: center;
    }
}

@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;
    }
    #logo {
        flex: 0 1 320px;
    }
    .item_last_product {
        flex: 0 1 25%;
    }
    .newsflash .content {
        padding: 20px 20px 20px 20px;
    }
    .footer-top {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .footer-menu {
        margin-bottom: 40px;
    }
    .com-content-category-blog .blog-item {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .main-flex {
        flex-wrap: wrap;
    }
    .main-flex .litem {
        flex: 0 1 100%;
        min-width: auto;
    }
    .main-flex .ritem {
        flex: 0 1 100%;
    }
    .top-info-row {
        height: auto;
        background-color: transparent;
    }
    .lswitcher.mobile {
        display: block;
        flex: 0 0 82px;
        background-color: #ececec;
    }

    .top_info_module, .lswitcher.desctop, .top-reviews, .jshop_tree_categories, .bodyhome #left-side,  .bread-wrapper,  #logo.top_logo  {
        display: none;
    }
    .mod_login_link .login, #jshop_module_wishlist, .center-top-modules .cartajax_adv_module {
        justify-content: flex-start;
        padding: 5px 15px;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        height: 48px;
    }
    .simple_tmp .mod_login_link .login, 
    .simple_tmp #jshop_module_wishlist, 
    .simple_tmp .center-top-modules .cartajax_adv_module {
        justify-content: center;
    }
    .lswitcher .mod-languages .btn-group {
        padding: 5px 15px;
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        height: 48px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .mod_login_link,
    #jshop_module_wishlist,
    .center-top-modules .cartajax_adv_module
    {
        flex: 1 1 auto;
    }
    .jshop_ajaxsearch,
    .mod_jshopping_search{
        flex: 0 0 100%;
        order: 10;
    }
    .center-top-modules{
        flex-wrap: wrap;
        padding: 0;
    }
    .cartajax_adv_module{
        margin-right: 15px;
    }
    #search-top {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    } 
    #search-top .input-group {
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        background: #fff;        
    }   
    .top-info-row-flex {
        justify-content: space-between;
        height: 75px;
    } 
    .top-info-row-flex .mob_logo, .top_info_mobile {
        display: block;
    }
    .top-info-row-flex .mob_logo, .top_info_mobile {
        width: 50%;
    }
    #search-top .input-group .form-control, #search-top .input-group .form-control:focus {
        padding: 6px 8px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px    ;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    #button-search.btn {
        padding: 9px;
    }
    .footer_item.bmenu{
        padding-left: 15px;
    }        
    .jshop_tree_categories_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-color-btn);
    }
    .jshop_tree_categories_btn img.close,
    .jshop_tree_categories_btn.active img.open {
        display: none;
    }
    .jshop_tree_categories_btn.active img.close {
        display: inline-block;
    }
    .jshop_tree_categories_btn > span {
        margin-left: 10px;
        display: inline-block;
        font-size: 18px;
    }
    .jshop_tree_categories {
        margin-top: 15px;
    }
    .jshop_tree_categories.active{
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: calc(-1.5rem * .5);
        margin-right: calc(-1.5rem * .5);
    }
	.jshop_tree_categories ul{
		margin-top:10px
	}
    .box_products_sorting label{
        margin-bottom: 0px;
    }
    .blog-articles .flex {
        flex-wrap: wrap;
    }
    .newsflash .mod-articlesnews__item {
        width: 50%;
    }
    .blog-articles .flex>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .com-content-category-blog .blog-item {
        width: 50%;
    }
    .mod_mob_btn_block .btn.active {
        background: linear-gradient(270deg, #c5c2c3 0%, #bebebe 100%);
        color: #000;
    }
    .contact-wraper {
        margin-top: 20px;
    }
    .sonderangebote .jshop_list_product {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        margin-bottom: 4px;
    }
    h4 {
        font-size: 20px;
    }
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
    .mob-fs-16 {
        font-size: 16px;
    }
    .mob-fs-14 {
        font-size: 14px;
    }
    .mob-mb-15 {
        margin-bottom: 15px;
    }
    .mob-mb-8 {
        margin-bottom: 8px;
    }
    header .row div{
        position: relative;
    }	
    #logo {
        flex: 1 1 auto;
    }
    #logo a{
        margin-left: 15px;
    }    
    #search-top .input-group .form-control {
        width: 100%;
    }       
    .jshop_ajaxsearch,
    .mod_jshopping_search{
        width: 100%;
        padding: 0 15px;
    }
    header > .container{
        padding: 0px;
    }  
    .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;
    } 
    .newsflash {
        margin: 30px 0;
    }
    .newsflash .content {
        padding: 20px 20px 10px 20px;
    }
    .newsflash .subtitle {
        margin-bottom: 10px;
    }
    .item-page, .home {
        font-size: 16px;
    }
    .jshop_list_product {
        margin-left: -4px;
        margin-right: -4px;
    }
    .item_last_product {
        flex: 50% 0 0;
        padding: 0 4px 8px;
    }
    .latest_products_flex {
        flex-wrap: wrap;
    }  
    .bestseller {
        margin-top: 20px;
    } 
    .bestseller h2 {
        margin-bottom: 4px;
    } 
    .bestseller .subtitle {
        margin-bottom: 12px;
    }
    .prod_last {
        padding: 0px 0px 30px;
    }
    .item_last_product.product_desktop {
        display: none;
    }
    .newsflash .mod-articlesnews__item {
        width: 100%;
    }
    .newsflash .mod-articlesnews__item:not(.newsflash .mod-articlesnews__item:first-child) {
        display: none;
    }
    .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;
    }
 
}

@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:not(footer .brand .img-fluid) {
       max-width: 150px;
    }
    .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;
    }
    .com-contact .contact-address .item-left,
    .com-contact .contact-address .item-right {
        width: 100%;
    }
    .com-contact h3, .com-contact h2 {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .com-contact .contact-address {
        gap: 12px;
    }
    .com-content-category-blog .blog-item {
        width: 100%;
    }
    .blog .blog-page-header {
        margin-bottom: 15px;
        padding: 21px 15px 15px;
    }
    .simple_tmp #jshop_quantity_in_cart {
        top: 4px;
    }
}

@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%;
    }
    #button-search.btn {
        width: auto;
    }
    .center-benefits-flex, .center-bottom-list {
        flex-direction: column;
    }
    .item-benefit {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mod_login_link .login, #jshop_module_wishlist, .center-top-modules .cartajax_adv_module
    {    
        height: 36px;
    }   
    .center-top-modules .lname {
        display: none;
    }
    .lswitcher .mod-languages .btn-group {
        height: 36px;
    }
    .top-info-row-flex .mob_logo {
        width: 60%;
    }
    .top_info_mobile {
        width: 40%;
    }
    #main_menu .nav {
        top: calc(100% + 64px);
    }
    .cartajax_adv_module .cartajax-module {
        display: flex;
        align-items: center;
    }
    #jshop_quantity_in_cart {
        left: 70%;
    }
    #wishlist-count-product {
        left: 70%;
        top: 4px;
    }
    #search-top {
        margin: 7px 0 9px;
    }
    .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;
    }
    .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;
    }
    .newsflash .mod-articlesnews__item .inner {
        flex-wrap: wrap;
    }
    .newsflash figure, .newsflash .content {
        flex: 0 1 100%;
    }
    .newsflash figure img {
        width: 100%;
        height: auto;
    }
    .com-content-category-blog .readmore .btn {
        width: auto;
    }
    footer {
        padding-top: 45px;
    }
    footer .flogo {
        margin-bottom: 12px;
    }
    .footer_info {
        padding-right: 0;
    }
    .footer_info, .footer-menu {
        flex: 0 1 100%;
        padding-right: 0;
    }
    .footer_info .content {
        font-size: 16px;
        line-height: 1.4;
    }
    .footer-menu {
        margin-bottom: 20px;
    }
    #left-side {
        padding-top: 15px;
    }
}
@media (max-width: 400px) {
    .brand .img-fluid:not(footer .brand .img-fluid) {
       max-width: 110px;
    }
    .mod_mob_btn_block {
        flex-wrap: wrap;
    }
}
@media (max-width: 359px) {   
    .top_info_mobile {
        display: none;
    }
    .mod_mob_btn_block > div {
        width: 100%;
    }
}