@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/*google maps*/
.google-maps {
    position:relative;
    padding-bottom: 75%;
    height:0;
    overflow:hidden;
}

.google-maps iframe{
    position:absolute;
    top:0;
    left:0;
    width: 100% !important;
    height:300px;
}

.google-maps-iframe {
    width : 100%; 
    height: 300px; 
    border:0;     
}

/*caorusel*/
.img-responsive {
    background-size: cover;
    background-repeat: no-repeat;
    width: 200%;
    height: auto;
}
/*badge*/
.badge-font-size {
    font-size: 0.875rem;
}

.badge-filter-font-size {
    font-size: 0.7rem;
}

/*Alert*/
.alert-fixed {
    position: fixed;
    bottom: 0px;
    /*left: 0px;*/
    width: 100%;
    z-index: 99;
    border-radius: 0px
}

/*Text*/
p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: medium;
}

.small-text {
    font-size: small;
}
/*Kendo grid*/

.k-grid {
    font-size: small;
}

.k-grid td {
    line-height: 2em;
}

/*.k-grid-toolbar a {
    float: right;
}*/

/*Kendo numeric text box*/
.k-numerictextbox .k-numeric-wrap,
.k-numerictextbox .k-select {
    border-color: silver;
    text-align:center;
}

.k-numerictextbox .k-input {
    width: 96%;
    text-align: center;
}

/*Kendo list view*/
#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    border: hidden;
}

.k-listview .k-state-selected {
    background-color:transparent;
}


#listViewCategory {
    padding: 10px 10px;
    border: hidden;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Kendo scrollView*/
div.k-scrollview {
    border: hidden;
    height: 300px;
    width: auto;
}

div.k-scrollview ul.k-scrollview-wrap > li {
    text-align: center;
    display: table;
    box-sizing: border-box;
}

ul.k-scrollview-wrap > li > .img-wrapper {
    padding: 2em;
    display: table-cell;
    vertical-align: middle;
}

    ul.k-scrollview-wrap > li > .img-wrapper > div {
        width: 30%;
        min-width: 150px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 1em;
    }

        ul.k-scrollview-wrap > li > .img-wrapper > div > div {
            margin: auto;
            margin-bottom: 0.5em;
        }


/*  special offer */

.special-offer-right-block {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .special-offer-right-block h4 {
        text-align: left;
        font-size: x-large;
        padding-left: 10px;
        font-family: Oswald,Arial Narrow,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .special-offer-right-block p {
        font-family: 'Oswald';
        text-align: left;
        font-size: large;
        padding: 0 40px 0 10px;
        letter-spacing: 1px;
        font-weight: lighter;
        line-height: 25px;
        text-justify;
    }

.special-offer-left-block1 {
    background: url('../images/Promocija.webp');
    height: 250;
    background-size: cover;
    background-repeat: no-repeat;
}

.special-offer-left-block2 {
    background: url('../images/Salon.webp');
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Product Category*/
.product-category {
    float: left;
    position: relative;
    width: 145px;
    height: 230px;
    padding: 5px;
}

    .product-category img {
        width: auto;
        /*max-width: 140px;*/
        height: 120px;
        display: block;
        margin: 0;
        padding: 0;

    }

    .product-category a {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 172px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: large;
        font-weight: normal;
        text-align:center;
    }

    .product-category h3 {
        margin: 0;
        padding: 10px 0 0 10px;
        font-size: .9em;
        overflow: hidden;
        font-weight: normal;
        float: left;
        max-width: 100px;
        text-transform: uppercase;
    }

    .product-category p {
        visibility: hidden;
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .product-category:hover p {
        visibility: visible;
        position: absolute;
        width: 140px;
        height: 160px;
        top: 0;
        margin: 0;
        padding: 5px;
        /*line-height: 30px;*/
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
        font-weight: 200;
        font-size:small;
    }

.k-pager-lg,
.k-pager-md,
.k-pager-sm {
    color : #808080;
    background-color: transparent;
    border: none;
}

.k-pager-refresh .k-link {
    color: red;
}


.demo-section .k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Blog*/
.blog-img-box {
    max-height: 100%;
    align-self: center;
}

    .blog-img-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        max-width: 800px;
        max-height: 600px;
    }

.blog-search-box {
    max-height: 100%;
    align-self: start;
    min-height: 300px;
}

    .blog-search-box img {
        display: block;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        max-width: 200px;
        max-height: 150px;
    }

.blog-smallimg-box {
    max-height: 100%;
    align-self: center;
    height: 150px;
}

    .blog-smallimg-box img {
        display: block;
        margin-top: -15px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        max-width: 200px;
        max-height: 150px;
    }

    .blog-smallimg-box p {
        visibility: hidden;
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .blog-smallimg-box:hover p {
        visibility: visible;
        position: absolute;
        width: 300px;
        height: 150px;
        top: -15px;
        margin: 0;
        padding: 10px;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .1s linear, color .1s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
        font-weight: 300;
    }

.blog-scroll {
    float: left;
    position: relative;
    width: 254px;
    max-height: 400px;
    margin: 0 0px;
    padding: 0;
}
/*Product*/
.product-list {
    /*    float: center;*/
    position: relative;
    display: inline-block;
    width: 254px;
    height: 470px;
    margin: 0 5px;
    padding: 0;
}

    .product-list img {
        width: auto;
        max-width: 272px;
        height: 220px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .product-list a {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 272px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: large;
        font-weight: normal;
    }

    .product-list h4 {
        text-transform: uppercase;
    }

    .product-list h2 {
        text-align: right;
    }

    .product-list p {
        visibility: hidden;
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .product-list:hover p {
        visibility: visible;
        position: absolute;
        width: 254px;
        height: 220px;
        top: 0;
        margin: 0;
        padding: 20px;
        /*line-height: 30px;*/
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
        font-weight: 300;
    }

.product-list-name {
    min-height: 80px;
}

/*Product small*/
.product-small-list {
    /*    float: center;*/
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
}

    .product-small-list img {
        width: auto;
        max-width: 150px;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .product-small-list a {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 150px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: large;
        font-weight: normal;
    }

    .product-small-list h4 {
        text-transform: uppercase;
    }

    .product-small-list h2 {
        text-align: right;
    }

    .product-small-list p {
        visibility: hidden;
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .product-small-list:hover p {
        visibility: visible;
        position: absolute;
        width: 150px;
        height: 150px;
        top: 0;
        margin: 0;
        padding: 3px;
        /*line-height: 30px;*/
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
        font-weight: 200;
    }

.product-small-list-name {
    min-height: 40px;
}

/*Product Type*/
.product-type-list {
    /*    float: center;*/
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}

    .product-type-list img {
        width: auto;
        max-width: 100px;
        height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .product-type-list a {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 100px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: large;
        font-weight: normal;
    }

    .product-type-list h4 {
        text-transform: uppercase;
    }

    .product-type-list h2 {
        text-align: right;
    }

    .product-type-list p {
        visibility: hidden;
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .product-type-list:hover p {
        visibility: visible;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 0;
        margin: 0;
        padding: 3px;
        /*line-height: 30px;*/
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
        font-weight: 200;
    }

.product-type-list-name {
    min-height: 40px;
}

/*Special offer*/
.special-offer {
    /*    float: center;*/
    position: relative;
    display: inline-block;
    max-height: 500px;
    max-height: 500px;
    margin: 0;
    padding: 0;
}

    .special-offer img {
        width: auto;
        max-width: 500px;
        max-height: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
    }

    .special-offer a {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 500px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: large;
        font-weight: normal;
    }

/*Category scroll*/

.category-scroll {
    float: left;
    position: relative;
    width: 85px;
    height: 135px;
    margin: 0 0px;
    padding: 0;
}
/*Product scroll*/

.product-scroll {
    float: left;
    position: relative;
    width: 254px;
    height: 400px;
    margin: 0 0px;
    padding: 0;
}

/*Product*/
.product-name {
    margin-top: 5px;
}

    .product-name > h1 {
        font-size: xx-large;
        font-weight: 900;
    }


    .product-name > h3 {
        font-size: medium;
        font-weight: 500;
    }

    .product-name > h5 {
        font-size: medium;
        font-weight: 400;
    }

/*Product details*/
.product-view {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-img-box {
    max-width: 100%;
    align-self: center;
}

    .product-img-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 335px;
        max-height: 450px;
    }

.action-img-box {
    max-width: 100%;
    align-self: center;
}

    .action-img-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 335px;
        max-height: 450px;
    }

.product-info-box {
    max-width: 50%;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}

.product-category {
    width: 75%;
}

    .product-category > h2 {
        font-family: "InterstateBoldCondensedRg", Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #333333;
        font-size: 14px;
        letter-spacing: 0px;
    }

        .product-category > h2:after {
            content: "___";
            font-size: 24px;
            letter-spacing: -6px;
            display: block;
            margin-top: -18px;
        }

.product-benefit {
    margin-top: 10px;
    clear: both;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .product-benefit > p {
        font-size: medium;
        font-family: 'Trebuchet MS';
    }

.qty-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 50px;
    align-items: center;
}

.select-qty {
    order: 1;
}

    .select-qty > label {
        margin-right: 7px;
        float: left;
        font-weight: bold;
        font-size: medium;
        font-family: 'Trebuchet MS';
    }

    .select-qty > select {
        width: 70px;
        height: 30px;
        padding-left: 12px;
        padding-bottom: 4px;
        font-weight: bold;
        color: #000000;
        border: 2px solid #a6a6a6;
    }

.product-price-list-item {
    font-family: 'Roboto Slab', serif;
    margin-top: 0px;
    font-weight: 500;
    font-size: large;
}

.product-price {
    order: 2;
    margin-left: 15px;
    margin-top: 30px;
}

    .product-price > p {
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        font-size: x-large;
        margin: 3px;
    }

.product-old-price {
    order: 2;
    margin-left: 15px;
    margin-top: 30px;
}

    .product-old-price > p {
        font-family: 'Roboto Slab', serif;
        font-weight: 300;
        text-decoration: line-through;
        color: red;
        font-size: x-large;
        margin: 3px;
    }

.product-volume {
    order: 3;
    margin-left: 30px;
}

    .product-volume > p {
        text-transform: uppercase;
        font-weight: bold;
        color: #000000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
    }

.add-product-to-cart {
    margin-top: 10px;
    margin-bottom: 30px;
    position: absolute;
}

.add-to-cart-btn {
    color: white;
    background-color: #333;
    width: 160px;
    border-radius: 0px;
    border: 2px solid #248BAD;
    padding: 10px 15px;
    border: none;
    font-family: Oswald;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color .2s;
    font-size: large;
    font-weight: 400;
}

    .add-to-cart-btn:hover {
        color: white;
        background-color: #c6c3c2;
        border: #c6c3c2;
        cursor: pointer;
    }

.add-to-cart-btn-disable {
    color: white;
    background-color: #c6c3c2;
    width: 160px;
    border-radius: 0px;
    border: 2px solid #248BAD;
    padding: 10px 15px;
    border: none;
    font-family: Oswald;
    letter-spacing: 1px;
    font-size: large;
    font-weight: 400;
}

.product-usage {
    margin-top: 100px;
    width: 100%;
}

    .product-usage > p {
        font-size: medium;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

.border-line {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
    margin-bottom: 3.5em;
    margin-top: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 10px -10px;
}

.reviews-line {
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 10px;
    margin-bottom: 3.5em;
    margin-top: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 15px -10px;
}

    .reviews-line > p {
        text-align: center;
        background-color: #ffffff;
        text-transform: uppercase;
        font-size: larger;
        color: #333333;
    }

    .reviews-line:before {
        content: '';
        position: absolute;
        transform: rotate(45deg);
        width: 31px;
        height: 31px;
        box-shadow: rgba(0, 0, 0, 0.1) 8px 9px 17px -2px;
        left: calc(50% - 15px);
        bottom: -11px;
        z-index: 11;
    }

    .reviews-line:after {
        top: 73%;
        z-index: 12;
        left: calc(50% - 31px);
        border: solid transparent;
        content: " ";
        height: 26px;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 33px;
    }



.usage-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .usage-block > p {
        font-size: medium;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center;
        font-weight: 100;
        color: #333;
        width: 60%;
        margin-left: 20%;
        line-height: 26px;
    }

.usage-block-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .usage-block-sm > p {
        font-size: smaller;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center;
        font-weight: 100;
        color: #333;
        width: 90%;
        margin-left: 5%;
        line-height: 26px;
    }

.pb-cmnt-container {
    margin-top: 10px;
    width: 60%;
    margin-left: 20%;
}

.pb-cmnt-textarea {
    margin-top: 5px;
    height: 130px;
    width: 100%;
    border: 1px solid #F2F2F2;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.pb-cmnt-input {
    resize: none;
    width: 100%;
    border: 1px solid #F2F2F2;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.form-comment {
    display: flex;
    justify-content: center;
}

.comment-button {
    margin-top: 5px;
    color: white;
    background-color: #333;
    width: 160px;
    border-radius: 0px;
    border: 2px solid #248BAD;
    padding: 7px 12px;
    border: none;
    font-family: Oswald;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color .2s;
    font-size: medium;
    font-weight: 400;
}

.comments-block {
    margin-top: 30px;
    border-top: 1px solid #F2F2F2;
}

    .comments-block > p {
        font-size: medium;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding-top: 10px;
    }

 /*Filters*/
.filters-container {
    width: 18%;
    height: 300px;
    margin-left: -40px;
    margin-top: 40px;
    position: absolute;
}

@media ( max-width: 1440px ) {
    .filters-container {
        display: none;
    }
}

.filters-group {
    padding: 5px 50px 10px 50px;
}

    .filters-group hr {
        border: 1px solid #333;
    }

    .filters-group h2 {
        font-family: Oswald,Arial Narrow,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
    }

    .filters-group ul {
        list-style: none;
        overflow-y: auto;
        overflow-x: hidden;
        height: 250px;
    }

        .filters-group ul::-webkit-scrollbar-track {
            border: 1px solid #E3E3E3;
            background-color: #FFFFFF;
        }

        .filters-group ul::-webkit-scrollbar {
            width: 10px;
            background-color: red;
        }

        .filters-group ul::-webkit-scrollbar-thumb {
            background-color: #E3E3E3;
        }


        .filters-group ul li {
            padding-top: 5px;
        }

.filter-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .filter-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.filter-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-label input:checked ~ .checkmark {
    background-color: darkgray /* #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filter-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filter-label .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Footer*/
footer {
    background-color: #333;
    width: 100%;
    margin-top: 40px;
    font-size: inherit;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: red;
    font-weight: 300;
    padding: 40px;
    letter-spacing: 1px;
    line-height: 2;
}

    footer p {
        color: white;
        padding: 10px 10px;
    }

.hr-footer {
    border: 1px solid white;
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
}

    .footer-top .footer1 ul li {
        padding: 20px 10px 0px 10px;
    }

    .footer-top .footer3 ul li {
        padding: 20px 10px 0px 10px;
    }

    .footer-top .footer3 h4 {
        margin-top: 10px;
        font-weight: 300;
        font-size: medium;
        padding-bottom: 15px;
    }


