/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/

@font-face {
    font-family: 'Recoleta';
    src: url('/themes/stela/fonts/Recoleta-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --stela-light-green: #acb0a7;
    --stela-green: #2ab687;
    --stela-text: #cfd0d4;
    --stela-yellow: #fde362;
    --stela-blue: #2f3544;
    --stela-pink: #F27780;
}
body {
    font-family: 'Recoleta', serif;
    background-color: var(--stela-blue);
    color: var(--stela-text);
    font-size: 16px;
}

a {
    color: var(--stela-text);
}
a:hover {
    color: white;
}
a:visited {
    color: var(--stela-text);
}

.user-selection a {
    font-weight: normal;
}

.cart-number {
    color: white;
    margin-left: .3em;
    margin-right: .3em;
}

.wrapper {
    padding-top: 0;
}

h1,
h2,
h3 {
    font-weight: normal;
}

/* header start */

.header {
    /*height: 19em;*/
    background-color: #2f3544;
    /*padding: 0 7em;
    box-sizing: border-box;
    position: static;*/
    border: none;
}

.header-top .search {
    box-shadow: none;
}

.header-menu li a {
    text-transform: uppercase;
}

.content {
    color: var(--stela-text);
}

.sidebar p {
    color: black;
}


.search-books-div {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}

.search-header {
    /*position: relative;*/
}

.search-header input {
    /*padding: 0.7em 18em 0.7em 1em;*/
    border-radius: 2em;
    border: 2px solid #cfd0d4;
    background: transparent;
   /* margin-top: 1.2em;*/
}

.search-header img {
    /*position: absolute;
    top: 1.5em;
    right: 0.8em;
    width: 5%;*/
}

.header-images {
    /*position: relative;*/
}

.header-images img:nth-child(2) {
    /*position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13%;*/
}

.user-selection {
    position: fixed;
    top: 0;
    right: 0;
    grid-template-columns: 1fr;
}

.shoping-list img,
.wish-list img {
    /*width: 15%;
    margin-right: .5em;*/
}

.wish-list span a,
.shoping-list span a {
    color: white;
}

.wish-list:hover span a,
.shoping-list:hover span a {
    color: #fde362;
}


.wish-list {
   border: none;
   padding-bottom: 0;
}

.shoping-list {
    padding-top: 0;
}

#header-cart-price {
    right: .5em;
}

#login-link {
    border: 1px solid black;
    /*font-size: 1em;
    cursor: pointer;*/
    color: #fff;
    border: none;
    /*padding: 0.4em 1em;*/
    background-color: #F27780;
    border-radius: 2em;
}

#login-link:hover {
    text-decoration: none;
}

nav {
    /*margin-top: 5em;*/
}

.header ul {
    /*position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;*/
}

.header ul li {
    /*padding: 0;*/
}

.header ul li:hover {
    /*background: none;*/
}

.header ul li:hover a {
    color: #FDE362;
}

.header ul li a {
    color: #cfd0d4;
    /*font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 100;*/
}

#user {
    width: 2.2em;
    /*padding-top: .2em;*/
    cursor: pointer;
}

.sidebar-2-news {
    display: none;
}

/*#hamburger,
#user-icon,
#shopping-cart-mobile-icon {
    display: none;
}*/

/* header end */


/* books start */



/*.content.page.content-no-image {
    max-width: 1200px;
}*/

.page-title {
    color: #cfd0d4;
}

.page-sidebar {
/*    padding: 0;
    width: 16%;
    margin-right: 2.5em;*/
}

.sidebar {
    background-color: #F27780;
/*    min-height: 800px;*/
    padding: 1em;
    box-sizing: border-box;
    border: none;
}

.sidebar h3 {
    color: black;
}

.sidebar a {
    color: black;
}

.sidebar a:hover {
    color: black;
    text-decoration: none;
}

.sidebar a:visited {
    color: black;
}

#categories .selected {
    text-decoration: underline;
}

#search {
    display: none;
}

#products-container ul {
    margin: 0;
}

#products-container ul li {
    margin: 0;
/*    padding: 0.7em 2em;*/
}


.products-component>p:first-child {
    display: none;
}

.products-info-container {
    text-align: center;
}

.products-info-container h3 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 0;
}

.products-info-container .products-product-author {
    font-weight: normal;
    color: #e6bc00;
    font-size: .9em;
    margin: 0.5em;
}

.products-info-container p {
    display: none;
}

.products-info-container .products-product-price {
    text-align: center;
    color: #cfd0d4;
    font-size: 1.1em;
}

.products-info-container .products-product-price span {
    text-decoration: line-through;
    display: block;
    font-size: .9em;
}

.add-to-cart {
    background: var(--stela-green);
    color: #fff;
/*    width: 100%;*/
    margin: 1em auto;
    border: none;
    font-family: 'Recoleta';
}

.add-to-cart:hover {
    background: var(--stela-green);
    color: #000;
}


.products-image-container {
    width: 100%;
    padding-top: 133%;
    position: relative;
}


.products-image-container img {
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.similar-products-container {
    background-color: #fde362;
    padding: .1em 1em;
}

.similar-products-container h2 {
    border-radius: 1em;
    background: #2F3544;
    display: block;
    margin: 1em auto;
    padding: .3em 1em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 1.3em;
    font-weight: 300;
    width: 30%;
    box-sizing: border-box;
}

.comments {
    margin: 4em auto;
}

.comments h2 {
    color: white;
    font-weight: 300;
    text-align: center;
}

.comments button {
    background: var(--stela-green);
    padding: .5em;
    font-size: 1em;
    width: 15%;
    text-transform: capitalize;
}


/* books end */




/* one book start */

.product-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.7em;
}

.product-price {
    color: #cfd0d4;
}

.product-description {
    color: #cfd0d4;
}

.content.product .product-after-image .add-to-cart {
    font-size: 1.2em;
    padding: .5em;
    background: #ed1c24;
    color: white;
    /*width: 48%;*/
    text-transform: uppercase;
    margin: 1em auto 1em 0;
}

.content.product .product-segment-name {
    color: black;
}
.content.product .product-segment-author {
    color: black;
}



.product-description h2 {
    border-radius: 1em;
    color: white;
    background: #f27780;
    display: inline-block;
    padding: 0.3em 2em;
    border: none;
    font-weight: normal;
}




/* one book end */



/* footer start */

#footer {
    background-color: #2f3544;
}

#patern-img {
    width: 40%;
    margin-bottom: 2em;
}

#logo-footer {
    width: 12%;
}

#footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

#footer ul li::after {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #FDE362;
    margin: 0 1em;
    vertical-align: bottom;
}

#footer ul li:last-child::after {
    display: none;
}

#footer ul li a,
#footer p {
    color: #FDE362;
    font-size: 1.2em;
}

.socials a img {
    width: 3%;
    margin-right: .5em;
}

.chipcard-payment {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    width: 80%;
    margin: 10em auto 0 auto;
    box-sizing: border-box;
}

.chipcard-payment img {
    width: 8%;
}

.chipcard-payment img:first-child {
    width: 19%;
}

.chipcard-payment img:nth-child(4) {
    width: 28%;
}

/* footer end */



/* register start */

.authentication h1 {
    background-color: #f2777f;
    border-radius: 0 15px 0 15px;
    padding: .5em;
    font-size: 1.5em;
    font-weight: 400;
}

.authentication a {
    color: #cfd0d4;
}

form label {
    color: #cfd0d4;
}

form input[type='text'],
form input[type='password'] {
    padding: 0.5em;
    border-radius: 2em;
    border: 2px solid #cfd0d4;
    background: transparent;
    /*margin-bottom: 1em;*/
}

form input[type='submit'], button {
    border-radius: 2em;
    /*font-size: 1em;*/
    /*padding: 0.6em 1em;*/
    background: var(--stela-green);
    border: none;
    color: #fff;
    cursor: pointer;
}

form input[type='submit']:hover {
    opacity: .8;
}

form input[type='checkbox'] {
    cursor: pointer;
}

/* register end */



/* o nama start + kontakt */

.content.o-nama .about-us-content {
    color: white;
    flex: 5;
}

.content .sidebar-top-list {
    background-color: #F27780;
    margin-right: 3em;
    border-right: none;

}


.sidebar-top-list h1 {
    text-align: center;
    color: #2F3544;
    margin: 0.4em;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: normal;
}

.content.contact-us .contact-us-content {
    flex: 5;
}

.contact-us-content h1,
.how-to-buy-content h1 {
    text-transform: uppercase;
    background-color: var(--stela-green);
    display: inline-block;
    padding: 0 1em;
    border-radius: 2em;
    color: #2F3544;
    font-size: 1.6em;
}

.contact-us-content p {
    color: white;
}

.contact-us-content iframe {
    margin-top: 1em;
}


/* o nama end */



/* kako kupovati */

.how-to-buy-content {
    color: white;
    flex: 5;
}

.how-to-buy-content b {
    color: #FDE362;
    font-weight: 100;
}

/* kako kupovati end */



/* cart start */

.page-title {
    text-align: left;
    font-size: 1.7em;
}

.pink-headline {
    background: #f27780;
    color: white;
    border-radius: 0 8px;
    border: none;
    font-size: 1em;
    padding: 1em;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-bottom: 2em;
    font-weight: 100;
}

.empty-cart-btn {
    padding: .3em .5em;
}

.page-content-full {
    color: white;
}

.cupon-container {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f27780;
    padding: 1.5em 9em;
    border-radius: 0 8px;
    margin-block: 1em;
}

.cupon-container h4 {
    margin: 0;
    font-weight: 100;
}

.cupon-container input {
    margin-block: 1.8em;
    padding: .7em 1em;
    border: 2px solid #fff;
    border-radius: 2em;
    background: #2f3544;
    color: white;
    opacity: .8;
}

.cupon-container button {
    background-color: #01A7A5;
    font-size: 1.4em;
    padding: .2em 1em;
    border-radius: 0 .6em;
}

.checkout button {
    background: #f27780;
    border-radius: 0 .6em;
    margin: 0 auto;
    font-size: 2.2em;
    padding: .2em 1.5em;
}

.checkout button:hover {
    background: #fa8c94;
}

/*.checkout p {
    font-size: 1.4em;
}*/

.checkout a {
    text-decoration: underline;
    color: white;
}

.product-segment-name {
    color: var(--stela-light-green);
}

.product-segment {
    padding-bottom: 3em;
}

#logo {
    height: 3em;
    margin-bottom: .5em;
}

#pager {
    margin-top: 2em;
}

.pager li {
    color: var(--stela-text);
}

.add-to-sold-out {
    border: 1px solid var(--stela-text) !important;
}


/* cart end */

.kako-kupovati-top div {
    background: transparent;
    border: 1px solid var(--stela-text);
}

.kako-kupovati-top div h2 {
    color: white;
}

.accordion h2 {
    background: transparent;
    border: 1px solid var(--stela-text);
    cursor: pointer;
}

.contact-us-info .info-box {
    background: transparent;
    border: 1px solid var(--stela-text);
}

.contact-us-info .info-box h2 {
    color: white;
}


.product-segment-author {
    color: var(--stela-yellow);
}

.product-segment-price {
    color: white;
}

.header-menu .header-news {
    display: none;
}

.top-products-position {
    font-size: 1.5em;
    transform: translateX(-50%);
    background: yellow;
    border-radius: 1000px;
    width: 1em;
    padding: .2em;
    /* height: 1.2em; */
    text-align: center;
    color: black;
}

.sidebar-2-product .top-products-position {
    font-size: 1.5em;
}


.quick-cart {
    border: 1px solid white;
    background: var(--stela-blue);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 1);
}

#cart-register div:first-child {
    border: 1px solid white;
    background: var(--stela-blue);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}

#cart-register div {
    background: var(--stela-blue);
}

#cart-register a {
    color: white;
    border-color: white;
    font-family: 'Recoleta';
}

.cart .cart-note-textarea {
    background: var(--stela-blue);
    color: white;
    border: 1px solid white;
}

#cart-payment-method-select .selected {
    background: var(--stela-blue);
    color: white;
    border: 1px solid white;
}

.checkout button {
    border: none;
}

.chipcard-payment {
    background: transparent;
}

form input, form select, form textarea {
    background: transparent;
    color: white;
    border: 1px solid white;

}

form select {
    border-radius: 1000px;
}

.cms-search-results div {
    background: var(--stela-blue);
}

.cart-products-body {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.cart-remove-item {
    background: white;
}

button.quick-cart-button {
    color: white;
    font-family: 'Recoleta';
}

.footer-logos {
    margin-top: 2em;
}


#footer {
    padding: .5em;
}

#patern-img {
    width: 80%;
    margin-bottom: 2em;
}








.home-top-products {
    background: var(--stela-pink);
}

.home-top-products h2 {
    color: white;
    background: var(--stela-blue);
    display: inline-block;
    border-radius: 1000px;
    padding: .5em 3em;
    text-transform: uppercase;
}

.home-top-products .product-segment-name {
    color: white;
}

.header-top {
    display: block;
    text-align: center;
}

.header-mid {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    column-gap: .5em;
    align-items: center;
}

.header-mid > div:nth-child(2) {
    text-align: center;
}

.header-mid > div:last-child {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
}

.header-mid .search {
    display: inline-block;
    width: 60%;
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: .4em;
    padding-left: 1em;
    font-family: 'Recoleta';
}


.product-sticker {
    font-size: 1rem;
    border-radius: 0 1em;
    min-width: 50px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}


.sticker-new {
    background: #09955c;
}

.sticker-discount {
    background: red;
}

.stela-stars-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4em;
}

.sign-up {
    background: var(--stela-pink);
    color: white;
    border: none;
    font-family: 'Recoleta';
    content: 'PRIJAVA';
    margin-bottom: 0 !important;
}


.content.login h2 {
    background: var(--stela-pink);
    color: white;
    border-radius: 0 1em;
    padding: .3em .5em;

}

.cart-h3 {
    background: var(--stela-pink);
    color: white;
    border-radius: 0 1em;
    padding: .3em .5em;
    font-family: 'Recoleta';
    font-size: 1.2em;

}


.content.login .submit {
    color: white;
    background: var(--stela-green);
    border: 1px solid black;
    font-family: 'Recoleta';
}

.content.login .submit-register {
    color: white;
    background: var(--stela-green);
    border: 1px solid black;
    font-family: 'Recoleta';
}

.content.login #forgot-password-button {
    color: white;
    background: var(--stela-green);
    border: 1px solid black;
    padding: .5em 2em;
    border-radius: 1000px;
    font-family: 'Recoleta';
}

.content.login #button-forgot {
    color: white;
    background: var(--stela-green);
    border: 1px solid black;
    font-family: 'Recoleta';
}

.go-to-cart {
    color: white;
    background: var(--stela-green);
    border: 1px solid black;
    padding: .5em 2em;
    border-radius: 1000px;
    font-family: 'Recoleta';
}

.quick-cart {
    height: 65vh;
}

.nav {
    border-top: none;
    grid-template-columns: 1fr;
}

.account-address {
    background: transparent;
    border: 1px solid white;
}

#confirm-order {
    background: var(--stela-blue);
    border: 1px solid white;
}

.order-button {
    color: white;
    background: var(--stela-green);
    border: 1px solid black;
    padding: .5em 2em;
    border-radius: 1000px;
    font-family: 'Recoleta';
}

.clear-cart {
    color: white;
    background: var(--stela-pink);
    border: none;
    padding: .5em 2em;
    border-radius: 1000px;
    font-family: 'Recoleta';
}



.success-payment-data-info > div {
    background: transparent;
    border: 1px solid white;
}


.create-order-button-container:before {
    background: linear-gradient(to bottom, transparent, var(--stela-blue));
}

#confirm-savings {
    color: green;
}

#confirm-total {
    color: white;
}

.cart-sum .cart-top-savings {
   color: var(--stela-pink);
}

.cart-remove-item {
    background: transparent;
    border-color: white;
}

.sidebar-2-product .products-product-name {
    color: black;
}

.products-info-container .products-product-author {
    color: black;
}

.products-info-container .products-product-price {
    color: black;
}

.cart-products-body-title a {
    color: white !important;
    font-weight: bold;
}

.cart-products-body-title span {
    color: white;
}

.cart-products-body-stickers .product-sticker {
    font-size: .8em;
    min-width: auto;
}

.nav ul {
    justify-content: space-between;
    padding-right:  0;
}

.activation a {
    background: var(--stela-green);
}


.page.product .product-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}

.page.product .product-left {
    grid-area: auto;
}

.page.product .product-right {
    grid-area: auto;
    color: black;
    background: var(--stela-yellow);
    padding: 1em;
    text-align: center;
    box-sizing: border-box;
}

.page.product .product-price {
    color: black;
    font-family: 'Recoleta', serif;
    text-align: center;
    font-size: 1.6rem;
}

.similar-products-container h2 {
    width: 100%;
}

.page.product .help-content p {
    text-align: left;
    line-height: 1.2;
}


.page.product .add-to-wishlist-button {
    background: #2f3544;
    color: white;
    display: inline-block;
    padding: .5em 1em;
    border-radius: 1000px;
}

.page.product .wishlist-liked {
    position: relative;
    display: inline;
    vertical-align: middle;
}

.page.product .product-actions {
    padding: 0;
    padding-top: .5em;
    border: none;
}

.page.product .purchase-help p {
    color: black;
    line-height: 1;
}

.page.product .product-price span {
    display: block;
}

.page.product .product-right .add-to-cart {
    background: #ed1c24;
    color: white;
    font-size: 1.2rem;
    padding: .5em 1em;
    font-weight: bold;
}

.page.product .help-with-purchase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .3em;
    text-align: center;
    margin-top: 2em;
}

.page.product .help-with-purchase > div {
    grid-template-columns: 1fr;
    text-align: center;
}

.page.product .help-with-purchase img {
    margin: auto;
    margin-bottom: .5em;
    height: 1.2em;
}

.page.product #need-help {
    line-height: 1.2em;
    cursor: pointer;
    text-decoration: underline;
}

.page.product .similar-products li {
    padding: 1em;
}

.page.product #product-comment-button {
    background: var(--stela-green);
}

.page.product .product-authors a {
    color: var(--stela-yellow);
}

.page.product .social-buttons {
    display: flex;
}

.page.product .product-specifications {
    margin-top: 2em;
}

.page.product .product-specifications-item {
    display: flex;
}

.page.product .product-specifications-item div {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.page.product .product-specifications-item:last-child div {
    border: none;
}


.page.product .product-segment-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;         /* Adjust as needed */
  height: 2.4em;
}

.page.product .product-segment-price {
    color: black;
    line-height: 1em;
}

.page.product .product-segment .add-to-cart {
    width: 90%;
    left: 5%;
}

.page.product .help-content a {
    color: black;
}

.page.product .product-segment-heart-button .add-to-wishlist-button {
    background: transparent;
}















































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

    #header-mobile {
        background: #2f3545;
    }

     .quick-cart-button {
        vertical-align: top;
     }

     .quick-cart-button img {
        height: 1.5em;
        margin-top: .2em;
     }

     .sidebar {
        background-color: transparent;
     }

     .categories-component {
        background: #F27780;
        padding: .5em;
        border-radius: .5em;
     }

     #sidebar-categories-title {
        color: white;
        border-color: white;
     }

     .header-mobile-menu {
        background: var(--stela-blue);
     }

     .header-mobile-profile {
        background: var(--stela-green);
        color: black;
     }

     .wish-list {
        border: none;
     }

    .socials a img {
        width: 10%;
    }

    #logo-footer {
        width: 30%;
    }

    #footer ul {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    #footer ul li::after {
        display: none;
    }

    #footer ul li {
        margin-bottom: 1em;
    }

    #header-mobile .search {
        background: transparent;
        border: 1px solid white;
        box-shadow: none;
    }

    .home-top-products h2 {
        font-size: 1em;
    }

    .page.product .product-description h2 {
        display: block;
        font-size: 1.4em;
    }


    .page.product .product-top {
        grid-template-columns: 1fr;
        gap: .5em;
    }

    .page.product .product-actions {
        padding-top: 0;
    }

    .page.product .product-authors {
        text-align: center;
        margin-top: 0;
    }
    .page.product .product-title {
        margin-bottom: 0;
    }

    .page.product .rateit-container {
        text-align: center;
    }

    .page.product .social-buttons {
        justify-content: space-between;
        margin-top: 1em;
    }
    
    .page.product {
        padding-bottom: 0;
    }

}