body {
    font-family: "Raleway", sans-serif;
    font-size: .9rem;
    color: var(--body_color); 
    background-color: var(--body_bg);
    text-rendering: optimizeLegibility;
}  
.JSd_content_inner:empty {
   display: none; /* when section content is empty */
}
/*NO MARGIN*/
body, .row, input[type="checkbox"], input[type="radio"], ul, h1, h2, h3, h4, h5, h6,
.product-timer, input.JScart-amount, input.cart-amount, .vezani_artikli .linked-articles-input,
.header-search select, .newsletter_part p, .text-section p,
.sliderText p, .txt-banner-text p, .banner-sliderText p
{
    margin: 0; 
}
/***************************************/
/*NO PADDING*/
body, ul, input.JScart-amount, input.cart-amount,
.product-left-column .JSlevel-2 > div 
{
    padding: 0;
} 
/***************************************/
/*TEXT CENTER*/
.zoomWrapper, input.JScart-amount, input.cart-amount, .user-orders-table th, .user-orders-table td, 
.bootbox p, .vezani_artikli .linked-articles-input, .admin-article, .article-edit-btn, .printer a i
{
    text-align: center;
}
/***************************************/
/*RELATIVE*/
.relative, .section-title, .main-menu li, .JSlevel-1 li, 
.JSlevel-2 li, .zoomWrapper, .files-list-item, .show-compered-active
{
    position: relative;
}
/***************************************/
/*INLINE BLOCK*/
.inline-block, .capcha input[type="text"],  .selected-filters li, 
.buy-btn, .not-available, .generic_car ul li, .generic_car_list ul li,
.product-tags a,  .footer-links li a, #JScompareTable .JSclearCompare,
.article-level-edit-btn, .files-list-item, .features-list li, .bi
{
    display: inline-block;
}
/***************************************/
/*COLOR WHITE*/
.show-compered-active:hover, .show-compered-active:focus,
.show-compered:focus, .show-compered:hover, .bootbox .modal-dialog .btn:nth-child(1),
.show-compered, .show-compered-active
{
    color: #fff;
}
/***************************************/
/*BOLD*/
.text-bold, .comment-name, .without-btn, .article-level-edit-btn,
.brend-item, .article-edit-btn, .success, 
.PDV, .descr-title, .compare-product-name, .price-holder
{
    font-weight: 600;
}
/***************************************/
/*FONT 500*/
label, .price-num, .price-label { 
    font-weight: 500; 
}
/***************************************/
/*OUTLINE NONE*/
.btn.focus, .btn:focus, .btn:hover,
a:link, a:visited, a:active, button:focus, .btn-slider, input:focus, select:focus, textarea:focus
{ 
    outline: none; 
}
/***************************************/
/*LINE HEIGHT 1*/
.line-h, img, .facebook-btn-share, .first-popup .close-popup, .generic_car ul, .generic_car_list ul, .bi {
    line-height: 1;
}
/***************************************/
/*TEXT UPPERCASE*/
.h2-container, .global-currency {
    text-transform: uppercase;
}
/***************************************/
/*FONT SIZE 85%*/
img, .selected-filters li, .related-custom .title,
.review, .comment-rating
{
    font-size: 85%;
}
/***************************************/
/*DISPLAY BLOCK*/
.section-title, .group-title, .filter-price, .main-menu .drop-2 li a,  .main-menu > li:hover .drop-2,
.search_list__item__link, .manufacturer-categories a, .product-price,  
.comment-content, .comment-content span,.JSwithout-reg-none-personal.active, 
.JSwithout-reg-personal.active, .admin-article .supplier, .JSlevel-1 a, .main-menu li a
{
    display: block;
}
/***************************************/

/*PRESENTATION DISPLAY ELEMENT*/
.header-cart-container, .add-to-cart-container, .add-to-cart-area, .dodaj-konf,
.price-holder, .product-preview-price, .price, .product-left-column #JScategoryClose, .product-left-column .logo,
.product-left-column .lvl-1-img-cont, .product-left-column .lvl-2-img-cont,
.custom-furniture-page .section_name, .productsSwiper-half .JSTypeGroup
{
    display: none !important;
}

/*DISPLAY NONE*/
.dropdown-toggle::after, .JSfilters-slide-toggle-content, .JShidden-msg, .JSlevel-2, 
.product-left-column .JSlevel-1 ul, .JSloader-product,
.JSwithout-reg-none-personal, .JSwithout-reg-personal, .JShidden-if-no-filters, .dropdown-backdrop, 
.cookies_tabs, #start-page .review, .productsSwiper .navigation-buttons,
.productsSwiper-half .tip-link i, .productsSwiper-half .short-description, 
.productsSwiper-half .gen-char, .productsSwiper-half .sale-label,
.JScart-wish-loader, .review
{
    display: none;
}
/***************************************/
/*DISPLAY FLEX*/
.flex, .cart-item li 
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/***************************************/
/*VERTICAL ALIGN MIDDLE*/
.v-align, a.elevatezoom-gallery, a.JScart-less-gram, a.JScart-more-gram, 
.generated-features-list > li:nth-child(1), 
.generated-features-list > li:nth-child(2), .generated-features-list > li ul li,
.printer a i
{
    vertical-align: middle;
}
/***************************************/
/*MARGIN AUTO*/
.first-popup .first-popup-inner, .margin-auto, .zoomWrapper img,
a.elevatezoom-gallery img, .cart-item li > *,
.gallery_slider img, .modal-cont img, .JSmain_img, .capcha img
{
    margin: auto;
}
/***************************************/
/*OVERFLOW HIDDEN*/
.sub-group a,
.JSmain-slider, .gallery-ban .bg-img, .shop-product-card .product-name,
.product-image-wrapper, .generic_car ul, .generic_car_list ul,
a.elevatezoom-gallery, .additional_img a, .show-compered-active,
.gallery_slider a, .main_imgGallery, .map-frame, .compare-image-wrapper  
{
    overflow: hidden;
}
/***************************************/
/*MAX WIDTH 100%*/
.first-popup-inner img, .max-width {
    max-width: 100%;
}
/***************************************/
/*CURSOR POINTER*/
.pagination .disabled a:hover, .pagination .disabled a, .first-popup .close-popup, .JSsubcat-toggle, .printer a i,
#JScompareTable .JSclearCompare, .zoomLens, a.elevatezoom-gallery, .JSmain_img, .JSclose-modal:hover
{
    cursor: pointer;
}
.JSloader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(255,255,255, .98); 
    padding-top: 20%;
}
.spinner-grow {
    color: var(--global_color);
}
.JScart-wish-loader .spinner-border, .JSloader-product .spinner-border { 
    border-style: dotted; 
}

/***************************************/    
@keyframes rotateIn {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.toastify-rotate button {
    color: #757575;
    position: absolute;
    right: 3px;
    top: 9px;
}
.toastify-rotate {
    animation: rotateIn 0.6s ease-out;
    transform-origin: top;
    font-size: 16px;
    background: #fff !important;
    color: #757575 !important;
    border-radius:5px !important;
    width: 300px;
}
.toastify.toastify-rotate::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #07bc0c;
    animation: toastify-progress 4s linear forwards;
    border-radius: 0 0 8px 8px;
}
@keyframes toastify-progress {
  from { width: 100%; }
  to { width: 0%; }
}
/***************************************/  
.overlay, .overlay-categ, .overlay-wish {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    z-index: 9;
    display: none;
    cursor: pointer;
}
/* AJAX AX CONTROLS */
/* HEADER */
#JScontent {
    transition: 300ms ease-in-out;
}
.opened_header .header_content {
    display: block;
}
.header_content ul > li {
    margin: 15px;
    display: flex;
    font-size: 14px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.header_content ul > li > img {
    max-width: 100px;
}
.header_content ul > li > span {
    margin-left: 15px;
}
/* END OF HEADER */

/* SEARCH */
.AXsearch_content {
    position: absolute;
    left: 0;
    top: calc(100% - 6px);
    width: 100%;
    max-height: 350px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow-y: auto;
    background: #fff;
    border-radius: 0 0 8px 8px;
    z-index: 3;
}
.AXsearch_content li > a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    cursor: pointer;
}
.AXsearch_content li > a:hover {
    background: #f0f0f0;
    color: unset;
}
.AXsearch_content img { max-width: 60px; }

.AXsearch_content span:first-of-type { flex: 1; }

.AXsearch_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 15px;
    background: var(--background_dark);
}
.AXproduct_group {  
    font-size: 12px;
    font-style: italic;
    max-width: 150px;
}
/* END OF SEARCH */

/* CATEGORY LIST */
.header_content .AXcategories_list > li {
    margin: 0px;
    padding: 15px;
    justify-content: space-between;
}
.header_content .AXcategories_list .JXcategories_back {
    justify-content: flex-start;
    border-bottom: 1px solid var(--flare);
}
.JXcategories_back i {
    padding-right: 15px;
}
/* END OF CATEGORY LIST */

img {
    color: #bbb;  
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.JSleft-body-link, .JSright-body-link { 
    position: absolute;
    left: 0; 
    z-index: 1;
}
.JSright-body-link {  
    left: unset;
    right: 0;
}
/**********/
.global-currency {
    font-size: 90%;
}
/*===================*/

.mailto { word-break: break-word; }
 
/*===================*/
.capcha {
    border: 1px solid #ddd; 
    background: #fff;
    padding: 10px 5px;
    margin: 10px 0; 
}
.capcha input[type="text"] {
    width: auto; 
    margin: 0 5px;
} 
/*====================*/ 
.dropdown-item.active, .dropdown-item:active {
    background: #f8f9fa;
    color: inherit;
}
.currency-btn {
    background-color: var(--currency_bg);
    color: var(--currency_color);
    border: 1px solid #e6e6e6;
    padding: 2px 20px 2px 12px;
    margin: 5px 7px;
    min-width: 70px;
    height: 42px;
}
.currency-btn i {     
    right: 12px;
    color: #747b88;
    transform: translateY(-50%); 
}
.currency-list li { border-bottom: 1px solid #ddd; }

.currency-list, .login-dropdown { min-width: 125%; z-index: 5; }

.logged-dropdown-user { 
    min-width: 165px;
    z-index: 2;
    padding: 15px;
}
input[name="vaucer_code"] {
    padding-right: 85px !important;
}
.logged-dropdown-user > div { margin-top: 10px; }

.login-dropdown li a, .logged-dropdown-user li a { padding: 5px 15px; }

[class*="col-"] { min-height: 0; }

/***********/
.pagination { 
    margin: 10px 0 5px;
    gap: 5px;
}
.pagination * {
    border-radius: .5rem !important;
    line-height: 1.2;
}
.pagination>.active>a, 
.pagination>.active>a:hover, 
.pagination a:hover { 
    z-index:0;  
}
.pagination>.active>a {
   margin-left:unset; 
}
.pagination>.active>a, .pagination>.active>a:hover {
    color: var(--pagination_color_active);
    font-weight: 600;
    border-color: var(--pagination_bg_active);
    background: var(--pagination_bg_active);
} 
.pagination a:focus {
    box-shadow: none;
}
.pagination a:hover, .pagination a:focus  {
    color: var(--pagination_bg_active);
    background: var(--pagination_color_active);
}

/***********/
.nav-tabs .nav-link, 
.nav-pills .nav-link {
    color: inherit;
    margin-bottom: 0;
    border: 0;
    border-bottom: 2px solid transparent;
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: var(--btn_color);
    background: var(--btn_bg);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active { 
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--btn_bg);
}
.nav-tabs {
    border-bottom: 2px solid #0b0c10;
}
/***********/

.soc-network { margin: 0 2px; } 

.nav>li>a:focus, .nav>li>a:hover { background-color: transparent; }

a:link, a:visited, a:active { text-decoration: none; color: inherit; }
a:hover { color: var(--global_color); transition: all 0.1s ease 0s; }
ul { list-style-type: none; }

.show-ul-dots ul {
    list-style-type: initial;
    list-style-position: inside;
}

h1 { font-size: 1.8em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

section:not(#start-page section) {
    color: #374151;
}
/***********/

.section-title {  
    margin: 0 0 10px;
    font-size: 22px;
    padding: 5px 0;
    color: var(--h2_color);
}
.group-title {
    padding: 5px 15px;
    margin: 10px 0;
    color: #747474;
    border-left: 3px solid var(--global_color);
}
/***********/ 

#launch_btn {
    background: #000;
    margin: 5px 0 10px;
}
#launch_btn:hover {
    opacity: .7;
}
/***********/ 
 
.breadcrumb { 
    background-color: var(--breadcrumb_bg); 
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 2px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2px;
}
.breadcrumb-item:not(:nth-of-type(1)):not(:nth-last-of-type(1)) {
    text-transform: uppercase;
}
.breadcrumb-item:nth-last-of-type(1) {
    font-weight: 700;
}
#art-img {
    display: block;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
}
input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    margin: 3px 0;
    color: #999;
    padding: 5px 10px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: var(--input_bg_color);
}

textarea { resize: none; height: auto; }

select {
    appearance: none;
    background-image: url('/images/select_arrow.png');
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}
.custom-select-arrow select {
    background-image: none;
}
label { 
    color: var(--label_color); 
    margin: 5px 0 0;
}
/*BUTTON*/
button {
    border: none;
    background: none;
}
button, button i { color:inherit; } /*for iphone*/

.btn-primary {
    background-color: var(--btn_bg); 
}
.btn {   
    padding: 6px 15px;
    margin: 5px 0;  
    border: 0;
}
.btn, a.btn { color: var(--btn_color); }

.btn-primary:hover { background-color: var(--btn_hover_bg); }

.btn:focus:not(.filter-actions .btn-clear), .btn:active, .btn.show { 
    border-color:transparent !important;
}
.btn:focus-visible, .btn:active {
    background-color: var(--btn_bg) !important;
    color: var(--btn_color) !important;
    box-shadow: 0 0 0 0.20rem #efefef;
}
.form-control:focus {
    box-shadow: unset;
}
.cart-item .btn:focus-visible, .cart-item .btn:active, 
.like-it:focus-visible, .like-it:active,
.printer .btn:focus-visible, .printer .btn:active {
    background-color: transparent !important;
}

/* COUPONS VAUCERI */
 .discountBtn {
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--btn_bg);
    transform: translateY(-50%);
    padding: 7px 15px;
}
.coupon-header {
    padding: 10px;
    background: var(--btn_bg);
    font-weight: 500;
}
.coupon-box {
    margin: 10px 0;
    border-bottom: 1px solid var(--btn_bg);
}
.coupon-info {
    padding: 10px;
    border-left: 1px solid var(--btn_bg);
    border-right: 1px solid var(--btn_bg);
}
.coupon-type {
    font-weight: 500;
}
input[name="vaucer_code"] {
    padding-right: 85px !important;
}
.not-found-wrapper > div {
    background: #f0f0f0;
    top: -3rem;
    padding: 100px 45px;
}
.not-found-wrapper img { max-height:300px; }

.not-found-wrapper a { min-width: 170px; }

/*========================*/ 
.first-popup {
    position: fixed;
    top: -1000px; 
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 70;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: flex;
}
.first-popup .first-popup-inner { border: 1px solid #ddd; max-width: 88%; }
.first-popup .close-popup {
    color: #f2f2f2;
    top: -25px;
    right: -25px;
    z-index: 5;
    font-size: 30px; 
    padding: 0 5px;
    text-shadow: 0 0 3px #000; 
}
.first-popup .close-popup:hover {
    opacity: .8;
    text-shadow: 0 0 10px #000;
}
.first-popup-inner img { 
    max-height: 500px;
    padding: 2px;
} 
/*======================*/
.JSTypeGroup { font-size:18px; }
/* Swiper */
.section-header {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}
.navigation-buttons {
    display: flex;
    gap: 2rem;
    height: 30px;
}
.mainSliderSwiper :is(.swiper-button-next, .swiper-button-prev) { 
    background-color: rgb(0 0 0 / 20%);
    border-radius: 0 4px 4px 0;
    width: 45px;
    height: 70px;
    left: 12px;
}
.mainSliderSwiper :is(.swiper-button-next) {
    left: unset;
    right: 12px;
    border-radius: 4px 0 0 4px;
}
.mainSliderSwiper .swiper-button-prev::after,
.mainSliderSwiper .swiper-button-next::after {
    font-size: 22px;
    color: #fff;
}

.productsSwiper .swiper-button-prev,
.productsSwiper .swiper-button-next,
.productsSwiper-half .swiper-button-prev,
.productsSwiper-half .swiper-button-next,
.blogSwiper .swiper-button-prev,
.blogSwiper .swiper-button-next  {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0;
}

.productsSwiper .swiper-button-next,
.productsSwiper-half .swiper-button-next,
.blogSwiper .swiper-button-next {
    left: unset;
    right: 0;
}

/*.productsSwiper .swiper-button-prev:after,
.productsSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after,
.blogSwiper .swiper-button-next:after  {
    font-size: 16px;
    color: #000;
}*/
.tip-link { font-size: 16px; }

.productsSwiper .tip-link i { color: var(--btn_bg); }

.productsSwiper .section-name { margin-bottom:5px; }

.swiper-button-next, .swiper-button-prev {
    color: initial !important;
}
.mainSliderSwiper .swiper-pagination-bullet { 
    width: 8px;
    height: 8px;
}
.swiper-pagination-bullet {
    background: var(--btn_bg) !important;
}
.swiper-button-prev:not(.swiper-button-article):after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5'/%3E%3C/svg%3E") !important; 
    width: 100%;
}
.swiper-button-next:not(.swiper-button-article):after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") !important; 
    width: 100%;
}
/*PRODUCTS HALF*/

.productsSwiper-half .product-name, .productsSwiper-half .barcode { text-align: right; }

.productsSwiper-half .navigation-buttons:after {
    content: '';
    position: absolute;
    left: 42px;
    transform: translateX(-50%);
    height: 15px;
    top: 2px;
    background: #000;
    width: 1px;
}
.productsSwiper-half .section-header {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.productsSwiper-half .section_name {
    padding-bottom: 26px !important;
}
.productsSwiper-half .navigation-buttons {
    margin-top: 15px;
}
.productsSwiper-half .shop-product-card {
    border-color: transparent;
}

/* Article details swiper*/
.swiper-button-article  {
    width: 20px !important;
    height: 20px !important;
    left: 50% !important;
    transform: rotate(90deg) translateY(calc(-50% + 20px));
    color: var(--global_color) !important;
    background: #fff;
    right: unset !important;
}
.swiper-button-prev.swiper-button-article {
    top: 20px;
}
.swiper-button-next.swiper-button-article {
    top: unset;
    bottom: 0;
}
.swiper-button-article:after {
    font-size: 20px !important;
}
/* End of Swiper */
/*======================*/
/* Filters */
.filter-mobile > div {
    background: url(/images/filter_icon.png) no-repeat center/ cover;
    width: 20px;
    height: 20px;  
}
.filter-mobile {
    min-width: 140px;
    padding: 10px 14px;
    border: 2px solid #000;
}

.filters { padding: 10px 0; }

.filter-links {  
    padding: 8px 0 5px;
    border-bottom: 1px solid #ddd; 
    background-color: var(--filters_bg);
}
.filter-price { margin: 0 0 10px; }

#JSslider-range {
    max-width: 93%;
    margin: auto;
    height: 6px;
    border-color: #dee2e6;
}
#JSslider-range span {
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    background: var(--body_color);
}
.selected-filters li {  
    padding: 5px 12px;
    background-color: #f6f6f6;
    margin: 5px 2px;
    border-radius: 8px;
}
.filter-actions button {  
    padding: 12px 18px;
    font-size: 14px;
}
/*custom checkmark*/
.JSfilters-slide-toggle-content input {
    width: 0;
    height: 0;
}
.checkmark {
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.JSfilters-slide-toggle-content input:checked ~ .checkmark:after {
  display: block;
}
.JSfilters-slide-toggle-content input:checked ~ .checkmark {
  background-color: #22c55e;
}
.JSfilters-slide-toggle-content .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/****************************/
#sort-options button {
    margin: 5px;
    padding: 10px 12px;
    border: 2px solid #e8e8e8;
    font-size: 13px;
}
.sort-options button.active {
  background-color: black;
  color: white;
}

/* SLAJDER ZA CENU END */
a.JSreset-filters-button { 
    color: #e60000;
}
/****************************/
 
/*--- PREHEADER ---*/
.preheader { 
    border-bottom: 1px solid #4d4d4d;
    background: var(--top_menu_bg);
}
#JSfixed_header, .preheader {
    z-index: 20; /*because of search*/
}
.JStoggle-btn {
    margin: 5px 0;
    padding: 0 6px;
    border: 1px solid var(--top_menu_color);
    color: var(--top_menu_color);
    user-select: none;
}  
.top-menu a {
    padding: 5px;  
    color: var(--top_menu_color); 
} 
/**************/
.required-fields { font-size: 115%; padding: 0 15px;}
.required-fields span, .red-dot-error { color: red; } 

/**************/ 
.menu-background { background-color: var(--menu_bg); } 

.main-menu li a, .JSlevel-1 li a { padding: 10px 12px; } 

.padding-v-20 { padding-block: 20px; }
 
/*===============================*/
 
.drop-2 ul { margin-left: 20px; }
/*===============================*/ 
.header-icons { 
    color: var(--login_btn_color);
    margin: 8px 0;
}
 
/*--- HEADER ---*/
.JSheader-search-wrapper {
    padding: 125px 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: .7s cubic-bezier(.4,0,.2,1) all;
    transform: translateY(-500px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
}
.JSheader-search-wrapper.JSopen-header {
    transform: translateY(0);
}
header, #JSfixed_header { background: var(--header_bg); }

.header-search input[type="text"] { 
    padding: 8px 42px 8px 12px; 
}
.header-search input::placeholder {
    font-size: 14px;
}
.header-search input[type="text"], .header-search select { 
    height: 48px; 
    background: var(--header_bg);
}
.header-search {
    max-width: 600px;
    margin: auto;
}
.header-search select {
    border-right: 0;     
    padding: 0 20px 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap; 
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.header-icons i { 
    font-size: 25px; 
    width: 30px;
    height: 30px;
    line-height: 30px;
} 
.header-icons-img {
    background: url(/images/header_icons.png) no-repeat -10px / 105px;
    width: 28px;
    height: 28px;
    filter: invert(100%);
    transition: .2s ease all;
}
.header-icons-img:hover, .JSwish-link:hover .header-icons-img {
    transform: translateY(2px);
}
.wish-icons {
    background-position: -59px;
}
.wish-number {
    top: -11px;
    right: -12px;
    font-size: 15px;
}
/*ADD TO CART ANIMATION*/
.JSplace-for-items img { z-index: 999; }
/*END ADD TO CART ANIMATION*/

.header-cart-container:hover .JSheader-cart-content { visibility: visible; opacity: 1; }

.JSheader-cart-content { 
    position: absolute;
    width: 320px;
    right: 0;
    padding: 0 10px; 
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    background-color: #f9f9f9;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    max-height: 550px;
    overflow-y: auto;
}
.mini-cart-item {
    border-bottom: 1px solid #ccc;
}
.mini-cart-title {
    margin: 0 0 10px;
    max-width: 80%;
    font-size: .8rem;
}
.remove-cart-item { right: 5px; }
.mini-cart-img { max-height: 70px; max-width: 70px; }
 
.mini-cart-sum li { 
    padding: 5px 7px;
    margin: 8px 0;
    background: #f2f2f2; 
}
.mini-cart-sum i { min-width: 100px; }
 
/*======= STICKY HEADER ANIMATION ========*/
.stickyHeader {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 60;
    background: var(--header_bg);
    box-shadow: 0 1px 4px #a6a6a6;
}
.JSsticky_header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
    animation: smooth_slide .3s;
    background: var(--header_bg);
    box-shadow: 0 1px 4px #a6a6a6;
}
body:has(#admin-menu) .JSsticky_header,
body:has(#admin-menu) .stickyHeader { 
    top: 26px; 
}

@keyframes smooth_slide {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
} 

.JSsticky_header .logo img { max-height: 45px; }
.JSsticky_header .header-cart { margin: 12px 0; }

/*===== LOGO ==========*/
.logo {  padding: 10px 0; }

.logo img { max-height: 65px; }

/*- SEARCH -*/
.btn.JSsearch-button2 {
    padding: 0 12px;
    color: #9ca3af;
}
/* Search sugestions */
ul.JSsearch_list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px #2e2d2d;
    max-height: 400px;
    overflow: auto; 
    font-size: 90%;
}
.JSsearch_list li:not(.search_list__title) { 
    margin: 0 0 5px;
    background: rgba(0,0,0,.02);
    padding: 4px 16px;
    line-height: 1.2;
} 
.search_list__item__link__cat { 
    color: #808080; 
    text-align: right; 
    display: block;
}
.search_list__title {
    font-weight: 600;
    padding: 3px 5px;
    background: rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.05);
}

/*- HEADER CART -*/
.JScart_num {
    background: var(--cart_number_bg);
    top: -3px;
    right: -3px;
}
.JSbroj_wish { 
    color: var(--body_color);
    font-size: 90%;
} 
.JSheader-cart-content .close:hover { opacity: .7; }

/***************/
.sub-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-block: 15px;
}
.sub-group-a  {
    border: 1px solid #e6e6e6;
}
.sub-group a {
    background: #fff;
} 
.sub-group a:hover {
    border-color: var(--global_color);
}
.sub-group-a > div { height: 240px; }

.sub-group img {
    max-height: 240px;
    padding: 3px;
}
.sub-group span { word-break: break-word; }

.sub-group-title { 
    height: 55px;
    line-height: 1.3;
    font-size: .85rem;
}
/*============= Manufacturer =================*/
 
.manufacturer-categories h3 {
    font-size: inherit;
    margin: 5px 0;
    padding: 5px;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
}
.manufacturer-categories a {
    margin: 3px 0;
    padding: 3px 6px;
    background-color: #f9f9f9;
}
/*==========================================*/

/*- CATEGORIES -*/ 
.lvl-1-img-cont { 
    width: 25px;
    height: 25px; 
    margin: 0 7px 0 0;
}
.lvl-1-img-cont img {
    max-width: 100%;
    max-height: 25px;
}
.lvl-2-img-cont {
    width: 85px; 
    height: 85px;
    line-height: 85px; 
    padding-bottom: 20px;
}  
.lvl-2-img-cont img { 
    max-height: 65px;
    max-width: 100%;
} 
/******************/
.JSlevel-1 > li > a { 
    color: var(--level_1_color);
    line-height: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
} 
.JSlevel-2 li a {  
    color: var(--level_2_color); 
} 
.JSlevel-3 li a { border-bottom: none !important; }  

.JSlevel-4 { margin-left: 10px; }
/******************/
.JScategories-header {
    background: var(--categories_title_bg); 
}
.JSlevel-1 {
    background-color: var(--categories_level_1_bg);
}

/*******LEFT CATEGORIES*******/
.product-left-column .JSsubcat-toggle {
    display: inline-block !important;
    top: 12px;
    font-size: 12px;
}
.product-left-column .JScategories li {
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-radius: 4px 4px 0 0;
}
.product-left-column .JSlevel-2 li a {
    padding-block: 12px;
}
.product-left-column .JSlevel-2 > div { gap: 0 !important; }

.product-left-column .JSlevel-1 > .JSactive-left-categ + li {
    border-top: 1px solid #dcdcdc;
}
.product-left-column .JSlevel-1 > li:nth-of-type(2) {  
    box-shadow: 0 -1px 3px 0px #f5f5f5; /*first is logo*/
    margin-top: 0
} 
.product-left-column .JSlevel-1 a {
    padding-right: 35px;
}
.product-left-column .JSlevel-1 ul {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    margin: 15px;
}
.product-left-column .JSlevel-1 { font-size: 1rem; }

.JSlevel-1 > .JSactive-left-categ { margin-block: 16px; }

.JSactive-left-categ > a { min-height: 65px; }

.JSactive-left-categ > a, .product-left-column li a:hover,
.JSactive-left-categ > .JSsubcat-toggle,
.product-left-column li a:hover ~ .JSsubcat-toggle {
    background: #f5f5f5;
}
.product-left-column li a:hover { color: var(--global_color); }

.product-left-column .JSactive-left-categ > ul {
    display: block;
}
.product-left-column .JSlevel-2 a {
    display: flex;
    align-items: center;
}
.JSsubcat-toggle { 
    position: absolute;
    right: 5px;
    top: 8px;
    width: 30px;
    height: 25px;
    line-height: 25px;
    background: #fff;
}
#responsive-nav .JSsubcat-toggle { 
    transform: rotate(-90deg);
}
#responsive-nav .JSsubcat-toggle.rotate {
    transform: rotateX(180deg);
} 
#JScategoryClose {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    z-index: 100;
}
.JSactive-left-categ > .JSsubcat-toggle { 
    top: 18px; 
    transform: rotate(-180deg);
}
/*- MAIN CONTENT -*/
.d-content { 
    min-height: 350px;
}
.d-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    background: var(--body_bg);
    z-index: -1;
}
.d-content img { height: auto; }

/*.bg-wrapper {
    background: var(--bg_wrapper);
    padding: 1rem;
}*/
/*- MAIN SLIDER -*/

/* SLIDER DEVICE FLAGS */
.JSsliderDeviceFlag[data-device='1'], .JSsliderDeviceFlag[data-device='2'] {
    display: block;
}
.JSsliderDeviceFlag[data-device='3'] {
    display: none;
}

#start-page .JSmain-slider { margin-bottom: 10px; }

#start-page .padding-slider { padding-bottom: 15px; }

.productsSwiper .product-card, .productsSwiper-half .product-card { width: 100%; }

.JSmain-slider img { width: 100%; }  

.sliderText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}
.mainSliderSwiper .sliderText {
    max-width: calc(100% - 130px);
}
.banners .sliderText {
    left: 15px;
    transform: translate(0, -50%);
    width: calc(100% - 30px);   
    pointer-events: none;
}

.txt-banner-text > * { margin: 5px 0; }

.text-section {
    font-size: 1rem;
}
.section_name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: var(--global_color);
}
/*MODAL BANNER*/
.JShalf-sec-container { flex-direction: column; }

.JShalf_section { width: 100%; }

.modal-banner {
    background: #e7e7e7;
    padding: 12px;
} 
.modal-ban-title, .banner-sliderText .short-desc { font-size:18px; }

#product-page .short-description, .wish-page .short-description { height:45px; }

.short-description:not(.product-preview-info .short-description) { color: #939393;}

.modal-banner .content p, .modal-banner-content .content p { 
    margin-bottom: 0; 
}
.modal-banner a {
    height: 60px;
    width: 60px;
}
.modal-banner-img {
    width: 60px;
    height: 60px;
}
.modal-banner img {
    max-height: 60px;
    mix-blend-mode: color-burn;
}
.modal-banner-content img {
    max-height: 50px;
}

.modal-ban-content { font-size: 16px; }

.modal-banner-class .modal-dialog {
  transition: none !important;  
  transform: none !important; 
}

.banner-sliderText { padding: 8px 15px; }

.banners-bgImg .bg-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(11,12,16,0.5);
    top: 0;
    border-radius: 8px;
}
.banner-sliderText .slider-btn-link { 
    font-size: .9rem; 
    padding: 6px 20px;
}
.banner-sliderText .slider-btn-link i { 
    font-size: 10px; 
}
.banners-bgImg .bg-img { padding-top: 67%; }

/*BANNERS */

.banners > div {
    padding-inline: 7px;
}
.banners a { margin-bottom: 10px; }

.banners img:hover, .txt_banner:hover, .gallery-ban div:hover { opacity: .7; }

.txt_banner img { 
    max-height:500px; 
}
/**************/
.gallery-ban {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(8, auto); 
    grid-template-rows: repeat(4, 1fr);
}
.gallery-ban .bg-img:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 5;
} 
.gallery-ban .bg-img:nth-child(2) {
    grid-column: 4 / 7;
    grid-row: 1 / 3;
} 
.gallery-ban .bg-img:nth-child(3) {
    grid-column: 7 / 9;
    grid-row: 1 / 3;
} 
.gallery-ban .bg-img:nth-child(4) {
    grid-column: 6 / 4;
    grid-row: 3 / 5;
} 
.gallery-ban .bg-img:nth-child(5) {
    grid-column: 9 / 6;
    grid-row: 3 / 5;
}
.gallery-title {
    position: absolute;
    bottom: 30px;
    left: 15px;
    width: calc(100% - 30px);
    font-size: 180%;
}
/**************/
.gallery_slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
    grid-auto-rows: 70px;
    grid-gap: 10px;
}

.gallery_slider img { max-height: 60px; }

.main_imgGallery, .gallery_slider a { background-color:#fff }

.gallery_slider a {
    border-radius: 4px;
    padding: 5px;
}
.gallery_slider .JSimg-gallery { 
   transition: .2s ease-in-out; 
}
.gallery_slider .galery_Active, .gallery_slider .JSimg-gallery:hover {
   box-shadow: 0 0 12px 2px #e1e1e1;
}
/*--- GALLERY SLIDER ---*/ 
.JSmain_img {  
  transition: 0.3s;
  padding: 5px;
}
.JSmain_img:hover { opacity: 0.7; }
 
.JSmodal {
    display: none;
    position: fixed;
    z-index: 61;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.9);
}
.modal-cont {
    margin: auto;
    display: block;
    max-width: 100vw;
    width: 90%;
    height: 85%;
    overflow: hidden; 
    animation: zoom .6s;
}  
/****************/
.modal-cont .btn {
    border: 1px solid rgba(255,255,255, .2);
    position: absolute;
    top: 50%;
    left: 1px;
    z-index: 1;
    padding: 0;
    width: 30px;
    height: 50px;
    color: #fff;
    margin-top: -25px;
    display: none;
    background: rgba(0,0,0, .8);
} 
.modal-cont .JSright_btn {
    left: unset;
    right: 1px;
}
/****************/
.modal-cont img {
    max-height: 95vh;
    background: #fff;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}  
.JSclose-modal {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 25px;
    transition: 0.3s;
    text-shadow: 0 0 2px #000;
}
.JSclose-modal:hover { opacity: .7; }
#loginModal .modal-dialog-centered { max-width: 650px; } 

/****************/
.slider-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/************************/
.related-custom .img-wrap  {
    height: 50px;
}
.related-custom .img-wrap img {
    max-height: 50px;
}
.related-custom .price {
    font-size: 16px;
}
/*- PRODUCT */
.product-timer {
    table-layout: fixed;
}
/*==================*/

/* POLLS */
.polls {
    max-width: 600px;
    margin: auto;
    background: rgba(0,0,0, .03);
    padding: 5px 15px;
}
.poll {
    box-shadow: 0 0 8px rgba(0,0,0, .1);
    background: #fff;
    padding: 15px;
    margin: 15px 0;
}
.poll .question {
    font-size: 105%;
    margin: 0 0 5px;
}
.poll input { cursor: pointer; }

.poll .answer {
    padding: 2px 0;
} 
.poll .answer:hover {
    background: rgba(0,0,0, .03);
}
.polls .btn {
    background: rgba(0, 0, 0, .05);
    width: 100%;
    max-width: 115px;
}
.polls .btn:hover {
    background: rgba(0, 0, 0, .09);
}

/*==================*/
.shop-product-card { 
    background: var(--product_bg); 
    transition: 0.2s all;
    margin: 15px 3%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.section-bg-wrapp .shop-product-card {
    border: 1px solid transparent;
}
.productsSwiper .shop-product-card {
    margin-inline: 0;
}
.sale-label { 
    background: var(--sale_action_price_bg);
    font-size: 90%;
    letter-spacing: 1px;
    border-radius: 8px 0 8px 0;
}
.sale-label div { 
    padding: 9px 12px;  
}
/*.sale-label div:nth-child(1) { background-color: var(--sale_action_bg); }*/

.second-product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}
/*==========*/

.shop-product-card .product-meta { padding: 0 10px 10px; background-color: var(--product_bottom_bg); }

.not-available, .buy-btn { 
    padding: 8px;  
} 
.like-it, .printer a { 
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    color: #999;
    padding-block: 8px;
}
.like-it:hover, .like-it.active, .printer a:hover {
    color: var(--global_color);
    box-shadow: 0px 0px 0px 1px var(--global_color) inset, 0px 0px 0px 0px var(--global_color);
}
.like-it.active {
    border-color: transparent;
}
.printer a i { color: #666; }

.add-to-cart-container {  
    transition: 0.3s all; 
}
/******************/ 
.num-rates{
    margin: 5px 0 10px;
}
.num-rates .lorem-1{
    font-size: 90%;
    color: #666;
    margin: 0 30px 0 0;
}
.num-rates  .select-wrapper{
    min-width: 130px;
    display: inline-block;
}
/******************/ 
 
.product-name { 
    font-size: 16px;
    color: var(--product_title_color); 
/*    margin: 16px 0 8px;*/
    margin: 0 0 8px;
} 
.barcode {
    height: 22px;
    color: #939393;
}
.shop-product-card .product-name {
    height: 40px;
}
.price-holder { 
    font-size: 110%;
    color: var(--product_price_color);
} 
.shop-product-card .price-holder {
    height: 40px;
}
.product-old-price {
    color: var(--product_old_price_color); 
    font-size: 80%;
}
.product-image-wrapper {
    height: 265px;  
} 
.shop-product-card .product-image { 
    max-height: 265px; 
    padding: 10px 10px 0; 
    object-fit: contain;
}
.buy-btn:hover { 
    background-color: var(--add_to_cart_btn_bg_hover);
}

/*========================*/
/*.shop-product-card .product-image-wrapper > a:after, 
#zoom_03:after, .cart-image-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--image_wrapper_bg);
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
}*/
/*========================*/

.generic_car ul, .generic_car_list ul {
    font-size: 85%; 
    color: #333;
    height: 55px; 
}
.generic_car_list ul{
    height: auto;
}
.generic_car ul li, .generic_car_list ul li{
    width: 49%;
    padding: 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} 
 
/*=========== PRODUCT ON LIST ==================*/
.shop-product-card-list {
    margin: 5px 0;
    box-shadow: 1px 1px 10px #ddd;
    background-color: var(--product_bg);
    transition: .1s ease-in-out;
}

.shop-product-card-list:hover { box-shadow: 0 0 15px #ccc; }

.shop-product-card-list .product-image-wrapper { height: 140px; }

.shop-product-card-list .product-image {
    max-width: 90%;
    max-height: 140px; 
    padding: 5px 0; 
}
.shop-product-card-list .product-name { margin: 10px 0; }

.shop-product-card-list .ribbon-sale {
    position: absolute;
    left: -5px; 
    top: -5px;
    z-index: 1; 
    width: 75px; 
    height: 75px;
}
.shop-product-card-list .ribbon-sale span {
    font-size: 13px;  
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px; 
    background: var(--global_color);
    box-shadow: 1px 1px 5px #bbb;
    position: absolute;
    top: 19px;
    left: -21px;
}
.shop-product-card-list .ribbon-sale span::before {
    content: "";
    position: absolute; left: 0; top: 100%;
    z-index: -1;
    border-left: 3px solid var(--global_color);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--global_color);
}
.shop-product-card-list .ribbon-sale span::after {
    content: "";
    position: absolute; right: 0; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--global_color);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--global_color);
}

/* ========= TAGS ============== */
.product-tags a {  
    margin: 2px; 
    padding: 3px 6px; 
    background-color: var(--btn_bg);
    border-radius: 4px;
}
.product-tags div { border-bottom: 1px solid #ddd; }

/*===========================*/ 
.product-sticker { 
    position: absolute; 
    top: 0; 
    left: 15px;
    width: calc(100% - 30px);
    z-index: 1;
}
.shop-product-card .product-sticker {
    top: unset;
    bottom: 0;
    left: 5px;
    width: calc(100% - 10px); 
}
.article-sticker-img img { 
    max-height: 65px; 
    padding: 3px; 
}
/*--- FOOTER ---*/
footer { 
    background-color: var(--footer_bg);
    color: var(--footer_color);
    font-size: 16px;
}
.footer-logo {
    max-height: 65px;
}
.footer-logo-a {
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.footer-flex {
    padding-inline: 12px;
}
.ft-section-title { 
    min-height: 40px; 
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
}
 
footer li { margin: 5px 0; } 

.foot-note-wrapper {
    background: #0b0c10;
    padding: 12px;
}
/*.foot-note { font-size: .8rem; }*/
.foot-note > p > a:nth-of-type(2) { color: var(--btn_bg); }

.JSfooter-secs {
    margin: 0 0 15px;
}
.newsletter_part {
    background: url(/images/newsletter_bg.jpg) no-repeat  50%/cover;
    height: 537px;
}
.newsletter_inner {
    background: rgba(0, 0, 0, 0.2);
    max-width: 750px;
    width: 100%;
    padding: 30px;
}
.newsletter_inner > div {
    width: 450px;
    max-width: 100%;
}
.newsletter_part i {
    font-size: 1.5rem;
    color: #c64a22;
}
.newsletter { margin-top: 32px; }

.newsletter input {
    padding-right: 65px;
    height: 54px;
    background: var(--btn_bg);
    border-color: var(--btn_bg);
}
.newsletter input:focus {
    background: var(--btn_bg);
    border-color: var(--btn_bg);
}
.newsletter input, .newsletter input::placeholder, .newsletter input:focus { color:#fff; }

.newsletter_inner h5:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    width: 110px;
}

/*============== LOGO BANKS ===========*/ 
.banks > ul:first-of-type li img {
    max-height: 30px;
}
.after-footer .banks > ul:last-of-type li img {
    max-height: 42px;
}
.after-footer .banks {
    padding: 5px 0;
}
.after-footer .banks img {
    max-width: 150px;
    margin: 5px 0; 
}
.after-footer .banks .list-inline { margin-left: 0; }

/*============== COOKIES ===========*/
.JScookies-part {
    bottom: -500px;
    z-index: 999;
    background: rgba(255,255,255,.9);
    box-shadow: #737373 2px 7px 9px 2px;
}
.JScookies-part .alert {
    max-width: 640px;
    width: 100%;
}
/*============== SOCIAL ICONS ===========*/
.preheader .social-icons {
    position: fixed;
    right: 0;
    top: 35%;
    display: flex;
    flex-direction: column;
    transform: translateY(-35%);
    z-index: 50;
}
.social-icons a {
    display: inline-block;
    font-size: 16px;
    width: 25px;
    height: 25px; 
    margin: 1px 0; 
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.social-icons a:hover { opacity: .7; } 

.social-icons .facebook { background-color: #3b5999; }
.social-icons .twitter, .social-icons .tiktok { background-color: #000; }
.social-icons .skype { background-color: #00AFF0; border-radius: 50px; }
.social-icons .youtube { background-color: #b30000; }
.social-icons .linkedin { background-color: #007bb5; }
.social-icons .instagram { background-color: #C13584; }
.social-icons .viber { background-color: #7d3daf; }

footer .social-icons a { 
    margin: 10px 5px; 
    background-color: transparent !important;
}
.social-icons-foot-logo a {
    width: auto;
    text-align: left;
    margin-bottom: 0 !important;
    font-size: 20px; 
}
.social-icons-foot-logo svg { width:22px; }

.social-icons-foot-logo a:after { 
    margin-left: 10px; 
    font-size: 16px;
}
.contact-info .social-icons a {
    border-radius: 50%;
    background: var(--btn_bg);
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*--- SCROLL TO TOP ---*/
.JSscroll-top {
    position: fixed;
    font-size: 18px;
    color: #747474;
    right: -70px;
    bottom: 95px; 
    background: var(--scroll_top_bg);
    z-index: 20;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    transition: all 0.1s ease-in-out;
}
.JSscroll-top:hover { background: var(--btn_bg); color: var(--btn_color);  }

/* ======= NEWS ========= */
.news {
    background: #fff;
    border-radius: 8px;
    border: 0;
}
#start-page .news .news-title {
    height: unset;
    padding-block: .5rem;
}
.news-title {
    margin: 10px 0;
    font-size: 1.3rem;  
}
.single-news .news-title {
    font-size: 2rem;  
}
.news-desc {
    height: 43px;
}

iframe { max-width: 100%; }

.news iframe {
    width: 100%;
    height: auto;
}
.single-news iframe{
    height: 56.25vh;
} 
.single-news .card-body {
    padding: 0;
}

.single-news img { max-height: 400px; }

.card-body a { font-size:18px; }

.blogs-date {
    font-size: 13px;
    color: #515151;
}
.bg-img {
    padding-top: 80%;
    background: center/cover no-repeat;
}
.categories_news_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 25px;
}
.category_news .bg-img {
    padding-top: 57%;
}
/***************************/
.ktlg-page .box {
    box-shadow: 0 0 5px #ddd;
    padding: 15px 0;
    margin: 10px 0;
}
.ktlg-page span {
    font-size: 16px;
    font-weight: 500;
    display: block;
}
/*- PRODUCT LIST OPTIONS -*/
/*.product-options { background-color: var(--product_list_bg); margin: 5px 0; }*/

.view-buttons span {
    width: 20px;
    height: 20px;
    color: var(--global_color); 
    font-size: 17px;
}
.view-buttons span.active { color: #000; }
.view-buttons span:hover { transform: scale(1.2); } 

/*========= COMPARED ARTICLES ==============*/
.show-compered, .show-compered-active {
    background-color: #30323A;
    color: #fff;
}
.show-compered-active:after {
    position: absolute;
    top: 0;
    left: -75px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    background: #fff;
    transform: rotate(35deg);
    animation: pulse 1.2s ease infinite;
} 
.show-compered-active:hover:after {
    left: 120%;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes pulse {
    0% { left: -75px; }
    100% { left: 120%; }
}
.show-compered:hover { background: #595959; }

.compare-table .table { width: 100%; }

.compare-table >  .table > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.compare-table >  .table > tbody > tr > td { 
    min-width: 250px;
    max-width: 250px;
    border-color: #ebebeb;
    white-space: initial;
}
.compare-image-wrapper {
    height: 140px;
    justify-content: center;
}
.compare-table img {
    max-height: 130px;
    padding: 5px;
} 
.compare-product-name {
    padding: 8px 3px;
}
#JScompareTable .JSclearCompare { 
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 7px;
    z-index: 1;
} 
.compare-manufac-price div:nth-of-type(1) {
    padding: 0 0 6px;
    font-size: 110%;
} 
.compare-manufac-price div:nth-of-type(2) { 
    color: #999;
}
.compare-price div:nth-of-type(2) { 
    font-size: 125%; 
}
/*----------------------*/
.article-list-info li {
    color: #636363;
    font-size: 16px;
}
/*.article-list-info li span:nth-of-type(1){
    min-width: 150px;
}*/
/*- PRODUCT PREVIEW IMAGE -*/
.zoomWrapper {
    width: 100% !important;
    height: 600px !important;
    line-height: 600px; 
    background: #fff;
    overflow: hidden !important; 
} 
.JSgallery_to_swiper { 
    height: 600px; 
    padding-block: 15px !important;
}
.zoomWindowContainer { display: none !important; }

.zoomWrapper span { width: 100% !important; }
.zoomWrapper img {
    position: relative !important;
    height: auto !important;
    max-height: 100% !important;
    transform: translateY(-50%);
    top: 50%;
    width: auto !important; 
    padding: 10px 0;
}

#productModalContent .carousel-control-prev, #productModalContent .carousel-control-next {
    filter: invert(1) !important;
}
#productModalContent img {
    max-height: 820px;
}
.fancybox-overlay-fixed { background: rgba(0, 0, 0, .7); }

#fancybox-loading {
    background-image: url('../../../images/fancybox/fancybox_sprite.png') !important;
} 
.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../images/fancybox_custom.png') !important;
    background-repeat: no-repeat;
} 
.fancybox-close {  
    background-position: -40px;
    background-size: 75px;
    top: 0 !important;
    right: 0 !important;
}
.fancybox-nav span { 
    visibility:visible !important; 
    width: 42px !important;
    height: 42px !important;
    background-size: cover;
}
.fancybox-prev span { background-position: -14px 0 !important; } 

.fancybox-next span { background-position: -58px 0 !important; }

.additional_img a { 
    border: 1px solid #dddd;
    max-width: 60px;
    width: 100%; 
    height: 50px;
}
.additional_img a:hover {
    border-color: var(--global_color);
}
.additional_img img {
    max-height: 45px; 
    padding: 5px;
    margin: 2px 0;
}
/* ======================= */ 
.article-heading {
    font-size: 30px;
}
.product-preview-info .bg-wrapper > * {
    padding-block: 8px;
}
.product-preview-info * { letter-spacing: .3px; }
 
.wish-icon-product { 
    background: url(/images/header_icons.png) no-repeat -110px / 185px;
    width: 38px;
    height: 38px;
}
/************/  
.attributes {
    margin: 0 0 10px;
} 
.attributes span {
    padding: 2px 8px;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
    border: 3px solid #ddd;
}
.attributes input { position: absolute; visibility: hidden; }

.attributes input:checked + span { border: 3px solid #000; }
 
/***********************/ 

.product-preview-price {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-block: 20px;
    margin-block: 15px;
}
.price-label {
    margin-right: 10px;
}
.price-num {
    font-size: 110%;
}
.price-num.main-price {
    font-size: 155%;
}
.discount, .price-num {  
    color: var(--discount_price_color);  
}
.mp-price { 
    color: var(--article_product_price_color);  
}
/***********************/
 
/*- PRODUCT PREVIEW TABS */
.product-preview-tabs { margin-top: 20px; } 
.tab-content {
    min-height: 100px;
    background: #fff;
    border: none !important;
}
.tab-content table td { text-align: left; padding: 4px 5px !important; }
.tab-content table { width: 100%; }

/*===== COMMENTS ========= */
.comment-content { 
    margin-bottom: 5px;
    padding: 6px 10px;
    font-size: 13px;
    box-shadow: 0px 0px 10px #ddd; 
} 
.comment-date {
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.replies { margin: 0 0 0 20px; }
.replies .comment-content { color: #000; background: #e6e6e6; }

/* ============ INSIDE CART =============== */
.without-btn {
    background-color: #f5f5f5;
    color: #808080;
    margin: 15px 0px;   
    padding: 8px 0;
}
.without-btn.active { background: var(--btn_bg); color: var(--btn_color); } 

.without-btn i { 
    transform: scale(0);
    transition: all 0.25s ease; 
}
.without-btn.active i { transform: scale(1); }

/*- CART ITEMS -*/
.cart-labels { border-bottom: 1px solid #e9e9e9; }

.cart-labels li {
    padding: 7px 8px;
    color: #747474; 
} 
.cart-item li {
    padding: 5px 3px;
    min-height: 85px;
} 
.cart-image { max-height: 70px;  }

.empty_cart img {
    max-height: 300px;
}

a.JScart-less-gram, 
a.JScart-more-gram,
a.JScart-more,
a.JScart-less {     
    color: #999; 
} 
.cart-amount-inputs > div {
    border: 1px solid #dadada;
}
input.JScart-amount {
    width: 50px;
    height: 25px;
} 
input.cart-amount {
    width: 100%;
    height: 40px;
    position: relative;
} 
input.cart-amount[type=number]::-webkit-inner-spin-button,
input.cart-amount[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
input.cart-amount[type=number]::-webkit-outer-spin-button, 
input.cart-amount[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; 
}

 /*- BELOW CART -*/ 
.cart-summ > div { 
    padding: 5px 10px;
    border-left: solid 3px #666; 
    background: #f9f9f9;  
    border-bottom: 1px solid #ccc;
}  
.sum-label, .sum-amount {
    min-width: 45%;
}
.sum-amount { font-size: 140%; } 
   
.JSfree_delivery { color: #666; } 

.remove-item {
    color: #e60000 !important;
}
 
/*--- USER PAGE ---*/
.user-orders-table tr th {
    background-color: #f9f9f9;
    border-bottom: none !important;
}
.empty-wish-page { border-radius: 1.5rem; }

.empty-wish-page a {
    padding: 16px 40px;
}
/**********/
.modal-footer, .modal-header { border: none; }

.bootbox p {    
    font-size: 120%;
    margin: 20px 0;
} 
.bootbox-confirm p {
    margin: 25px 0 0;
}
.bootbox .close {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 25px;
    line-height: 1;
    color: initial; /*for iphone*/
}
.bootbox .modal-dialog { top: 30%; }

.bootbox .modal-dialog .btn { 
    padding: 5px 30px; 
    margin: 3px;
}
/*.bootbox .modal-dialog .btn:nth-child(1) {
    background-color: var(--btn_bg); 
}*/
.bootbox .modal-dialog .btn:hover { box-shadow: 1px 1px 5px #666; }

/*--- CONTACT PAGE ---*/
.contact-info, .contact-info-left {
    padding: 45px 80px;
}
.contact-info {
    background: var(--header_bg);
}
.contact-info li { margin-bottom: 5px; }

.contact-info-left input:not(#checkContact) { height: 50px; }

.contact-info-left input, .contact-info-left textarea {
    background: #f5f5f6;
    border-color: #f5f5f6;
}
.contact-info-left input::placeholder, .contact-info-left textarea::placeholder {
    color: #787c84;
}
.contact-info-left p { color: #a8a8a8; }

.contact-info-left button {
    padding: 8px 20px;
}
.contact-check-wrapper { font-size:11px; }

.map-frame {
    margin: 10px 0;
    height: 330px; 
}
.map-info {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 225px;
    height: 54px;
    background: #fff;
    padding: 10px 0 10px 15px;
}
.map-info h5 {
    text-shadow: 0 0 0.1px;
    font-size: 14px;
    margin: 0 0 5px; 
    color: #000;
}
.map-info h6 { 
    color: #5B5B5B; 
    font-size: 12px;
}
.map-info h5, .map-info h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
footer .map-frame  {
    height: 230px; 
}

/*--------- AlL  CATEGORY PAGE -------------*/
.category-heading {
    margin: 15px 0 0;
    padding: 4px 10px;
    border-radius: 2px;
    color: #000;
    background-color: var(--all_categ_page_bg);
}
.category-name-link {
    border-bottom: 1px solid #ddd;
} 
.category__list__item__link { line-height: 1.7; }

.category-name-link, .category-heading, 
.category__list__item__link { 
    font-size: 1em; 
} 
/*--------- ALL  CATEGORY SIDEBAR ------------- */

.JScategory-sidebar__list { background: var(--all_categ_page_bg);  }

.category-sidebar__list--fix { position: fixed; top: 15px; width: 270px; }

.category-sidebar__list__item__link { 
    padding: 2px 10px;  
}

.sticky-element {
    position: sticky; 
    top: 0;
    z-index: 10;
}

.JScategory-sidebar__list--open .JScategory-sidebar__list__toggler:before { content: "\2192";} 

.JScategory-sidebar__list__toggler:before { content: "\2190";}

.JScategory-sidebar__list ul {
    max-height: 100vh;
}
/*************/
.footer-links li a:hover, 
.top-menu a:hover,
.JSfilters-slide-toggle:hover
{ 
    color: var(--global_color);
}
/*.main-menu li a:hover {
    color: var(--main_menu_hover);
}*/
/*************/  

.add-to-cart {
    padding: 12px 15px; 
    margin: 5px;
}
.add-to-cart:hover{ color: var(--add_to_cart_btn_color); }

/* article page admin button*/ 
.admin-article {
    position: absolute;
    top: 0;
    right: 40px;
    background: linear-gradient(#fff,#ddd); 
    padding: 0 7px;
    margin: 5px;
    z-index: 2;  
    border: 1px solid #ddd;
    font-size: 90%;
}
.article-level-edit-btn { 
    border: 1px solid #bbb;
    font-size: 11px;
    padding: 0 5px; 
}
.article-edit-btn {  
    border: 1px solid #bbb; 
    font-size: 11px;
    padding: 0 5px;
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #fff;
    z-index: 2;
} 
 
/*======================*/
.new-content { padding: 30px 0; }

.new-content img { 
    max-width: 100%;
    max-height: 700px;      
    margin: 0 5px; 
}
/* Login/Registration Forms */
.registration-form {
    max-width: 440px; 
}
.login-title span {
    font-size: 140%;
    margin: 0 10px;
    opacity: .4;
    cursor: pointer;
}
.login-title span.active-user {
    border-bottom: 1px solid;
    opacity: 1;
}
.page-title {  
    padding: 30px 0px 30px;
}
/*************/ 
 
.forgot-psw {
    color: #777;
    margin: 10px 0;
}
/*************/ 
.custom-furniture-page {
    align-self: start;
    text-align: left !important;
}
.custom-furniture-page .JSd_content_inner {
    align-items: start !important;
}
.custom-furniture-page {
    margin-top: 20px;
}
.custom-furniture-page .txt-banner-text > *:first-child {
    margin-top: 0;
}
.custom-furniture-page.JShalf_section:nth-of-type(1) .text-section > div {
    background: var(--global_color);
    padding: 1rem 2rem;
    border-radius: 20px;
}
.custom-furniture-page.JShalf_section:nth-of-type(1) .text-section a {
    border-bottom: 1px solid #e5e7eb;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-block: .5em;
    font-weight: 600;
    padding-block: 2px;
}
/* ADDITIONAL FILES */
.files-list-item { 
    margin: 0 5px 10px 0;
}
.files-name { font-weight: normal; margin: 6px; }

.files-text > a:nth-of-type(2):after {
    content: '';
    position: absolute;
    left: -2px;
    top: 3px;
    background: #ccc;
    width: 1px;
    height: calc(100% - 6px);
}
.gen-char {
    height: 100px;
}
.features-list li { 
    padding: 2px 7px; 
    font-weight: 600;
}
.features-list > div {
    padding-left: 7px;
    flex-wrap: wrap;
    line-height: 1.1;
}

.features-list >  div > li:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--global_color);
}
.generated-features-list > li:nth-child(1), .generated-features-list > li:nth-child(2), .generated-features-list > li ul li {
    display: inline-block;
    padding: 2px 5px;
    line-height: 1.3;  
}
.generated-features-list > li:nth-child(1){ width: 28%; }
.generated-features-list > li:nth-child(2){ width: 70%; }
.generated-features-list > li ul li{ border-bottom: 1px solid #ddd; width: 50%; }
.generated-features-list > li ul li:nth-last-child(-n+2){ border-bottom: none; }
.files-link img { max-width: 180px; }

/*============ BRENDS ==============*/
.brend-item {
    background: #fff; 
    padding: 5px 15px; 
    color: #222;
    height: 140px;
    border: 3px solid #f8f8f8;
}
.brend-item img { 
    max-height: 130px; 
    padding: 5px 0; 
    transition: transform .45s ease;
}

.brend-item:hover img {
    transform: scale(1.1);
}
/*=======================*/
 
.no-articles {
    padding: 30px 0; 
}
#admin-menu { 
    background: #f2f2f2;   
    z-index: 61; 
}
#admin-menu a i { color: #e55539; font-size: 13px; }
#admin-menu { font-size: 12px; } 
#admin-menu a:hover { color: #aaa; }
.success { margin: 10px 0 0;  padding: 5px; }

/* OCENE */
 
.review i { color: var(--review_star_color); } 
.bw { background-color: var(--inner_body_bg); }

/*---------- MEDIAQUERIES ----------*/

/*MEDIAQUERIES MIN-WIDTH*/
@media screen and (min-width: 576px) {
    .categories_news_container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (min-width: 768px) {
    .footer-logo-a:after {
        content: '';
        position: absolute;
        bottom: -14px;
        left: 0;
        height: 4px;
        width: 30%;
        border-radius: .5rem;
        border-bottom: 2px solid #f15923;
    }
    .ft-section-title { text-transform:uppercase; }

    .section-header { flex-direction: row; }

    .productsSwiper .section-header { 
        margin-top: 20px; 
        margin-bottom: 45px; 
    }

    .productsSwiper-half .section-header { flex: 2; }

    .productsSwiper-half .swiper { flex: 3; }

    .product-left-column { margin-top: 15px; }

    .generated-features-list:last-child { border-bottom: none; }

    .generated-features-list {
        font-size: 1em;
        padding: 0 10px;
        display: table;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }  
    .news .news-title {
        height: 68px;
    }
    .d-content.wish-page { min-height: 670px; }

    /****************/
    .main_imgGallery { height: 510px; }

    .main_imgGallery .JSmain_img { max-height: 500px; }

    .container-fluid  .gallery_slider {
        grid-template-columns: repeat(auto-fit, minmax(6%, 1fr)); 
    }
    .container .gallery_slider { 
        grid-template-columns: repeat(auto-fit, minmax(9%, 1fr)); 
    }
    .gallery_slider {
        grid-auto-rows: 100px;
    }
    .gallery_slider img { max-height: 60px; }

    .gallery-ban { grid-gap:15px; }

    .modal-ban-title { flex:1; }

    .banners a { height: 300px; }

    .banners img { max-height: 300px; }

    .footer-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-flex > div { max-width: 300px; }

    .social-icons-foot-logo .facebook:after { content: 'Facebook'; }
    .social-icons-foot-logo .twitter:after { content: 'X'; }
    .social-icons-foot-logo .instagram:after { content: 'Instagram'; }
    .social-icons-foot-logo .linkedin:after { content: 'Linkedin'; }
    .social-icons-foot-logo .skype:after { content: 'Skype'; }
    .social-icons-foot-logo .youtube:after { content: 'Youtube'; }
    .social-icons-foot-logo .tiktok:after { content: 'Tiktok'; }
    .social-icons-foot-logo .viber:after { content: 'Viber'; }

    /*============== LOGO BANKS ===========*/ 
    .after-footer .banks .banc_main_logo img { 
        max-width: 235px; 
        margin: 0 8px; 
    }
    .after-footer .banks.justify-between {
        justify-content: space-between;
    }
    .after-footer .banks.justify-center {
        justify-content: center;
    }
    .not-found-wrapper { width: 50vw; }
}

@media screen and (min-width: 992px) {

    .pe-lg-none { pointer-events: none; }

    .JShalf-sec-container { flex-direction:row; }

    .JShalf_section {
        width: 50%;
        display: inline-block;
    }

    .custom-furniture-page.JShalf_section { width: auto; }
    .custom-furniture-page.JShalf_section:nth-of-type(1) { 
        min-width: 250px;
        margin-right: 40px;
    }

    .modal-ban-wrapper {
        max-width: 650px;
        margin-left: auto;
    }
    .container {  
        max-width: 100%;
        width: calc(90% + 24px);
    }
    .header-icons-img {
        background-size: 150px;
        background-position: -19px;
        width: 33px;
        height: 33px;
    }
    .wish-icons {
        background-position: -88px;
    }
    .header-search input[type="text"], .header-search select , .header-search input::placeholder {
      color: #fff;
    }   
    #responsive-nav > .JScategories .category-grid-autofit {
        grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    }

    .lg-text-white { color: #fff; }

    .empty-cart-box { width: 380px; }

    .empty-cart-box > div {
        padding: 14px;
        border: 2px solid #e5e7eb;
    }
    .empty-cart-box i { 
        top:10px; 
        right: 12px;
    }
    /* .bg-wrapper { padding: 2rem; }*/

    .d-content { 
        min-height: 500px; 
        padding-bottom: 15px;
    }

    .container .mainSliderSwiper {
        padding-inline: 12px;
    }

    .mouseovered:not(.logo) { background: #f4f6f7; }

    .mouseovered:not(.logo) > a, .JSlevel-1 li a:hover {
        font-weight: 600;
    }

    /**************/
    #responsive-nav > .JScategories >.JSlevel-1 { 
        position: fixed;
        width: 100%;
        max-width: 300px;
        left: 0;
        height: 100%;
        top: -100%;
        bottom: 0;
        z-index: 1001;
        overflow: auto;
        padding: 20px 0;
        padding-bottom: 100px;
        transition: top .3s ease-in-out;
        opacity: 0;
    } 
    #responsive-nav > .JScategories > .JSlevel-1.active { 
        top: 0;
        opacity: 1;
    }

    .JSlevel-1 > li > a > span:nth-of-type(2) { flex: 1; }

    #responsive-nav .JSlevel-1 li a { 
        font-size: 90%; 
        font-weight: 500;
    } 
    #responsive-nav .JSlevel-3 {  margin-left: 20px; }
    
    #responsive-nav .JSlevel-3 a { font-weight:600 !important; }

    #responsive-nav .JSlevel-2 > .category-grid-autofit > li > a > span:not(.lvl-2-img-cont) {
        color: #f15923;
        font-weight: 700;
    }
    #JScategoryClose {
        color: var(--global_color);
    }
    .JScategories .logo {
        padding-block: 20px;
        border-bottom: 1px solid #ddd;
    }
    .JScategories .logo a {
        filter: drop-shadow(0px 2px 3px #4f4f4f);
    }
    .JScategories .logo img { max-height: 55px; }

    #responsive-nav > .JScategories .JSlevel-2 {
        position: fixed;
        padding: 20px;
        width: calc(100vw - 400px);
        max-width: 1000px;
        left: 300px;
        right: 0; 
        background: var(--categories_level_2_bg);
        min-height: 150px;
        border-radius: 0 8px 8px 0;
        top: 37px;
        overflow-y: auto;
        max-height: calc(100% - 37px);
        z-index: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #responsive-nav .JSlevel-1 > li { position: static; }

    .JSlevel-1 > li > a:not(.JSactive-left-categ > a) { min-height: 50px; }

    .JSlevel-1 li a {   
        padding: 6px 12px;
        position: relative;
    }
    
   /* .JSlevel-1 > li:hover > a {
        border-top-color: rgba(0, 0, 0, 0.07);
        border-bottom-color: rgba(0, 0, 0, 0.07);
    }
    .JSlevel-1 > li:hover > a:after {
        position: absolute;
        content: '';
        right: 0px;
        top: 1px;
        height: calc(100% - 2px);
        width: 3px;
        background: var(--categories_level_1_bg);
        z-index: 2;
    }*/

    .JSlevel-2 + .JSsubcat-toggle, 
    .JSlevel-3 + .JSsubcat-toggle,
    .drop-2  {
        display: none;
    }

    .JScategories:hover .JSlevel-1 { display: block; } 
    /**************/
    
    body.modal-open { 
        overflow-y: auto !important; 
        margin-right: -15px; 
        overflow-x: hidden; 
    }
    
    /**************/
    .main-menu > li:hover > a:not(.JScategories-header) { 
        background-color: #fff;
        color: #000;
    }
    .main-menu > li:hover > a.JScategories-header:hover { color: #fff; }

    .main-menu li:hover .JSactive-page:after { display:none; }

    .drop-2:after { 
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background: var(--header_bg);
        width: 100%;
        height: 8px;
    }

    .main-menu li a.JSactive-page:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        background: var(--categories_title_bg);
        width: 85%;
        height: 2px;
        margin-inline: auto;
    }

    .main-menu li a, .JScategories-header { 
        padding: 8px 16px; 
        font-weight: 500;
        margin-inline: 4px;
    } 

    .main-menu .drop-2 > li > a {
        margin: 0 10px; 
    }  
    .main-menu .drop-2 li  a { color: #000; }

    .drop-2 { 
        position: absolute;
        top: calc(100% + 8px);
        left: 4px;
        min-width: 180px; 
        z-index: 3;
        background-color: var(--menu_bg);
    }  
     
    .top-menu li, .main-menu > li { display: inline-block; }

    .shop-product-card:not(.productsSwiper-half .shop-product-card):hover {
        box-shadow: 0 0 10px #ddd;
    }

    .shop-product-card:has(.second-product-image):hover .product-image, 
    .shop-product-card .add-to-cart-container {
        opacity: 0;
        visibility: hidden;
    }
    .shop-product-card:has(.second-product-image):hover .second-product-image,
    .shop-product-card:hover .add-to-cart-container  {
        opacity: 1;
        visibility: visible;
    }
    .txt-banner-text > * { margin: 10px 0; }

    /*BANNERS HOVER*/
    .txt_banner a:after, .txt_banner img,
    .gallery-ban  .bg-img:after {
        transition: all .35s ease;
    } 
    .banners a {
        transition: all .3s cubic-bezier(.4,0,.2,1);
    }
    .banners a:hover {
        transform: translateX(0.25rem) ;
    }
    .txt_banner a:hover img {
        transform: scale(1.1);
    }
    .txt_banner a:after,
    .gallery-ban .bg-img:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 150%;
        height: 80%;
        top: -75%;
        right: 30%;
        background: rgb(255 255 255 / 15%);
        transform: skewY(-50deg);
    }

    .txt_banner a:hover:after,
    .gallery-ban .bg-img:hover:after {
        top: 120%;
        right: -75%;
    }

    .brand-col.col-lg-2 { width: 20% !important; }

    .product-page { padding-inline: 5px 0; }

    .product-left-column, .product-page { 
        width: 100%;
        flex: 1;
    }
    .product-left-column { max-width:340px; }

    .sub-group-title { font-size: 1rem; }

    .sub-group-a > div, .product-image-wrapper { height: 350px; }

    .sub-group img, .shop-product-card .product-image { max-height:350px; }

    .filter-actions { padding-top: 45px; }

    a.elevatezoom-gallery { 
        max-height: 120px;
        background: #fff;
        z-index: 1; 
        /*border: 1px solid #ddd;
        border-radius: 4px;*/
        margin: 5px 0;
    }
    a.elevatezoom-gallery img {  
        max-height: 120px; 
        max-width: 100%;
    }

    .categories_news_container {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1200px) { 
    .d-content::after { 
        max-width: 1140px;
        left: calc(50% - 570px);
    }

    .article-margin {
        margin: 5rem 5rem 0;
    }
    .sub-group { 
        grid-template-columns: repeat(3, minmax(0, 1fr)); 
        gap: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .d-content::after {
        max-width: 1320px;
        left: calc(50% - 660px);
    }
}
@media screen and (min-width: 1600px) {
    .sub-group {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .categories_news_container {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

/*MEDIAQUERIES MAX-WIDTH*/
@media screen and (max-width: 1400px){
    .JSplace-for-items img { display: none !important; }
}

@media screen and (max-width: 992px) {

    .logo {
        padding: 5px 0;
    }

    .header-icons-wrapper {
        padding-right: 25px !important;
    }
    .JSheader-search-wrapper { padding:15px }

    body { background-image: unset !important; }

    .sm-text-black { color: #111; }

    .login-btn {  font-size: 20px; }
    
    .wish-number {
        background: var(--btn_bg);
        width: 17px;
        height: 17px;
        line-height: 17px;
        text-align: center;
        border-radius: 50%;
        top: -7px;
        right: -9px;
        font-size: 12px;
    }
    .JStoggle-content {
        position: absolute;
        left: 0;
        background: var(--top_menu_bg);
    }
    #responsive-nav {
        position: fixed;
        inset: 0;
        width: 100%;
        max-width: 330px;
        box-shadow: 0 0 5px #ccc;
        background-color: #fff;
        transform: translateX(-100%);
        transition: 0.5s all;
        z-index: 65 ;
        overflow-y: auto;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .resp-nav-btn {  
        color: #fff;
        padding: 0 12px;
    }
    #responsive-nav.openMe {
        transform: translateX(0%);
    }
    .category-grid-autofit { padding-right: 0; }

    /**************/ 
  
    .main-menu .drop-2 li a { margin: 0 0 0 10px; } 

    .JSlevel-1 li a, .main-menu li a {  
        padding-block: 12px; 
        border-radius:0 !important;
    }
    .JSlevel-1 > li > a, .main-menu > li > a { font-size: 16px; } 

    .JSsubcat-toggle { top: 10px; }  
 
    .main-menu { color: #000; }   

    .container { 
        width: auto; 
        padding: 0; 
        max-width: 100%; 
    }
    .wish-page .container { width: 100%; }
    
    .sm-no-padd { padding: 0; } 

    #responsive-nav .JSlevel-1 > li:nth-of-type(even) { background: #fff; }

   /* #responsive-nav .JSlevel-1 > li:nth-of-type(odd) > a, #responsive-nav .JSlevel-1 > li:nth-of-type(odd) > .JSsubcat-toggle,
    #responsive-nav .JSlevel-1 .logo, #responsive-nav .main-menu > li > a { 
        color: #fff; 
        background: var(--header_bg);    
    }*/
    #responsive-nav .JSlevel-1 > li:nth-of-type(odd) > a, 
    #responsive-nav .JSlevel-1 > li:nth-of-type(odd) > .JSsubcat-toggle {
        background: #f5f5f5;    
    }
    #responsive-nav .JSlevel-1 .logo, #responsive-nav .JSlevel-1 li.logo > a,
    #responsive-nav .main-menu > li > a { 
        color: #fff; 
        background: var(--header_bg);    
    }
    #responsive-nav .JSlevel-1 li a, 
    .AXsearch_content span:first-of-type { 
        font-weight: 500; 
    }
    .AXsearch_content li > a {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .AXproduct_group { 
        width: 100%; 
        max-width:auto; 
        margin-left: calc(60px + 1rem); /*60px img width, 1rem gap*/ 
    }

    .JSlevel-3, .JSlevel-4, .main-menu .JScategories-header,
    .breadcrumb { 
        display: none;
    }
    .JSlevel-3 { margin-left: 20px; }

    .padd-15 { padding: 0 15px; }
    
    #start-page .padding-slider { padding-inline: 15px; }

    .header-cart-container { text-align: center; }

    .shop-product-card .like-it {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #fff;
        box-shadow: 0 0 4px -2px;
    }
    .shop-product-card .like-it:active { background: #fff !important; }

    .shop-product-card .like-it.JScompare { top: 45px; }

    .txt-banner-text h2 { font-size: 22px; }

    .contact-info-left { padding-right: 20px; }

    .contact-info { 
        padding:55px 30px; 
    }
    .JSgallery_to_swiper {
        height: auto;
        margin-block: 20px;
    }
    .product-preview-info { margin-top: 35px; }

    .custom-furniture-page.JShalf_section:nth-of-type(1) > div {
        margin: 12px;
    }
}

@media screen and (max-width: 768px) {

    .productsSwiper .section_name:after, .tip-link i { display: none; }

    .sm-w-50 { width: 50%; }

    .w-unset { width: unset; }

    .tooltip { display: none; }

    .section_name { font-size: 22px !important }

    .product-left-column {         
        position: fixed;
        inset: 0;
        width: 100%;
        box-shadow: 0 0 5px #ccc;
        background-color: #fff;
        transform: translateX(100%);
        transition: 0.5s all;
        z-index: 65;
        overflow-y: auto;
    }
    .product-left-column.open-filter {  transform: translateX(0); }

    .filter-actions {
        width: calc(100% + 24px);
        transform: translateX(-12px);
        background: #fff;
        padding: 35px 10px;
        position: sticky;
        bottom: 0;
        font-size: 15px;
        margin-top: 15px;
        border-top: 1px solid #ededed;
    }
    .JSclose-filter:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -12px;
        background: #ededed;
        width: calc(100% + 24px);
        height: 1px;
    }
    .JSclose-filter i {
        top: 21px;
        right: 12px;
        font-size: 27px;
        color: #9b9a9a;
    }
    /* SLIDER DEVICE FLAGS */
    .JSsliderDeviceFlag[data-device='3'] {
        display: block;
    }
    .JSsliderDeviceFlag[data-device='2'] {
        display: none;
    }
    .logged-dropdown-user { right: 0; left: unset; }

    .header-search input[type="text"], .header-search select { 
        background: #fff;
        border-radius: 0 !important;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .btn.JSsearch-button2 { 
        color: #000; 
        font-size: 19px;
    }
    .JSclose-search { font-size: 30px; }

    .JSsearchContent2 .input-group { max-width: 303px; }

    .JScategory-sidebar__list {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
        border: 1px solid #ddd;
        transition: 0.5s all;
        width: 80%;
        z-index: 10;
    }
    .JScategory-sidebar__list__toggler {
        position: absolute;
        top: 50%;   
        left: -35px;
        transform: translateY(-50%);
        line-height: 35px;
        font-size: 20px;
        width: 35px;
        height: 35px;
        background: #f0f0f0;
        border-radius: 4px 0px 0px 4px;
        color: #747474;
        border: 1px solid #747474;
    }
    .JScategory-sidebar__list--open { 
        transform: translate(0, -50%);
    } 

    .main-group-title { font-size: 1rem !important; }

    .group-title { font-size: 80%; }

    .top-menu ul li:not(:last-of-type) a {
       border-bottom: 1px solid #fff;
    }
    
    .sm-text-center { text-align: center; }
    
    .generated-features-list > li:nth-child(2) { width: 100%; }

    .footer-logo-a { margin-bottom: 35px; }

    .JSfooter-cols > div {
        max-width: 215px;
        margin: auto;
    }
    .ft-section-title {
        display: inline-block;
        min-height: auto;
        width: 100%;
        padding: 7px 12px;
        border: 1px solid #fff;
        margin-bottom: 16px;
        border-radius: 8px;
    }
    .ft-section-title ~ ul {
        display: none;
        text-align: left;
        margin-bottom: 16px;
    }
    .category-sidebar__list__item__link{ padding: 5px 10px; } 
    
    .product-options { padding: 5px 0; }
         
    .generated-features-list { margin: 30px 0; }
    
    .product-preview-tabs .generated-features-list .features-list-title { 
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        color: #000; 
        font-weight: 600; 
        width: 100%;
    } 
    .product-preview-info { margin-top: 10px; }
    
    .compare-table {
        padding: 10px 3px;
    }
    .compare-table > .table > tbody > tr > td {
        border-top: 0;
    }
    input.weight { text-align: left; max-width: 85px; }

    /****************/
    .main_imgGallery { height: 180px; }

    .main_imgGallery .JSmain_img { max-height: 170px; }

    /*============== LOGO BANKS ===========*/ 

    .single-news-title { height:56px; }

    .single-news-card:nth-of-type(odd) { 
        padding-right: 5px !important; 
        padding-left: 0 !important;
    } 
    .single-news-card:nth-of-type(even) { 
        padding-right: 0 !important;
        padding-left: 5px !important; 
    } 

    .after-footer .banks { 
        flex-direction: column;
    }

    .cell-product-name { min-width:200px; }

    .newsletter input:focus { border-color: transparent; }

    .newsletter_part { height: max-content; }

    .newsletter_inner { 
        background: rgba(255, 255, 255, .5);
        color: #000;
        width: calc(100% - 30px);
        padding-inline: 10px;
    }
    .newsletter_inner h5:after { border: 1px solid #000; }

    .newsletter_part h5 {
        font-weight: 700 !important;
        font-size: 24px !important;
    }

    .newsletter_part .show-ul-dots { font-size: 14px !important; }

    .newsletter input, .newsletter button { 
        background: #ea8764 !important; 
    }

    .newsletter input { height: 40px; border-color: #ea8764; }

    .no-articles { padding-top: 0; }

    .txt_banner > a { margin-block:10px; }

    .custom-furniture-page .txt_banner > a  { margin-block:30px; }

} 

@media screen and (max-width:576px) { 
    .contact-info-left {
        padding: 55px 0 20px;
    }
    .JSdelete_cart_item { 
        position:absolute; 
    } 
    .modal-banner { min-height: 210px; }

    .mainSliderSwiper :is(.swiper-button-next, .swiper-button-prev) { 
        width: 35px;
        height: 35px;
    }
    .mainSliderSwiper .swiper-button-prev::after,
    .mainSliderSwiper .swiper-button-next::after {
        font-size: 20px;
    }
    .section-title, .news-title { font-size: 18px; } 

    .swiper-wrapper { padding-left: 0; }
    
    .article-heading { font-size: 24px; }
    
    .nav-tabs .nav-link { 
        font-size: 13px; 
    } 
    /* .nav-tabs > li { flex: 1; }*/

    .nav-tabs > li button { width:100% }
    
    /*************/

    /* .shop-product-card .product-image-wrapper { height: 200px; }*/
    
    /* .shop-product-card .product-image { max-height: 190px; }*/
    
    .compare-image-wrapper { height: 100px; }

    .compare-image-wrapper img { max-height: 90px; }

    .compare-table { font-size: 95%; }
    /*************/
    
    .cart-item li { border: none; min-height: auto; } 

    .cart-item.row { font-size: 13px; }

    .cart-item.row:not(:last-of-type) {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px; 
    }
    
    .sliderText {
        font-size: 90%;
        background: rgba(255, 255, 255, .3);
    }
    
    .shop-product-card .features-list li { font-size:.8rem; }

    .gen-char { height: 142px; }
    
    .zoomContainer { display: none; }
    
    .JSmain-slider:not(.JSsliderDeviceFlag[data-device='3'] .JSmain-slider) {
        max-height: 170px;
    } 
}