#newsletter_section {
    background-color: white;
}

.pagination .page-item:not(.disabled) {
    cursor: pointer;
}

.productsPerPageCombo .dropdown-item {
    cursor: pointer;
}

.btn-link.removeProductFromCart {
    padding: 0px;
}
.btn-sm.btn-link.removeProductFromCart {
    font-size: 13px;
}

.email_container {
    background-color: white;
    padding: 80px 0px;
    margin-bottom: 60px;
}

/* navigation */

.mainNavShop {
    max-height: 400px;
    overflow-y: auto;
}

.mainNavShop .main-category {
    margin-top: 15px;
}

.mainNavShop .sub-category {
    font-size: 14px;
    padding: 2px 0px;
}

/* toast */

.toast .toast-header button.close .fi {
    color: white;
}

#checkout_products_preview {
    margin-bottom: -440px;  /* uklanjam prostor na telefonu izmedju proizvoda i forme za korisnika*/
}

/* terms and conditions */
#modal-terms-and-conditions .modal-body {
    height: 400px;
    overflow-y: scroll;
}

@media only screen and (max-width: 991px) {
    #navbarMainNav .dropdown-mega .row>div:not(:last-child) {
        margin-bottom: 0px;
    }

    #navbarMainNav .dropdown-mega a.main-category {
        margin-bottom: 10px;
    }

    #navbarMainNav .nav-main-category {
        padding-left: 10px;
    }
}



.blogpost-body p {
    font-size: 1.32813rem;
    font-weight: 300;
    color: #6c757d;
    line-height: 1.5 !important;
}

.blogpost-body li {
    font-size: 1.32813rem;
    font-weight: 300;
    color: #6c757d;
    line-height: 1.5 !important;
}

.page-details-content p {
    font-size: 1.05rem;
    font-weight: 300;
    color: #6c757d;
}

/* footer */
.footer-links-container {
    float: right;
}

.footer-links-container li {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-links-container a {
    font-size: 14px;
    font-weight: bold;
}


@media only screen and (max-width: 991px) {

    #header .navbar-brand>img, header.main-nav .navbar-brand>img {
        width: 200px !important;
        height: 38px !important;
        margin-top: 10px !important;
        max-width: 300px !important;
    }

}


.product-card .image-container {
    position: relative;
}

div.product-card>.image-container>.shop-item-counter .timer-label {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -24px;
    padding: 2px 10px;
    height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background-color: #dc3545; /*rgba(255, 64, 0, 0.8); /*#dc3545;/*rgba(33,33,33,0.5);*/
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}


div.product-card>.image-container>.shop-item-counter {
    position: relative;
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    z-index: 20;
    background-color: rgba(0,0,0,0.8); /*rgba(255, 64, 0, 0.8); /*#dc3545; /*rgba(33,33,33,0.5);*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.countdown-row {
    display: block;
    position: relative;
    text-align: center;
}


div.product-card>.image-container>.shop-item-counter>.countdown .countdown-section {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 20%;
    margin: 0 3px !important;
    padding: 8px !important;
    text-align: center !important;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: all .500s;
    -moz-transition: all .500s;
    -o-transition: all .500s;
    transition: all .500s;
}
.countdown-section:first-child {
    border-left: 0;
}
.countdown-section {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    width: 25%;
    border-left: 1px solid rgba(0,0,0,0.1);
    color: #888;
    text-transform: capitalize;
}

div.product-card>.image-container>.shop-item-counter>.countdown .countdown-amount {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

div.product-card:hover>.image-container>.shop-item-counter>.countdown .countdown-period {
    margin-bottom: 0 !important;
}


div.product-card>.image-container>.shop-item-counter>.countdown .countdown-period {
    font-size: 12px !important;
    text-transform: lowercase !important;
    margin-top: 5px;
    display: block !important;
    margin-bottom: -20px !important;
    -webkit-transition: all .500s;
    -moz-transition: all .500s;
    -o-transition: all .500s;
    transition: all .500s;
}
@media only screen and (max-width: 991px) {

    div.product-card>.image-container>.shop-item-counter>.countdown .countdown-period {
        margin-bottom: 0 !important;
    }
}

.timer-countdown-box {
    width: 25%;
    float: left;
    text-align: center;
    color: white;
}

.product-info-timer-container span.timer-single-box {
    background-color: #dc3545;
}

.product-info-timer-container span.timer-single-box span{
    color: white;
}

.text-primary {
    color: #377dff !important;
}

.text-primary-no-hover:not(:hover) {
    color: #377dff !important;
}

.text-danger-no-hover:not(:hover) {
    color: #dc3545 !important;
}

@media only screen and (max-width: 400px) {

    img.main_logo_image {
        width: 180px !important;
    }
}


@media only screen and (max-width: 370px) {

    img.main_logo_image {
        width: 150px !important;
    }
}

@media only screen and (max-width: 340px) {

    img.main_logo_image {
        width: 130px !important;
    }
}


.learn-more-popover-btn {
    padding: 0px;
    line-height: 1;
}

.learn-more-popover-btn .fi:before {
    line-height: 1;
}

.product-card .product-name {
    min-height: 50px;
}


.product-card .picture-alert-container {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10000;"
}


/* product page */


    /* slider */

    .thumb-active-slide {
        border: #377dff 1px solid !important;
    }



/* bootstrap select */

.product-variants-select-container .bootstrap-select .dropdown-menu li a span.text {
    display: block;
}

.product-variants-select-container .bootstrap-select .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid gainsboro;
}

.product-variants-select-container {
    position: relative;
}

.product-variants-select-container .stock_info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-variants-select-container .variant_img_container {
    width: 80px;
    display: inline-block;
    margin-right: 5px;
}


.product-variants-select-container .dropdown-menu .inner {
    max-height: 300px !important;
}


@media only screen and (max-width: 450px) {

    .product-variants-select-container .variant_img_container {
        width: 65px;
    }

    .product-variants-select-container .dropdown-menu .dropdown-item>a, .product-variants-select-container .dropdown-menu a.dropdown-item, .dropdown-menu li:not(.dropdown-item)>a {
        padding: 5px 15px 5px 15px;
    }

    .product-variants-select-container .dropdown-menu .inner {
        max-height: 200px !important;
    }
}

.modal {
    z-index: 10500;
}


.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

section.category-banner.pt-0 {
    width: 71%;
    margin: 0 auto;
    padding-top: 0 !important;
}

.banner-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 22px rgba(0,0,0,0.08);
}

.banner-text {
    padding: 42px 48px;
    font-size: 1.08rem;
    color: #111;
    line-height: 1.65;
    background: #fff;
    z-index: 2;
}

.banner-image {
    height: 100%;
    min-height: 220px;
    max-height: 267px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-banner:not(:has(.banner-image)) .banner-inner {
    grid-template-columns: 1fr;
}

@media (max-width: 992px) {
    .banner-inner {
        grid-template-columns: 1fr;
    }
    .banner-text {
        padding: 28px 24px;
    }
    .banner-text::after {
        display: none;
    }
    .banner-image {
        background-position: 75% center !important;
        min-height: 220px;
        border-radius: 0;
    }
}
@media (max-width: 768px) {
    .banner-image {
        background-position: 75% center !important;
        min-height: 220px;
    }
}


@media (max-width: 576px) {
    .banner-text {
        padding: 22px 18px;
        font-size: 1rem;
    }
}
/* --- EXPANDABLE TEXT --- */
.expandable-text {
    position: relative;
}

.expandable-inner {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.expandable-text.expanded .expandable-inner {
    max-height: 2000px;
}

.expand-toggle {
    margin-top: 18px;
    padding: 10px 18px;
    background: #377dff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    display: none;
}

.expandable-text.has-overflow .expand-toggle {
    display: inline-block;
}

@media (max-width: 576px) {
    .expandable-inner {
        max-height: 90px;
    }
}

#snow-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
}

