﻿/* COMMON */

body#promo-page {
    /*padding: 80px 0 40px 0;*/
}

#promo-page .container {
    /*background-color: #fff;*/
}

#vsc-promo main {
    padding-bottom: 80px;
}

/* STYLE */
#promo-page .standard {
    background-color: #fff !important;
}

#promo-page .transparent {
    background-color: transparent !important;
}
/* TOP LOGO */
#promo-page .promo-top-logo {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #000000;
    z-index: 9999;
    margin-bottom: 120px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}

/* COUNTDOWN */

#promo-page #promo_counter {
    background-color: #f5f5f5;
}

#promo-page .timer {
    padding: 20px 20px;
    text-align: center;
}

    #promo-page .timer > div {
        display: flex;
        justify-content: center;
    }

    #promo-page .timer .cdown {
        display: flex;
        margin: 0 10px 0px 0;
        font-weight: 300;
        font-size: 14px;
        text-align: center;
        background: var(--tamno-siva);
        border-radius: 5px;
        color: #e5e5e5;
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

        #promo-page .timer .cdown span {
            color: #fff;
            display: block;
            text-align: center;
            min-width: 40px;
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 0;
            margin-bottom: 0;
        }


/* BANNER */
#promo-page .promo-banner {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0;
}

    #promo-page .promo-banner img {
        border-radius: 0;
    }

#promo-page .banner_napomena {
    padding: 15px 0;
    text-align: center;
}

    #promo-page .banner_napomena h2 {
        font-size: 16px;
        font-weight: bold;
    }

    #promo-page .banner_napomena p {
        font-size: 14px;
        text-align: justify;
    }


#promo-page .promo-banner_text {
    background-color: #f5f5f5;
    padding: 15px;
}

    #promo-page .promo-banner_text h2 {
        font-size: 16px;
    }

@media screen and (min-width:992px) {
    .bannermargin-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* TEXT */

.promo-text {
    padding: 15px;
    border-radius: 10px;
}

    .promo-text .center {
        text-align: center !important;
    }

    .promo-text .left {
        text-align: left !important;
    }

    .promo-text .right {
        text-align: right !important;
    }

    .promo-text h1 {
        font-size: 60px;
        font-weight: 700;
        line-height: 90px;
    }

    .promo-text h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }

    .promo-text h3 {
        font-size: 30px;
        line-height: 50px;
    }

    .promo-text h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .promo-text h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .promo-text blockquote {
        background: #f9f9f9;
        border-left: 10px solid #ccc;
        margin: 1.5em 10px;
        padding: 0.5em 10px;
        quotes: "\201C""\201D""\2018""\2019";
        font-size: 22px;
    }

        .promo-text blockquote:before {
            color: #ccc;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }

        .promo-text blockquote p {
            display: inline;
        }

/* PRODUCT */

#promo-page .one-product, #promo-page .two-products, #promo-page .three-products, #promo-page .four-products, #promo-page .six-products {
    padding: 15px;
}

    #promo-page .one-product h2 {
        font-size: 30px;
        font-weight: bold;
    }

    #promo-page .two-products h2 {
        font-size: 30px;
        font-weight: bold;
    }

    #promo-page .three-products h2 {
        font-size: 30px;
        font-weight: bold;
    }

    #promo-page .four-products h2 {
        font-size: 30px;
        font-weight: bold;
    }

    #promo-page .six-products h2 {
        font-size: 30px;
        font-weight: bold;
    }

#promo-page .one-product-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.2s;
}

    #promo-page .one-product-box:hover {
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
        transition: all 0.2s;
    }

    #promo-page .one-product-box .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    #promo-page .one-product-box .opis {
        margin-bottom: 15px;
    }

#promo-page .btn {
    width: 100%;
}

#promo-page .promo-popust {
    position: absolute;
    left: 30px;
    top: 20px;
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    background: var(--crveno);
    color: #fff !important;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    margin-right: 5px;
    text-transform: uppercase;
}

#promo-page .box {
    background-color: #fff;
    display: flex;
    flex-flow: column;
    /*justify-content: space-between;*/
    border: 1px solid var(--svijetlo-siva);
    margin: 20px 0;
    padding: 15px;
    transition: all 0.2s;
    border-radius: 0px;
    width: 100%;
}

    #promo-page .box:hover {
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
        transition: all 0.2s;
    }

#promo-page .grid-manufacture img {
    /* max-height: 45px; */
    max-width: 100px;
    max-height: 45px;
    object-fit: contain;
} 

#promo-page .six-products .grid-manufacture img {
    /* max-height: 45px; */
    max-width: none;
    height: 45px;
    object-fit: contain;
} 

#promo-page .splide__slide {
    display: flex;
    margin: 0 0 0 0;
    /*max-width: 330px;*/
}

#promo-page .box .title a {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: var(--tamno-siva);
    min-height: 40px;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    height: 65px;
    margin-top: 10px;
}

#promo-page a:hover {
    color: var(--boja2);
}

#promo-page .box .sifra {
	font-size: 12px;
	color: #818181;
	font-weight: 300;
	margin-bottom: 0;
}

#promo-page .grid_promokod {
	padding: 7px 15px;
	font-size: 13px;
	position: initial;
	margin: 0 0 0 15px;
}

#promo-page .six-products .grid_promokod {
	margin-left: 0;
	margin-bottom: -15px;
}

#promo-page .opis {
    margin: 0px 0 15px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#promo-page .dostava {
    /*position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    background: transparent;
    color: var(--boja2);
    margin: 0 0 15px 0;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    bottom: auto;*/
}

#promo-page .dostava:has(span) {
	background-color: #4c9f1a;
	color: #fff;
	font-size: 12px;
    font-weight: 400;
	padding: 2px 5px;
	display: inline-block;
	margin-bottom: 5px;
}

#promo-page .dostava {
	height: 22px;
}

    #promo-page .dostava::before {
        /*content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 1px;
        background: var(--boja2);*/
    }

#promo-page .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: var(--siva);
}

#promo-page .price {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

#promo-page .red {
    color: var(--boja2) !important;
}

#promo-page .promoprice {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: var(--tamno-siva);
}

#promo-page .price .exchange-price {
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 20px;
    color: #aaaa;
}

#promo-page .six-products .title {
    font-size: 20px;
    font-weight: 700;
}

#promo-page .six-products .price {
    font-size: 20px;
    font-weight: bold;
}

/* PRODUCT CAROUSEL */

#promo-page .promo-carousel {
    /*background-color: #fff;*/
    padding: 0px;
}

/* OTHER */
#promo-page .header {
    text-align: center;
    /*padding: 30px;*/
}

#promo-page .footer {
    padding: 30px 0;
    text-align: center;
}

.promo-category .naziv {
    margin: 15px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.fluid-width-video-wrapper {
    max-width: 1410px;
}

/* PROMO GRUPE */
#promo-page .gridpromo-grupe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    justify-content: center;
    align-content: center;
}

#promo-page .promo-category .gridpromo-grupe .naziv {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--tamno-siva);
}

/* STICKERS */
.stickers-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    z-index: 8;
    flex-flow: column;
}


#promo-page .box .slika .stickers {
    list-style: none;
    display: flex;
    flex-flow: column;
}

    #promo-page .box .slika .stickers img {
        width: 50px !important;
        padding-bottom: 5px;
    }

#promo-page .selloutend {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

/* PROMO RATE TAG */
#promo-page .rate_product {
	padding: 0px 15px 35px 15px;
	width: 100%;
	height: 60px;
}
#promo-page .credit-box {
	left: 0;
	right: auto;
	top: 20px;
	min-width: 300px;
}

#promo-page .placanjerate_tag_container {
    border-bottom: 0;
    color: var(--tamno-siva);
    position: relative;
    /*    padding: 15px 20px 15px 20px;
    background: #f8f7f7;*/
    margin-top: 15px;
}

#promo-page .placanjerate_tag {
    list-style-type: none;
}

#promo-page  .placanjerate_tag li {
	margin-bottom: 5px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	height: 35px;
}

#promo-page .placanjerate-tag .placanjerate_tag span:not(span > span):first-child {
	background-color: var(--boja2);
	color: #fff;
	text-align: center;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#promo-page .placanjerate_tag span {
	display: inline-block;
	font-size: 11px;
	line-height: 10px;
}

#promo-page .placanjerate_tag li span:nth-child(2) {
	grid-column: 2/7;
}

#promo-page  .placanjerate_tag li span:nth-child(3) {
	grid-row: 2/2;
	grid-column: 1/7;
	padding-top: 7px;
}

    #promo-page .placanjerate_tag span:not(span > span):first-child {
        background-color: var(--boja2);
        color: #fff;
        text-align: center;
        padding: 3px;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #promo-page.placanjerate_tag li span:nth-child(3) {
        grid-row: 2/2;
        grid-column: 1/7;
        padding-top: 7px;
    }


#promo-page .placanjeratetaginfo {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    line-height: 14px;
    color: var(--boja1);
}

@media screen and (min-width:1200px) {
    #promo-page .one-product-box .slika::after {
        content: "";
        position: absolute;
        right: 3%;
        top: 0;
        width: 1px;
        background: #E5E5E5;
        height: 100%;
    }
}

@media screen and (max-width:991px) {
    #vsc-promo {
        margin-top: 17px;
    }
}

@media screen and (max-width:767px) {
    #vsc-promo {
        margin-top: 50px;
    }

    #promo-page .gridpromo-grupe {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media screen and (max-width:576px) {

    #vsc-promo {
        margin-top: 90px;
    }

    #promo-page .promo-banner {
        text-align: center;
        margin: 40px 0;
        background-color: transparent;
        padding: 0px;
        border-radius: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #promo-page .timer .cdown {
        margin-bottom: 10px;
    }

    #promo-page .opis {
        /*height: auto;
        overflow: visible;
        font-size: 18px;*/
    }

    #promo-page .title {
        height: auto;
        overflow: visible;
    }

    #promo-page .one-product-box .title {
        margin-top: 15px;
    }

    #promo-page .promo-category.gridpromo {
        margin-top: 30px;
    }

    #promo-page .gridpromo-grupe {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
}

@media screen and (max-width:767px) {
    .promo-text h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .promo-text {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
        font-size: 18px;
    }

    body {
        padding: 0;
        margin: 0;
        border: 0;
        min-height: 100%;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        body:before {
            content: "";
            background-image: inherit;
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: 100%;
            -webkit-background-size: cover !important;
            -moz-background-size: cover !important;
            background-size: cover !important;
            z-index: -1;
        }
    }
}
