@font-face{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600; 
  font-display: swap;
  src: url('/templates/flex9/webfonts/OpenSans_Condensed-SemiBold-lat+cyr.woff2') format('woff2');
}
* {
    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: Arial, sans-serif;
    font-weight: 400;
    color: #333;
}
.lexend {
    font-family: "Jost", 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: #cfcccd;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    padding: 10px 17px;
    border-radius: 4px;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.btn:hover {
    background:#333333;
	color: #fff;
}
a.btn:not([href]):not([tabindex]) {
    color: var(--text-color-btn);
}
.btn.btn-grey {
    background: #cfcccd;
	color:#333;
}
.btn.btn-grey:hover {
    background: #333;
    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;
}


/* 1) Прибрати маркери та відступи UL */
.jshop_tree_categories ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* 2) Дві колонки (адаптив) через flex */
.jshop_tree_categories ul.cattree0-0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;              /* проміжок між картками */
}

/* 100% ширина на мобайлі */
.jshop_tree_categories ul.cattree0-0 > li {
  flex: 0 0 100%;
}

/* 50% ширина від md і вище -> 2 колонки */
@media (min-width: 768px) {
  .jshop_tree_categories ul.cattree0-0 > li {
    flex: 0 0 calc(50% - 6px); /* мінус половина gap для акуратного переносу */
  }
}

/* 3) Картка-посилання — робимо контейнер для оверлею */
.jshop_tree_categories ul.cattree0-0 > li > a {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;        /* щоб бейдж у куті не вилазив за межі */
  text-decoration: none;
  color: inherit;
  background: #f7f7f7;     /* запасний фон, поки грузиться IMG */
}

/* Зображення — респонсив */
.jshop_tree_categories .image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* 4) Назва всередині зображення, лівий верх */
.jshop_tree_categories ul.cattree0-0 > li > a > span:not(.image) {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,.6);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  max-width: calc(100% - 16px); /* щоб текст не вилазив */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Ховер-ефект (приємне підсвічування) */
.jshop_tree_categories ul.cattree0-0 > li > a:hover {
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.12);
  transform: translateY(-1px);
  transition: box-shadow .2s ease, transform .12s ease;

}
.jshop_tree_categories ul.cattree0-0 > li > a > span:hover {
	  background:#ff5f01;

}
.jshop_tree_categories ul.cattree0-0 > li > ul {
display:none;
}

button[data-ebox="1"] {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #ff5f01;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

button[data-ebox="1"]:hover {
    background-color: #333;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


button[data-ebox="1"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 95, 1, 0.4);
}


.messenger {
  display:inline-block;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:4px;
  color:#fff;
  font-size:0; /* приховати текст */
  text-decoration:none;
  background-size:22px 22px;
  background-position:center;
  background-repeat:no-repeat;
  margin:4px 0;
}
.messengers {
    display: flex;
    justify-content: center; /* центрує по горизонталі */
    align-items: center;     /* центрує по вертикалі */
    gap: 15px;               /* відстань між елементами */
}

.messengers a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.messenger.tg {
  background-color:#0088cc;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M9.04 14.66l-.15 3.28c.21 0 .31-.09.42-.2l2.02-1.93l4.18 3.06c.76.42 1.3.2 1.51-.7l2.73-12.74c.24-1.12-.4-1.56-1.14-1.29L3.3 9.47c-1.09.42-1.07 1.02-.19 1.29l4.58 1.43l10.65-6.47c.5-.31.95-.14.58.17Z'/></svg>");
}
.messenger.vb {
  background-color:#7360f2;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M17.47 1.2H6.53A5.33 5.33 0 0 0 1.2 6.53v6.94a5.33 5.33 0 0 0 5.33 5.33h.71l.21 2.48a.9.9 0 0 0 1.46.66l3.63-3.13h4.93a5.33 5.33 0 0 0 5.33-5.33V6.53A5.33 5.33 0 0 0 17.47 1.2Zm-2.62 13.83c-.37.52-1.07.81-1.7.67c-2.88-.64-6.26-3.94-6.9-6.9c-.14-.63.15-1.33.67-1.7l.84-.6c.47-.33 1.11-.23 1.45.22l.69.93c.3.41.28.97-.07 1.36l-.37.41c.51 1.27 1.98 2.73 3.26 3.25l.41-.36c.4-.35.96-.37 1.36-.07l.93.69c.45.34.55.98.22 1.45l-.6.84Z'/></svg>");
}
.messenger.wa {
  background-color:#25d366;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M20.52 3.48A10.86 10.86 0 0 0 12.07.26A11.06 11.06 0 0 0 1 11.45a10.9 10.9 0 0 0 1.54 5.56L1 24l7.18-1.89a11.09 11.09 0 0 0 5.38 1.39A11.06 11.06 0 0 0 24 12.46a10.82 10.82 0 0 0-3.48-8.98ZM12.56 21a9.3 9.3 0 0 1-4.74-1.29l-.34-.2l-4.27 1.12l1.14-4.16l-.22-.34a9.34 9.34 0 1 1 8.43 4.87Zm4.9-6.95c-.27-.14-1.6-.79-1.85-.88s-.43-.14-.61.14s-.7.88-.86 1.07s-.32.2-.59.07a7.6 7.6 0 0 1-2.22-1.37A8.32 8.32 0 0 1 8.9 10c-.16-.27 0-.41.12-.55c.12-.14.27-.34.41-.5s.2-.27.3-.45s.05-.34-.02-.48s-.61-1.47-.84-2.02c-.22-.53-.45-.46-.61-.47h-.52a1 1 0 0 0-.73.34a3.1 3.1 0 0 0-.98 2.31a5.4 5.4 0 0 0 1.12 2.87a12.32 12.32 0 0 0 4.7 4.71a16.06 16.06 0 0 0 2.43 1a5.18 5.18 0 0 0 2.38.15a2.61 2.61 0 0 0 1.71-1.18a2.12 2.12 0 0 0 .14-1.18c-.06-.1-.23-.16-.5-.29Z'/></svg>");
}



/* Desktop і ширше: ліва колонка — sticky, скролиться всередині */
@media (min-width: 992px) {
  /* якщо в тебе інша висота шапки/меню — змінюй значення нижче */
  :root{
    --sticky-top: 0px;      /* відступ від верху (header+menu) */
    --sticky-bottom: 0px;    /* якщо є фіксований футер — додай сюди його висоту */
  }

  .litem{
    position: sticky;
    top: var(--sticky-top);
    /* обмежуємо висоту «на висоту екрана мінус шапка/низ» */
    max-height: calc(100vh - var(--sticky-top) - var(--sticky-bottom));
    overflow: auto;          /* внутрішній скрол, коли контент довший */
    -webkit-overflow-scrolling: touch;
    /* щоб лівий блок не “розтягував” рядок за висотою */
    align-self: start;
  }

  /* важливо для коректного оверфлоу у флекс/грід-контейнерах */
  .litem, .ritem { min-height: 0; }
  #left-side #mod-custom138{
	display:block;
}
#main_menu{
	display:none;
}
}

/* На мобільних зазвичай краще без sticky, але якщо треба — прибери цей блок */
@media (max-width: 991.98px){
  .litem{
    position: static;
    max-height: none;
    overflow: visible;
  }
  #left-side #mod-custom138{
	display:none;
}

}





.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 img{
	height: 50px;
    padding-left: 70px;
}
.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;
}
#logo img{
	height:55px;
}	
.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; */
}
#search-top form .input-group {
    width: 100%;
}
#search-top form .input-group input {
    width: 100%;
}
#search-top {
    max-width: 500px;
    position: relative;
}
#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);
}
#search-result, #search-result table.ajaxsearch {
    width: 100%;
}
#search-result .aj_img {
    width: 60px;
}
#search-result .aj_img .img-block img {
    width: 45px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.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;
}
.center-top-modules .lflex .limg {
    height: 21px;
}

#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: #ff5f01;
    color: #ff5f01;
    width: 10px;
    height: 10px;
    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;
}
#jshop_quantity_in_cart[ca-prodcount="0"]{
    display: none;
}

.mob-user {
    display: block;
    width: 18px;
    height: 21px;
    background-image: url(../../../images/user_login.png);
}




/* робимо «колонки» */
#cattree0-t { 
  list-style: none; padding: 0; margin: 0;
  column-gap: 16px;
}
#cattree0-t > li {
  break-inside: avoid;              /* не ламати блок всередині колонки */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  display: inline-block;            /* щоб поважався margin-bottom */
  width: 100%;
  margin: 0 0 16px;
}
#cattree0-t { list-style: none; padding: 0; margin: 0 -8px; }
#cattree0-t > li { float: left; width: 25%; padding: 0 8px 16px; box-sizing: border-box; }


/**** 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;
        left: 0;
    }    
    #main_menu .nav{
        padding: 0px 0px;
        position: absolute;
        background: #fff;
        width: 100vw;
        left: 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;
    }

}


#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: #333;
}
.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: #ff5f01;
    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: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.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: #ff5f01;
}
.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;
}
div.pagination_list .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: 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;
        max-width: 100%;
    } 
    #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: auto;
    }
    #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%;
    }
}