/*
Theme Name: MB
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.5.3.1698670819

Updated: 2026-08-21 17:40:19

*/



.print-card .print-card__title h3 {
    color: #262626;
    text-transform: uppercase;
	font-size:1.5em;
}
.all-caps {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline !important;
}

header nav.navbar li.menu-item.cart-menu-item .cart-menu-item__items {
    display: none !important;
}


/*  font-family: "Nunito", sans-serif; }*/

p,
a,
q,
li,
blockquote,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    text-decoration: none;
    margin: 0;
    font-family: "Nunito", sans-serif;
}


h1 {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

@media (max-width: 550px) {
    .title.primary {
        font-size: 30px;
    }
}

button,
a {
    color: #262626;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none !important;
}

.buttons input {
    font-family: "Nunito", sans-serif;
}


a {
    color: #262626;
    transition: all .3s;
}

a:hover {
    color: #FDBF0F;
}

p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
	margin-bottom:.5em;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
}

@media (max-width: 1024px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

.slick-slider {
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

section {
    padding: 30px 0;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.content-area,
.site-main {
    margin: 0;
}

.required {
    color: #FDBF0F !important;
    text-decoration: none !important;
}

.line-after {
    position: relative;
}

.line-after::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #262626;
}

/* All about title */
.title.primary {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 550px) {
    .title.primary {
        font-size: 30px;
    }
}

.title.side {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


.title.book {
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 550px) {
    .title.book {
        font-size: 21px;
    }
}

.title.secondary {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
/*	text-transform: uppercase;*/
}

@media (max-width: 550px) {
    .title.secondary {
        font-size: 21px;
    }
}


.title.secondary-alt {
    font-size: 21px;
    font-weight: 600;
}

@media (max-width: 550px) {
    .title.secondary-alt {
        font-size: 18px;
    }
}

.title.tertiary {
    font-size: 17px;
    font-weight: 600;
}

.title.tertiary-alt {
    font-size: 36px;
    font-weight: 600;
}

.title.quaternary {
    font-size: 14px;
    font-weight: 700;
}


.title.line-before {
    position: relative;
}

.title.line-before::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: calc(100% + 30px);
    height: 2px;
    width: 30px;
    transform: translateY(-50%);
    background-color: #FDBF0F;
}

@media (max-width: 768px) {
    .title.line-before::before {
        width: 15px;
        right: calc(100% + 15px);

    }
}

.title a.edit {
    color: #FDBF0F;
    float: right;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.title a {
    font-size: inherit;
    font-weight: inherit;
}

.spaced {
    padding: 50px 0;
}

/* Card */
.card-spacing {
    margin: 15vh 0 0;
}

@media (max-width: 768px) {
    .card-spacing {
        margin: 7.5vh 0 0;
    }
}

/* Background */
.background {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50% 0;
}

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

.full-height {
    min-height: calc(100vh - 90px);
}

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

/*BOOTSTRAP CONTAINER WIDTH FIX*/
.container-big {
    padding-left: 15px;
    padding-right: 15px;
}

.container-big .row {
    margin-right: -15px;
    margin-left: -15px;
}

.container-big [class*="col-"] {
    padding: 0 15px !important;
}

@media all and (min-width: 991px) {
    .container-big {
        max-width: 900px !important;
    }
}

@media all and (min-width: 1200px) {
    .container-big {
        max-width: 1100px !important;
    }
}

@media all and (min-width: 1300px) {
    .container-big {
        max-width: 1260px !important;
    }
}

@media all and (min-width: 1500px) {
    .container-big {
        max-width: 1300px !important;
    }
}

@media all and (min-width: 1700px) {
    .container-big {
        max-width: 1400px !important;
    }
}

@media all and (min-width: 1900px) {

    .container-big,
    .woo-pages .woocommerce {
        max-width: 1640px !important;
        margin: 0 auto;
    }

    .woocommerce-order-received .woo-pages .woocommerce {
        max-width: 100% !important;
    }
}

/* Configurator uses the React designer header on every screen size. */
.page-template-marudi_configurator header#masthead {
    display: none !important;
}

@media all and (max-width: 768px) {
    .page-template-marudi_configurator footer#colophon {
        display: none !important;
    }
}

/* Header/Navbar */
header {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

header nav.navbar {
    font-family: "Nunito", sans-serif;
    position: relative;
    padding: 20px 8%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav.navbar .navbar-brand {
    line-height: 1;
    margin: 0;
    display: block;
    padding: 0;
}

header nav.navbar .navbar-brand img {
    width: 100%;
    max-width: 280px;
}

header nav.navbar>ul {
    margin: 0;
}

header nav.navbar>ul.right-side {
    flex-direction: row !important;
}

header nav.navbar>ul>li:not(:last-child),
header nav.navbar>ul>li.menu-item:not(:last-child) {
    margin-right: 1.2vw !important;
}

@media (max-width: 768px) {

    header nav.navbar>ul>li:not(:last-child),
    header nav.navbar>ul>li.menu-item:not(:last-child) {
        margin-right: 0 !important;
    }
}

header nav.navbar>ul>li a,
header nav.navbar>ul>li.menu-item a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600 !important;
    transition: all 0.3s;
    color: #262626;
}

header nav.navbar>ul>li a span,
header nav.navbar>ul>li.menu-item a span {
    color: inherit;
}

header nav.navbar>ul>li a:hover,
header nav.navbar>ul>li.menu-item a:hover {
    color: #FDBF0F !important;
}

header nav.navbar>ul>li.cart-menu-item,
header nav.navbar>ul>li.menu-item.cart-menu-item {
    display: flex;
    align-items: center;
    position: relative;
}

header nav.navbar>ul>li.cart-menu-item>a,
header nav.navbar>ul>li.menu-item.cart-menu-item>a {
    display: block;
    position: relative;
    width: 25px;
    height: 22px;
    background-image: url(assets/images/shopping-cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


/* Icon Cart Navbar */
header nav.navbar>ul>li.cart-menu-item>a span,
header nav.navbar>ul>li.menu-item.cart-menu-item>a span {
    font-size: 0px;
    background-color: #FFF;
    border: 0.275rem solid #FDBF0F;
    width: 13px;
    height: 13px;
    border-radius: 0;
    transform: rotate(13deg);
    top: -3px;
    right: -5px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
}


header nav.navbar>ul>li.cart-menu-item .cart-menu-item__items,
header nav.navbar>ul>li.menu-item.cart-menu-item .cart-menu-item__items {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    z-index: 99999999999999;
    padding: 10px 10px;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background-color: #fff;
    min-height: 50px;
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

header nav.navbar>ul>li.cart-menu-item .cart-menu-item__items a,
header nav.navbar>ul>li.menu-item.cart-menu-item .cart-menu-item__items a {
    display: flex;
    padding: 10px 5px;
    transition: all 0.2s;
}

header nav.navbar>ul>li.cart-menu-item .cart-menu-item__items a img,
header nav.navbar>ul>li.menu-item.cart-menu-item .cart-menu-item__items a img {
    margin-right: 5px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

header nav.navbar>ul>li.cart-menu-item .cart-menu-item__items a div h6,
header nav.navbar>ul>li.menu-item.cart-menu-item .cart-menu-item__items a div h6 {
    font-size: 12px;
    font-weight: 500;
}

header nav.navbar>ul>li.cart-menu-item .cart-menu-item__items a div span,
header nav.navbar>ul>li.menu-item.cart-menu-item .cart-menu-item__items a div span {
    color: #262626 !important;
    font-size: 12px;
}

header nav.navbar>ul>li.cart-menu-item .cart-menu-item__items a:hover,
header nav.navbar>ul>li.menu-item.cart-menu-item .cart-menu-item__items a:hover {
    background-color: #e1e1e1;
}

header nav.navbar>ul>li.cart-menu-item:hover .cart-menu-item__items,
header nav.navbar>ul>li.menu-item.cart-menu-item:hover .cart-menu-item__items {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

header nav.navbar>ul>li.account-item,
header nav.navbar>ul>li.menu-item.account-item {
    position: relative;
}

header nav.navbar>ul>li.account-item img,
header nav.navbar>ul>li.menu-item.account-item img {
    width: 25px;
    cursor: pointer;
}

header nav.navbar>ul>li.account-item a,
header nav.navbar>ul>li.menu-item.account-item a {
    cursor: pointer;
}

header nav.navbar>ul>li.account-item .account__items,
header nav.navbar>ul>li.menu-item.account-item .account__items {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    z-index: 99999999999999;
    padding: 10px 10px;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background-color: #fff;
    min-height: 50px;
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

header nav.navbar>ul>li.account-item .account__items a,
header nav.navbar>ul>li.menu-item.account-item .account__items a {
    display: block;
    padding: 10px 5px;
    transition: all 0.2s;
}

header nav.navbar>ul>li.account-item:hover .account__items,
header nav.navbar>ul>li.menu-item.account-item:hover .account__items {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

header nav.navbar>ul>li.search-item,
header nav.navbar>ul>li.menu-item.search-item {
    position: relative;
    min-width: 25px;
    background-color: #fff;
}

header nav.navbar>ul>li.search-item>div,
header nav.navbar>ul>li.menu-item.search-item>div {
    min-width: 25px;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

header nav.navbar>ul>li.search-item>div img,
header nav.navbar>ul>li.menu-item.search-item>div img {
    width: 25px;
    cursor: pointer;
}

header nav.navbar>ul>li.search-item>div form,
header nav.navbar>ul>li.menu-item.search-item>div form {
    margin: 0;
    overflow: hidden;
    max-width: 0;
    transition: max-width 0.5s;
}

header nav.navbar>ul>li.search-item>div form.open,
header nav.navbar>ul>li.menu-item.search-item>div form.open {
    max-width: 500px;
}

header nav.navbar>ul>li.search-item>div form input,
header nav.navbar>ul>li.menu-item.search-item>div form input {
    box-shadow: none;
    background-color: #fff;
    color: #707070;
    height: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    padding-left: 30px;
	width: 300px;

}

@media (min-width: 1200px) {
    nav.navbar .navbar-nav {
        flex-basis: calc(50% - 200px);
        justify-content: flex-start;
    }

    nav.navbar .navbar-nav.right-side {
        justify-content: flex-end;
    }

    nav.navbar .navbar-collapse {
        justify-content: space-between;
    }
}

@media all and (max-width: 1199px) {
    header nav.navbar {
        justify-content: space-between;
    }

    header nav.navbar .navbar-toggler,
    header nav.navbar .right-side {
        flex-basis: auto;
    }

    header nav.navbar .right-side {
        justify-content: flex-end;
        flex-grow: 1;
        align-items: center;
    }

    header nav.navbar .right-side li:not(:last-child) {
        margin-right: 10px !important;
    }

    header nav.navbar .navbar-toggler {
        align-items: flex-start;
    }

    header nav.navbar .cart-menu-item__items {
        display: none !important;
    }
}

@media all and (max-width: 550px) {
    header nav.navbar {
        padding: 10px 4%;
    }

    header nav.navbar .mega-menu-wrap ul li .mega-sub-menu>li {
        margin-top: 25px !important;
    }

    header nav.navbar .navbar-brand {
        margin: 0;
    }

    header nav.navbar .navbar-brand img {
        max-width: 150px;
    }

    .search-item>div {
        position: unset;
        right: unset;
    }

    .search-item>div form {
        background-color: #FDBF0F;
        position: fixed;
        top: 52px;
        left: 0;
        margin: 0;
        width: 100%;
        max-width: 100% !important;
        max-height: 0;
        transition: max-height 0.5s !important;
    }

    .search-item>div form.open {
        max-height: 500px;
    }

    .search-item>div form>div {
        padding: 10px;
    }

    .search-item>div form input {
        background-color: #FDBF0F !important;
        width: 100%;
    }

    .search-item img,
    .account-item img {
        width: 18px !important;
    }

    .cart-menu-item a {
        width: 20px !important;
        height: 18px !important;
    }

    header nav.navbar>ul.navbar-nav.right-side>li:not(:last-child) {
        width: 25px;
        margin-right: 5px !important;
    }
}


.nav-links {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.nav-links a:hover,
.nav-links span[aria-current="page"] {
    color: #ED675D;
}

.nav-links a i {
    font-size: 16px;
    font-weight: 700;
    vertical-align: initial;
}

/* Footer */
.footer-notices {
    display: flex;
}

.footer-notices.one-column>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer-notices.two-column>* {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 550px) {
    .footer-notices.two-column {
        flex-wrap: wrap;
    }

    .footer-notices.two-column>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer-notices.three-column>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

@media (max-width: 768px) {
    .footer-notices.three-column {
        flex-wrap: wrap;
    }

    .footer-notices.three-column>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer-notices .footer-notices__block {
    padding: 2rem 0;
    text-align: center;
}

.footer-notices .footer-notices__block>* {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.footer-notices .footer-notices__block h3,
.footer-notices .footer-notices__block p {
    margin-bottom: 20px;
}

footer.site-footer {
    background-color: #fff;
    padding: 4% 25px;
    border-top: 2px solid #f1f1f1;

}

footer.site-footer a {
    text-decoration: none;
}

footer.site-footer .footer-row {
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
}

footer.site-footer .footer-block .brand {
    margin: 0 0 30px;
    display: block;
}

@media (max-width: 768px) {
    footer.site-footer .footer-block .brand {
        margin: 0;
    }
}

footer.site-footer .footer-block .brand img {
    max-width: 280px;
}

footer.site-footer .footer-block .contact-info {
    margin-top: 20px;
}

footer.site-footer .footer-block .contact-info a,
footer.site-footer .footer-block .contact-info p {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

footer.site-footer .footer-block .contact-info p {
    display: block;
}

footer.site-footer .footer-block.footer-menu {
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

footer.site-footer .footer-block.footer-menu>a {
    flex: 0 0 100%;
    margin: 10px 0;
}

@media (max-width: 768px) {
    footer.site-footer .footer-block.footer-menu {
        max-width: 100%;
        margin: 0px auto;
    }

    footer.site-footer .footer-block.footer-menu>a {
        text-align: left;
    }
}

footer.site-footer .footer-block.social h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    footer.site-footer .footer-block.social h4 {
        margin: 40px 0 20px 0;
    }
}



footer.site-footer .footer-block.social .input-group input {
    padding: 5px 10px;
    width: 100%;
    background-color: #fff !important;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #707070;
    font-family: "Nunito", sans-serif;
}


footer.site-footer .footer-block.social .input-group .newsletter-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.3s;
}

footer.site-footer .footer-block.social .input-group .newsletter-btn:hover {
    color: #FDBF0F;
}

footer.site-footer p.copyright {
    padding: 10px 0;
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 550px) {
    footer.site-footer p.copyright {
        padding: 10px 15px;
    }
}

/* Social icons Footer & Contact*/
.social-icons {
    padding-top: 7%;
    justify-content: flex-start;

}

.social-icons>a:not(:last-child) {
    margin-right: 20px;
}

.social-icons>a i {
    font-size: 25px;
    color: #262626;
    transition: all 0.3s;
}

.social-icons>a:hover i {
    color: #FDBF0F;
}

@media (max-width: 768px) {
    .social-icons {
        margin-top: 10px;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
}

a.back {
    text-decoration: none;
    color: #ED675D;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}

a.back>* {
    color: inherit;
    line-height: 1;
    transition: all .3s;
}

a.back:hover>* {
    color: #FDBF0F;
}

a.back i {
    font-weight: 700;
}

/* Button */

.main-btn {
    display: inline-block;
    text-align: center;
    min-width: 280px;
    max-width: 100%;
    line-height: 1;
    font-size: 1em;
    font-weight: 600 !important;
    padding: 1.5em 2.5em !important;
    text-transform: uppercase;
    transition: all .3s;
    text-decoration: none !important;
	border-radius: 4px;
    color: #262626 !important;
    background-color: #FDBF0F !important;

}

.main-btn:hover {
    background-color: #9BCE9C !important;
}

@media (max-width: 550px) {
    .main-btn {
        min-width: 200px;
        padding: 20px !important;
    }
}

.outlined {
    display: inline-block;
    text-align: center;
    min-width: 280px;
    max-width: 100%;
    line-height: 1;
    font-size: 1em;
    font-weight: 600 !important;
    padding: 1.5em 2.5em !important;
    text-transform: uppercase;
    transition: all .3s;
    text-decoration: none !important;
	border-radius: 4px;
    color: #262626 !important;
    border: 2px solid #fdbf0f;
    background: transparent;
    margin:0;

}

.outlined:hover {
    border: 2px solid #9BCE9C;  
    background-color: transparent;
    }


.text-btn {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    display: inline-block;
    position: relative;
}

.text-btn::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: width .3s;
}

.text-btn.dark {
    color: #262626 !important;
}

.text-btn.dark::after {
    background-color: #262626;
}

.text-btn:hover::after {
    width: 100%;
}


.empty-cart-buttons-container {
    display: flex;
    justify-content: center;
}

.empty-cart-buttons-container a {
    margin-right: 10px; /* Adjust as needed */
}

.empty-cart-buttons-container p:last-child {
    margin-right: 0; /* Remove margin for the last button */
}

/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    padding: 30px 0;
    overflow-x: auto;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 16px;
    font-weight: 400;
    color: #FDBF0F;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 550px) {

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 12px;
    }
}

.breadcrumbs a::after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
}

.pagination {
    margin-top: 40px;
    display: block;
	border:0; 
}

.pagination,.woocommerce-pagination {
    padding: 1em 0;
    border: 0;
    border-width: 0;
    text-align: center;
    clear: both
}


.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 15vh 0 0;
    border: none;
}

@media (max-width: 768px) {
    .tabs {
        margin: 7.5vh 0 0;
        display: flex;
        flex-direction: row;
    }
}

@media all and (min-width: 1200px) {
    .tabs.tabs-vertical {
        flex-direction: column;
        align-items: flex-start;
    }

    .tabs.tabs-vertical>a {
        margin: 0 1vw 15px;
    }
}

.tabs>a {
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 1.5vw;
    padding: 5px 0;
    color: #262626 !important;
    transition: all 0.3s;
}

.tabs>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FDBF0F;
    transition: width 0.3s;
}

.tabs>a.active,
.tabs>a.is-active {
    font-weight: 900;
}

.tabs>a:hover::after,
.tabs>a.active::after,
.tabs>a.is-active::after {
    width: 100%;
}

@media (max-width: 550px) {
    .tabs {
        display: flex;
        flex-direction: row;
    }

    .tabs>a {
        font-size: 10px;
    }
}

.filter-block {
    position: relative;
}

.filter-block .loader {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.print-card {
    font-family: "Nunito", sans-serif;
    backface-visibility: hidden;
    display: block;
    text-decoration: none !important;
    background-color: #fff;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
	border-radius: 4px;
}

.print-card .print-card__title {
    backface-visibility: hidden;
    position: relative;
    background-color: #fff;
    padding: 10px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: none;
    transition: transform .4s;
}

/* CSS for card title discout only change height to 60px */
@media (max-width: 700px) {
    .print-card .print-card__title {
        height: 80px;
        padding: 10px;
        min-height: 60px;
    }
}

@media (max-width: 550px) {
    .print-card .print-card__title {
        height: 80px;
        padding: 10px;
        min-height: 60px;
    }
}

.print-card .print-card__title a.text-btn::after {
    width: 35%;
    background-color: #262626;
}

.print-card .print-card__title a.text-btn:hover::after {
    width: 100%;
}

.print-card .print-card__title .show-more {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px;
    font-weight: 600;
    color: #262626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all .4s;
}

@media (max-width: 320px) {
    .print-card .print-card__title .show-more {
        bottom: -40px;
    }
}

.print-card .print-card__title .show-more span {
    color: #262626;
}

.print-card .print-card__image {
    display: block;
    position: relative;
}

.print-card:hover .print-card__title {
    transform: translateY(-40px);
}

.print-card:hover .show-more {
    transform: none;
    opacity: 1;
}

@media (max-width: 768px) {
    .print-card {
        max-width: 300px;
    }

    .print-card .print-card__title h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
}


.discount-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #262626;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount-badge span {
    font-size: 18px;
}

@media (max-width: 550px) {
    .discount-badge {
        width: 50px;
        height: 50px;
    }

    .discount-badge span {
        font-size: 16px;
    }
}

.accordion {
    padding: 30px 0;
}

.accordion .accordion__single {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 3rem;
    width: calc(100% - 45px);
}

.accordion .accordion__single h6 {
    margin-bottom: 20px;
}

.accordion .accordion__single h6 a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

.accordion .accordion__single h6 a span {
    display: inline-block;
    position: relative;
}

.accordion .accordion__single h6 a span::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FDBF0F;
    transition: width 0.3s;
}

.accordion .accordion__single h6 a[aria-expanded="true"] span::after {
    width: 100%;
}

.accordion .accordion__single .content {
    padding: 0 0 20px;
}

.accordion .accordion__single .content p {
    margin-bottom: 15px;
}

.accordion .accordion__single .content .social-icons {
    justify-content: flex-start;
}

.accordion .accordion__single .content.content--columns {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.accordion .accordion__single .content.content--columns> :first-child {
    margin-right: 25px;
    flex: 0 0 40%;
}

.accordion .accordion__single .content.content--columns .background {
    max-width: 444px;
    height: 100%;
    max-height: 640px;
    padding: 25% 0;
}

.accordion .accordion__single .content.content--columns .content__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.accordion .accordion__single .content.content--columns .content__text>div.initiative__contacts {
    position: relative;
    margin-top: 30px;
    padding-top: 10px;
}

.accordion .accordion__single .content.content--columns .content__text>div.initiative__contacts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #262626;
}

.accordion .accordion__single .content.content--columns .content__text>div.initiative__contacts p {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
    color: #262626;
}

.accordion .accordion__single .content.content--columns .content__text>div.initiative__contacts p a,
.accordion .accordion__single .content.content--columns .content__text>div.initiative__contacts p span {
    font-size: inherit;
    color: inherit;
}

.accordion.title-only .accordion__single {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.accordion.title-only .accordion__single h6 {
    margin: 0;
}


/* Menu */
@media all and (min-width: 1200px) {
    #mega-menu-wrap-left-side {
        flex-basis: calc(50% - 200px);
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side>li {
    font-weight: 600;
}

#mega-menu-wrap-left-side #mega-menu-left-side>li:not(:last-child) {
    margin-right: 1.2vw;
}

@media (max-width: 768px) {
    #mega-menu-wrap-left-side #mega-menu-left-side>li:not(:last-child) {
        margin-right: 0 !important;
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu {
    max-height: 100vh;
    overflow-y: auto;
    min-height: 60vh !important;
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu {
        min-height: auto !important;
        background: transparent !important;
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item {
    min-height: 60vh !important;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item {
        background-image: none !important;
        min-height: auto !important;
        padding: 0 15px 15px !important;
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li {
    padding-left: 0;
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li::before {
    display: none;
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li:first-child {
    margin-bottom: 30px;
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li:first-child a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li:first-child {
        margin-bottom: 15px;
    }

    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li:first-child a {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item ul li {
        margin-bottom: 8px;
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item a {
    font-size: 16px;
    color: #262626;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item a::after {
    content: "";
    position: absolute;
    left: unset;
    right: 0;
    top: 100%;
    width: 0;
    height: 1px;
    background-color: #262626;
    transition: all 0.3s;
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item a:hover::after {
    left: 0;
    right: unset;
    width: 100%;
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item:nth-child(1) {
    background-color: #FDBF0F;
    background-image: url(assets/images/photobooks-menu.png);
    background-size: 300px auto;
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item:nth-child(1) {
        background-color: #fff;
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item:nth-child(2) {
    background-color: #9BCE9C;
    background-image: url(assets/images/insta-memo.png);
    background-size: 300px auto;
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item:nth-child(2) {
        background-color: #fff;
    }
}

#mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item:nth-child(3) {
    background-color: #ED675D;
    background-image: url(assets/images/calendars-menu.png);
    background-size: 300px auto;
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu li.mega-menu-item:nth-child(3) {
        background-color: #fff;
    }
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side .mega-sub-menu {
        overflow-y: auto;
        padding: 0 10px !important;
    }
}

@media (max-width: 1199px) {
    #mega-menu-wrap-left-side #mega-menu-left-side {
        max-height: 100vh;
        overflow-y: auto;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 9999999;
    }
}

@media (max-width: 550px) {
    #mega-menu-wrap-left-side #mega-menu-left-side {
        max-height: calc(100vh - 55px) !important;
        overflow-y: scroll;
        box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1199px) {
    #mega-menu-wrap-left-side {
        position: unset;
    }
}

.hero {
    position: relative;
    min-height: calc(100vh - 160px);
    padding: 0;
}

.hero .hero__slider {
    margin: 0;
    height: 100%;
    min-height: calc(100vh - 160px);
}

.hero .hero__slider .slick-list {
    height: 100%;
    min-height: calc(100vh - 160px);

}

.hero .hero__slider .slick-track {
    display: flex !important;
    align-items: stretch;
    height: 100%;
    min-height: calc(100vh - 160px);
}

.hero .hero__slider .slick-slide {
    min-height: calc(100vh - 160px);
}

.hero .hero__slider .slick-slide>div {
    height: 100%;
    min-height: calc(100vh - 160px);

}

.hero .hero__slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 160px);
}

.hero__slider .slick-list .slick-slide:first-child .hero__slide {

    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hero .slide-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .slick-dots {
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
    width: auto;
}

.hero .slick-dots li {
    display: block;
    position: relative;
    margin: 5px 0;
    transition: 0.4s;
}

.hero .slick-dots li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #161619;
    transform: rotate(-30deg);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 50% 50%);
    transition: 0.4s;
    opacity: 0;
}

.hero .slick-dots li.slick-active::after {
    transform: rotate(0);
    opacity: 1;
}

.hero .slick-dots li button::before {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    background-color: #262626;
    border-radius: 50%;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero.hero--product-cat {
    padding: 30px 0 0 0;
    min-height: calc(100vh - 680px);
}

.hero.hero--product-cat img {
    max-height: 250px;
    width: auto;
    max-width: 550px;
}

@media (max-width: 550px) {
    .hero.hero--product-cat img {
        display: none
    }
}

.hero.hero--product-cat .flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero h1,
.hero h2,
.hero h3 {
    font-size: clamp(30px, 5vw, 60px);
    font-weight: 700;
    line-height: 1.3;
}

.hero p {
    font-weight: 600;
    margin-bottom: 20px;
}

/*----- Mobile HERO background   START 
  @media (max-width: 550px) {
	  .hero__slider .slick-list .slick-slide:first-child .hero__slide{
		 background: url("https://marudibooks.com/wp-content/uploads/2023/02/marudibooks_1.jpg")!important;
		 background-size: cover !important;
    	 background-repeat: no-repeat !important;
    }
	  }

.hero__slider .slick-list .slick-slide:nth-child(2) .hero__slide {
    background: url("https://marudibooks.com/wp-content/uploads/2023/02/fotoknigi_marudibuks_on-table-cover_m.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

   Mobile background END    ------ */




/* Hero banner btn*/

.hero a:not(.scroll-link) {
    text-align: center;
    display: inline-block;
    min-width: 280px;
    max-width: 100%;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
	padding: 25px 40px; 
	text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none !important;
	background-color: #262626; /*crno kopce*/
	color: #fff; /*crno kopce*/
   /* background-color: #fdbf0f; 
    color: #262626; zolto kopche*/
		border-radius: 4px;

}

.hero a:not(.scroll-link):not(.scroll-link):hover {
    background-color: #9BCE9C !important;
}

.hero img.guarantee{
    display: block;
    width: 60%;
    max-width: 350px!important;
    margin: 0 20%;	
}

.hero img {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .hero {
        min-height: calc(100vh - 30px);
    }

    .hero .wp-block-media-text__content {
        padding: 0;
    }

    .hero h2 {
        font-size: 30px;
    }

    .hero a {
        min-width: 200px;
        padding: 20px;
    }
}

/* testemonials */
.testimonials .testimonials__slider {
    margin-top: 5rem;
}

.testimonials .testimonials__slider .testimonials__single {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
	margin-left: 20px;

}

.testimonials .testimonials__slider .testimonials__single>* {
    flex: 0 0 50%;
}

.testimonials p {
    font-size: 14px;
    padding-bottom: 1rem;
}

.testimonials .testimonials__slider .testimonials__single>img {
    max-width: 120px;
    width: 100%;
    height: 120px;
    vertical-align: top;
	object-fit: cover;
    margin-right: 40px;
	margin-top: 20px;
	border-radius: 4px;


}

.testimonials .testimonials__slider .testimonials__single>.testimonial__single__content h6 {
    margin-bottom: 20px;
}

.testimonials .testimonials__slider .testimonials__single>.testimonial__single__content p {
    color: #707070;
}

@media (max-width: 768px) {
    .testimonials .testimonials__slider .testimonials__single {
        justify-content: center;
        padding: 0 2rem;
    }
}

@media (max-width: 550px) {
    .testimonials .testimonials__slider .testimonials__single {
        flex-wrap: wrap;
    }

    .testimonials .testimonials__slider .testimonials__single>* {
        flex: 0 0 100%;
    }

    .testimonials .testimonials__slider .testimonials__single>img {
        margin: 0 0 20px;
    }
}

.wrapper .content {
    width: 100% !important;
}

@media (max-width: 768px) {
    .instagram-feed {
        justify-content: center;
        padding: 0 2rem;
        padding-bottom: 50px;
    }
}


.featured {
    display: flex;
}


.featured .featured__blocks {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.featured .featured__blocks .block-wrapper {
    flex: 0 0 45%;
}

.featured .featured__blocks .block-wrapper .block {
    min-height: 350px;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position: calc(100% - 30px) bottom;
	border-radius: 4px;
}

.featured .featured__blocks .block-wrapper .block>div {
    max-width: 300px;
		border-radius: 4px;

}

.featured .featured__blocks .block-wrapper .block h3 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: clamp(25px, 10vw, 50px);
}

@media (max-width: 550px) {
    .featured .featured__blocks .block-wrapper .block h3 {
        margin-bottom: 2rem;
    }
}

.featured .featured__blocks .block-wrapper .block-text {
    padding: 30px 0 40px;
    text-align: center;
}

.featured .featured__blocks .block-wrapper .block-text p {
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 768px) {
    .featured .featured__blocks .block-wrapper {
        flex: 0 0 100%;
        margin: 0 0 30px;
    }
}

@media (max-width: 550px) {
    .featured .featured__blocks .block-wrapper .block {
        padding: 30px;
        background-size: auto 250px;
        background-position: 50% bottom;
    }

    .featured .featured__blocks .block-wrapper .block-text {
        padding: 20px 0;
    }
}


.news .news__single {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}



.news .news__single .news__image {
    padding: 30% 0;
}

.news .news__single .news__content {
    padding: 20px 0;
}

.news .news__single .news__content a {
    transition: all 0.3s;
}

.news .news__single .news__content a:hover {
    color: #FDBF0F;
}

.news .news__single .news__content a:hover h3 {
    color: #FDBF0F;
}

.news .news__single .news__content h3 {
    margin-bottom: 20px;
    transition: all 0.3s;
}

.news .news__single .news__content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 3%;
}

@media (max-width: 550px) {
    .news .news__single {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .news {
        justify-content: center;
        padding: 0 2rem;
        padding-bottom: 50px;
    }
}

.child-terms .child-terms__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    grid-template-rows: repeat(2, 400px);
    grid-gap: 1rem;
    grid-auto-flow: dense;
}

.child-terms .child-terms__grid .block {
    padding: 50px;
    background-repeat: no-repeat;
    background-size: auto 350px;
    background-position: calc(100% - 30px) center;
    transition: all 1s;
}

.child-terms .child-terms__grid .block:hover {
    background-size: auto 390px;
}

.child-terms .child-terms__grid .block>div {
    max-width: 300px;
}

.child-terms .child-terms__grid .block h3 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: clamp(25px, 10vw, 50px);
}

.child-terms .child-terms__grid .block.big {
    grid-row: span 2;
    background-color: #ED675D;
    background-size: 100%;
    background-position: calc(100% + 200px) center;
    transition: all 1s;
}

.child-terms .child-terms__grid .block.big:hover {
    background-size: 110%;
}

.child-terms .child-terms__grid .block.middle {
    background-color: #FDBF0F;
}

.child-terms .child-terms__grid .block.small {
    background-color: #9BCE9C;
    width: 85%;
}

@media (max-width: 1024px) {
    .child-terms .child-terms__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .child-terms .child-terms__grid .block {
        background-position: right bottom;
        background-size: auto 200px;
    }

    .child-terms .child-terms__grid .block.big {
        grid-row: span 1;
        background-size: auto 200px;
        background-position: right bottom;
    }

    .child-terms .child-terms__grid .block.middle {
        background-color: #FDBF0F;
    }

    .child-terms .child-terms__grid .block.small {
        background-color: #9BCE9C;
        width: 100%;
    }
}

@media (max-width: 550px) {
    .child-terms .child-terms__grid {
        grid-template-rows: repeat(2, 300px);
    }

    .child-terms .child-terms__grid .block {
        height: 300px;
        background-image: none !important;
    }
}

.latest-post .background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.latest-post .latest-post__inner {
    display: inline-block;
    padding: 0 10%;
}

.latest-post h2 {
    color: #fff;
}

.news-post .news-post__wrapper {
    max-width: 90%;
    margin-bottom: 20px;
}

@media (max-width: 550px) {
    .news-post .news-post__wrapper {
        max-width: 100%;
    }
}

.news-post .news-post__wrapper .wp-block-image::after {
    display: block;
    clear: both;

    content: "";
}

.news-post .news-post__wrapper p {
    text-align: justify;
}

.news-post .news-post__wrapper img {
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
}

.news-post .news-post__thumbnail {
    padding: 40% 0;
}

.news-post span.category-badge a {
    color: #828d91;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
	margin-top: 15px;
}

.news-post h4 a {
    display: block;
    font-size: 26px;
	font-weight: 600;
 	margin-bottom: 13px;
    text-transform: lowercase;
}

.news-post h4 a:first-letter {
    text-transform: uppercase;
}

.side-wrapper {
    margin-left: auto;
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #ccc;
}

@media all and (min-width: 769px) {
    .side-wrapper {
        max-width: 330px;
    }
}

.side-wrapper .side-slider .side-slider__image {
    padding: 25% 0;
}

.side-wrapper .side-slider .side-slider__content {
    padding: 10px 5px 0;
}

.side-wrapper .side-popular .side-popular__single {
    display: flex;
    align-items: center;
    padding: 15px 5px 10px;
    border-bottom: 1px solid #ccc;
}

.side-wrapper .side-popular .side-popular__single span.number {
    line-height: 1;
    padding: 0 10px;
    font-size: 25px;
    font-weight: 700;
}

.side-wrapper .side-popular .side-popular__single .popular-title {
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.side-wrapper .side-popular .side-popular__single .popular-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.side-wrapper .side-popular .side-popular__single .popular-title h4 a {
    display: block;
    text-transform: lowercase;
    font-size: 16px;
}

.side-wrapper .side-popular .side-popular__single .popular-title h4 a::first-letter {
    text-transform: uppercase;
}

.side-wrapper .side-categories .side-categories__single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px 10px;
    border-bottom: 1px solid #ccc;
}

.category-posts .category-posts__single {
    margin-bottom: 30px;
}

.category-posts .category-posts__single .category-posts__single__image {
    padding: 32% 0;
}

.category-posts .category-posts__single .category-posts__single__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}

.category-posts .category-posts__single .category-posts__single__content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
	margin-top: 10px;
    margin-bottom: 15px;
}

.category-posts .category-posts__single .category-posts__single__content time {
    font-size: 12px;
    text-transform: uppercase;
}

.news-navigation#news-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-navigation#news-navigation img {
    width: 100px;
    height: auto;
    margin: 0;
}

.news-navigation#news-navigation .nav-box {
    flex: 0 0 35%;
}

.news-navigation#news-navigation .nav-box h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-navigation#news-navigation .nav-box>a {
    display: flex;
    align-items: center;
}

.news-navigation#news-navigation .nav-box>a p {
    text-align: left;
    text-transform: lowercase;
}

.news-navigation#news-navigation .nav-box>a p::first-letter {
    text-transform: uppercase;
}

.news-navigation#news-navigation .nav-box>a> :first-child {
    margin-right: 10px;
}

.news-navigation#news-navigation .nav-box.next {
    margin-left: auto;
}

.news-navigation#news-navigation .nav-box.next h5 {
    text-align: right;
}

.news-navigation#news-navigation .nav-box.next img {
    order: 2;
    margin: 0;
}

.news-navigation#news-navigation .nav-box.next p {
    margin-right: 10px;
    text-align: right;
}

@media (max-width: 550px) {
    .news-navigation#news-navigation .nav-box {
        flex: 0 0 45%;
    }

    .news-navigation#news-navigation .nav-box img {
        display: none;
    }
}

.page-thumbnail {
    padding: 12% 0;
}

.moved-up {
    margin-top: -5%;
}

.info-block {
    padding: 5% 7%;
}

.info-block .div-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.info-block .div-btn .ajax-loader {
    width: 25px !important;
}

.info-block.centered {
    max-width: 400px;
    margin: 0 auto;
}

.info-block>div:not(.inner-content) {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.info-block>div:not(.inner-content) span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    width: 110px;
    margin-right: 30px;
}

.info-block>div:not(.inner-content) .social-icons {
    display: inline-flex;
    margin: 0;
}

.main-form {
    font-family: "Nunito", sans-serif;
}

.main-form input:not([type="submit"]),
.main-form textarea {
    font-family: inherit;
    width: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #262626;
    padding: 10px;
    margin-bottom: 20px;
}

.main-form input[type="submit"] {
    font-family: inherit;
}

.main-form input[type="file"] {
    padding: 7px 10px;
}

.main-form label {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.main-form select {
    margin-bottom: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #262626;
    padding: 5px 10px;
    background-color: transparent;
    min-height: 46.5px;
}
	

.woocommerce-error {
	width:50%;
    border-radius: 4px;
	border: 1px solid ;
	font-family: 'Nunito' !important;
}



.woocommerce-info::before {
font-weight: 900;
    content: "\f12a";
    display: inline-block;
    position: absolute;
    top: 1.05em;
    left: 1.5em;
	color: white;}


.woocommerce-message, 
.woocommerce-info {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:80%;
  	background-color: #fff586 !important;
    border-radius: 4px;
    color: #472101;
	border: 1px solid #fff586;
	font-family: 'Nunito' !important;
}

@media (max-width: 768px) {
    .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }
}

.woocommerce-message:hover,
.woocommerce-info:hover {
    background-color: #fffac5 !important;
    border: 1px solid #e09100;
}


.woocommerce-info::before {
font-weight: 900;
    content: "\f0a3";
    display: inline-block;
    position: absolute;
    top: 1.05em;
    left: 1.5em;
	color: #e09100;
}


.woocommerce-message::before {
	/*font-family: "Font Awesome 5 Free";*/
	font-weight: 900;
    content: "\f54e";
    display: inline-block;
    position: absolute;
    top: 1.05em;
    left: 1.5em;
    color: #e09100;
}
.woocommerce-message a,
.woocommerce-info a {
    width: 100%;
	color: #472101;
    font-size: 1em;
    font-weight: 400;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
    width: 100%;
	color: #472101;
    font-size: 1em;
    font-weight: 400;
}
.woocommerce-message .button
{
    color: #472101;
    border: none;
}
.woocommerce-info .button
{
    color: #472101;
    border: none;
}


.woocommerce-message .button:hover,
.woocommerce-info .button:hover
{
    color: #472101 !important;
}

.woocommerce-error li {
    color: #fff;
}

.faq .faq__block {
    width: 100%;
    max-width: 536px;
}

.terms-page .content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.terms-page .content h2,
.terms-page .content h3,
.terms-page .content h4,
.terms-page .content h5,
.terms-page .content h6 {
    margin-bottom: 20px;
}

.page-template-template-fullwidth-php .cart-collaterals .cart_totals,
.page-template-template-fullwidth-php .cart-collaterals .shipping_calculator,
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    width: 100%;
}

#order_review,
#order_review_heading {
    width: 100%;
    float: none;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.woocommerce-input-wrapper select {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border: 0.5px solid #d4d4d4;
    padding: 10px 10px;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border: 0.5px solid #d4d4d4;
    padding: 10px 10px;
    width: 100%;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin-top: 20px;
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-checkout #order_review .shop_table {
    margin-bottom: 5px;
}

.woocommerce-checkout .shop_table thead {
    display: none;
}

.woocommerce-checkout .shop_table tbody {
    display: none;
}

.woo-pages #customer_login {
    float: none;
}

.woo-pages .woocommerce-form-login {
    max-width: 450px;
    margin: 0 auto;
}

.woo-pages .woocommerce-form-register {
    max-width: 1000px;
    margin: 0 auto;
}

.woo-pages .woocommerce-ResetPassword {
    max-width: 600px;
    margin: 0 auto;
}

.woo-pages .woocommerce-ResetPassword.reset-true {
    max-width: 450px;
}

.woo-pages .woocommerce-ResetPassword.reset-true .form-row {
    width: 100%;
    float: none;
}

.woo-pages .woocommerce-ResetPassword .reset-password-fields {
    float: none;
    margin: 5% auto;
}

.woo-pages .password-input {
    width: 100%;
}

.woo-pages form h3 {
    margin-bottom: 20px;
}

.woo-pages label {
    margin-bottom: 0;
}

/* Bottom border on submit fields - register/login   */
.woo-pages input:not([type="submit"]) {
    border-bottom: 1px solid #262626;
}

/* Fali samo border-bottom od gorniot kod */
.woo-pages input:not([type="submit"]) {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
}

.woo-pages input[type="checkbox"] {
    width: auto;
    display: initial;
}

.woo-pages .select2-container--default .select2-selection--single {
    border: 1px solid #262626;
}

.woo-pages .woocommerce-form-login__rememberme {
    width: 100%;
}

.woo-pages .woocommerce-MyAccount-navigation,
.woo-pages .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}

.woo-pages .woocommerce-MyAccount-content {
    max-width: 60%;
    margin: 10% 20%;
    padding: 0 15px;
}

.woo-pages .woocommerce-MyAccount-content .woocommerce-form-row,
.woo-pages .woocommerce-MyAccount-content .form-row {
    margin-bottom: 30px;
}

.woo-pages .woocommerce-MyAccount-content .woocommerce-form-row span em,
.woo-pages .woocommerce-MyAccount-content .form-row span em {
    font-size: 14px;
}

.woo-pages .woocommerce-MyAccount-content p {
    margin-bottom: 3%;
}

@media (max-width: 768px) {
    .woo-pages .woocommerce-MyAccount-content {
        max-width: 90%;
        margin: 10% 5%;
    }

    .woo-pages .woocommerce-MyAccount-content p {
        margin-bottom: 10%;
    }
}

.woo-pages .woocommerce-form-login .woocommerce-form-row,
.woo-pages .woocommerce-form-login .form-row,
.woo-pages .woocommerce-form-register .woocommerce-form-row,
.woo-pages .woocommerce-form-register .form-row {
    margin-bottom: 30px;
}

.woo-pages .woocommerce-form-login .woocommerce-form-row span em,
.woo-pages .woocommerce-form-login .form-row span em,
.woo-pages .woocommerce-form-register .woocommerce-form-row span em,
.woo-pages .woocommerce-form-register .form-row span em {
    font-size: 14px;
}

.woo-pages .u-columns.woocommerce-Addresses.col2-set.addresses .u-column1,
.woo-pages .u-columns.woocommerce-Addresses.col2-set.addresses .u-column2 {
    max-width: 100%;
}

@media (min-width: 768px) {
    .woo-pages .u-columns.woocommerce-Addresses.col2-set.addresses {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .woo-pages .u-columns.woocommerce-Addresses.col2-set.addresses>* {
        float: none;
        max-width: 42%;
        flex: 0 0 42%;
        margin: 0;
    }
}

.woo-pages .woocommerce-orders-table.woocommerce-MyAccount-orders th {
    background-color: #fff;
    border-bottom: 1px solid #262626;
}

.woo-pages .woocommerce-orders-table.woocommerce-MyAccount-orders td {
    vertical-align: middle;
    padding: 30px 20px;
    font-family: "Nunito", sans-serif;
}

.woo-pages table.cart .product-thumbnail img {
    max-width: 100px;
}


.woo-pages input:not([type="submit"]) {
    border-bottom: 1px solid #262626;
}


/*.shop-page .title {*/
/*  text-transform: uppercase; }*/
.shop-page .title span {
    color: #FDBF0F;
}

.shop-page .storefront-sorting {
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop-page .storefront-sorting .woocommerce-pagination {
    float: none;
    padding: 5% 0 0;
}

.shop-page .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: transparent !important;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.shop-page .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #FDBF0F;
    transition: width 0.3s;
}

.shop-page .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.next::after {
    content: "\f105";
}

.shop-page .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.prev::after {
    content: "\f104";
}

.shop-page .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers:hover::before,
.shop-page .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.current::before {
    width: 50%;
}

.company-info {
    margin-top: 2.5em;
}

.company-info a,
.company-info p {
    display: inline-block;
    font-size: small;
    margin-bottom: 5px;
    font-weight: 400;
}

.company-info p {
    display: block;
}

.woo-thank-you {
    display: flex;
    align-items: stretch;
    padding: 0;
}

.woo-thank-you>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.woo-thank-you .woo-thank-you__image {
    max-height: 1000px;
    padding: 24% 0;
}

.woo-thank-you .woo-thank-you__info {
    padding: 20px 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woo-thank-you .woo-thank-you__info .order-info a {
    text-decoration: underline !important;
}

.woo-thank-you .woo-thank-you__info p {
    margin-bottom: 10px;
}

.woo-thank-you .woo-thank-you__info>* {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .woo-thank-you {
        flex-wrap: wrap;
    }

    .woo-thank-you>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .woo-thank-you .woo-thank-you__image {
        order: 1;
        padding: 30% 0;
        background-position: center top;
    }

    .woo-thank-you .woo-thank-you__info {
        order: 2;
    }
}

/* Cart for donation */
.cart-donation-info {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.cart-donation-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    background-color: #FDBF0F;
    border-radius: 100px;
}

#mailchimp_woocommerce_newsletter {
    margin-top: 4px !important;
}

.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    max-width: max-content;
}

.refunds-btn-div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.cart-collaterals .cross-sells {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

.cart-collaterals .cross-sells .news__single h3 {
    margin-top: 10px;
    font-size: 22px;
}

.codedropz-upload-handler {
    border: none;
    border-radius: 0%;
    border-bottom: 1px solid black;
}

.codedropz-upload-container {
    padding: 4px !important;
}

.dnd-upload-counter {
    display: none;
}

.product-grid {
    margin: 0;
    padding: 50px 4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-grid .carted .up-sells.upsells.products {
    display: none;
}


.product-grid .summary p {
    margin-bottom: 15px;
    width: 100%;
}

.product-grid .summary {
    width: 100% !important;
} 

.product-grid .summary h1.title {
    margin-bottom: 20px;
}

.product-grid .summary .title.secondary {
    font-size: 32px;
}

.product-grid .summary h3,
.product-grid .summary h4,
.product-grid .summary h5,
.product-grid .summary h6 {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    max-width: 308px;
}

.product-grid .summary p {
    margin-bottom: 15px;
    width: 100%;
}

@media all and (min-width: 1024px) {
    .product-grid .summary p {
        max-width: 90%;
    }
}

.product-grid .summary strong {
    font-weight: 700;
}


.product-grid .price {
    font-size: large;
    flex: 0 0 100%;
    position: relative;
    color: #262626;
    padding: 0 0 5px;
    margin-top: 0 !important;
}

.product-grid .price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 60px;
    height: 1px;
    background-color: #FDBF0F;
}

.product-grid.product-type-simple .price {
    flex: unset;
}

@media (max-width: 767px) {
    .product_cat-fotobukovi .single_add_to_cart_button {
        max-width: 100% !important;
    }

    .product-grid .woocommerce-variation-add-to-cart .quantity {
        min-width: 100% !important;
    }
}

.product-grid .woocommerce-variation-add-to-cart .quantity {
    width: -webkit-fill-available;
    min-width: 280px;
    display: flex;
    background-color: white;
    margin-bottom: 10px;
    margin-right: 0px !important;
    border: 1px #44494E;
    border-style: solid none;
    justify-content: center;
}

.product-grid .woocommerce-variation-add-to-cart .quantity .minus,
.product-grid .woocommerce-variation-add-to-cart .quantity .plus {
    background-color: white;
    color: black;
    width: 10%;
}

.product-grid .woocommerce-variation-add-to-cart .quantity .minus {
    border-left: 1px solid #44494E;
}

.product-grid .woocommerce-variation-add-to-cart .quantity .plus {
    border-right: 1px solid #44494E;
}

.product-grid .woocommerce-variation-add-to-cart .quantity input {
    width: 80%;
    background-color: white;
    box-shadow: none;
}

.product-grid .woocommerce-variation-add-to-cart .main-btn {
    width: 100%;
}

.product-grid .woocommerce-variation-add-to-cart input[type="number"]::-webkit-inner-spin-button,
.product-grid .woocommerce-variation-add-to-cart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

@media (max-width: 1024px) {

    .product-grid .woocommerce-variation-add-to-cart .quantity .minus,
    .product-grid .woocommerce-variation-add-to-cart .quantity .plus {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {

    .product-grid .woocommerce-variation-add-to-cart .minus,
    .product-grid .woocommerce-variation-add-to-cart .plus {
        padding: 8.5px 15px;
    }
}

@media (max-width: 550px) {
    .product-grid .woocommerce-variation-add-to-cart .plus {
        margin-right: 0px;
    }
}

.product-grid .gallery-slider {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
}

.product-grid .gallery-slider.book_slider {
    max-width: 765px;
}

.product-grid .gallery-slider img {
    width: 100%;
}

.product-grid .gallery-slider .slick-prev {
    left: 0;
}

.product-grid .gallery-slider .slick-next {
    right: 0;
}

.product-grid .gallery-slider .slick-next::before {
    transform: rotate(180deg);
}

.product-grid .gallery-slider .slick-prev,
.product-grid .gallery-slider .slick-next {
    width: 80px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
    opacity: 13%;
    transition: all 0.3s;
}

.product-grid .gallery-slider .slick-prev:hover,
.product-grid .gallery-slider .slick-next:hover {
    background-color: white;
}

.product-grid .gallery-slider .slick-prev:before,
.product-grid .gallery-slider .slick-next:before {
    content: "";
display: block;
    width: 40px;
    height: 60px;
    margin: 0 auto;
    background-image: url(assets/images/left-chevron.svg);
    background-size: cover;
}

.product-grid .gallery-slider:hover .slick-prev,
.product-grid .gallery-slider:hover .slick-next {
    opacity: 1;
}

.product-grid form.cart label {
    font-size: medium;
    font-weight: 600;
    color: #262626;
    font-family: "Nunito", sans-serif;
}

.product-grid form.cart select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #262626;
    padding: 5px 10px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(assets/images/select.png) no-repeat;
    background-size: 10px 10px;
    background-position: right center;
}

.product-grid form.cart table.variations select {
    max-width: 90%;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 550px) {
    .product-grid form.cart table.variations select {
        max-width: 100%;
    }
}

.product-grid form.cart a.reset_variations {
    display: block;
    max-width: 90%;
    text-align: right;
    margin: 0;
}

.product-grid form.cart a.reset_variations:before {
    margin: 25px 0 0;
}

@media (max-width: 550px) {
    .product-grid form.cart a.reset_variations {
        max-width: 100%;
    }
}

.product-grid form.cart .variations_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1024px) {
    .product-grid form.cart .variations_button {
        justify-content: space-evenly;
    }
}

@media (max-width: 550px) {
    .product-grid form.cart .variations_button {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .product-grid {
        background-image: none !important;
    }
}

@media (max-width: 768px) {
    .product-grid {
        padding: 50px 4% 0px;
    }
}

.additional-content .text-box {
    max-width: 470px;
    margin: 0 0 20px;
   /* border-bottom: 1px solid #999999;*/
    padding: 0 0 30px;
}

.additional-content .text-box .title {
    margin-bottom: 30px;
}

.additional-content .additional-content__description p {
    text-align: left;
}

.additional-content .news .news__single .news__image {
    padding: 50% 0;
}

@media all and (min-width: 1024px) {

    .additional-content .additional-content__description,
    .additional-content .additional-content__video,
    .additional-content .additional-content__dimensions {
        max-width: 65%;
    }
}

.additional-content .additional-content__description,
.additional-content .additional-content__video {
    margin: 0 auto;
    text-align: center;
}

.additional-content .additional-content__dimensions {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.additional-content .additional-content__dimensions h2 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
}

.additional-content .additional-content__dimensions span {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 10px;
}

.additional-content .additional-content__dimensions span i {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.upsells.products.news .news__single .news__image {
    padding: 50% 0;
}

.philosophy-pages .page-thumbnail {
    min-height: 476px;
}

.philosophy-pages .ph-container {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
}

.philosophy-pages .ph-container__image {
    margin-top: 20px;
}

.philosophy-pages .info-block {
    padding: 40px 60px 0;
}

.philosophy-pages .info-block>div {
    max-width: 840px;
}

.philosophy-pages .child-page {
    max-width: 475px;
    margin: 30px 0 50px;
}

.philosophy-pages .quality-grid {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 0;
}

.philosophy-pages .quality-grid> :first-child {
    margin-right: 8rem;
    flex: 0 0 40%;
}

.philosophy-pages .quality-grid .background {
    max-width: 690px;
    height: 100%;
    max-height: 1080px;
    padding: 25% 0;
}

.philosophy-pages .quality-grid .quality-grid__content .child-page {
    max-width: 750px;
}

@media all and (min-width: 1930px) {
    .philosophy-pages .quality-grid {
        max-width: 1600px;
    }
}

@media (max-width: 1024px) {
    .philosophy-pages .child-page {
        max-width: 100%;
    }

    .philosophy-pages .quality-grid {
        max-width: 90%;
        margin: 0 0 0 0;
    }
}

@media (max-width: 768px) {
    .philosophy-pages .quality-grid {
        max-width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    .philosophy-pages .quality-grid> :first-child {
        flex: 0 0 100%;
    }

    .philosophy-pages .quality-grid .background {
        max-width: 100%;
    }

    .philosophy-pages .quality-grid .quality-grid__content {
        padding: 25px 75px;
    }
}

@media (max-width: 550px) {
    .philosophy-pages .page-thumbnail {
        min-height: 250px;
    }

    .philosophy-pages .ph-container {
        padding: 15px 0;
    }

    .philosophy-pages .info-block {
        padding: 30px 0 0;
    }

    .philosophy-pages .child-page {
        margin: 15px 0;
    }

    .philosophy-pages .container-big [class*="col-"] {
        padding: 0 0 !important;
    }

    .philosophy-pages .quality-grid .quality-grid__content {
        padding: 25px 15px;
    }
}

.product_cat-fotobukovi .woocommerce-product-details__short-description p {
    max-width: 100% !important;
}

/* #pa_dimenzii { max-width: 100% !important; } */
.product_cat-fotobukovi .single_add_to_cart_button {
    max-width: 90%;
}

.product_cat-fotobukovi .quantity {
    max-width: 90%;
}

.product_cat-fotobukovi .product-desc p {
    max-width: 100% !important;

}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    margin: 0px 0 20px 0;
}

.product-grid .carted form.cart .quantity {
    width: -webkit-fill-available;
    min-width: 280px;
    display: flex;
    background-color: white;
    margin-bottom: 10px;
    margin-right: 0px !important;
    border: 1px #44494E;
    border-style: solid none;
    justify-content: center;
}

.product-grid .carted form.cart .quantity .minus,
.product-grid .carted form.cart .quantity .plus {
    background-color: white;
    color: black;
    width: 10%;
}

.product-grid .carted form.cart .quantity .minus {
    border-left: 1px solid #44494E;
}

.product-grid .carted form.cart .quantity .plus {
    border-right: 1px solid #44494E;
}

.product-grid .carted form.cart .quantity input {
    width: 80%;
    background-color: white;
    box-shadow: none;
}

@media (max-width: 1024px) {

    .product-grid .carted form.cart .quantity .minus,
    .product-grid .carted form.cart .quantity .plus {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {

    .product-grid .carted form.cart .minus,
    .product-grid .carted form.cart .plus {
        padding: 8.5px 15px;
    }
}

@media (max-width: 550px) {
    .product-grid .carted form.cart .plus {
        margin-right: 0;
    }
}


.entry-summary .onsale.wdr-onsale {
    display: none;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:has(#mailchimp_woocommerce_is_subscribed, #mailchimp_woocommerce_is_unsubscribed, #mailchimp_woocommerce_is_transactional) {
    display: none;
}

.MuiButtonBase-root.saveProject {
    display: none;
}

.MuiButtonBase-root.saveProject222 {
    display: none;
}

#product-71 .gif1 {
    animation-play-state: paused !important;
}


.checkmark {
    font-family: arial;
    -ms-transform: scaleX(-1) rotate(-35deg);
    /* IE 9 */
    -webkit-transform: scaleX(-1) rotate(-35deg);
    /* Chrome, Safari, Opera */
    transform: scaleX(-1) rotate(-35deg);
}

.page-thumbnail {
    padding: 0% 0;
}

.bg-white.moved-up {
    display: none;
}

.additional-content {
    padding-bottom: 5%
}

footer.site-footer .footer-block.social h4 {
    font-weight: 900
}

/* Blog Novigation */

.nav-links a,
.nav-links span[aria-current="page"] {
    background-color: transparent !important;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
	color: #6d6d6d;
    text-decoration: none;
    margin: 0;
    font-family: "Nunito", sans-serif;
	padding: 1% 2%;
}

.nav-links a:active,
.nav-links span[aria-current="page"] {
    border-bottom: 2px solid #FDBF0F;
}

.nav-links a:hover,
.nav-links span[aria-current="page"] {
   color: #FDBF0F;
 
}

/* Blog Sidebar */

#secondary-sidebar {
    border: 0px;
    padding: 0;
}

#secondary-sidebar .widget {
    padding: 25px;
    margin-bottom: 30px;
}

#secondary-sidebar #block-5 {
    background-color: #FFF4D6;
}

#secondary-sidebar #block-7 {
    background-color: #C8E4C9;
}

#secondary-sidebar h4 {
    padding-bottom: 5%;
}

#secondary-sidebar p {
    font-size: 16px;
}

#secondary-sidebar .input-group input {
    padding: 5px 10px;
    width: 100%;
    background-color: #FFF4D6;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #707070;
}

#secondary-sidebar .input-group .newsletter-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF4D6;
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.3s;
}

/** font kaj NAPLATA */

.woocommerce-privacy-policy-text {
    padding-bottom: 3%
}

#order_review {
    font-size: 12px;
}

.payment_box p {
    font-size: 12px;
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
}

.woocommerce-privacy-policy-text a {
    font-size: 12px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 12px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 12px;
}

/* Koshnicka */
dl.variation {
    font-size: .6em;
}

.variation p {
    font-size: 1em;
}


dl.variation dd {
    margin: 0 0 0.3em;
} 

table thead th {
    padding: 1em 1.41575em;
}

#order_review_heading {
    margin-bottom: 20px;
}

#block-11.widget.widget_block {
    padding: 0;
}

/* Blog menu */

.blog-menu {
    padding-top: 3.5em;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 15vh 0 0;
    border: none;
}

#menu-blog_menu {
    list-style: none;
}

#menu-blog_menu a {
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 0 1vw;
    padding: 5px 0;
    color: #262626 !important;
    transition: all 0.3s;
}

#menu-blog_menu a:hover,
#menu-blog_menu a:hover span[aria-current="page"] {
    color: #ED675D;
}


/*
#menu-blog_menu {
    display: block;
    text-align: center;
}
*/
.menu-blog_menu-container {
     display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: none;
}

@media (max-width: 768px) {
   #menu-blog_menu {
        margin: 7.5vh 0 0;
        display: flex;
        flex-direction: row;
    }
	
	#menu-blog_menu a {
		text-decoration: none !important;
		position: relative;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 400;
		margin: 0 1vw;
		padding: 5px 0;
		color: #262626 !important;
		transition: all 0.3s;
	}

}

@media all and (min-width: 1200px) {
    #menu-blog_menu {
        flex-direction: column;
        align-items: flex-start;
    }

    #menu-blog_menu a {
        margin: 0 1vw 15px;
    }
}

#menu-blog_menu>a {
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 1.5vw;
    padding: 5px 0;
    color: #262626 !important;
    transition: all 0.3s;
}

#menu-blog_menu>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FDBF0F;
    transition: width 0.3s;
}

#menu-blog_menu>a.active,
.tabs>a.is-active {
    font-weight: 900;
}

#menu-blog_menu>a:hover::after,
#menu-blog_menu>a.active::after,
#menu-blog_menu>a.is-active::after {
    width: 100%;
    color: #ED675D;

}

@media (max-width: 550px) {
    #menu-blog_menu {
        display: flex;
        flex-direction: row;
    }

    #menu-blog_menu>a {
        font-size: 10px;
    }
	
	#menu-blog_menu>a {
		font-size: 10px;
	}
}




.tabs {
    margin: 5vh 0 0 0
}

.spaced.blog {
    padding: 0
}

.tabs #menu-blog_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    border: none;
	flex-direction: row;
}

@media (max-width: 768px) {
    .tabs #menu-blog_menu {
        margin: 0vh 0 0;
        display: flex;
        flex-direction: row;
    }
}

@media all and (min-width: 1200px) {
    .tabs.tabs-vertical #menu-blog_menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .tabs.tabs-vertical #menu-blog_menu>#menu-blog_menu a {
        margin: 0 1vw 15px;
    }
}

.tabs #menu-blog_menu>#menu-blog_menu a {
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 0 1vw;
    padding: 5px 0;
    color: #262626 !important;
    transition: all 0.3s;
}

.tabs #menu-blog_menu>#menu-blog_menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FDBF0F;
    transition: width 0.3s;
}

.tabs #menu-blog_menu>#menu-blog_menu a.active,
.tabs>#menu-blog_menu a.is-active {
    font-weight: 700;
}

.tabs #menu-blog_menu>#menu-blog_menu a:hover::after,
.tabs #menu-blog_menu>#menu-blog_menu a.active::after,
.tabs #menu-blog_menu>#menu-blog_menu a.is-active::after {
    width: 100%;
}

@media (max-width: 550px) {
    .tabs #menu-blog_menu {
        justify-content: space-evenly;
    }

    .tabs #menu-blog_menu>#menu-blog_menu a {
        font-size: 15px;
    }
}


.tabs #menu-blog_menu>a:hover::after,
.tabs #menu-blog_menu>a.active::after,
.tabs #menu-blog_menu>a.is-active::after {
    width: 100%;

    color: #ED675D;

}

.tabs #menu-blog_menu>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FDBF0F;
    transition: width 0.3s;
}



/**blog nav end**/


/* hide home icon in breadcrumb */
.woocommerce-breadcrumb a:first-of-type::before {
    display: none
}



#mega-menu-wrap-left-side #mega-menu-left-side li.mega-menu-item:nth-child(2) ul.mega-sub-menu li.mega-menu-item:nth-child(1) {
    background-color: #FDBF0F;
    background-image: none;
    background-size: 200px auto;
}


.fixed-top {
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 15px 2px;
}


.discount-badge span {
    font-size: 0.98rem;
    font-weight: 600;
	border-radius: 24px;

}


/* pozadina na input pole za email */
input[type=email],
textarea,
.input-text {
    background-color: white;

}

/* ACF show title */
.bg-white.moved-up {
    display: initial
}

/* Mailchimp form  */
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #262626;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}


.mc_label {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}


#mc_embed_signup .mc-field-group input.main-btn {
    font-family: "Nunito", sans-serif;
    font-weight: 600 !important;
    border-bottom: none;
}



/* White 20% opaque bg for hero slider on Home page */
.wbg20 {
    text-shadow: 0px 0px 45px #fff;
    padding: 5%;
}

.wbg20 a {
    text-shadow: none;
}

fieldset,
fieldset legend {
    font-family: "Nunito", sans-serif;
}

post-26357 {
    background-image: url(' https://marudibooks.com/wp-content/uploads/2023/05/marudibooks-undermaintainance.jpg');
    height: 1080px;
    width: 1920px
}

/*** Product variation description - small text ***/

.woocommerce-variation.single_variation .woocommerce-variation-description p {
    font-size: 15px;
    font-weight: 600;
    color: #3d3d3d;
}

@media all and (min-width: 1024px) {
    .product-grid .summary p {
        max-width: 90%;
    }
}

/* --- Boja na accordion krugche kaj Naplata --- */ 
 #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #fdbf0f;
}

.woocommerce-variation-price span.price span.woocommerce-Price-amount {
    font-size: 1.41575em;
    margin: 1.41575em 0;
}


.wpcvs-attribute-value{
	margin-bottom:8px;
}


/* --------------------------------------- Cart & Checkout --------------------------------------- */ 

table.cart td.product-remove {
	padding: 1.618em 0;
}



.wc-proceed-to-checkout .button,
#payment .form-row .button{
    margin-bottom: 0;
	display: block;
    text-align: center;
    min-width: 280px;
    max-width: 100%;
    line-height: 1;
    font-size: 17px !important;
    background-color: #FDBF0F !important;
   /* color: #262626 !important; */
	color: #472101!important;
    font-weight: 600 !important;
    padding: 25px 40px !important;
    text-transform: uppercase;
    transition: all .3s;
    text-decoration: none !important;
	border-radius: 4px;
	border: none !important;
}


.wc-proceed-to-checkout .button:hover, 
#payment .form-row .button:hover{
    background-color: #9BCE9C !important;
}

.cart-collaterals{
    padding: 2em;
    background: #fffdea !important;
    font-size: small;
    border-radius: 4px;
	margin-bottom: 1.618em;
}

.cart-collaterals td{
	    background: #fffdea !important;

}
.cart-collaterals #shipping_method{
	margin:0;
}

.cart-collaterals .woocommerce-shipping-destination {
	font-size:small;
	font-weight:400!important;
}

.cart-collaterals h2{
	padding-bottom:1em;
}

.wc-proceed-to-checkout {
     margin-bottom: 0em;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
     background-color: transparent;
}

.woocommerce-cart-form__contents button,
.form-row .button{
    background-color: transparent;
    border: 1px solid #ba6603 !important;
    border-radius: 4px;
	color: #ba6603 !important;
    line-height: 1.2;
    font-size: 12px !important;
    font-weight: 600 !important;
	text-transform: uppercase;
    letter-spacing: .8px;
	transition: all .3s;
}

.woocommerce-cart-form__contents button:hover,
.form-row .button:hover {
    background-color: transparent;
    border: 1px solid #964f0a !important;
	color: #964f0a !important;
}

table.cart td.product-remove a.remove{
	font-weight: 900;
    content: "\f54e";
    display: inline-block;
    position: absolute;
    top: 1.05em;
    left: 1.5em;
    color: #e09100;
}


/* --------------------------------------- Checkout --------------------------------------- */ 


.woo-pages input[type="checkbox"] {
	height: 20px;
	width: 20px;
	border-radius:2px;
	border: 1px solid	#964f0a !important;
	transform: translateY(25%);

}


.woo-pages input[type="checkbox"]:active {
	border: 1px solid	#964f0a !important;
	color:#964f0a;
}

#payment .payment_methods>.wc_payment_method>label {
	font-size:medium;
}