@view-transition {
    navigation: auto;
}

/*---------- GENERAL STYLES ----------*/
body {
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: var(--body_color);
	-webkit-font-smoothing: antialiased;
	background-color: var(--body_bg);
}

.JSd_content_inner:empty {
   display: none; /* when section content is empty */
}

.JScolors_slick .slick-prev, .JScolors_slick .slick-next {
    top: 0 !important;
}
.JScolors_slick .slick-next { 
    right: -25px !important;
}
.JScolors_slick .slick-next:before, .JScolors_slick .slick-prev:before {
    color: #000;
}
.JScolors_slick .slick-prev, .JScolors_slick .slick-next {  
    position: absolute;
    top: -40px;
    right: 5px;
    z-index: 2; 
    margin: 0;
    width: 25px;
    height: 25px; 
    background: transparent;
    font-size: 0;
}
.category-desc {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.connected_color img {
    max-height: 90px;
    max-width: 90px;
}
.connected_color {
    margin-right: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 13px;
    align-items: center;
}
.connected_color > div {
    padding: 5px;
    position: relative;
}
.article-color-scroll {
    width: 100%;
    max-width: 440px;
    margin-bottom: 15px !important;
}
.unselected_color {
    opacity: .5;
}
.selected_color:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    border-radius: 1px;
    background-color: #064413;
    bottom: 0;
    right: 10%;
}
.padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}  
.text-bold {
    font-weight: 600;
} 
.row{ margin: 0; }
.navbar-header{
	margin: 0;
	min-height: 0;
	border: 0;
	float: none;
} 
.for-seo{
    margin: 0;
    font-size: inherit;
    color: #fff;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.prev, .next {
    cursor: pointer;
    background: red;
}
/*.discountBtn {
    position: absolute;
    top: 44%;
    right: 0;
    background: var(--btn_bg);
    transform: translateY(-50%);
    padding: 7px 15px;
    color: #fff;
}*/
/* COUPONS VAUCERI */
.coupon-header {
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
    justify-content: space-between;
}
.coupon-box > div {
    margin: 10px 0;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #f2f2f2;
}
.coupon-info {
    padding: 10px;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    justify-content: space-between;
}
.vaucer_code_wrapper {
    gap: 15px;
    align-items: stretch !important;
}
#vaucer_code {
    flex: 1;
    margin-bottom: 0;
    border-radius: 4px;
    height: 42px !important;
}
.vauceri_notification {
    background: #75A21D;
    color: #fff;
    padding: 20px;
    min-height: 100px;
    max-width: 315px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #000;
    display: none;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: calc(100% + 5px);
}
 .JSremoveCoupon {
    cursor: pointer;
 }
 .coupon-amount {
    font-size: 16px;
}
.coupon-type {
    font-weight: 500;
}
.modal-dialog {
    top: 40%;
}
.modal-dialog .btn-secondary {
    color: #000 !important;
}

img{
    color: #bbb;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.JSproduct-images-slick .image_wrap {
    height: 400px;
    position: relative;
}
.JSproduct-images-slick .image_wrap img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
}
.JSleft-body-link, .JSright-body-link{
    /*border: 3px dashed red; */
    position: absolute;
    left: 0; 
}
.JSright-body-link { 
    /*border: 3px dashed #1aff1a; */
    left: unset;
    right: 0;
}
.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}
/*===================*/
.margin-auto {
    margin: auto;
}
.margin-v-10 {
    margin-block: 10px;
}
.capcha{
    border: 1px solid #ddd;
    background: #f2f2f2;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ccc;
}
.capcha input[type="text"]{
    width: auto;
    display: inline-block;
    margin: 0 5px;
}
.capcha img{ margin: 0 5px 10px; }
/*====================*/
.inline-block { display: inline-block; }
.relative { position: relative; }
.no-padding { padding: 0; }
.no-margin { margin: 0; }
.currency-btn{
	background-color: var(--currency_bg);
	color: var(--currency_color)!important;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 7px 0 7px 5px;
    border-radius: 7px;
}
.currency-list li { 
    border-bottom: 1px solid #ddd; 
    padding: 3px 20px;
    border-radius: 8px 8px 0 0;
}
.currency-list li:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.currency-list, .login-dropdown{ margin: 0; padding: 0; min-width: 100%; }
.login-dropdown{
    left: unset;
    right: 0;
}
.seo {  
    position: absolute;
    top: -999px;
    left: -999px;
}
.login-dropdown li a {  
    padding: 5px 20px; 
}
.pagination { 
    margin-block: 2px; 
}
[class*="col-"]{ 
    min-height: 0; 
}
.pagination li a { 
    padding: 3px 8px; 
    font-size: 12px; 
    background-color: var(--pagination_bg); 
    border-radius: 50%;
    color: #fff;
    margin: 0 2px
}
.pagination>li.active>a, .pagination>li.active>span {
    border-radius: 50%!important;
    border-color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 50%!important;
}
.pagination > li:first-child.disabled > span, .pagination > li:last-child.disabled > span {
    width: 20px;
    height: 28px;
    display: grid;
    place-content: center;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background: #fff!important;
    color: #82c345 !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    background: transparent;
    border-radius: 50%!important;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>a:hover {
    background: var(--pagination_bg_active);
    color: var(--pagination_color_active);
    border-color: #fff;
}
.wrapper-pagination-down .pagination>.active>a, .wrapper-pagination-down .pagination>.active>a:hover {
    background: #82c345!important;
    color: #fff!important;
}
.wrapper-pagination-down .pagination>li>a:focus, .wrapper-pagination-down .pagination>li>a:hover, .wrapper-pagination-down .pagination>li>span:focus,.wrapper-pagination-down .pagination>li>span:hover {
    background: #82c345!important;
    color: #fff!important;
}
.btn.focus, .btn:focus, .btn:hover{ outline: none; } 

input[type="checkbox"], input[type="radio"]{ margin: 0; }

.nav>li>a:focus, .nav>li>a:hover{ background-color: transparent; }

a:link, a:visited, a:active { text-decoration: none; outline: none; color: var(--a_href_color); }
a:hover{ color: #F8694A; transition: all 0.1s ease 0s; -webkit-transition: all 0.1s ease 0s; }
ul { list-style-type: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; margin: 0; }
h1 { font-size: 1.8em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; color: var(--h5_color); }
h6 { font-size: 1em; }

.h2-container{ text-transform: uppercase; color: var(--h2_color); }
.heading-background{
    position: relative;
    display: block;
    margin: 0 0 10px;
    font-size: .7em;
    padding: 5px 0;
    border-bottom: 1px solid #DADADA;
}
.h2-container .heading-background:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background-color: var(--global_color);
}
.article-heading {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    width: 65%;
}
.article-heading-model {
    font-size: 20px;
    text-transform: uppercase;
} 
.short_desc_grid { 
    text-overflow: ellipsis;
    overflow: hidden;
    height: 85px;
    margin-bottom: 5px;
    max-height: 100%;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
} 
.model {
    text-transform: uppercase;
}
.breadcrumb { 
    margin: 0; 
    background-color: var(--breadcrumb_bg); 
    margin: 5px 0 10px 15px;
    padding-block: 7px;
}
.breadcrumb-item+.breadcrumb-item::before { color: #ccc; }
.breadcrumb li { 
    font-size: 12px; 
    font-weight: 600;
    color: #6c6767;
    /* color: #cdcdcd;  */
}
.breadcrumb > li > a {
    position: relative;
    color: #6c6767;
    /* color: #cdcdcd; */
}
.breadcrumb > li > a > span {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/home.png);
    height: 15px;
    width: 15px;
    position: absolute;
    left: -18px;
    top: -12px;
}
/*--- FOUNDATION OVERRIDES ---*/
button, #loginModal .create-acc, .JScall-alert-cart {
    padding: 5px 10px;
    background-color: var(--btn_bg);
    border: none;
	transition: background-color 100ms ease-out;
	-webkit-transition: background-color 100ms ease-out;
	color: var(--btn_color);
}
.no-registration-btn:hover ,#loginModal .create-acc:hover, .JSheader-cart-content > div a:hover {
	background-color: var(--btn_hover_bg);
}
button:focus { outline: none; }
button.submit { margin: 5px 0; }
 
input[type="text"], input[type="password"] {
	width: 100%;
	margin: 0 0 5px 0;
	color: #111;
	padding: 5px 10px;
	height: 34px;
    border: 1px solid #ddd;
    background-color: var(--input_bg_color);
}
textarea { resize: none; background-color: var(--input_bg_color); }

select {
    background-color: var(--input_bg_color);
    height: 34px;
    padding: 0 7px;
    color: #747474;
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
label{ color: var(--label_color); font-size: 12px;  }

.menu-top-info { color: #fff; }
.menu-top-info > div {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 5px;
}
.background-element {
    background: #82c345;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 100vw #82c345;
    clip-path: inset(0 -100vw);
    z-index: 1;
}
.menu-top-info > div span {
    margin-left: 5px;
    font-size: 14px;
}
.menu-top-info i {
    transform: rotate(260deg);
    line-height: 10px;
}
.login-and-registration {
    text-align: right;
}
.login-and-registration li {
    list-style-type: none;
}
.header-search-destop input {
    background: #f1f3f4;
    letter-spacing: 0.5px;
    border-radius: 10px;
    height: 45px;
    padding-left: 40px;
}
.header-search-destop input::placeholder {
    color: #000;
}
.header-search-destop i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 15px;
}
.hamburger-icon {
    width: 20px;
    position: relative;
    height: 7px;
}
.categories-titile {
    margin-left: 40px;
    font-size: 18px;
}
.hamburger-icon > span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 8px;
    background: #fff;
}
.hamburger-icon > span:nth-of-type(1) {
    top: 4px;
}
.hamburger-icon > span:nth-of-type(2) {
   top: 8px;
}
.hamburger-icon > span:nth-of-type(3) {
    top: 12px;
}
.JSd_content > h2 {
    background: #f1f3f4;
    border-radius: 5px;
}
.section-title {
    font-size: 22px;
    padding: 10px 0;
    color: var(--h2_color);
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    margin-left: 20px;
}
.currency-list > li > a {
    color: #82c345!important;
}
.wrapper-pagination {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 4px;
}
.wrapper-pagination-down .pagination li a {
    color: #82c345;
}
.wrapper-pagination-down .pagination>li.active>a, .pagination>li:active>span {
    background: #82c345;
    color: #fff;
}
/*LOADER*/
.JSloader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(255,255,255, .98); 
}

.load-ring { 
    position: relative; 
    width: 60px;
    height: 60px;
    margin: 200px 0;
}
.load-ring div { 
    position: absolute;
    width: 100%;
    height: 100%; 
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    animation: load-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #b3b3b3 transparent transparent transparent;
}
.load-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.load-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.load-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes load-ring {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes load-ring {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 
/*END LOADER*/
 
/*--- POPUP ADD TO CART ---*/
.popup {
    position: fixed;
    display: none; 
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.7);
    z-index: 99999;
}
.popup-wrapper {    
    position: relative;
    max-width: 315px;
    width: 100%;
    display: inline-block;
    top: 40%;
    left: 50%; 
    transform: translate(-50%, 0);
} 
.JSinfo-popup .p-info {
    margin: 0;
    color: #474747;
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 5px 5px 20px 5px #333;
    font-size: 16px;
}
/*========================*/ 
.first-popup {
    position: fixed;
    top: -1000px; 
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 70;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
}
.first-popup .first-popup-inner { margin: auto; }
.first-popup .JSclose-me-please{
    color: #f2f2f2;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 5;
    font-size: 30px;
    line-height: 1;
    padding: 0 5px;
    cursor: pointer;
    text-shadow: 0 0 3px #000; 
}
.first-popup .JSclose-me-please:hover {
    opacity: .8;
    text-shadow: 0 0 10px #000;
}
.first-popup-inner img {
    max-width: 100%;
    max-height: 380px;
    padding: 2px;
} 
/*======================*/
.slick-slider img { margin: 0 auto;  }
.slick-slider { margin-bottom: 10px !important; }
/*======================*/
.JSActionSlick .slick-prev, .JSActionSlick .slick-next{ 
    top: -25px;
    right: 0; 
}
.JSActionSlick .slick-prev{
    left: unset; 
    right: 35px;
}
.JSActionSlick .slick-next:before, .JSActionSlick .slick-prev:before{
    font-family: FontAwesome;
    color: var(--btn_bg);
    font-size: 15px;
}
.JSActionSlick .slick-prev:before{ content: "\f053"; }
.JSActionSlick .slick-next:before{ content: "\f054"; }
/*======================*/
/* filters */
.filter-links{
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
    margin: 5px 0;
    background-color: var(--filters_bg);
}
.filter-price{ display: block; margin: 0 0 10px; }

.selected-filters-title{ margin: 10px 0 0; }
.selected-filters li {
	display: inline-block;
	height: 24px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	line-height: 24px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #f2f2f2;
	margin: 5px 0;
}
.filter-box label{
	display: flex;
	display: -webkit-flex;
    background: linear-gradient(to left, #fff, #ddd);
    padding: 3px 8px;
	align-items: center;
	-webkit-align-items: center;
    font-size: .9em;
    line-height: 1;
    margin-block-end: 5px;
}
.filter-box label:hover{ box-shadow: 1px 1px 2px #ccc; }

.filter-text{ margin: 0 5px; display: block; width: 100%; font-weight: bold; /*for flexbox*/ }
.pricer-filter{ margin: 10px;  }
.pricer-filter input{
    width: 90%;
}
.pricer-filter button{
    background: transparent;
    color: var(--global_color);
    font-size: 20px;
    padding: 0;
}
.pricer-filter button:hover{
    background-color: transparent !important;
    color: #e26003;
}
.pricer-filter button:hover i{
    text-shadow: 1px 1px 5px #666;
}

/************** ADMIN RMA OVERRIDE *******************/
.front-page-servis {
    max-width: 480px;
    margin: auto;
}
.front-page-servis label{
    margin: 15px 0 0;
} 
.front-page-servis textarea {
    width: 100%; 
    color: #999;
    padding: 5px 10px;
    border: 1px solid #ddd;
    min-height: 80px;
}
.front-page-servis button[type="submit"] {
    padding: 5px 10px;
    background-color: var(--btn_bg);
    border: none;
    border-radius: 0;
    margin: 10px 0 0;
}
.front-page-servis .error {
    border-color: #f00;
}
/************************************/

/* SLAJDER ZA CENU END */
a.JSreset-filters-button {
	font-size: 13px;
	color: var(--btn_color);
	padding: 4px 15px;
	border-radius: 3px;
	background: var(--btn_bg);
    margin: 10px 0;
}
.JSreset-filters-button, .JShidden-if-no-filters { display: none; }
body:has(.JSfilter-close) .JSreset-filters-button, 
body:has(.JSfilter-close) .JShidden-if-no-filters { 
    display: inline-block; 
}

/*--- PREHEADER ---*/
#preheader { 
    background-color: var(--top_menu_bg);
}
.preheader-icons a, .top-menu-links li a { 
    color: var(--top_menu_color); 
    padding: 8px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
}
.phone-num li a { font-weight: 800; }
.preheader-icons{ min-height: auto; border: none; }
.preheader-icons .navbar-toggle{
    margin: 5px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #fff;
    float: none;
}
.preheader-icons button span{ color: #fff; }
.icon-bar{ background-color: #fff; }
.required-fields{ font-size: 17px; }
.required-fields span{ color: red; }
.red-dot-error{ color: red; font-size: 12px; }

/*- MAIN MENU -*/
.menu-background { background-color: var(--menu_bg); }
.current-log-user{ padding: 10px 10px 0; }
#main-menu li a { 
    color: #000; 
    padding: 10px 15px; 
    display: inline-block; 
    margin-top: 10px;
    line-height: 24px;
    margin-left: 5px;
    font-weight: 600;
}
.custom-num {
    line-height: 1;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    background: #fff;
    border-radius: 10px;
    margin-top: 12px;
}
.custom-num span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.custom-num i { 
    margin: 0 3px;
    color: #000;
    transform: rotate(260deg);
}
.custom-num .number-phone {
    font-weight: 600;
}
/*===============================*/
.drop-2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px; 
    z-index: 3;
}
#main-menu .drop-2 li {  
    line-height: 1;
}  
#main-menu .drop-2 li a{
    display: block; 
}
#main-menu .drop-3 li a{
    padding: 10px 10px 10px 30px;
}
.header-dropdown:hover .drop-2{
    display: block;
}

/*===============================*/
/*- LOGIN & REGISTRATION ICONS -*/
#logout-button {
    padding: 0px 7px; 
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*--- HEADER ---*/
header { background: var(--header_bg); }
.header-search select{
	border-right: 0;     
	padding: 0 20px 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 
span.select-wrapper{ position: relative; display: block; }
.header-search span.select-wrapper::after, span.select-wrapper::after {
    content: " ";
    border-top: 0.4em solid #808080;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 42%;
    right: 8px;
}
.resp-nav-btn, .JSclose-nav, .menu-close, .JSfilters-slide-toggle-content, .JShidden-msg, .slick-dots li,
.JSRelated, .JSLinked, .cookies_tabs{ 
    display: none; 
}

.header-search input[type="text"]{ margin: 0; }

.div-in-header{
    display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
.pages-mobile, .pages-mobile ul { display: none; }
.header-cart-container:hover .JSheader-cart-content{ visibility: visible; opacity: 1; }
.JSheader-cart-content {
	background: #fff;
	position: absolute;
	width: 450px;
	right: 0;
    top: 100%;
	padding: 0 10px;
	box-shadow: 0 0 5px 0 #999;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	z-index: 20;
	transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
}
.cart-cont{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}
.login-btn{
    background: var(--login_btn_bg);
    padding: 2px 5px; 
}
/*======= STICKY HEADER ANIMATION ========*/
.JSsticky_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 60;
    animation: smooth_slide .3s;
    background: var(--header_bg);
    box-shadow: 0 1px 4px #a6a6a6;
}
@keyframes smooth_slide {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.JSsticky_header .logo{ padding: 0; }
.JSsticky_header .logo img{ max-height: 45px; }
.JSsticky_header .header-cart{ margin: 12px 0; }

/*===== LOGO ==========*/
.logo { 
	padding: 35px 0;
	vertical-align: middle;
}
.logo img { max-height: 70px;  }

/*- SEARCH -*/
.JSsearch-button2 { padding: 6px 20px; height: 34px; }
.JSsearch-button2 i { font-size: 20px;  }
/* Search sugestions */
ul.JSsearch_list {
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 999;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 10px #b3b3b3;
	max-height: 400px;
	overflow: auto;
	font-size: .8em;
}
li.search_list__item:last-child a { border-bottom: none; }
.search_list__item__link {
	border-bottom: 1px solid  #ddd;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 5px 10px;
    display: block;
    background: #f2f2f2;
}
.search_list__item__link__text, .search_list__item__link__cat { display: block; }
.search_list__item__link__cat { color: #808080; text-align: right; }

/*- HEADER CART -*/
.header-cart {
    margin: 20px 0;  
}
.header-cart  span:last-of-type{ 
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-weight: 600;
    color: #000;
}
.header-cart i {
    width: 65px;
    height: 65px;
    background-image: url(../../../images/cart-image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: solid 2px #286625;
    border-radius: 50%;
    background-size: 45px;
}
.model-title {
    font-size: 15px;
    color: #064413;
    font-weight: 700;
}
.JSbroj_cart {
    top: 0;
    position: absolute;
    right: 0;
    background: var(--cart_number_bg);
}
.header-cart .btm{
    vertical-align: bottom;
}
.JSbroj_wish{ color: #fff; font-size: 15px; }
.JSbroj_wish span{ display: inline-block; font-weight: 600; }
.JSheader-cart-content li {
	padding: 10px 0;
    font-size: 13px;
	border-bottom: solid 1px #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}
.JSheader-cart-content li:last-child { border-bottom: none; }
.header-cart-image-wrapper {
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	overflow: hidden;
}
.header-cart-image-wrapper img { max-width: 95%; max-height: 50px; }
.JSheader-cart-content li a:first-of-type{
	width: 47%;
	padding: 0 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-cart-amount {
	width: 25px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border: solid 1px #ddd;
}
.header-cart-price { color: #999; min-width: 85px; }
.header-cart-summary {
	display: block;
	text-align: right;
	padding: 5px 7px;
	margin: 8px 0;
	background: #f0f0f0;
	color: #000;
}
.JSheader-cart-content .close:hover { opacity: .7; }
 
/* category acccent button */
.group-parent-div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1rem;

    a {
        padding-inline: 0;
    }
}
.sub_category_item{
	height: 95px;
    padding: 0;
    transition: 0.2s ease-in;
    overflow: hidden;
    position: relative;
    margin: 3px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #f0f2f2;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.category_title{
    margin: 1rem 0;
}
.sub_category_item:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 5px;
    bottom: 0px;
    border-radius: 3px;
}
.sub_category_item:hover:after{
	border-color: #ff3333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.sub_category_item img {
    max-height: 95px;
    max-width: 95px;
    width: auto;
    height: auto;
    padding: 5px 0;
    margin: 0 8px;
}
.sub_category_item p{
    margin: 0;
    padding: 0 8px 0 0;
    line-height: 1;
    font-size: 16px;
    word-wrap: break-word;  
}
.group-parent-div a:hover { color: #595959; }
/*============= Manufacturer =================*/
.manufacturer-categories h3 {
    font-size: 1em;
    margin-block: 5px;
    padding: 5px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
}
.manufacturer-categories ul li a{
    border: 1px solid #ddd;
    margin: 2px 0;
    display: block;
    padding: 2px 5px;
    background-color: #f5f5f5;
}
/*==========================================*/

/*- CATEGORIES -*/
.category-nav { width: 270px; float: left; }

.level-1-img-container {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 10px 0 0;
}
.level-1-img {
    max-width: 25px;
    max-height: 23px;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 1px;
}
.level-2-img {
    width: auto;
    height: auto;
    max-height: 45px;
    max-width: 55px;
    display: inline-block;
}
.level-2-container-for-image{ width: 60px; height: 50px; padding: 6px 0 !important; }
#JScategories .JSlevel-2 li { position: relative; }
#JScategories .JSlevel-2 {
	position: absolute;
    padding: 0 0 3px 0;
    width: 633px;
    display: none;
    height: calc(100% + 20px);
    top: 55px;
    left: calc(100% - 2px);
    background: var(--categories_level_2_bg);
    overflow: hidden;
    z-index: 700;
}
#JScategories .JSlevel-1 li a {
	position: relative;
	padding: 12px 15px;
    overflow: hidden;
	color: var(--level_1_color);
	font-size: 15px;
	min-height: 30px;
	display: block; /* for IE */
	display: flex;
	align-items: center; 
	display: -webkit-flex;
	-webkit-align-items: center; 
    color: #818181;
} 
#JScategories h3, .JScategories-titile  {
    padding: 18px;
    text-align: left;
    background: var(--categories_title_bg);
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
    cursor: pointer;
    width: 270px;
}
#JScategories .JSlevel-1 {
    display: none;
    border-top: solid 20px #f1f3f4;
    background-color: var(--categories_level_1_bg);
    font-weight: 600;
    z-index: 50;
    line-height: initial;
}
.resp-nav-class{ line-height: 0; }
#JScategories .level-3 li a{ font-weight: normal; }
.JSsubcategory-toggler {
	position: absolute;
    width: 29px;
    height: 26px;
    line-height: 28px;
    top: 0;
    right: 12px;
    cursor: pointer;
    font-size: 12px;
    background: #fff;
}
#JScategories .JSlevel-2 li a {
   min-height: initial;
   padding: 7px 0 5px 10px;
   width: 100%;
   color: var(--level_2_color);
}
#JScategories .JSlevel-2 li a:hover { background: none;  }
#JScategories .JSlevel-3 li a{ padding: 5px 0 3px 15px; border: none; }
#JScategories .JSlevel-4 li { display: none; }
#JScategories .JSlevel-4 li a{ padding: 5px 0 4px 20px; }

.JSCategoryLinkExpend{
    padding: 3px 5px;
    cursor: pointer;  
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}
#JScategories .level-3 { margin: 0; line-height: 1.4;   }

/*----------- CATEGORI HORIZONTAL  -----------*/
#JScat_hor .JScategories-titile, #JScat_hor .JStoggler { display: none; }
#JScat_hor .JSlevel-1{
	position: relative;
    background-color: #f2f2f2;
    display: block;
    width: auto;
    border: none;
}
#JScat_hor .JSlevel-1 > li:hover{ box-shadow: initial !important; }
#JScat_hor .JSlevel-1 li { display: inline-block; padding: 0; position: static; }
#JScat_hor .JSlevel-1 li a {
	border-bottom: none;
	padding: 7px;
    max-height: initial;
    display: block;
}
#JScat_hor .JSlevel-2 {
    left: 0px;
    top: 100%;
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    min-height: auto !important;
    border-left: none !important;
    box-shadow: none !important;
    border-top: 1px solid #ddd;
}
#JScat_hor .JSlevel-2 li { 
    display: flex; 
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; 
    flex-wrap: wrap; 
    -webkit-flex-wrap: wrap;
}
#JScat_hor .level-3 { display: block; }

/*- MAIN CONTENT -*/
.d-content { 
    min-height: 500px;  
}
.d-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.d-content img {
    height: auto;
}
/*- MAIN SLIDER -*/
/*#start-page .JSmain-slider {
    max-height: 460px;    
} */

/* Swiper */
.productsSwiper .JSproduct { width: 100%; }
.section-header {
    position: relative;
    justify-content: space-between;
    align-items: baseline;
    background-color: #f1f3f4;
    border-radius: 5px;
}
.navigation-buttons {
    display: flex;
    gap: 2rem;
}
.mainSliderSwiper img { width: 100%; display: block; }
.mainSliderSwiper :is(.swiper-button-next, .swiper-button-prev) { 
    background-color: rgb(0 0 0 / 20%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: 12px;
}
.mainSliderSwiper :is(.swiper-button-next) {
    left: unset;
    right: 12px;
}
.mainSliderSwiper .swiper-button-prev::after,
.mainSliderSwiper .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

.productsSwiper .swiper-button-prev,
.productsSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev,
.blogSwiper .swiper-button-next  {
    width: 30px;
    height: 30px;
    position: relative;
}

.productsSwiper .swiper-button-prev:after,
.productsSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after,
.blogSwiper .swiper-button-next:after  {
    font-size: 16px;
}

.swiper-button-next, .swiper-button-prev {
    color: initial !important;
}
.mainSliderSwiper .swiper-pagination-bullet { 
    width: 20px;
    height: 20px;
    margin-inline: 8px !important;
    padding: 8px;
}
.swiper-pagination-bullet-active {
    background: var(--btn_bg) !important;
}

.textBannerSwiper .swiper-button-next:after, .textBannerSwiper .swiper-rtl .swiper-button-prev:after {
    font-size: 22px;
    margin-left: 30px;
}

.textBannerSwiper .swiper-button-prev:after, .textBannerSwiper .swiper-rtl .swiper-button-next:after {
    font-size: 22px;
    margin-right: 30px;
}

.brandsSwiper .swiper-button-next:after, .brandsSwiper .swiper-rtl .swiper-button-prev:after {
    font-size: 22px;
    margin-left: 30px;
}

.brandsSwiper .swiper-button-prev:after, .brandsSwiper .swiper-rtl .swiper-button-next:after {
    font-size: 22px;
    margin-right: 30px;
}
/* End of Swiper */

.JStitle_list_article {
    display: none;
}
.change-top {
    top: 70px!important;
}

#start-page .JSmain-slider { margin-bottom: 10px; }

#start-page .padding-slider { padding-bottom: 15px; }

.JSmain-slider img { 
    border-radius: 15px;
}  
.JSmain-slider {
    width: calc(100% + 20px);
}
.banners .sliderText {
    left: 15px;
    width: calc(100% - 30px);   
    pointer-events: none;
}
.sliderText {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.JSmain-slider .slick-next { right: 0; }
.JSmain-slider .slick-prev { left: 0; }
.JSmain-slider .slick-next, .JSmain-slider .slick-prev {
    height: 40px;
    width: 40px;
    margin: -20px 35px 0;
    background-color: rgba(0,0,0,.4);
    border-radius: 50px;
}
.JSmain-slider .slick-prev:before, .JSmain-slider .slick-next:before{
    content: '';
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0;
} 
.JSmain-slider .slick-prev:before {
    border-color: transparent transparent #fff #fff;
    margin: 0 0 0 5px;
}
.JSmain-slider .slick-prev:hover, .JSmain-slider .slick-next:hover,
.JSmain-slider .slick-prev:focus, .JSmain-slider .slick-next:focus { background-color: rgba(0,0,0,.8); }

/*BANNERS */
/*.banners a {  
    padding: 0 3px 0 0; 
    margin: 10px 0;
}  */
.banners img:hover, .txt_banner:hover, .gallery-ban div:hover { opacity: .7; }

.banners img {
    border-radius: 15px;
}
.banners_list_img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px #ddd;
    margin: 20px auto;
    width: 150px;
    height: 150px;
    position: relative;
}
.banners_list_img img {
    max-height: 160px;
    max-width: 160px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banners_list_button a {
    font-size: 18px;
    color: #3e3c3c;
}
/**************/
.gallery-ban {
    display: grid;
    grid-gap: 15px;
    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-gap: 10px;
}
.gallery_slider a {
    border: 1px solid transparent;
    padding: 5px;
}
.gallery_slider .JSimg-gallery { 
   transition: .2s ease-in-out; 
    -webkit-transition: .2s ease-in-out; 
}
.gallery_slider .galery_Active, .gallery_slider .JSimg-gallery:hover {
   transform: scale(1.05);
   border: 1px solid var(--global_color);
}

/*--- 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);
}
.full-screen {
    height: 100%;
}
.modal-cont {
    margin: auto;
    display: block;
    max-width: 100vw;
    width: 90%;
    /*max-height: 90%;*/
    overflow: hidden; 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}  
/****************/
/*========================*/ 
.first-popup {
    position: fixed;
    top: -1000px; 
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 70;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex; 
}
.first-popup .first-popup-inner { max-width: 88%; }
.first-popup .close-popup {
    font-weight: 100;
    color: #f2f2f2;
    position: absolute;
    top: -22px;
    right: -20px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 3px #000;
    border: solid 1px #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
}
.first-popup .close-popup:hover {
    opacity: .8;
    text-shadow: 0 0 10px #000;
}
.first-popup-inner img { 
    max-height: 500px;
    padding: 2px;
    border-radius: 10px;
} 
/*======================*/

/*- PRODUCT */
.JSproducts_slick .slick-prev, .JSproducts_slick .slick-next,
.JSblog-slick .slick-prev, .JSblog-slick .slick-next {  
    position: absolute;
    top: -40px;
    right: 5px;
    z-index: 2; 
    margin: 0;
    width: 25px;
    height: 25px; 
    background: transparent;
    font-size: 0;
}
.JSproducts_slick .slick-prev, .JSblog-slick .slick-prev {
    left: unset; 
    right: 35px;
}
.JSproducts_slick .slick-next:before, .JSproducts_slick .slick-prev:before, 
.JSblog-slick .slick-prev:before, .JSblog-slick .slick-next:before {
    content: '';
    border: 3px solid;
    border-color: var(--global_color) var(--global_color) transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    width: 11px;
    height: 11px;
}
.JSproducts_slick .slick-prev:before, .JSblog-slick .slick-prev:before {
    border-color: transparent transparent var(--global_color) var(--global_color);
    margin: 0 0 0 5px;
} 
.shop-product-card {
    overflow: hidden; 
    background: var(--product_bg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin: 15px 3%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    background: #f0f2f2;
    border-radius: 5px;
}
.shop-product-card .sale-label{
    background: var(--sale_action_price_bg);
    z-index: 1;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 10px;
    top: 10px;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-weight: 600;
}
.shop-product-card .sale-label .for-sale, .shop-product-card .sale-label .for-sale-price{
	display: block;
    font-size: 12px;  
}
.shop-product-card .sale-label .for-sale{ 
    margin-top: 8px; 
    font-size: 12px;
}
.shop-product-card .product-meta{ padding: 0 20px 30px; background-color: var(--product_bottom_bg); }

.shop-product-card :is(.buy-btn, .not-available), .shop-product-card-list :is(.buy-btn, .not-available) {
    background-color: var(--btn_bg);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    bottom: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-product-card-list :is(.buy-btn, .not-available) {
    position: static;
    right: 10px;
    top: calc(100% - 15px);
}

.card-cart-icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/card-cart-icon.png);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-cart-icon-no-available, .card-cart-icon-article-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/card-cart-icon-no-available.png);
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.shop-product-card .like-it, .shop-product-card-list .like-it, .add-to-cart-area .like-it,.printer a i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center; 
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: solid 1px #396533;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 20px;
}
.shop-product-card .like-it {
    width: 35px;
    height: 35px;
    font-size: 15px;
    background: var(--btn_bg);
}
.shop-product-card-list .like-it {
    width: 55px;
    height: 55px;
    margin-right: 5px;
}

.shop-product-card .like-it:not(.wish-list-wrapper) i {
    color: #fff;
}
.wish-compare-wrapper {
    position: absolute;
    right: 10px;
    top: 12px;
    flex-direction: column;
    gap: 5px;
}
.shop-product-card .wish-list-wrapper {
    background: transparent;
    border-color: transparent;
    font-size: 21px;
}
.wish-list-wrapper button {
    background: unset !important;
    width: unset !important;
    height: unset !important;
    padding: 0 !important;
    margin-top: 3px;
}

.user-add-to-cart .buy-btn, .user-add-to-cart .not-available {
    bottom: 90px;
}
.user-add-to-cart {
    margin-top: 25px;
}
.add-to-cart-area .like-it {
    margin-left: 30px;
}
.add-to-cart-area .like-it:hover, .printer a i:hover{
    color: var(--global_color);
    -webkit-box-shadow: 0px 0px 0px 1px var(--global_color) inset, 0px 0px 0px 0px var(--global_color);
    box-shadow: 0px 0px 0px 1px var(--global_color) inset, 0px 0px 0px 0px var(--global_color);
}
.shop-product-card .like-it.active, 
.shop-product-card .like-it.active,
.shop-product-card .like-it:hover {
    background: #82c345;
    border-color: #82c345;
}
.like-it .wish-list, .like-it i, .printer a i{ background-color: transparent; color: #396533; text-decoration: none;}

.like-it .wish-list{ 
    background-image: url(../../../images/carte.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    width: 65%;
    height: 65%;
}
.shop-product-card .add-to-cart-container, .shop-product-card-list .add-to-cart-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
    transition: 0.3s all;
    margin-top: 37px;
}
.shop-product-card:hover .add-to-cart-container { opacity: 1; visibility: visible; }
 
.shop-product-card .product-name {
	display: block;
    height: 85px;
    overflow: hidden;
    padding: 0 2px;
    margin: 5px 0 10px 0;
}
.shop-product-card .product-name h2, .shop-product-card-list .product-name, .vezani_artikli .shop-product-card .product-name h2 {
	font-weight: 700;
    font-size: 18px;
    color: var(--product_title_color);
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.shop-product-card .product-price, .shop-product-card-list .product-price{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: var(--product_price_color);
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    padding: 10px 5px;
    font-weight: 700;
    margin-right: 40px;
}  
.shop-product-card-list .product-price {
    margin-right: 0;
    padding: 0;
}
.price-holder{ height: 45px; }

.shop-product-card .product-old-price, .shop-product-card-list .product-old-price{
    color: var(--product_old_price_color);
    font-weight: 700;
    margin-left: 7px;
}
.shop-product-card .orange, .shop-product-card-list .orange{
    color: var(--global_color);
}
.shop-product-card:hover{ 
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.shop-product-card .product-image-wrapper, .shop-product-card-list .product-image-wrapper{
    height: 320px;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
}
.shop-product-card .product-image-wrapper a, .shop-product-card-list .product-image-wrapper a { margin: auto; }
.shop-product-card .article-details{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; 
    visibility: hidden; 
    z-index: 5;
    font-weight: 700;
    color: #30323A;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #30323A;
    display: inline-block;
    padding: 10px 5px;
   -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.shop-product-card:hover .article-details{ opacity: 1;  visibility: visible;  }
.shop-product-card .product-image { max-height: 250px; padding: 0 10px; width: auto; }
.shop-product-card .product-image-second {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
}
.shop-product-card:hover .product-image-second { opacity: 1 !important; visibility: visible !important; }
.shop-product-card:hover .product-image { opacity: 0; visibility: hidden; }
.shop-product-card .buy-btn i { font-size: 13px; margin-right: 5px; }
.shop-product-card .buy-btn:hover, .shop-product-card-list .buy-btn:hover {
    color: #FFF;
    background-color: var(--add_to_cart_btn_bg_hover);
}
.JSrelated-products{ overflow: hidden; } 
/*========================*/
.generic_car ul, .generic_car_list ul {
    font-size: 13px;
    line-height: 1;
    color: #333;
    height: 55px;
    overflow: hidden;
}
.generic_car_list ul {
    height: auto;
}
.generic_car ul li, .generic_car_list ul li {
    width: 48%;
    display: inline-block;
    padding-inline: 5px;
} 
.product-number { color: #fff; }
/*=========== PRODUCT ON LIST ==================*/
.shop-product-card-list{
	margin-block: 15px;
    box-shadow: 1px 1px 10px #ddd;
    background-color: var(--product_bg);
    transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
}
.shop-product-card-list:hover { box-shadow: 1px 1px 2px #8c8c8c; }
.shop-product-card-list .product-image-wrapper{ height: 160px; }
.shop-product-card-list .product-image-wrapper .product-image {
    max-width: 90%;
    max-height: 160px;
    width: auto;
    padding: 5px 0;
    margin: auto;
}
.shop-product-card-list .product-name{ margin-block: 10px; }
.shop-product-card-list .buy-btn, .shop-product-card-list .not-available{ padding: 10px; margin: 15px 5px; }

.shop-product-card-list .add-to-cart-container{
	visibility: visible;
	opacity: 1;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.shop-product-card-list .ribbon-sale {
    position: absolute;
    left: -5px; 
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
}
.shop-product-card-list .ribbon-sale span {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #d41357;
    box-shadow: 1px 1px 5px #bbb;
    position: absolute;
    top: 19px;
    left: -21px;
}
.shop-product-card-list .ribbon-sale span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #d41357;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d41357;
}
.shop-product-card-list .ribbon-sale span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #d41357;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d41357;
}
.article-sticker-img { flex:1; }

.wrapper-slick-angle .next, .wrapper-slick-angle .prev {
    font-size: 40px;
    width: 35px;
    height: 100%;
    background: transparent;
    color: #82c345;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 2;
}
.wrapper-slick-angle .next {
    right: 15px;
}
.wrapper-slick-angle .prev {
    left: 15px;
}
.article-sticker-img img { max-height: 60px; padding: 3px; }

.JSproduct-preview-image .product-sticker .article-sticker-img {
    margin: 25px 0 0 20px;
}
/*ARTICLE PAGE IMG SCROLL*/
#gallery_01 {
    height: 100%;
    max-height: 400px;
    overflow-y: auto;
}
#gallery_01::-webkit-scrollbar{
    width: 5px;
}
#gallery_01::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #a1b6ce; 
}
#gallery_01::-webkit-scrollbar-thumb {
    background: #82c345; 
    border-radius: 2px;
}
/*END ARTICLE PAGE IMG SCROLL*/
.wrapper-avaliable .available {
    color: #666;
    font-weight: 600;
}
.wrapper-unavailable .unavailable {
    color: #ff4d4d;
    font-weight: 600;
}
.product-sticker .article-sticker-img { 
    position: absolute;
    top: 7px;
    left: 7px;
    max-width: 56px;
    z-index: 10; 
}

.list-view .product-sticker { padding-bottom: 15px; }

.shop-product-card-list:has(.ribbon-sale) .article-sticker-img {
    top: 50px;
}

.list-view .product-sticker .article-sticker-img {
    position: absolute; right: 0;
}

/* ========= TAGS ============== */
 .product-tags div a{
 	color: #fff;
    font-size: 14px;
    margin: 2px;
    border-radius: 5px;
    padding: 0px 5px;
    display: inline-block;
    background-color: #44aacb;
 }
.product-tags span{ font-weight: 700; display: block; border-bottom: 1px solid #ddd; }

/*===========================*/
.PDV_price{ 
    font-size: 16px;
    color: #e60000;
    font-weight: 600;
}
.delivery-time {
    margin: 10px 0; 
    padding: 10px 5px; 
    border: 1px solid #ddd;
    text-align: center;  
}
.JSActionTxtColor { 
    /*font-size: 22px;
    background: #cc0000;
    color: #fff !important;
    z-index: 1;
    letter-spacing: 2px;
    border-radius: 3px;
    margin: 0 10px;
    transform: rotate(-5deg);
    font-family: 'Pattaya', sans-serif;
    box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    line-height: 20px;*/
    background: #d41357;
    padding: 10px !important;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
    color: #fff!important;
}
 .JSActionTxtColor:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    transform: rotate(40deg);
    height: 30px;
    width: 12px;
    border-bottom: 7px solid #79bd46;
    border-right: 7px solid #79bd46; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}
.JSActionTxtColor:hover, .JSActionTxtColor:focus {
    background-color: #cc0000 !important;
}
.JStypeTxtColor { 
    background-image: url(/images/dofday.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important; 
    margin: 0 10px;
    box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    z-index: 1;
    border-radius: 5px;
    position: relative;
    padding: 10px 5px;
}
.JStypeTxtColor:after {
    content: '';
    position: absolute;
    border-width: 12px;
    border-style: solid;
    border-color: #246db8 transparent transparent transparent;
    z-index: 1;
    top: 32px;
    right: 10px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}
 .JStypeTxtColor:hover:after {
    opacity: .5;
}
.PDV{ font-weight: 600; font-style: normal; }

.article-manufacturer-text{ font-style: italic; font-weight: bold; color: #666; }

.article-brand-img img { max-width: 100%; max-height: 50px; padding: 5px 0; }

.artical-brand-text {
    display: inline-block;
    font-style: italic;
    padding: 5px 0;
    font-weight: 600; 
} 
/*============== COOKIES ===========*/
/* TOP */
.JScookies-part .nav-tabs > li > a {
    margin: 0;
}
/*-----*/
.JScookies-part {
    bottom: -500px;
    background: rgba(255,255,255,.9);
    z-index: 999;
    box-shadow: #737373 2px 7px 9px 2px;
    -webkit--webkit-box-shadow: #737373 2px 7px 9px 2px;
}
.JScookies-part .nav-pills .nav-link {
    background-color: #fff;
    color: #000;
    border-radius: 0;
}
.JScookies-part .nav-pills .nav-link.active {
    background-color: var(--btn_bg);
    color: #fff;
}
.JScookies-part .alert {
    max-width: 640px;
    width: 100%;
}
.JScookies-part .tab-titles li {
    float: none;
    clear: both;
}
.JScookies-part .tab-content, .JScookies-part .nav-tabs  { border-color: transparent; }

.JScookies-part .nav-tabs { background: #f5f5f5; }

.cookies_tabs {
    border: 1px solid #f5f5f5;
    background: #fff;
    width: 100%;
}
.JScookies-part .tab-content {
    max-height: 110px;
    overflow-y: auto;
}
.JScookies-part .nav-tabs > li > a, .JScookies-part .nav-tabs > li.active > a { padding: 5px 15px; }  

.JScookies-part .nav-tabs, .JScookies-part .nav-tabs > li > a, .JScookies-part .nav-tabs > li.active > a,
.JScookies-part .nav-tabs > li.active > a:focus, .JScookies-part .nav-tabs > li.active > a:hover { 
    border: none; 
    border-radius: 0; 
}

.JScookies-part .nav-tabs > li > a:hover, .JScookies-part .nav-tabs > li.active > a:focus, .JScookies-part .nav-tabs > li.active > a { 
    background-color: #fff !important;
    color: #222 !important;
}

.JScookies-part h4 { padding-bottom: 5px; }

.JScookies-part .alert > * { margin-bottom: 5px; }

.JScookiesInfo_btn { text-decoration: underline; }

.JScookies-part .nav-tabs > li.active > a, .JScookies-part .nav-tabs > li > a:hover { margin: 0 !important; }

/*.JScookies-part button { background-color: #e38e3a; }*/

/* Information */
.benefits-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1rem;
}
.benefit img { margin-bottom: .5rem; }

/* Banners Four Row */
.brands-row-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

/* Brands */
.JSbrands_slick .slick-prev:before,
.JSbrands_slick .slick-next::before,
.JSbanners_list .slick-prev:before,
.JSbanners_list .slick-next::before {
    content: '';
    border: 2px solid;
    border-color: #b3b2b2 #b3b2b2 transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.JSbanners_list .slick-prev:before, .JSbanners_list .slick-next::before {
    border: 4px solid;
    border-color: #4a653e #4a653e transparent transparent!important;
    border-radius: 4px;
}
.JSbanners_list .slick-prev:before {
    border-color: transparent transparent #4a653e #4a653e!important;
}
.JSbrands_slick .slick-prev:before {
    border-color: transparent transparent #b3b2b2 #b3b2b2;
    margin: 0 0 0 5px;
}
.brand-card > div { gap: 1rem; justify-content: center; flex-direction: column; }

/*--- FOOTER ---*/
footer { 
    background-color: var(--footer_bg); 
    color: #fff; 
}

.footer-first-section .footer-box-pages-title {
    font-size: 23px;
    color: #82c345;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 5px 0;
    border: none!important;
}
.footer-second-section {
    padding-top: 20px;
}
.footer-second-section > div {
    margin-bottom: 20px;
}
.footer_section_logo {
    padding: 20px 65px;
    text-align: left;
}
.foot-note {
    background: #2e6334;
    padding: 45px 0;
    position: relative;
    border-bottom: solid 8px #8fc248;
}
.foot-note:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
    background: #2e6334;
}
.foot-note:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1000%;
    width: 1000%;
    height: 100%;
    background: #2e6334;
}
.foot-note p {
    margin: 0;
}
.text-reserved {
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
}
.footer-input {
    text-align: left;
    padding-bottom: 30px;
    margin-left: 45px;
}
.footer-first-section input {
    width: 72%;
    margin: 0 45px
}
.footer-first-section .footer-box-pages-title {
    padding-top: 25px;
}
.footer-first-section button {
    background: #82c345;
    border: none!important;
    border-radius: 5px;
}
.footer-first-section {
    background: #2e6334;
    border-radius: 20px;
    padding: 30px 35px;
}
.footer-first-section .text1 {
    font-weight: 600;
}
.footer-first-section .text2 {
    text-align: left;
    padding: 0 10px 0 45px;
}

.footer-logo img{
    margin: 10px 0;
    max-width: 100%;
    max-height: 65px;
}
.footer-box-pages-title { 
    text-transform: uppercase; 
    min-height: 30px; 
    margin: 5px 0; 
    color: #292922;
    font-size: 20px;
    font-weight: 700;
}
.footer-cols > div:nth-child(1), .footer-cols > div:nth-child(2), .footer-cols > div:nth-child(3){
    min-height: 180px;
}
footer .mailto { color: inherit; }
footer .foot-note a { color: #fff; }

/*- FOOTER LINKS -*/
.footer-links > li > a { color: #fff; display: inline-block; margin: 6px 0; } 

.after-footer { 
	background-color: #fff; 
    padding: 10px 0;
}
.after-footer .banks div ul li img{
    max-height: 40px;
    max-width: 150px;
    margin: 10px 0;
    width: auto;
    height: auto;
}
/*- NEWSLETTER -*/
.newsletter { margin-block: 15px; }
.newsletter button {
    background: #8fc248;
    padding: 11px 50px;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
}
.newsletter input {
    height: 50px;
    padding-right: 215px;
}
.newsletter input:focus-visible {
    border-color: #8fc248!important;
}
.newsletter_img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8fc248;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.newslatter_left_side {
    display: flex;
    align-items: center;
    gap: 20px;
}
.newslatter_left_side > div:last-of-type {
    font-size: 20px;
}
.newslatter_left_side > div:last-of-type > span {
    color: #5e5a5a;
}
/*============== SOCIAL ICONS ===========*/
#preheader>.social-icons{
    position: fixed;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	z-index: 50;
}
.soc-network { margin: 0 2px; }
.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;
}
.facebook-btn-share{ 
    line-height: 1; 
    display: flex; 
    display: -webkit-flex;  
    margin: 15px 0 0;
}

.social-icons a:hover{ opacity: .7; }
.social-icons .facebook { background-color: #3b5999; }
.social-icons .twitter, .social-icons .tiktok, .social-icons .threads { 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; }
.social-icons .instagram { color: #ececec; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
footer .social-icons a { margin: 10px 5px; }

#main-menu a[href*="akcija"], .pages-mobile a[href*="akcija"] {
    color: #fff;
    background: var(--categories_title_bg);
}
#main-menu a[href*="carbon"], .pages-mobile a[href*="carbon"] {
    background: #2563eb;
}
#main-menu a[href*="black-november"], .pages-mobile a[href*="black-november"] {
    background: #020c1e;
}
#main-menu a[href*="specijalna-ponuda"], .pages-mobile a[href*="specijalna-ponuda"] {
    background: linear-gradient(-180deg, #ff9e19 0%, #aa0009 100%);
}
#main-menu a[href*="ustedi-do-50-"], .pages-mobile a[href*="ustedi-do-50-"] {
    background: linear-gradient(-180deg, #0c7f00 0%, #020c1e 100%);
}
.offer-countdown {
    font-variant-numeric: tabular-nums;
}
.offer-emoji {
    font-size: 16px;
    margin-right: 5px;

    img {
        height: 21px;
    }
}

#main-menu a, .pages-mobile a {
    background: #d41357;
    padding: 10px !important;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
    color: #fff!important;
}

/*--- SCROLL TO TOP ---*/
.JSscroll-top {
    position: fixed;
    font-size: 18px;
    line-height: 18px; 
    color: #747474;
    right: -70px;
    bottom: 95px; 
    background: var(--scroll_top_bg);
    z-index: 20;
    padding: 10px 15px;
    border-radius: 3px;
    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 {
    padding: 10px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 0 3px 5px rgba(0,0,0, .05);
}
.news:hover {
    box-shadow: 0 0 4px 6px rgba(0,0,0, .1);
}
.bg-img {
    padding-top: 80%;
    background: center/cover no-repeat;
}
.overlink {
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
}
.news-title {
    margin: 10px 0;
    font-size: 135%;  
    font-weight: 500; 
}
.news-desc {
    height: 43px;
}
.news iframe, .single-news iframe{
    width: 100%;
    height: auto;
}
.single-news iframe{
    height: 56.25vh;
} 
.single-news { padding: 30px 0; }

/*- PRODUCT LIST OPTIONS -*/
.JSproduct-list-options { background-color: var(--product_list_bg); margin: 5px 0; }
.view-buttons span {
    width: 20px;
    height: 20px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}
.view-buttons span.active { color: #000; }

.view-buttons{ margin: 0 10px; }

.vidiKao{ font-size: 14px; font-weight: bold; }

.view-buttons span:hover { transform: scale(1.2); -webkit-transform: scale(1.2); }
.descr-title{ font-weight: 600; }

/*========= COMPARED ARTICLES ==============*/
.show-compered, .show-compered-active {
    background-color: #30323A;
    padding: 2px 10px;
    margin: 7px 10px;
}
.show-compered-active{
    animation: pulse 1.5s ease-in-out infinite;
}
.show-compered-active:hover, .show-compered-active:focus{ color: #fff; }
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 105, 74, 0.66);
  }
  70% {
    box-shadow: 1px 1px 5px 20px rgba(251, 174, 157, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(251, 174, 157, 0);
  }
}
.show-compered:focus{ color: #fff; }
.show-compered:hover { background: #595959; color: #fff; }

#JScompareTable .JSclearCompare {
    display: inline-block;
    background: #D13E3B;
    color: #fff;
    cursor: pointer;
    padding: 2px 7px;
}
.table-responsive{ border: none; }
.compare-table table{ width: 100%; }
.compare-table table td { border-left: none; border-right: none; }
.compare-table table tr td img{
	max-height: 75px;
	max-width: 100%;
}
.compare-table tr td:first-child { text-transform: uppercase; font-weight: bold; font-size: 13px; }

.article-brand-img {
    position: absolute;
    right: 0;
}
.stock .stock-text {
    font-size: 16px;
    color: #82c345;
    margin-left: 17px;
    font-weight: 600;
}
.stock .stock-none-text {
    color: #d31357;
}
.stock {
    position: relative;
}
.stock-dots {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/dot.png);
    height: 25px;
    width: 25px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.stock-dots-none {
    background-image: url(/images/dot-none.png); 
}
.add-sub-cont {
    margin-right: 10px;
}

.add-sub-cont input {
    height: 40px!important;
    width: 40px!important;
    background: #396533;
    border-radius: 50%;
    color: #fff;
}
.add-sub-cont .JSsub-num, .add-sub-cont .JSadd-num {
    color: #396533;
    font-size: 20px;
    cursor: pointer;
    margin-right: 5px;
}
.kolicina-text, .stampaj-text, .wish-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #396533;
    font-size: 14px;
}
.wish-text {
    width: 70px;
}


/*--- PRODUCT PREVIEW ---*/
.rate-me-artical { 
    font-size: 16px; 
    margin-bottom: 10px;
}
.rate-me-artical i {
    color: #82c345;
}

/*- PRODUCT PREVIEW IMAGE -*/
.zoomWrapper {
    width: 100% !important;
    height: 400px !important;
    line-height: 400px;
    text-align: center;
    background: #fff;
    overflow: hidden !important;
    position: relative;
} 
.zoomContainer:last-of-type, .zoomWindowContainer { display: none !important; }
.zoomWrapper span { width: 100% !important; }
.zoomWrapper img {
    position: relative !important;
    height: auto !important;
    max-height: 100% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: auto !important;
    margin: auto;
    padding: 10px 0;
}
a.elevatezoom-gallery {
    position: relative;
    width: 100%;
    height: 90px;
    display: inline-flex;
    display: -webkit-inline-flex;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 10px;
    vertical-align: middle;
}
a.elevatezoom-gallery img { 
	margin: auto;
	max-height: 70px; 
	max-width: 100%;
}
.zoomGalleryActive {
    border-color: #82c345!important;
}
.zoomLens, a.elevatezoom-gallery { cursor: pointer; }
.fancybox-overlay-fixed { background: rgba(0, 0, 0, .7); }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../images/fancybox/fancybox_sprite.png') !important;
} 
/* ======================= */ 
.article-password{
	margin: 6px 0;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    opacity: .9;
    padding: 0 10px;
}
.article-sifra, .product-manufacturer, .product-group { color: #064413; }
.article-sifra > span, .product-manufacturer span, .product-group > span {
    font-weight: 700;
    font-size: 15px;
}
.guarantee {
    margin: 10px 0;
    font-size: 16px;
    color: #064413;
}
.add-to-cart-area{ margin: 20px 25px; }
/*.nivogrupe li{ padding: 0; font-size: 13px; line-height: 1.4; }*/

/*- PRODUCT PREVIEW INFO -*/
.product-preview-info ul li a { color: #064413; ; }

.add-to-cart-area .not-available {
    background-color: var(--add_to_cart_btn_bg_not_available);
    cursor: not-allowed;
}
/* OSOBINE */
.karakteristike_osobine, .osobina_karakteristika { display: inline-block; position: relative; margin: 3px 0; }
.osobina { margin-bottom: 5px; border-bottom: 1px solid #ddd; }
.osobina_naziv { min-width: 60px; display: inline-block; }
.osobina_karakteristika span {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 4px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-shadow: #000 0 0 1px, #000 0 0 1px, #000 0 0 1px, #000 0 0 1px;
    border: 3px solid #ddd;
}
.osobina_karakteristika input { position: absolute; top: 0px; visibility: hidden; }
.osobina_karakteristika input:checked + span { border: 3px solid #d13e47; }
.input_kolicina { display: inline-block; margin: 0 5px; }

/* OSOBINE KRAJ */
a.add-amount-less, a.add-amount-more {
    display: inline-block;
	height: 31px;
	width: 20px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	background: #ddd;
} 
.product-preview-price .price-1, .product-preview-price .price-2, .product-preview-price-new  { 
	font-size: 20px;
	text-decoration: line-through;
    margin: 10px 0;
    font-weight: 600;
}
.product-preview-price .price-2 span{
    color: var(--discount_price_color);
    font-size: 28px;
}
.product-preview-price .price-2, .product-preview-price-new {
    text-decoration: none;
} 
 
/*- PRODUCT PREVIEW TABS */
.product-preview-tabs { margin-top: 20px; }
.tab-titles li { font-size: 15px; }
.tab-content {
    border-radius: 0 10px 10px 10px;
}
.tab-content>.tab-pane {
    border: 1px solid #ddd;
}
.tab-content>.active {
    padding: 20px !important;
}
.tab-content table td { 
    text-align: left; 
    padding: 4px 5px!important;
    word-break: break-word; 
}
.tab-content table { 
    width: 100%; 
}
.show-nav-tabs {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: gray;
}
#description-tab ul li {
    list-style-type: initial;
}
.nav-tabs {
    background: #f1f3f4;
    height: 50px;
    position: relative;
    border-radius: 0 10px 10px 0;
}
.nav-tabs:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 8px;
    height: calc(100% + 1px);
    background: #f1f3f4;
    border-radius: 10px 0 0 10px;
}
.nav-tabs li button {
    color: #8d9092;
    margin-top: 7px;
}
.nav-tabs>li.active>button, .nav-tabs>li.active>button:focus, .nav-tabs>li.active>button:hover {
    background: #8d9092 !important;
    color: #fff;
}
.nav-tabs .nav-link.active { background: #8d9092 !important; color: #fff; border-bottom: 0; }
.nav-tabs>li>button { border: 2px solid transparent; }
.nav-tabs>li>button:hover {
    border-color: #8d9092 !important;
    border-bottom: none;
    color: #8d9092;
}

/*===== COMMENTS ========= */
.comment-content {
	display: block;
	margin-bottom: 5px;
	padding: 6px 10px;
	font-size: 13px;
    box-shadow: 0px 0px 10px #ddd;
    position: relative;
}
.comment-content span{ display: block; }
.comment-name { font-weight: bold; }
.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 {
    border-radius: 4px;
    background-color: #d9d7d7;
    color: #808080;
    margin: 20px 0px;
    padding: 3px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    /*font-weight: bold;*/
    -webkit-transition: all 0.25s cubic-bezier(0.42, 0, 0.51, 1.91);
    transition: all 0.25s cubic-bezier(0.42, 0, 0.51, 1.91);
}
.without-btn.active { background: var(--btn_bg); color: var(--btn_color); } 
.without-btn-wrapper {
    gap: 15px;
}
.without-btn-wrapper > div {
    flex: 1;
}
.without-btn i {
	margin: 2px;
	font-size: 20px;
	line-height: 30px;
	-webkit-transform: scale(0);
	transform: scale(0);
    opacity: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease; 
}
.without-btn.active i { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }

/*- CART ITEMS -*/
.cart-labels { margin-top: 20px; border: 1px solid #e9e9e9; }
.cart-labels li {
	padding: 7px 8px;
	color: #747474;
	text-align: center;
} 
.JScart-item {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
	padding: 20px 10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
    min-height: 90px;
}

.JScart-item-wrapper .JScart-item:last-child {
    border-bottom: 1px solid #e9e9e9;
}
#JSExpensesContent {
    margin-top: 20px;
}
#JSExpensesContent > div {
    margin-bottom: 6px;
}
.cart-summary {
    margin-top: 15px;
}
.cart-summary .summary-amount {
    font-weight: 600;
}
/*.JScart-item li > * { margin: auto; }*/
.JScart-image img {  max-height: 70px; width: auto; }

.cart-flex {
    display: flex;
}
.cart-remove {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 18px;
}
.cart-name { flex: 1; }

.cart-name > a {  
    line-height: 1.2; 
    margin-bottom: 8px;
    display: block;
    padding-right: 10px;
}
.cart-total-price {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.cart-amount-wrapper {
    color: #c3c3c3;
    font-size: 13px;
}
a.JScart-less, a.JScart-more {    
	vertical-align: middle;
    color: #999;
    font-size: 18px;
    margin: 0 3px; 
}
input.JScart-amount, input.cart-amount {
	width: 27px;
    text-align: center;
    height: 20px;
    padding: 0;
    margin: 0;
}
.cart-page .form-group {
    margin-bottom: 10px;
}
.cart-page textarea, .cart-page input:not(.JScart-amount) { 
    height: 38px !important; 
}
.cart-page button, .cart-page .no-registration-btn, .JScall-alert-cart {
    padding: 11px 35px;
    border-radius: 4px;
} 
.green-href {
    color: #82c345 !important;
    font-weight: 600;
}
.payment-cart-part, .cart-part-wrapper > div > div  {
    padding: 20px 15px;
    background: #e6e6e6;
}
.cart-part-wrapper-right > div > div:not(:last-of-type) {
    margin-bottom: 0;
}
.cart-part-wrapper > div {
    min-height: 100%;
    background: #e6e6e6;
    border: 1px solid #d1d1d1;
}
.cart-part-wrapper {
    margin-bottom: 20px;
}
.cart-page h2 {
    font-weight: 500;
    margin-bottom: 10px;
}
.cart-page h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
h3.cart-heading-no-border {
    border-bottom: 0;
    margin-bottom: 0;
}
.cart-page label {
    font-weight: 500;
    font-size: 14px;
}
.delivery-option label, .payment-option label {
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer;
    flex: 1;
}
.delivery-option, .payment-option {
    padding: 10px 0 10px;
    border-bottom: 1px solid #ccc;
}
.delivery-option:last-of-type, .payment-option:last-of-type {
    border-bottom: 0;
}
.bg-white {
    background: #fff !important;
}
.border-100 {
    padding-top: 15px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.border-100:after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 100%;
    background: #ccc;
    width: calc(100% + 30px);
    height: 2px;
    z-index: 1;
}
/*- BELOW CART -*/
.cart-summary-wrapper, .cart-remove-all-wrapper { padding: 0; }
.cart-remove-all{ margin: 10px 0; background: #d41357; }

/*.summary-amount { font-size: 1.2em; } */
.JSfree_delivery{
    display: block;
    font-size: 13px;
    color: #666;
}

/*- CART ACTION BUTTONS -*/
.cart-action-buttons { margin-top: 30px;  }
.no-registration-btn, .JSheader-cart-content > div a{
    background-color: var(--btn_bg);
    color: var(--btn_color) !important;
    padding: 4px 10px;
    margin: 5px 0;
}
.cart-registration-button{ background-color: #087DC2; font-size: 15px; }
.without-reg-form { margin-top: 10px; }
.JSwithout-reg-none-personal, .JSwithout-reg-personal { display: none; }
.JSwithout-reg-none-personal.active, .JSwithout-reg-personal.active { display: block; }
.cart-page .forward, .JScall-alert-cart { 
    display: block;
    width: 100%;
    margin-top: 10px;
}
.JScall-alert-cart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
    cursor: pointer;
}
.JScheck-term, .cart-terms{
    gap: 5px;
}
.JScheck-term label {
    cursor: pointer;
    flex: 1;
}
.cart-terms {
    margin-top: 5px;
}
#JSOrderForm > div {
    align-items: stretch;
}

/* SHOPPING INFORMATION */
.shopping-information table { width: 98%; margin: 0 auto; font-size: .9em; }
.shopping-information table th { padding: 20px 10px 10px; }
.shopping-information table td { padding: 3px 10px; text-align: left; }
.shopping-information table .summary { padding-right: 10px; text-align: right; font-weight: bold; }

/*--- USER PAGE ---*/
.user-info-form { margin: 20px 0; }
.user-info-form .submit {
	float: left;
	margin-left: 0.9375em;
	margin-top: 20px;
	padding: 1px 8px;
	font-size: 1em;
}
.user-orders-table { width: 100%; margin: 10px 0; }
.user-orders-table th,td{ border: 1px solid #ddd; padding: 5px 0; text-align: center; }
.dont-erase-me{ padding: 10px 5px; }
.user-order-button{ border-radius: 50px; }
.close-me-btn{ color: var(--btn_color); }
.wish-list-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
.modal-footer, .modal-header{ border: none; }
.bootbox p {    
    font-size: 17px;
    text-align: center;
    margin: 10px 0 0;
}
.bootbox .modal-dialog{ top: 25%; }
.bootbox .modal-dialog .btn{ padding: 5px 30px; border: none; border-radius: 0;}
.bootbox .modal-dialog .btn:nth-child(1){
    background-color: var(--btn_bg);
    color: #fff;
}
.bootbox .modal-dialog .btn:hover{ box-shadow: 1px 1px 5px #666; }
/*--- CONTACT PAGE ---*/
#map_canvas { height: 330px; margin: 10px 0; }

/*--------- AlL  CATEGORY PAGE -------------*/
.sticky-element { top: 75px; }
.category-heading {
	margin: 15px 0 0;
	padding: 4px 10px;
    border-radius: 2px;
    color: #000;
    background-color: #f0f0f0;
}
.category-name-link {
	margin: 3px 0;
	display: block;
	border-bottom: 1px solid #ddd;
}
.category__list { display: block; }
.category__list__item__link { display: block; line-height: 1.7; }
.category-name-link, .category-heading, .category__list__item__link { font-size: 1em; } 
/*--------- ALL  CATEGORY SIDEBAR ------------- */

.JScategory-sidebar__list { margin: 20px 0; background: #f0f0f0; z-index: 801; }
.category-sidebar__list--fix { position: fixed; top: 15px; width: 270px; }
.category-sidebar__list__item__link {
	display: block;
	padding: 2px 10px;
 	font-weight: 600;
	font-size: 13px;
}
#main-menu li a:hover, #b2b-login-icon:hover,
.footer-links > li > a:hover, #JScategories .JSlevel-1 li a:hover,
.top-menu-links li a:hover
{ opacity: .7; }
 
.contact-heading{ margin: 10px 0; border-bottom: 1px solid #ddd; }

.vezani_artikli .linked-articles-input{ margin: 0; text-align: center; border: none; }

.add-to-cart-artikal {
    padding: 10px 25px;
    font-weight: 700;
    margin: 10px;
    color: var(--add_to_cart_btn_color);
    background-color: var(--add_to_cart_btn_bg);
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
}
.art-cart-img {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #396533;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-to-cart-artikal:hover { 
    color: var(--add_to_cart_btn_color); 
}
.add-to-cart-artikal-article-page {
    padding: 10px 25px;
    font-weight: 700;
    margin: 10px;
    color: var(--add_to_cart_btn_color);
    background-color: var(--add_to_cart_btn_bg);
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
}
.art-cart-img-article-page {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #396533;
    border-radius: 50%;
}
.add-to-cart-artikal-article-page:hover { 
    color: var(--add_to_cart_btn_color); 
}

/* article page admin button*/
.admin-article .supplier{ display: block; }

.admin-article{
    position: absolute;
    top: 25%;
    right: 0;
    background: linear-gradient(#fff,#ddd);
    text-align: center;
    padding: 0 7px;
    margin: 5px;
    z-index: 2;  
    border: 1px solid #ddd;
}
.article-level-edit-btn{
    font-weight: bold;
    border: 1px solid #bbb;
    font-size: 11px;
    padding: 0 5px;
    display: inline-block;
}
.mpPrice{ 
    font-size: 22px;
    color: #262626;
    text-decoration: line-through;
}
/*======================*/
.new-content { padding: 30px 15px; }
.new-content p, .new-content ul li { font-size: 1em; }
.new-content img{ 
	max-width: 100%;
	max-height: 700px;     
	display: inline-block;
	margin: 0 5px; 
}
/* Login/Registration Forms */
.login-page-padding {
	padding: 30px 0;
	min-height: 600px;
  	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	position: relative;
	background: -webkit-linear-gradient(#f0f0f0, #fff);
	background: linear-gradient(#f0f0f0, #fff);
}
.login-page-padding::before, .login-page-padding::after {
    content: ' ';
    background: -webkit-linear-gradient(#f0f0f0, #fff);
    background: linear-gradient(#f0f0f0, #fff);
    width: 15px;
    height: 100%;
    position: absolute;
    display: block;
    left: -15px;
}
.login-page-padding::after { right: -15px; left: initial; }
.login-page-padding .log-in h3{
    font-size: 1.5em;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    opacity: .8;
}
.login-page-padding .log-in span {
 	color: #666;
    font-size: 13px;
    display: block;
}
.text-log-and-reg .legal-person-link-button{
    background-color: var(--btn_bg);
    color: var(--btn_color);
    padding: 5px 15px;
}
.legal-person-link-button:hover{ background-color: var(--btn_hover_bg); }
.overlay-log-and-reg{
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(48, 50, 58, .7);
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .5s ease;
}
.text-log-and-reg{
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.overlay-container { position: relative; max-width: 300px; }
.overlay-container:hover .overlay-log-and-reg { bottom: 0; height: 100%; }
.login-page-image{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
}
.welcome-login { font-size: 13px; color: #8c8c8c; display: block; }
.welcome-login span {
    font-size: 15px;
    margin-block: 5px;
    display: block;
    color: #595959;
}
.forgot-psw{
    background: #fff;
    color: #777;
}
.whats-registration{
    font-size: 16px;
    font-weight: 600;
    opacity: .8;
    display: inline-block;
    margin-block: 10px;
}
#b2b-login-icon { padding: 4px; } 

/*======= ACTION SLIDER ==============*/
.btn-slider {
	padding: 1px 5px;
    color: var(--btn_bg);
    background-color: transparent;
    outline: none;
    top: -35px;
    position: absolute;
}
.btn-slider:active{ opacity: .6; }
.previous, .slider-prev { right: 35px; }
.next, .slider-next { right: 0; }
 
/* NEWS */
.single-news img { max-height: 350px; }
.single-news { padding: 30px 10px; }

/* ADDITIONAL FILES */
.files-list-item {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	display: inline-block;
    margin: 10px;
}
.files-name { font-weight: normal; margin: 6px; }

.features-list li {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 2px 10px;
    display: inline-block;
    width: 49%;
}
.features-list li:nth-child(even){ background: #f5f5f5; }
.generated-features-list:nth-child(even){ background: #fff; }
.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 10px;
    line-height: 1.3; 
    vertical-align: middle;
}
.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 #82c345; width: 50%; }
.generated-features-list > li ul li:nth-last-child(-n+2){ border-bottom: none; }
.files-link img { max-width: 60px; }
 
/*============ BRENDS ==============*/
.brend-item {
	background: #fff;
	overflow: hidden;
	padding: 5px 15px;
	font-weight: bold;
	color: #222;
	height: 80px;
	margin: 15px 0;
	border-radius: 2px;
	display: flex;
    display: -webkit-flex;
	justify-content: center;
    -webkit-justify-content: center;
	align-items: center;
    -webkit-align-items: center;
	box-shadow: 1px 1px 3px #f2f2f2;
}
.brend-item img{ max-height: 65px; padding: 5px 0; width: auto; }
.brands {
    background: #f2f2f2;
    padding: 20px 0;
}
.brands .brand-card {
    background: #fff;
    justify-content: center;
    padding: 50px;
    height: 150px;
    margin: 15px 10px 0 10px;
    border-radius: 10px;
    border-bottom: solid 1px #c3c3c3;
}
.brands .brand-card img {
    max-height: 50px;
}
/*=======================*/
.article-edit-btn {
    font-weight: bold;
    text-align: center;
    max-width: 150px;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-size: 11px;
    padding: 0 5px;
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #fff;
} 
.no-articles{
 	padding: 10px;
    display: block; 
    background: #f2f2f2;
}
#admin-menu { 
    background: #f2f2f2; 
    padding: 5px;   
    position: sticky;
    top: 0;
    z-index: 51; 
}
.tawk-button {
    background-color: var(--btn_bg) !important;
    border-color: var(--btn_bg) !important;
}
#admin-menu a i{ color: var(--btn_bg); font-size: 15px; }
#admin-menu div{ font-size: 13px; }
.ms { margin: 0 3px; }
#admin-menu a:hover { color: #aaa; }
.success { margin: 10px 0 0; font-weight: bold; padding: 5px; }

/* OCENE */
.review-star { cursor: pointer; }
.review{ font-size: 12px; }
#review-number { display: none; }
.fa-star, .fa-star-o { color: var(--review_star_color); }
.comment-rating { font-size: 12px; }
.bw { background-color: var(--inner_body_bg); }
.karak-row {
	min-height: 25px;
	border-bottom: 1px solid #bbb;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
}
.karak-row:last-child { border-bottom: none; }
/* SLIDER DEVICE FLAGS */
.JSsliderDeviceFlag[data-device='1'], .JSsliderDeviceFlag[data-device='2'] {
    display: block;
}
.JSsliderDeviceFlag[data-device='3'] {
    display: none;
}
.banner_with_sliders img { width: 100%; }
/*---------- MEDIAQUERIES ----------*/
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
    #product-page .JSproduct .product-price {
        font-size: 26px !important;
    }
}
@media screen and (min-width: 1200px) { 
    #preheader { 
        position: sticky;
        top: 0;
        z-index: 9999; 
    }
    #product-page .JSproduct { 
        width: 25% !important;  
    }
    #product-page .change-width .JSproduct { 
        width: 33% !important;  
    }
    .top_menu_icon_wrapper {
        display: flex!important;
        justify-content: center;
    }
    .top_menu_icon_wrapper {
        width: 60%;
    }
    .menu-top-info, .login-and-registration {
        width: 20%;
    }
}
@media screen and (min-width: 992px) {
    body { overflow-x: auto; }
    body:has(#preheader) .JSsticky_header { top: 60px; padding-block-end: 1rem; }
    .JSsliderDeviceFlag[data-device='2'] { padding-inline: 0; }
    #JScategories .JSlevel-1 {
        height: 65vh;
        overflow-y: auto;
    }
    .JSlevel-1 > li { width: 250px; }
    .JSlevel-1 {
        position: absolute;
        left: 0;
        width: 260px!important;
        direction: rtl;          
        unicode-bidi: bidi-override;
        border-radius: 0 0 0 15px;
    }
    .JScategories-titile-after:after {
        content: "";
        border: solid 10px rgba(0, 0, 0, 0);
        border-bottom-width: 15px;
        border-bottom-color: #f1f1f4;
        position: absolute;
        z-index: 5;
        left: 100px;
        top: 55%;
    }
    #JScategories .JSlevel-1 > li a {
        text-align: left;
    }
    .JSlevel-1 > * {
        direction: ltr;          
    }
    .JSlevel-1::-webkit-scrollbar {
        width: 4px;  
    }
    .JSlevel-1::-webkit-scrollbar-track {
        background: #ddd; 
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .JSlevel-1::-webkit-scrollbar-thumb {
        background: #82c345; 
        border-radius: 4px;
    }
    .JSlevel-2 {
        position: fixed !important;
        height: 65vh !important;
        padding: 0 20px 60px 20px !important;
        border-radius: 0 0 15px 0;
    }
    .JSlevel-2-title {
        justify-content: space-between;
        padding: 30px 0 15px;
        align-items: center;
    }
    .JSlevel-2-title a, .JSlevel-2 i, .JSlevel-2 span{
        color: #000!important;
        text-decoration: none;
    }
    .JSlevel-2-title .view-all {
        display: flex;
        align-items: center;
    }
    .view-all a {
        padding: 12px 5px!important;
    }
    .footer_section_links_wrapper {
        text-align: left;
        margin-left: 35%;
    }
    .header_info {
        padding: 10px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .header_info svg {
        height: 20px;
    }
    .top_menu_icon {
        display: flex;
        padding: 6px 5px;
        align-items: center;
        gap: 5px;
        color: #82c345;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 10px;
        width: 100%;
    }
    .d-flex-start {
        display: flex;
        justify-content: left;
    }
    .mouseovered {
        display: block!important;
        background: #fff;
    }
    .JSlevel-2 {
        width: 60vw!important;
    }
    .overlay-category {
        position: fixed;
        background: rgb(0, 0, 0);
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: 1;
        display: none;
    }
    #JScategories .JSlevel-2 li a {
        justify-content: center;
        text-align: center;
        font-weight: 500;
        font-size: 90%;
        word-break: break-word;
    }
    .JSlevel-3 {
        display: none!important;
    }
    .login-and-registration > div {
        padding: 5px;
    }
    .JSmain-slider { min-height: auto; }
    .benefits-wrapper { margin-top: 50px; }
    #product-page .JSproduct { 
        width: 33%!important;  
    }
    #product-page .JSproduct .product-price {
        font-size: 21px;
    }
    #JScategories .JSlevel-1 > li { border-left: 2px solid transparent; }
	body.modal-open { overflow-y: auto; margin-right: -17px; overflow-x: hidden; }
    .drop-2{ background-color: var(--menu_bg); }
    #main-menu .drop-2 > li > a{
        border-bottom: 1px solid #fff;    
        margin: 0 10px;
        text-shadow: 0.5px 0 0;
    }
    .custom-num { 
        position: absolute;
        right: -4%;
    } 
    .change-width {
        width: 75%!important;
    }
    .change-width .JSproduct {
        width: 33%!important;
    }
    .cart-part-wrapper:nth-of-type(1) {
        padding-left: 0;
    }
    .cart-part-wrapper:nth-of-type(2) {
        padding-right: 0;
    }
    .JScart-item-wrapper {
        max-height: 382px;
        overflow-y: auto;
    }
 }
/*--- MIN WIDTH 768px ---*/
@media screen and (min-width:768px) {
    body {
        overflow-x: hidden;
    }
    #product-page .JSproduct {
        width: 50%;
    }
    .JScookiesInfo_btn { 
        float: right; 
        padding: 10px;
        margin: 5px 0;
    }
    .sm-order-3 {
       order: 3;
    }
    .sm-order-4 {
        order: 4;
    }
    .sm-order-5 {
        order: 5;
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-nopadd {
        padding: 0;
    }
     /****************/
    .main_imgGallery { height: 500px; }

    .main_imgGallery .JSmain_img { max-height: 490px; }

    .container-fluid  .gallery_slider {
        grid-template-columns: repeat(15, 1fr);
    }
    .container .gallery_slider { grid-template-columns: repeat(10, 1fr); }
    
    .gallery_slider {
        grid-auto-rows: 70px;
    }
    
    .gallery_slider img { max-height: 60px; }

    .wrapper_section {
        display: flex;
        justify-content: center;
    }
    .wrapper_section .JSmain-slider img {
        border-radius: 0;
    }
    .wrapper_section .JSsections:first-of-type {
        width: 60%;
    }
    .wrapper_section .JSsections:last-of-type {
        width: 40%;
    }
    .cart-name { padding-left: 10px; }
}
/*--- MIN WIDTH 641px ---*/
@media screen and (min-width:641px) {
	.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 #82c345;
        padding: 15px 0;
	}
	.below-cart { margin-top: 20px; }
}
/*======================*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .top_menu_icon_wrapper {
        padding: 8px 0;
    }
    .menu-top-info {
        padding: 15px 10px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) { 
    #JSmain-slider {
        margin-top: 30px;
        margin-bottom: 15px !important;
    }
    .banners-right { margin-left: 315px; }

    .footer-first-section input {
        width: 90%;
        margin: 0 10px;
    }
    .footer-first-section .footer-box-pages-title {
        padding-top: 15px;
        font-size: 18px;
    }
    .footer-first-section .text1 {
        font-size: 12px;
    }
    .footer-first-section .text2 {
        font-size: 12px;
        padding: 0 10px;
    } 
    .footer-input {
        margin: 0;
        padding-bottom: 15px;
        text-align: center;
    }  
}
@media screen and (max-width: 1024px) {
 	.JSheader-cart-content { display: none; }
	.sub_cats_item_brend img { max-width: 130px; } 
}

 @media only screen and (max-width: 992px){
    .container {
        width: auto;
        max-width: 100%;
    }
    .show-all-filters {
        padding: 4px 15px;
        border-radius: 3px;
        background: var(--btn_bg);
    }
    .all-filters-content { display: none; }
    #JScategories h3, .JScategories-titile {
        border-radius: 0;
        margin-top: 0;
    }
    .JScategories-titile {
        width: 350px;
    }
    .footer-first-section {
        border-radius: 0;
    }
    .category-nav {
        width: 350px;
    }
    .footer_section_logo {
        text-align: center;
    }
    .category_title {
        margin: 1rem;
    }
    .JSbrands_slick .slick-prev,
    .JSbrands_slick .slick-next {
        display: none!important;
    }
    .JSmain-slider {
        width: 100%;
    }
    .JSmain-slider {
        padding: 0 15px;
    }
    .menu-top-info > div {
        color: var(--top_menu_color);
        padding: 8px;
        line-height: 1;
        display: inline-block;
        font-size: 14px;
    }
    .overflow {
        overflow: hidden!important;
    }
    .pages-mobile { display: block; margin-block-end: 2rem; }
    .pages-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 1rem;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .pages-mobile a { font-size: 12px; }
    .xs-text-center {
        text-align: center;
    }
    #JScategories .JSlevel-1 li a {
        padding: 2px 50px 2px 15px;
    }
    footer {
        padding: 0;
    }
    header .logo, .cart-part-wrapper {
        padding: 0;
    }
    .JSd_content > h2 {
        margin: 0 15px;
    }
    .JSmain-slider img {
        border-radius: 5px!important;
    }
    .JSproducts_slick .slick-prev, .JSblog-slick .slick-prev {
        right: 50px;
    }
    .JSproducts_slick .slick-next, .JSblog-slick .slick-next {
        right: 25px;
    }
    .overlay {
        position: fixed;
        background: #000;
        width: 100%;
        height: 100dvh;
        opacity: 0.5;
        height: 100vh;
        z-index: 100;
        top: 0;
        display: none;
    }
    .header-cart span:last-of-type {
        display: none;
    }
    .JSsearch-button2 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-search-destop i, .JSsearch-button2 { 
        cursor: pointer;
        right: 5px; 
        left: auto;
        font-size: 20px;
        background-color: #82c345;
        color: #fff;
        width: 44px;
        height: 44px;
        display: grid;
        place-content: center;
        border-radius: 50%;
        transition: background .2s ease;

        &:hover {
            background-color: #88d441;
        }
    }
    .header-search-destop input { 
        padding-inline-start: 20px;
        border: 1px solid #82c345;
        border-radius: 50px;
    }
    .header-search-destop input { height: 52px; }
    .xs-header-ordered:nth-of-type(1) {
        order: 2;
        padding-inline: 0;
    }
    .xs-header-ordered:nth-of-type(2) {
        order: 4;
        margin: 35px 0 25px 0;
    }
    header .cart-content {
        order: 3;
    }
	#responsive-nav {
	    position: fixed;
	    inset: 0;
        height: 100vh;
        height: 100dvh;
	    max-width: 350px;
	    background-color: #f2f2f2;
        overflow-x: hidden;
	    transform: translateX(-100%);
	    transition: 0.5s all;
	    z-index: 990;
	}
    .footer-first-section .text2 {
        text-align: center;
    }
    .footer-first-section .footer-box-pages-title {
        font-size: 20px;
    }
    .footer-first-section input {
        width: 90%;
        margin: 0 35px;
    }
    .footer-input {
        text-align: center;
        padding-bottom: 25px;
        margin: 0;
    }
    .breadcrumb { margin-left: 30px; }
    .JS_sm_stickers {
        text-align: center;
    }
    .JSActionTxtColor {
        margin-top: 0;
    }
    .JSActionTxtColor {
        border-radius: 10px;
    }
    .sm-flex-justify-right {
        display: flex;
        display: -webkit-flex;
        justify-content: right;
        -webkit-justify-content: right;
    }
    .sm-flex-justify-right img {
        max-height: 70px!important;
    }
    .JSmain-slider img {
        width: 100%!important;
        height: auto!important;
    }
    .logo img {
        max-height: 60px;
    }
    #main-menu li a {
        margin: 0;
    }
    #JScategories h3 {
        margin-top: 0;
        border-radius: 0;
    }
    .JSlevel-1 {
        border-top: 0!important;
    }
    .JSlevel-2 {
        top: 0!important;
        background: #f1f3f4!important;
    }
    .footer-links .hidden-css {
        display: none;
    } 
	.resp-nav-btn {
	    display: inline-flex;
        align-items: center;
	    color: #fff;
	    padding: 4px 8px;
	    font-size: 24px;
	    line-height: 1;
        cursor: pointer;
     }
    .title-responsive {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        margin-left: 10px;
    }
	#responsive-nav.openMe {
	    transform: translateX(0%);
        will-change: transform;
	}
	#JScategories .JSlevel-1, .drop-2{ position: relative; display: block; }
    #main-menu .drop-2 li a{ background-color: #f2f2f2; } 
 	.JSsubcategory-toggler, header .JStypeTxtColor { display: inline-block; }
	.level-1-list{ position: relative; }

	#main-menu li a{
        color: #222;
        padding: 6px 0;
        font-size: 13px;
        font-weight: 600;
        background: transparent;
        color: #000 !important;
        padding: 10px 0 !important;
	}
	.pages-in-header{ margin: 0; } 
    .pages-in-header li{ float: none; }
	#JSmain-slider, .banners-right,.big-banner { margin-left: 0;}

	.overlay-log-and-reg{ bottom: 0; height: 100%; }
	.JSclose-nav{
		display: inline-block;
		position: absolute;
		right: 0;
        top: 0;
        font-size: 30px;
        cursor: pointer;
	}
	#JScategories .JSlevel-2 li{ width: 100%; }
    #JScategories .JSlevel-2 {
		position: relative;
		left: 0;
	 	width: 100%;
		padding: 0 0 0 15px;
	}
	.JSCategoryLinkExpend, .JSlevel-3, .JSlevel-4, .JSActionTxtColor, .JStypeTxtColor { display: none; }
	#JScategories .JSlevel-4 li { display: block; }
/*	.shop-product-card .add-to-cart-container, .shop-product-card-list .add-to-cart-container{ visibility: visible; opacity: 1; }*/
	#JScategories .JSlevel-1 li a{ margin: 3px 0; }  
    .custom-num{ padding: 5px; font-size: 14px; color: var(--global_color); width: 100%; }

    .banner_with_sliders > div {
        padding-left: 0 !important;
        margin-bottom: 5px !important;
    }
}
/*=================*/
@media only screen and (max-width: 768px){
    /* SLIDER DEVICE FLAGS */
    .JSsliderDeviceFlag[data-device='3'] {
        display: block;
    }
    .JSsliderDeviceFlag[data-device='2'] {
        display: none;
    }
    .menu-top-info {
        text-align: center;
    }
    .xs-text-center {
        text-align: center;
    }
    .ball-wrapper {
        --ball-size: 7em;
        inset: auto calc(50% - var(--ball-size) / 2) 17% calc(40% - var(--ball-size) / 2);
    }
    .sub_category_item {
        margin: 10px;
    }
    .foot-note:after, .foot-note:before {
        display: none;
    }
    .shop-product-card-list .buy-btn, .shop-product-card-list .not-available {
        right: 10px;
        top: calc(100% - 80px);
    }
    .product-on-list-info {
        padding: 0 0 70px 0;
    }
    .banners { margin-top: 0 !important; }

    .banners > div {
        padding: 10px 15px;
   }
   .JSbanners_list .slick-prev, .JSbanners_list .slick-next {
        display: none !important;
   }
    .logo img {
        max-height: 60px;
    }
    .gallery_slider {
        grid-template-columns: repeat(5, 1fr);
        grid-auto-rows: 50px;
    }
    .xs-text-right {
        text-align: right;
    }
    .gallery_slider img { max-height: 40px; }

    .JScategory-sidebar__list {
		position: fixed;
		top: 50%;
		right: 0px;
		margin-right: -80%;
		width: 80%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: margin 0.2s ease-in-out;
		transition: margin 0.2s ease-in-out;
		border: 1px solid #ddd;
	}
    .JScategory-sidebar__list__toggler {
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		width: 35px;
		height: 35px;
		position: absolute;
		top: 40%;	
		transform: translateY(-40%);
		left: -35px;
		background: #f0f0f0;
		border-radius: 3px 0px 0px 3px;
		color: #747474;
		font-weight: 700;
		border: 1px solid #747474;
		cursor: pointer;
	}
	.category-sidebar__list--open { margin-right: 0%;} 
	.category-sidebar__list--open .JScategory-sidebar__list__toggler:before { content: "\2192";} 
	.JScategory-sidebar__list__toggler:before { content: "\2190";} 
	#product-page .JSproduct{ width: 49%;} 
	.top-menu-links li a:after{
	    content: '';
	    position: absolute;
	    height: 100%;
	    width: 96%;
	    bottom: 0;
	    left: 5px;
	    border-bottom: 1px solid #fff;
	}
    .footer-links > li > a, .JS_sm_replace { margin: 0 0 15px; } 
     #JSmain-slider { margin-top: 0; margin-bottom: 0 !important;}
    .banners-right a, .banners-right img { max-height: initial; margin: 5px auto; }
     a.elevatezoom-gallery{ width: 23%; }
	 #preheader>.social-icons{ display: none; }
	 #b2b-login-icon{ padding: 9px 0; }

	 .sm-text-center { text-align: center; }

     .disableZoomer:after{
        content: ''; 
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
     }  
     .sm-absolute{
        position: absolute;
        right: 15px;   
        top: 10px;
     } 
    .pointer-img {
        position: absolute;
        top: 100%;
        left: 100%;
        transform: rotate(-45deg);
        z-index: 1;
    }    
    .phone-num li:last-child {
        display: block;
    }
    .newsletter button {
        font-size: 16px;
        padding: 11px 15px;
    }
    .newsletter input {
        padding-right: 125px;
    }
    /* Special Offer */
    .pages-mobile ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 8px;
        margin: 0;
        list-style: none;
    }

    .pages-mobile li {
        margin: 0;
    }

    .pages-mobile a {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
        min-height: 44px; /* tap-friendly */
        padding: 10px 6px;

        text-align: center;
        font-size: 13px;
        line-height: 1.1;
    }
}
/*--- MAX WIDTH 640px ---*/
@media only screen and (max-width:640px) {
	#product-page .JSproduct, #JScategories .JSlevel-1, .generated-features-list > li:nth-child(2){ width: 100%; }
 	#main-content{ min-height: 400px; }
	#JScategories .level-4{ display: block;	}
	.sub_category_item{ height: 90px;	}
    .filters{ padding: 10px; }
 	.footer-box-pages-title{ min-height: auto; margin: 15px 0; border-bottom: 1px solid #fff;    padding: 0 0 5px; }
	.karak-row{ height: auto; border: none; }
	.category-sidebar__list__item__link{ padding: 5px 10px; } 
	.JSproduct-list-options { padding: 10px 0; }
	.product-preview-price-new { font-size: 1.6em;}
	.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%;
    }
	/*.JScart-item { border-top: solid 1px #ddd; margin: 10px 0; }*/
	.cart-summary-wrapper{ margin: 10px 0 0; }   
}
/*--- MAX WIDTH 576px ---*/
@media screen and (max-width: 576px) {
	h2 { font-size: 1.4em; } 
    .phone-num li a { padding: 10px 0; font-weight: 600;  font-size: 13px; }
	.shop-product-card .product-price, .shop-product-card-list .product-price{ font-size: 18px; }
	.scrollable { overflow-y: scroll; height: 400px; display: block; }
	.article-heading{ font-size: 16px; }
	.zoomWrapper{ height: 180px !important; }
	.heading-background{ font-size: .9em; }
	.tab-titles li { font-size: 13px; }
	.tab-titles li a { padding: 10px; }
	.shop-product-card .product-image-wrapper { height: 200px; }
	.shop-product-card .product-image { max-height: 190px; }
	.after-footer .banks div ul li img { max-height: 30px; }
    .JScart-item li { border-left: solid 1px #e9e9e9; min-height: auto; }
    .login-form-button, #loginModal .create-acc { width: 100%; }
    #JSmain-slider .sliderText{ font-size: 14px; }
    .footer-cols > div:nth-child(1), .footer-cols > div:nth-child(2), .footer-cols > div:nth-child(3) { min-height: auto; }
    .JSafterAction{ max-height: 405px; }
    .first-popup .first-popup-inner{ max-width: 85%; }
    .JS_sm_stickers > * {   
        margin: 0;
    }
    .sub_category_item {
        width: calc(100% - 20px);
    }
    .menu-top-info > div span {
        font-size: 13px;
    }
    .add-to-cart-artikal {
        margin: 5px;
    }
    .logo img {
        max-height: 50px;
    }
    .JSActionTxtColor{
        font-size: 14px;
        padding: 8px !important;
        margin: 0 15px 0 0;
    }
    .JStypeTxtColor{
        padding: 9px 0;
    }
    .header-cart { margin-block: 15px; }
    .header-cart i { 
        width: 50px;
        height: 50px;
        background-size: 38px; 
    }
    .background-element { height: 80px; }
}

@media screen and (max-width:630px) {
    .flex-column-mobile {
        flex-direction: column;
    }
}

/* ENERGY CLASS */
.energyClass {
    height: 46px;
    clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
    padding: 0px 30px 0px 10px;
    position: relative;
    z-index: 17;
    color: #000;
    font-size: 26px;
    line-height: 45px;
    font-weight: 600;
    display: none;
    border: 1px solid #000;
}
/* ENERGY CLASS CONTROLS */
.JSenergyClassToggle[energy-data="11"] { display: none; }
/* ENERGY CLASS COLORS */
.energyClass[energy-class="1"] { background: #00a751; display: inline-block; border-color: #00a751; }
.energyClass[energy-class="2"] { background: #4cb949; display: inline-block; border-color: #4cb949; }
.energyClass[energy-class="3"] { background: #bdd62e; display: inline-block; border-color: #bdd62e; }
.energyClass[energy-class="4"] { background: #fff301; display: inline-block; border-color: #fff301; }
.energyClass[energy-class="5"] { background: #77ad40; display: inline-block; border-color: #77ad40; }
.energyClass[energy-class="6"] { background: #c9d22b; display: inline-block; border-color: #c9d22b; }
.energyClass[energy-class="7"] { background: #ffed00; display: inline-block; border-color: #ffed00; }
.energyClass[energy-class="8"] { background: #e9b817; display: inline-block; border-color: #e9b817; }
.energyClass[energy-class="9"] { background: #cf671b; display: inline-block; border-color: #cf671b; }
.energyClass[energy-class="10"] { background: #cf341b; display: inline-block; border-color: #cf341b; }
.energyLink {
    color: #305497;
    font-weight: 600;
}
.energyLinkWrap {
    border-bottom: 1px solid #ddd;
}
.energyLinkWrap > div {
    font-weight: 600;
    text-decoration: underline;
    color: #305497;
}
.oldEnergyClassMark {
    flex-direction: column;
    border: 1px solid #ddd;
    border-right: 0;
    background: #fff;
    padding: 0px 2px;
    font-weight: 600;
    font-size: 12px;
}
.oldEnergyClassMark i {
    font-size: 10px;
}
/*SHOP PRODUCT CARD ENERGY CLASS*/
.shop-product-card .JSenergyClassToggle, .shop-product-card-list .JSenergyClassToggle {
    position: absolute;
    bottom: 18px;
    left: 10px;
    z-index: 1;
}
.shop-product-card .energyClass, .shop-product-card-list .energyClass {
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    padding: 0px 25px 0px 10px;
}
.shop-product-card .oldEnergyClassMark, .shop-product-card .oldEnergyClassMark i,
.shop-product-card-list .oldEnergyClassMark, .shop-product-card-list .oldEnergyClassMark i {
    font-size: 8px;
}