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


:root {
    --harmonija-green: #2c7074;
    --harmonija-light-green:  #00bdbc;
}


body {
    font-family: 'Archivo', serif;
    color: black;
}

/*a {
    color: rgba(44, 112, 116, 1);
}

a:visited {
    color: rgba(44, 112, 116, 1);
}*/

.sidebar a, .sidebar a:visited, .sidebar h3 {
    color: black;
}

h1, h2, h3 {
    color: black;
}

.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%;
}

.products-info-container {
    padding: 5px;
}

.products-product-name {
    font-weight: 600;
    font-size: 16px;
    margin-block: 0.4em;
}

.products-product-author {
    color: #666;
    font-weight: 400;
    margin-block: 0;
    font-size: 14px;
}

.products-product-price {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.product-full-price{
    font-size: 11px;
    text-decoration: line-through;
    margin-left: 0.5em;
    font-weight: 400;
}

.add-to-cart {
    border: 1px solid rgba(0, 166, 165, 1);
    color: rgba(0, 166, 165, 1);
    background: transparent;
    border-radius: 2em;
    padding: 1em 0.7em;
    /*transition: .3s;*/
    text-transform: uppercase;
    /*opacity: 0;*/
    width: 90%;
    margin: 0 auto;
    font-family: 'Archivo';
}

.add-to-cart-js {
    background: linear-gradient(rgba(0, 189, 188, 1), rgba(0, 166, 165, 1));
    color: white;
}

.products-list li {
    cursor: pointer;
}

.product-segment:hover .add-to-cart {
    visibility: visible;
}

.header-top .search {
    background: white;
    border: none;
}

/*.products-list li:hover .add-to-cart {
    color: white;
    border: none;
    background: linear-gradient(rgba(0, 189, 188, 1), rgba(0, 166, 165, 1));
    opacity: 1;
}*/



/* header */

/*.header {
    height: 6.2em;
    box-sizing: border-box;
    padding: 0 3em;
    border: none;
    background-color: rgba(241, 240, 241, 1);
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

#logo {
    height: 1em;
    margin-right: 16em;
    cursor: pointer;
}

#user {
    width: 40px;
    cursor: pointer;
}

#search {
    width: 37%;
    border: none;
    padding: 0.8em;
    padding-left: 1.5em;
    border-radius: 2em;
    box-shadow: 2px 4px 8px #bdbdbd;
}

#sign-up {
    border: 2px solid black;
    padding: 0.9em 1em;
    border-radius: 2em;
    font-size: 11px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}*/


/*.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-top: 1px solid rgba(209, 204, 211, 1);
    border-bottom: 1px solid rgba(209, 204, 211, 1);
    padding: 0.3em 0;
    font-size: 15px;
}*/

/*.header-container {
    border-bottom: 1px solid var(--light-grey);
}

.nav {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-top: 1px solid rgba(209, 204, 211, 1);
    font-size: 1rem;
}

.nav ul {
    position: static;
    width: auto;
    text-align: left;
}

.nav ul li:hover {
    background-color: unset;
}

.user-selection {
    display: flex;
}

.wish-list {
    border-left: 1px solid rgba(209, 204, 211, 1);
    border-right: 1px solid rgba(209, 204, 211, 1);
    padding: .5em 2.5em;
    font-size: 14px;
}

.shoping-list {
    padding: .5em 2.5em;
    font-size: 14px;
}

.wish-list img,
.shoping-list img {
    width: 22px;
    vertical-align: sub;
    margin-right: 5px;
}

.wish-list span,
.shoping-list span {
    cursor: pointer;
}

#search-icon {
    display: none;
}

#hamburger {
    display: none;
}*/


/* home */

.content {
    padding-top: 3em;
    color: black;
}

.content.home {
    padding-top: 3em;
}

.page-sidebar{
    /*width: 20%;
    margin-right: 2em;*/
}

/*.page-content {
    width: 75%;
}*/

/* knjige */

#categories .top-categories > li {
    padding: .8em 1em;
    box-shadow: 2px 4px 8px #c5bebe;
}

#categories .top-categories > li > a {
    font-weight: bold;
}

.top-categories > li {
    background: #fff;
}

.sub-categories li {
    margin: 0.4em 0;
}

/*.categories-component {
    font-size: 15px;
}*/

.categories-component .category-arrow {
    right: 12px;
}



/* footer */

#footer {
    /*background-color: rgba(11, 43, 50, 1);*/
    /*background-color: #0B2B32;*/
    background-color: black;
}

/*.info-container {
    display: flex;
    justify-content: space-between;
    padding: 4em 0;
    height: 25em;
    border-bottom: 1px solid rgba(44, 112, 116, 1);
    margin: 3em;
}*/

/*.info-container .one-info {
    flex: 1;
    padding: 4em 2em 4em 3em;
}

.pp-logo-container {
    display: flex;
    flex-direction: column;
}*/

.pp-logo-container img {
    width: 50%;
}

.pp-logo-container p {
    color: rgba(209, 204, 211, 1);
    text-align: left;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    width: 230px;
    font-weight: 400;
    margin-top: 2em;
}

.pp-logo-container,
.footer-links {
    border-right: 1px solid rgba(44, 112, 116, 1);
}


/*.info-container .footer-links {
    flex: 2;
    display: flex;
}*/

.footer-links ul {
    margin: 0 4em 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.footer-links ul li {
    padding-bottom: .8em;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.footer-links ul li:first-child {
    padding-bottom: 2em;
    text-transform: uppercase;
    color: rgba(44, 112, 116, 1);
    font-size: 13px;
    font-weight: 600;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact {
    line-height: 1.5em;
    text-align: left;
    /*text-transform: uppercase;
    color: rgba(209, 204, 211, 1);*/
}

.social {
    text-align: left;
    margin: 2em 0;
}

/*.social img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    border: 1px solid white;
    padding: 0.8em;
    border-radius: 50%;
    margin-right: .3em;
    cursor: pointer;
}*/

/* .chipcard-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3em;
}

.chipcard-payment img {
    max-height: 3em;
    margin-left: 1em;
} */

.chipcard-payment img {
    max-height: 3em;
}

.chipcard-payment-left {
    display: inline-block;
    width: 50%;
}

.chipcard-payment-right {
    display: inline-block;
    width: 50%;
}


.form input[type=submit] {
    color: white;
    border: none;
    background: linear-gradient(180deg, #00BDBC 0%, #00A6A5 100%);
    border-radius: 2em;
}

.go-to-cart {
    border: none;
    color: white;
    background: linear-gradient(180deg, #00BDBC 0%, #00A6A5 100%);
    border-radius: 2em;
    padding: 1em 0.7em;
    transition: .3s;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

.checkout button {
    border: none;
    background: linear-gradient(180deg, #00BDBC 0%, #00A6A5 100%);
    color: white;
    border-radius: 1000px;
    padding: .7em 5em;
    text-transform: uppercase;
    margin: 1em auto;
    font-family: 'Montserrat';
    font-size: 1em;
    cursor: pointer;
}

.order-button {
    border: none;
    background: linear-gradient(180deg, #00BDBC 0%, #00A6A5 100%);
    color: white;
    border-radius: 1000px;
    padding: .7em 5em;
    text-transform: uppercase;
    margin: 1em auto;
    font-family: 'Montserrat';
    font-size: 1em;
    cursor: pointer;
}

.add-to-sold-out {
    border: 1px solid grey !important;
}


/*button.quick-cart-button {
    color: var(--harmonija-green);

}*/

.cart-sum .cart-top-total {
   font-weight: bold;
   color: black;
}
.cart-sum .cart-top-savings {
   font-weight: bold;
}


.add-remove {
    background: #F3F3F2;
}

.cart-remove-item {
    background: #F3F3F2;
    border-color: #F3F3F2;
}

.header-container {
    border-bottom: 1px solid rgba(209, 204, 211, 1);
}

.page.product .comments-container button {
    background: linear-gradient(rgba(0, 189, 188, 1), rgba(0, 166, 165, 1));
    cursor: pointer;
    font-family: 'Archivo';
}

#footer .info-container {
    border-color: var(--harmonija-green);
}

#footer .one-info a {
    color: white;
}

.post-read-more {
    font-family: 'Archivo';
    font-weight: 700;
}

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






















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

    /* header */

    /* footer  */

    .pp-logo-container,
    .footer-links {
        border-right: none;
    }

    #footer .contact {
        text-align: center;
    }

    #footer .social {
        text-align: center;
    }

    #footer {
        background-color: #0F171A;
        padding: 3em;
    }



    .footer-links ul {
        margin: 2em 0;
        padding-bottom: 1em;
        text-align: center;
        border-bottom: 1px solid rgba(44, 112, 116, 1);
    }

    .footer-links ul li {
        padding-bottom: 1.3em;
    }

    .about {
        display: block;
        border-bottom: 1px solid rgba(44, 112, 116, 1);
    }


    .add-to-cart {
        color: white;
        border: none;
        opacity: 1;
        background: linear-gradient(rgba(0, 189, 188, 1), rgba(0, 166, 165, 1));
    }

    .header-mobile-profile {
        background: #d2ecec;
    }

}