p {
    line-height: 1.2;
}
.navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding: 0;
}
.main-bg {
    background: #71ba4d;
}
.main-bg-g {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #71ba4d;
}
.main-bg-b {
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    background: #1759A3;
}
.main-facebook {
    margin-bottom: -2px;
    margin-right: 15px;
}
.main-bg-r {
    margin-top: 10px;
    font-size: 13px;
    background: #0F447B;
    text-transform: uppercase;
    border-radius: 25px;
}
.main-h-bg {
    background: #64a543;
}
.sec-bg {
    background: #0f5b9c;
}
#locations-footer .js-pagination{
    float: left;
    padding-left: 30px;
}
#home-slider .js-next {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #0F447B;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#home-slider .js-next::before {
    content: "\f054";
}
#home-slider .js-next:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#home-slider .js-prev {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: #0F447B;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#home-slider .js-prev::before {
    content: "\f053";
}
#home-slider .js-prev:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#youtube-videos .js-prev {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 34%;
    left: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#youtube-videos .fa-arrow-left:before {
    content: "\f053";
}
#youtube-videos .js-prev:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#youtube-videos .js-next {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 34%;
    right: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#youtube-videos .fa-arrow-right:before {
    content: "\f054";
}
#youtube-videos .js-next:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}

#blogs .js-prev {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 34%;
    left: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#blogs .fa-arrow-left:before {
    content: "\f053";
}
#blogs .js-prev:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#blogs .js-next {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 34%;
    right: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#blogs .fa-arrow-right:before {
    content: "\f054";
}
#blogs .js-next:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}

#new-product .js-prev {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 50%;
    left: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#new-product .fa-arrow-left:before {
    content: "\f053";
}
#new-product .js-prev:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#new-product .js-next {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 50%;
    right: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#new-product .fa-arrow-right:before {
    content: "\f054";
}
#new-product .js-next:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}

#related-products .js-prev {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 50%;
    left: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#related-products .fa-arrow-left:before {
    content: "\f053";
}
#related-products .js-prev:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
#related-products .js-next {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: black;
    background-color: rgba(255, 255, 255);
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
    top: 50%;
    right: -3%;
    box-shadow: 0px 0px 8px #00000066;
}
#related-products .fa-arrow-right:before {
    content: "\f054";
}
#related-products .js-next:hover {
    z-index: 1;
    line-height: 0;
    display: inline-block;
    color: white;
    background-color: #0F447B;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: 0.3s;
}
.text2 {
    color: white;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.slick-prev-arrow{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 9;
    top: 25%;
    left: -1%;
    box-shadow: 0px 0px 8px #00000066;
}
.slick-prev-arrow .arrow-slider{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-prev-arrow .arrow-slider path {
    stroke: black;
}
.hp-youtube-slider .slick-next-arrow{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 9;
    top: 30%;
    right: -1%;
    box-shadow: 0px 0px 8px #00000066;
}
.hp-youtube-slider .slick-prev-arrow{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 9;
    top: 30%;
    left: -1%;
    box-shadow: 0px 0px 8px #00000066;
}
.tab-content .slick-next-arrow{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 9;
    top: 42%;
    right: -2%;
    box-shadow: 0px 0px 8px #00000066;
}
.tab-content .slick-prev-arrow{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 9;
    top: 42%;
    left: -2%;
    box-shadow: 0px 0px 8px #00000066;
}

.slick-next-arrow{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 9;
    top: 25%;
    right: 0%;
    box-shadow: 0px 0px 8px #00000066;
}
.slick-next-arrow .arrow-slider{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-next-arrow .arrow-slider path {
    stroke: black;
}
.green-background{
    position: relative;
}
.image2 {
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #5B9E33;
}
.green-background:hover .overlay {
    opacity: 1;
}


@media (max-width: 575px) {
    header .u-header__navbar-brand > img {
        width: 8rem;
        padding: 5px;
    }
}
header .u-header__navbar-brand > img .hero-right-banners .hero-right-banner p {
    margin-bottom: 10px;
    line-height: 1.3;
}
.under-hero-products .product-item {
    text-align: center;
}
.under-hero-products .product-item::after {
    border-right: none;
}
.under-hero-products .product-item .rating i {
    color: #6abc45;
    font-size: 0.75rem;
}
.under-hero-products .product-item .product-item__title a {
    font-size: 20px;
    min-height: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
    font-weight: 400;
    color: #343f49 !important;
    line-height: 1.1;
}
.under-hero-products .product-item .product-item__category a {
    min-height: 2em !important;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #E94F35;
    line-height: 1;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.under-hero-products .product-item .prodcut-price {
    text-align: center;
    font-weight: 600;
    width: 100%;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link {
    display: block;
    margin-bottom: 30px;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder {
    position: relative;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder::before {
    content: url(../img/cl-basics/play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    opacity: 0.6;
    transition: 0.3s all ease;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d5d5d5;
    opacity: 0;
    transition: 0.3s all ease;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder:hover::before {
    opacity: 1;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder:hover::after {
    opacity: 0.3;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link h4 {
    font-size: 20px;
    font-weight: 600;
    max-width: 70%;
    line-height: 24px;
    min-height: 72px;
    color: #343f49;
    margin: 20px auto 10px;
    text-align: center;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .views-holder {
    width: 100%;
    text-align: right;
    padding: 0 10px;
}
.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .views-holder img {
    width: 20px;
    display: inline-block;
    opacity: 0.4;
}
.hp-blog-slider .homepage-blog-item {
    width: 270px;
    display: block;
    margin-bottom: 30px;
}
.hp-blog-slider .homepage-blog-item > p {
    margin-bottom: 10px;
}
.hp-blog-slider .homepage-blog-item a h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;

    color: #163253;
}
.hexagon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #71ba4d;
    margin: 0;
    color: white;
    text-align: center;
    display: block;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
.hexagon i {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
.hexagon.icon-button-hexagon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.3s all ease-in-out;
    top: initial;
    left: initial;
}
.hexagon.icon-button-hexagon i {
    line-height: 40px;
    font-size: 20px;
}
.hexagon.icon-button-hexagon:hover {
    transform: scale(1.2);
}
.cl-button-holder {
    width: 100%;
    max-width: 190px;
    height: 60px;
    padding: 10px 0;
    box-sizing: border-box;
    transition: 0.3s all ease-in-out;
}
.cl-button-holder * {
    transition: 0.3s all ease-in-out;
}
.cl-button-holder .cl-product-button {
    display: block;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    padding-right: 10%;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
}
.cl-button-holder .cl-product-button p {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    opacity: 1;
}
.cl-button-holder .cl-product-button a {
    position: absolute;
}
.cl-button-holder .cl-product-button a.hexagon {
    top: -5px;
    right: -20px;
    left: initial;
}
.cl-button-holder .cl-product-button a.hexagon i {
    display: block;
}
.cl-button-holder .cl-product-button a.hexagon:hover {
    color: #fff;
}
.cl-button-holder .cl-product-button a.cl-button-wish {
    z-index: 1;
    line-height: initial;
    top: 50%;
    left: 17.5%;
    transform: translate(-50%, -50%);
    color: #71ba4d;
    opacity: 0;
}
.cl-button-holder .cl-product-button a.cl-button-compare {
    z-index: 1;
    line-height: initial;
    top: 50%;
    right: 17.5%;
    transform: translate(50%, -50%);
    color: #71ba4d;
    opacity: 0;
}
.cl-button-holder:hover .cl-product-button p {
    opacity: 0;
}
.cl-button-holder:hover .cl-product-button a.cl-button-wish {
    opacity: 1;
}
.cl-button-holder:hover .cl-product-button a.cl-button-wish:hover i {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.cl-button-holder:hover .cl-product-button a.cl-button-compare {
    opacity: 1;
}
.cl-button-holder:hover .cl-product-button a.cl-button-compare:hover i {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.cl-button-holder:hover .cl-product-button a.hexagon {
    right: 50%;
    transform: translateX(50%);
}
.cl-button-holder:hover .cl-product-button a.hexagon:hover i {
    transform: scale(1.1);
}
.header-basket {
    position: relative;
    display: flex;
    vertical-align: bottom;
    height: 42px;
    margin-left: 10px;
    margin-top: 6px;
}
.header-basket i {
    font-size: 34px;
    color: #71ba4d;
    margin-right: 18px;
    vertical-align: middle;
}

.navlist {
  list-style: none;
    display: none;
}

.header-basket .header-basket-qty {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    bottom: 4px;
    left: 28px;
}
.header-basket .header-basket-qty i {
    font-size: 24px;
}
.header-basket .header-basket-qty span {
    position: absolute;
    top: 0;
    left: 1px;
    width: 22px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
}
.header-basket .header-basket-label {
    display: inline-block;
    vertical-align: middle;
}
.header-basket .header-basket-label p {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: -8px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}
.header-basket .header-basket-label span {
    font-size: 17px;
    font-weight: 500;
    text-transform: lowercase;
    white-space: nowrap;
    margin-left: 5px;
}
.product-page-main-left .u-slick.slick-initialized .js-prev {
    color: #383838;
}
.product-page-main-left .u-slick.slick-initialized .js-prev::before {
    content: "\f053";
    opacity: 0.5;
}
.product-page-main-left .u-slick.slick-initialized .js-prev:hover {
    background-color: transparent;
}
.product-page-main-left .u-slick.slick-initialized .js-prev:hover::before {
    opacity: 1;
}
.product-page-main-left .u-slick.slick-initialized .js-next {
    color: #383838;
}
.product-page-main-left .u-slick.slick-initialized .js-next::before {
    content: "\f054";
    opacity: 0.5;
}
.product-page-main-left .u-slick.slick-initialized .js-next:hover {
    background-color: transparent;
}
.product-page-main-left .u-slick.slick-initialized .js-next:hover::before {
    opacity: 1;
}
.product-page-main-mid h1 {
  color: #0E190C;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.product-info{
   display: inline-flex;
}
.product-info .product-sku{
    color: #0E190C;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;

}
.product-image-sticker{
    position: relative;
}
.product-info .product-link a{
    color: #0F447B;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
margin-left: 15px;
}
.product-description ul{
    list-style: none; /* Uklanja podrazumevane oznake liste */
    padding: 0;
    margin: 10px 0px 30px;
}
.product-description ul li{
    color: #0E190C;
font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    position: relative; /* Potrebno za apsolutno pozicioniranje sličice */
    padding-left: 30px;
    margin-bottom: 10px;
}
.product-description ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Poravnava sličicu vertikalno */
    width: 20px; /* Širina sličice */
    height: 20px; /* Visina sličice */
    background-image: url('/template/Skalagreen/assets/img/icons/check.svg'); /* URL vaše sličice */
    background-size: contain; /* Prilagođava veličinu sličice */
    background-repeat: no-repeat; /* Sprečava ponavljanje */
}

.product-variant p{
  font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.product-variant .variant-list{
  display: inline-flex;
    padding-left: 0px;
    list-style: none;
}

.product-variant .variant-list button{
    border: 1px solid #009846;
    border-radius: 6px;
    margin-right: 10px;
    list-style: none;
    padding: 5px 10px;
}


@media (max-width: 768px) {
    .product-variant .variant-list button {

        margin-right: 3px;

    }
}



.product-variant .variant-list button.active {
    background-color: #009846;
    color: #fff;
}
.product-variant .variant-list .no-variant {
    background: #F4F1E8;
    border: transparent;
    cursor: not-allowed;
    pointer-events: none;
}
.product-prices {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.product-prices .old-price p {
    color: rgba(14, 25, 12, 1);
    text-decoration: line-through;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
}

.product-prices .new-price p {
    color: rgba(0, 152, 70, 1);
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    line-height: 18px;
}
.product-prices .discount {
    background: rgba(148, 162, 154, 1);
    color: white;
    border-radius: 4px;
}
.product-prices .discount p{
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 5px;
}
.product-for{
  display: inline-flex;
}
.product-page-main-mid .prices-procust {
    border-top: 1px solid rgba(14, 25, 12, 0.1);
    padding: 10px 0px;
}

.quantity-box {
    background:#F4F1E8;
    border-radius: 100px;
    padding: 5px;
}
.js-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.js-quantity input.quantity {
    text-align: center;
    width: 100px;
    height: 40px;
    border: transparent;
    margin: 0;
    background: transparent;
}

.js-quantity .btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
.js-quantity .btn:hover {
    color: black;
    background: transparent;
}
.add-to-card-btn {
    padding: 10px 40px;
    border-radius: 100px;
    background-color: rgba(0, 152, 70, 1);
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    margin-left: 20px;
}
.add-to-card-btn a{
    color: white;
    text-decoration: none;
}
.product-desc-box{
    margin-top: 40px;
}
.product-desc-box .tabs {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 1px solid rgba(14, 25, 12, 0.1);
    margin-bottom: 10px;

}

.product-desc-box .tabs .tab {
    padding: 10px 30px;
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.3s ease;
    color: rgba(14, 25, 12, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.product-desc-box .tabs .tab.active {
    border-bottom: 4px solid rgba(87, 185, 70, 1)
}

.product-desc-box .tab-content {
    padding: 20px 0px;
    display: none;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.product-desc-box .tab-content h3{
    color: rgba(0, 152, 70, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.product-desc-box .tab-content .download-link{
    display: flex;
    align-items: center;
}
.product-desc-box .tab-content .download-link img{
   width: auto;
}

.product-desc-box .tab-content .download-link a{
    color: rgba(0, 152, 70, 1);
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
}
.product-desc-box .tab-content table {
    width: auto;
    border-collapse: collapse;
}

.product-desc-box .tab-content table tr:nth-child(odd) {
    background: rgba(244, 241, 232, 1);
}

.product-desc-box .tab-content table tr:nth-child(even) {
    background: rgba(254, 252, 246, 1);
}

.product-desc-box .tab-content table td {
    padding: 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.product-desc-box .tab-content img{
   width: 100%;
    border-radius: 15px;
}
.product-desc-box .tab-content ul{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.product-desc-box .tab-content.active {
    display: block;
}

.product-page-main-mid p.prices-procust {
    color: #757575;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;
}
.prices-com {
    color: #313131;
    font-size: 16px;
    line-height: 28px;
}
.product-key{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
}
.product-key-text{
    font-size: 16px;
    color: #313131;
    font-weight: bold;
    line-height: 28px;
    text-transform: initial;
    margin-left: 10px;
}
.product-key-text2{
    font-size: 16px;
    color: #313131;
    font-weight: bold;
    line-height: 28px;
    text-transform: initial;
    margin-left: 40px;
}
.cart-total-price{
    color: #0F447B;
    text-transform: lowercase;
    font-weight: bold;
}

.product-images {
    border: 1px solid #EFECE2
}
.product-brand{
    color: #57B946;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
#sliderSyncingNav .js-prev {
    left: -45px;
    background: white;
    box-shadow: 0px 0px 4px #00000066;
}
#sliderSyncingNav .js-next {
    right: -45px;
    background: white;
    box-shadow: 0px 0px 4px #00000066;
}
#sliderSyncingNav .js-prev:hover {
    background: #0F447B;
    color: wheat;
}
#sliderSyncingNav .js-next:hover {
    background: #0F447B;
    color: wheat;
}
.prices-selector {
    border: 1px solid #D4D4D4;
    border-radius: 25px;
    padding: 5px 10px;
    margin: 0px 10px;
    width: 60px;
}
.button-add{

    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #0F447B;
    padding: 10px 25px;
    background-color: #0F447B;
    color: white;
    border-radius: 25px;
}
.button-add-red{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #0F447B;
    padding: 15px 25px;
    background-color: #0F447B;
    color: white;
    border-radius: 25px;
}
.button-add-green{
    display: none;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #5B9E33;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 25px;
}
.button-add-green2{
    margin: 0px 10px 0px 0px;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #5B9E33;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 25px;
}
.product-item:hover .product-square .button-add-green{
    display: initial;

}
.product-item:hover .product-item__body .button-add-green{
    transition: all 1s linear;
    display: initial;

}
.category-product:hover .product-square .button-add-green{
    display: initial;

}
.category-product:hover .product-square .button-add-green{
    transition: all 1s linear;
    display: initial;

}
.grey-background{
    background-color: #E5e5e5;
}
.grey-background2{
    background-color: #E5e5e5;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.grey-background3{
    background-color: #E5e5e5;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.product-assurences-item p.title{
    border-bottom: none;
    font-size: 14px;
    font-weight: bold;
    color: #5B9E33;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.product-desc{
    border-bottom: none!important;
    font-size: 16px!important;
    color: #313131;
    text-transform: initial!important;

}
.product-assurences-item p{

    font-size: 16px;
    color: #313131;


}

.product-assurences-item p span{
    text-transform: initial;
    padding-left: 15px;
}
.product-page-main-mid .product-page-assurences .product-assurences-item {
    text-align: center;
    font-size: 12px;
}
.product-page-main-mid .product-page-assurences .product-assurences-item i {
    font-size: 60px;
    margin-bottom: 10px;
}
.product-page-main-right {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    font-size: 16px;
    text-transform: uppercase;
}
.product-page-main-right .product-availability {
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.product-page-main-right #baseprice {
    font-weight: 600;
    color: #0f5b9c;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 36px;
}
.product-page-main-right h4 {
    margin-bottom: 0;
}
.product-page-main-right h4 #oldprice {
    font-size: 20px;
    margin-bottom: 0;
}
.product-page-main-right #usteda {
    background-color: transparent;
    padding: 0;
    display: block;
    margin-bottom: 0;
    color: #333e48;
}
.product-page-main-right #addtocard {
    width: 100%;
    background-color: #71ba4d;
    color: #fff;
    line-height: 44px;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 18px;
    padding: 0;
    position: relative;
}
.product-page-main-right #addtocard::before {
    content: "Besplatna dostava";
    position: absolute;
    line-height: 16px;
    top: -16px;
    right: 20px;
    border-radius: 6px 6px 0 0;
    background-color: #0f5b9c;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}
.product-page-main-right #addtocard:hover {
    background-color: #64a543;
}
#addtocard:hover {
    color: white;
}
.video-iframe-holder {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.24%;
}
.video-iframe-holder #video-iframe {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category-page #pills-tabContent {
    transition: 0.5s opacity ease-in-out;
}

footer {
    background: #5b9e33;
}
footer .footer-top {
    background: #71ba4d;
}
footer .footer-top .footer-top-left {
    background: #64a543;
    padding: 20px 40px 20px 100px;
}
@media (max-width: 1439px) {
    footer .footer-top .footer-top-left {
        padding: 20px 30px;
    }
}
footer .footer-top .footer-top-left p {
    color: #fff;
}
footer .footer-top .footer-top-right {
    background: #71ba4d;
    padding: 20px 100px 20px 40px;
}
@media (max-width: 1439px) {
    footer .footer-top .footer-top-right {
        padding: 20px 30px;
    }
}
footer .footer-top .footer-top-right p {
    color: #fff;
}
footer .footer-mid {
    background: #5B9E33;
    display: flex;
    justify-content: space-between;

    padding: 0 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
footer .footer-mid p {
    color: #2D2B2F;
    margin-bottom: 5px;
    line-height: 20px;
}
footer .footer-mid p.footer-line-heading {
    font-weight: 600;
    color: white;
}
footer .footer-mid a.footer-line-link {
    display: block;
    margin-bottom: 5px;
    color: #2D2B2F;
    line-height: 20px;
}
footer .footer-mid a.footer-line-link:hover {
    color: #71ba4d;
}
footer .footer-mid .footer-locations p {
    padding-left: 30px;
}
footer .footer-mid .footer-locations p.footer-line-heading {
    position: relative;
}
footer .footer-mid .footer-locations p.footer-line-heading i {
    position: absolute;
    left: 10px;
    color: #fff;
}
footer .footer-mid .footer-locations a.footer-line-link {
    padding-left: 30px;
}
footer .footer-mid .footer-mid-left {
    flex: 0 30%;
    max-width: 25%;
    text-align: center;
}
footer .footer-mid .footer-mid-left .footer-main-logo {
    text-align: left;
    margin-bottom: 40px;
    display: block;
}
footer .footer-mid .footer-mid-left .footer-main-logo img {
    max-width: 220px;
    width: 100%;
}
footer .footer-mid .footer-mid-left-links {
    text-align: left;
    margin-bottom: 30px;
}
footer .footer-mid .footer-mid-left-links a {
    color: #fff;
}
footer .footer-mid .footer-mid-left-links a:nth-of-type(1) {
    font-size: 15px;
    color: #2D2B2F;
}
footer .footer-mid .footer-mid-left-links a:nth-of-type(2) {
    font-size: 15px;
    color: #2D2B2F;
}
@media (max-width: 1439px) {
    footer .footer-mid .footer-mid-left {
        flex: 0 30%;
        max-width: 30%;
    }
}
@media (max-width: 1199px) {
    footer .footer-mid .footer-mid-left {
        flex: 0 440px;
        max-width: 440px;
        margin: 0 auto 30px;
    }
}
@media (max-width: 991px) {
    footer .footer-mid .footer-mid-left {
        padding-left: 30px!important;
        flex: 0 100%;
        max-width: 100%;
        margin: 0 0 30px;
        padding: 0 calc((100% - 440px) / 2);
    }
    .product-item:hover .product-square .button-add-green{
        display: none;

    }
    .product-item:hover .product-item__body .button-add-green{

        display: none;

    }


}
footer .footer-mid .footer-mid-center {
     flex: 0 25%;
     max-width: 25%;
 }
footer .footer-mid .footer-mid-center2 {
    flex: 0 15%;
    max-width: 25%;
}
@media (max-width: 1439px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 40%;
        max-width: 40%;
    }
}
@media (max-width: 1199px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 60%;
        max-width: 60%;
    }
}
@media (max-width: 991px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 47%;
        max-width: 47%;
    }
}
@media (max-width: 767px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 100%;
        max-width: 100%;
    }
    footer .footer-mid .footer-mid-center2 {
        flex: 0 100%;
        max-width: 100%;
    }
}
footer .footer-mid .footer-mid-right {
    flex: 0 15%;
    max-width:25%;
}
.footer-pos {
    position: relative;
}
.footer-p-1 {
    position: absolute;
    bottom: 30px;
}
.footer-p-2 {
    position: absolute;
    bottom: 10px;
    color: white !important;
}
@media (max-width: 1439px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 30%;
        max-width: 30%;
    }
}
@media (max-width: 1199px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 40%;
        max-width: 40%;
    }
}
@media (max-width: 991px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 47%;
        max-width: 47%;
    }
    .footer-p-1 {
        position: inherit;
        bottom: inherit;
    }
    .footer-p-2 {
        position: inherit;
        bottom: inherit;
        color: white !important;
    }
}
@media (max-width: 767px) {
    footer .footer-mid .footer-mid-right {
        height: auto;
        flex: 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1599px) {
    footer .footer-mid {
        padding: 0 40px;
    }
}
@media (max-width: 1439px) {
    footer .footer-mid {
        padding: 0 5px;
    }
}
@media (max-width: 1199px) {
    footer .footer-mid {
        padding: 0 10px;
        flex-wrap: wrap;
    }
}
footer .footer-end {
    background: #171717;
    max-width: 1710px;
    padding: 0 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
footer .footer-end .footer-end-payment {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
    padding: 0;
}
footer .footer-end .footer-end-payment li {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
footer .footer-end .footer-end-payment li:nth-last-of-type(1) {
    margin-right: 0;
}
footer .footer-end .footer-end-payment li img {
    max-height: 30px;
    max-width: 200px;
    width: auto;
}
@media (max-width: 767px) {
    footer .footer-end .footer-end-payment {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 60%;
        height: initial;
        margin: 0 auto;
    }
    footer .footer-end .footer-end-payment li {
        margin: 0 10px 20px;
    }
}
@media (max-width: 767px) {
    footer .footer-end .footer-end-payment {
        max-width: 90%;
    }
    footer .footer-end .footer-end-payment li {
        margin: 0 10px 10px;
    }
}
.footer-input-holder {
    display: flex;
    align-items: center;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    max-width: 300px;
    position: relative;
}
.footer-input-holder .footer-input-icon {
    color: #fff;
    flex: 0 40px;
    max-width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-input-holder .footer-input-icon i {
    font-size: 20px;
}
.footer-input-holder input {
    background: transparent;
    flex-grow: 1;
    font-size: 18px;
    color: #fff;
}
.footer-input-holder input::placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1;
}
.footer-input-holder button {
    border: none;
    background: transparent;
    padding: 0;
    flex: 0 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footer-input-holder .invalid-feedback,
.footer-input-holder .valid-feedback {
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 10px;
}
.col-count-2 {
    column-count: 2;
}
@media (max-width: 767px) {
    .col-count-2 {
        column-count: initial;
    }
}
.searchproductlist-item .img-and-title {
    max-width: calc(100% - 100px);
}
.searchproductlist-item .img-and-title img {
    width: 80px;
    margin-right: 10px;
}
.searchproductlist-item .img-and-title h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    color: #64a543;
    line-height: 1.1;
}
.searchproductlist-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1rem;
    height: 0;
    width: 1rem;
    transition: 0.3s all ease-in-out;
    background: #71ba4d;
}
.searchproductlist-item:hover::after {
    top: 0;
    height: 100%;
}
#findInStores .modal-body {
    max-height: 60vh;
    overflow-y: scroll;
}
#findInStores .modal-body .modal-one-store {
    border-bottom: 1px solid #e2e2e2;
}
#findInStores .modal-body .modal-one-store:nth-last-of-type(1) {
    border-bottom: none;
}
.hp-brands-slider .u-slick__arrow-classic {
    background: transparent;
    color: #585859;
    opacity: 0.5 !important;
}
.hp-brands-slider .u-slick__arrow-classic:hover {
    opacity: 1 !important;
}
#price_range {
    height: 10px;
}
#price_range .noUi-connect {
    background: #71ba4d;
}
#price_range .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
}
.error-page-404 {
    min-height: 80vh;
    background-color: #163253;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.error-page-404 .error-section h1,
.error-page-404 .error-section h2 {
    text-shadow: 0 0 5px #0f5b9c, 0 0 5px #71ba4d;
}
.view-type-grid .category-product,
.view-type-grid-extended .category-product {
    margin-bottom: 30px;
}
.product-square{
    border: 1px solid rgba(210, 207, 198, 1);
    border-radius: 10px;
    padding: 20px 15px;
    position: relative;
}
.product-square .product-list li {
    list-style: disc;
}
.view-type-grid .category-product-title a,
.view-type-grid-extended .category-product-title a {
    color:#E94F35;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;

    min-height: 2.2em !important;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.view-type-grid .category-product-title a:hover,
.view-type-grid-extended .category-product-title a:hover {
    color: #71ba4d;
}
.view-type-grid .category-product::after,
.view-type-grid-extended .category-product::after {
    display: none;
}
.view-type-grid .category-product-short-desc,
.view-type-grid-extended .category-product-short-desc {
    display: none;
}
.view-type-grid .category-product-price,
.view-type-grid-extended .category-product-price {
    text-align: center;
}
.view-type-grid .category-product-price ins,
.view-type-grid-extended .category-product-price ins {
    font-weight: 700;
    color: #2D2B2F;
   font-size: 20px;

}

.view-type-grid-extended .category-product .category-product-short-desc,
.view-type-grid-extended-extended .category-product .category-product-short-desc {
    display: block;
}
.view-type-grid-extended .category-product .category-product-short-desc p,
.view-type-grid-extended-extended .category-product .category-product-short-desc p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 57.6px;
}
.view-type-grid-extended .category-product .category-product-short-desc a,
.view-type-grid-extended-extended .category-product .category-product-short-desc a {
    margin-bottom: 10px;
}
.view-type-grid .cl-button-holder,
.view-type-grid-extended .cl-button-holder {
    margin: 0 auto;
}
.view-type-list .category-product {
    flex: 0 100%;
    max-width: 100%;
    border-right: none;
    text-align: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e2e2e2;
}
.view-type-list .category-product .product-square {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.view-type-list .category-product-img {
    flex: 0 20%;
    max-width: 20%;
    margin-bottom: 0 !important;
}
.view-type-list .category-product-img img {
    width: 100%;
}
.view-type-list .category-product .rating-and-title {
    flex: 0 30%;
    max-width: 30%;
}
.view-type-list .category-product-title a {
    font-size: 24px;
    color: #383838;
    font-weight: 700;
    line-height: 28px;
    min-height: 56px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-type-list .category-product-title a:hover {
    color: #71ba4d;
}
.view-type-list .category-product::after {
    display: none;
}
.view-type-list .category-product-short-desc {
    display: none;
}
.view-type-list .category-product-price {
    text-align: center;
    flex: 0 20%;
    max-width: 20%;
}
.view-type-list .category-product-price ins {
    font-weight: 700;
    color: #0f5b9c;
    margin-right: 10px;
}
.view-type-list .category-product .cl-button-holder {
    flex: 0 200px;
    max-width: 200px;
}
.view-type-list-extended .category-product {
    flex: 0 100%;
    max-width: 100%;
    border-right: none;
    text-align: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e2e2e2;
}
.view-type-list-extended .category-product .product-square {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.view-type-list-extended .category-product-img {
    flex: 0 15%;
    max-width: 15%;
    margin-bottom: 0 !important;
}
.view-type-list-extended .category-product-img img {
    width: 100%;
}
.view-type-list-extended .category-product .rating-and-title {
    flex: 0 20%;
    max-width: 20%;
}
.view-type-list-extended .category-product-title a {
    font-size: 20px;
    color: #383838;
    font-weight: 700;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-type-list-extended .category-product-title a:hover {
    color: #71ba4d;
}
.view-type-list-extended .category-product::after {
    display: none;
}
.view-type-list-extended .category-product-price {
    text-align: center;
    flex: 0 15%;
    max-width: 15%;
}
.view-type-list-extended .category-product-price ins {
    font-weight: 700;
    color: #0f5b9c;
    margin-right: 10px;
}
.view-type-list-extended .category-product-short-desc {
    display: block;
    flex: 0 calc(100% - 50% - 200px);
    max-width: calc(100% - 50% - 200px);
    padding: 0 20px;
}
.view-type-list-extended .category-product-short-desc p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 57.6px;
}
.view-type-list-extended .category-product .cl-button-holder {
    flex: 0 200px;
    max-width: 200px;
}
@media (max-width: 767px) {
    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 575px) {
    #main-menu-toggler {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .u-header .vertical-menu.v2,
    .u-header + main .vertical-menu.v2 {
        width: 100vw;
        top: calc(100% + 10px);
    }
    .button-add {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 9px;
        border: 1px solid #0F447B;
        padding: 8px 8px;
        background-color: #0F447B;
        color: white;
        border-radius: 25px;
    }
}
.hamburger-toggler {
    width: 24px;
    height: 18px;
    position: relative;
}
.hamburger-toggler > span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #383838;
    transition: 0.3s all ease-in-out;
}
.hamburger-toggler > span:nth-of-type(1) {
    top: 0;
    transform: translateY(0) rotate(0);
}
.hamburger-toggler > span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.hamburger-toggler > span:nth-of-type(3) {
    bottom: 0;
    transform: translateY(0) rotate(0);
}
.hamburger-toggler.active-menu > span:nth-of-type(1) {
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg);
}
.hamburger-toggler.active-menu > span:nth-of-type(2) {
    opacity: 0;
}
.hamburger-toggler.active-menu > span:nth-of-type(3) {
    bottom: 50%;
    transform-origin: center;
    transform: translateY(50%) rotate(-45deg);
}
@media (max-width: 1199px) {
    .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
        right: -180%;
        width: initial !important;
    }
}
@media (max-width: 991px) {
    .homepage-sidebar-items #Bpills-tabContent .product-item:nth-of-type(n + 7) {
        display: none;
    }
}
#category-filters {
    display: block;
}
@media (max-width: 1199px) {
    #category-filters {
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        overflow: scroll;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease;
        z-index: 1;
        background: #fff;
    }
    #category-filters.filters-shown {
        width: 300px;
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 575px) {
    #category-filters {
        position: fixed;
        top: 0 !important;
        right: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease;
        z-index: 1;
        background: #fff;
    }
    #category-filters.filters-shown {
        width: 100vw;
        z-index: 1001;
        opacity: 1;
        right: 0;
        visibility: visible;
    }
}
@media (max-width: 575px) {
    #product-page-tab-togglers .nav li {
        margin: 0 10px !important;
        border-bottom: 1px solid #e2e2e2;
    }
    #product-page-tab-togglers .nav li:nth-last-of-type(1) {
        border-bottom: none;
    }
}
select {
    background: transparent;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    border-radius: 5px;
}
.theme-card .theme-form input {
    border: none;
    border: 1px solid #D4D4D4;
    background: transparent;
    color: #383838;
    margin-right: 10px;
    border-radius: 0;
}
.theme-card .theme-form label {
    color: #313131;
    font-size: 16px;

}

.disp-init {

   display: initial;

}
.vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    white-space: nowrap;
}
.u-header .vertical-menu .u-header__nav-item[data-event="hover"]:hover .u-header__nav-link,
.u-header + main .vertical-menu .u-header__nav-item[data-event="hover"]:hover .u-header__nav-link {
    white-space: nowrap;
    font-weight: 400;
    text-shadow: 0 0 1px #000;
}
#product-page-long-desc {
    overflow: hidden;
    max-height: 144px;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 24px;
}
#product-page-long-desc p {
    margin-bottom: 24px;
    line-height: 24px;
}
#product-page-long-desc span#more-dots {
    position: absolute;
    bottom: 0;
    height: 24px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    color: #71ba4d;
    cursor: pointer;
    transition: 0.3s all ease;
}
#product-page-long-desc span#more-dots i {
    font-size: 7px;
    margin-right: 5px;
    color: #71ba4d;
}
#product-page-long-desc span#more-dots:hover i {
    color: #0f5b9c;
}
#product-page-long-desc.extended-text {
    max-height: initial;
}
.swal2-footer {
display: none!important;
}
.swal2-title {
    color: #5B9E33!important;
}
.swal2-actions{
    display: grid!important;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 3.25em!important;
    background: initial;
    background-color: #0F447B!important;
    color: #fff;
    font-size: 1.0625em;
    text-transform: uppercase!important;
}

 .swal2-styled.swal2-cancel {

     border: 2px solid #5B9E33!important;
     border-radius: 3.25em!important;
     background: initial;
     background-color: #fff!important;
     color: #5B9E33!important;
     font-size: 1.0625em;
     text-transform: uppercase!important;
 }
.swal2-footer .game-product .product-box {
    padding: 0 10px;
}
.swal2-footer .game-product .product-box .img-wrapper .front img {
    width: 100%;
}
.swal2-footer .game-product .product-box .product-detail {
    text-align: center;
}
.swal2-footer .game-product .product-box .product-detail h6 {
    font-size: 24px;
    padding-top: 16px;
    font-weight: bold;
    color: #383838;
}
.swal2-footer .game-product .product-box .product-detail h4 del {
    font-size: 14px;
}
.swal2-footer .game-product .product-box .product-detail h4 span {
    font-size: 20px;
    font-weight: 600;
    color: #0f5b9c;
}
@media (max-width: 767px) {
    .cart-table .table tbody tr td:first-child,
    .wishlist-table .table tbody tr td.delete-button-holder {
        width: 100%;
        justify-content: flex-end;
        padding: 24px 0 0;
    }
    .cart-table .table tbody tr td:first-child > a,
    .wishlist-table .table tbody tr td.delete-button-holder > a {
        padding: 5px 20px;
        background: #e2e2e2;
        color: #383838;
        border-radius: 5px 5px 0 0;
        font-size: 16px;
        line-height: 16px;
        height: 26px;
        transition: 0.3s all ease;
    }
    .cart-table .table tbody tr td:first-child > a:hover,
    .wishlist-table .table tbody tr td.delete-button-holder > a:hover {
        background: #383838;
        color: #fff;
    }
    .product-desc-box .tabs {
        list-style: none;
        padding: 0;
        display: flex;
        border-bottom: 1px solid rgba(14, 25, 12, 0.1);
        margin-bottom: 10px;     /* Postavi listu kao fleksboks */
        overflow-x: auto;            /* Omogući horizontalni skrol */
        -webkit-overflow-scrolling: touch;  /* Za bolju skrol funkcionalnost na mobilnim uređajima */
        white-space: nowrap;
    }
    .product-desc-box .tab-content h3 {
        color: rgba(0, 152, 70, 1);
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
    }
}

.navbar-nav li.hs-has-mega-menu:hover a::after{
    transform: rotate(180deg);
    transition: .35s linear;
}
span.togglenav img{
    transition: .35s linear;
}
span.togglenav.opened img{
    transform: rotate(180deg);
}

/*Desktop nav overflow*/
.desktop-nav-overflow{
    position: absolute;
    inset: 0;
    z-index: 999;
    display: none;
}
.desktop-nav-overflow.appear {
    display: block;
}