/*
Theme name: FotoTapete
Author: Modern Design
*/

/** normalization **/

#wpadminbar {
}

* {
    outline: none;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    color: #403636;
    font-weight: 400;
    box-sizing: border-box;
}

/** FOOTER **/

footer {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px 0 0;
}

footer .wrapper {
    border-top: 1px solid #f2f2f2;
}

.footer__bg {
    background: #f2f2f2;
    float: left;
    width: calc(100% - 100px);
    margin: 0 50px;
    padding: 50px 0;
}

.footer__a {
    width: 40%;
    float: left;
    padding-right: 50px;
}

.footer__b a, .footer__b a span {
	transition: 0.15s;
}
.footer__b a:hover, .footer__b a span:hover {
	color: #EF7F1A;
}

.footer__b,
.footer__c {
    width: 30%;
    float: left;
    padding-left: 50px;
}

.footer__a img {
    
    margin: 30px 0;
}

.footer__a p {
    font-size: 15px;
    line-height: 2em;
}
.footer__a h4,
.footer__b h4,
.footer__c h4 {
    margin: 0px 0 30px;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.footer__b li,
.footer__c li {
    font-size: 15px;
    line-height: 2em;
    font-weight: 300;
}

.footer__c li a {
    color: #ef7f1a;
    font-weight: 700;
}
.copyrights {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #f2f2f2;
}

.copyrights__left {
    float: left;
}

.copyrights__left p {
    font-size: 15px;
    line-height: 50px;
}

.copyrights__right {
    float: right;
    text-align: right;
}

.copyrights__right a {
    font-size: 15px;
    line-height: 50px;
}

/** normalization **/

* {
    outline: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #403636;
    font-weight: 300;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    font-weight: 900;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    word-spacing: 0.1em;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h4 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

p {
    font-size: 17px;
    line-height: 1.61em;
    margin: 0;
    font-weight: 300;
}

.paragraf__txt {
    margin: 20px auto 0;
    font-size: 15px;
    padding: 0 100px;
}

.paragraf__txt a {
    color: #ef7f1a;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.paragraf__txt.first__paragraph {
    margin-top: 30px;
}

.paragraf__txt.last__paragraph {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.paragraf__txt.bottom__paragraph {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #f2f2f2;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    font-size: 19px;
    line-height: 1.61em;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

section {
    width: 100%;
    float: left;
    clear: both;
}

.md-btn {
    width: 160px;
    height: 44px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 0 2px #403636 inset;
}

.md-btn__orange {
    background: #ef7f1a;
    color: #FFF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/** header **/

header {
    width: 100%;    
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.woocommerce-page header {
    background: #FFF;
    box-shadow: 265px 0 0 0 #403636 inset, 0 -1px 0 0 rgba(0,0,0,0.05) inset;
}

.tax-product_cat main {
    margin-top: 100px;
    padding: 0;
    width: 100%;
    float: left;
    box-shadow: 0 100px 0 0 #fafafa inset, 0 101px 0 0 #f2f2f2 inset;
}

.single-product.woocommerce main {
    margin-top: 100px;
    padding: 20px 0 0;
    width: 100%;
    float: left;
}


.woocommerce-page h1.page-title {
    margin: 0 auto 20px;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ef7f1a;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce__page .term-description {
    padding: 0px 100px 15px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce__page .term-description p {
    font-size: 15px;
}

.admin-bar header {
    margin-top: 32px;
}

.header__middle {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0 50px;
    height: 100px;
}

.header__middle-logo {
    float: left;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.header__middle-logo img {
    margin: 0;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.3));
    display: block;
    width: auto;
}

.header__middle-menu {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.header__middle-menu li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.header__middle-menu li.menu-item-has-children {
    position: relative;
}

.header__middle-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,10px,0);
    min-width: 230px;
    background: #FFF;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s
}

.header__middle-menu li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%,0,0);
}

.header__middle-menu li.menu-item-has-children ul.sub-menu:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #FFF;
    border-radius: 10px;
}

.header__middle-menu li.menu-item-has-children ul.sub-menu li {
    padding: 0 20px;
    margin: 0;
    width: 100%;
    line-height: 1em;
    border-bottom: 1px solid #f2f2f2;
}

.header__middle-menu li.menu-item-has-children ul.sub-menu li a {
    line-height: 1.1em;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    color: #403636;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.header__middle-menu a {
    color: #e5e5e5;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 65px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.4s;
}

.woocommerce .header__middle-menu a,
.woocommerce-cart .header__middle-menu a {
    color: #403636 !important;
    opacity: 0.7;
}
.woocommerce .header__middle-menu .current_page_parent a {
    opacity: 1;
    font-weight: 600;
}
.woocommerce .header__middle-menu a:hover {
    opacity: 1;
}
.header__middle-menu .current_page_item a {
    color: #FFF;
    font-weight: 700;
}

.header__middle-menu a:hover {
    color: #FFF;
}

.header__middle-menu li a.active {    
    color: #FFF;
    font-weight: 700;
    position: relative;
    z-index: 2;
}


/**** MAIN ****/

main {
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 2;
}

/** hero **/ 

#hero {
    position: relative;
}

.slide {
    width: 100%;
    height: 100vh;    
}
.slide .wrapper {
    height: 100%;
}

.slide__ctn {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 100px;
} 

.slide__ctn h1 {
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: -0.03em;
    margin: 50px 0 0;
    text-align: center;
    line-height: 1.1em;
}

.slide__ctn h2 {
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: -0.03em;
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.6em;
    font-size: 30px;
}
.slide__ctn p {
    color: #FFF;
    font-size: 18px;
    display: block;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-family: 'Poppins', sans-serif;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}

.slide__ctn h1 span {
    color: #FFF;
    font-size: 65px;
    display: block;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    line-height: 1em;
}

.slide__ctn p {
    margin: 0 0 30px;
    color: #fff;
}

.slide__ctn p strong {
    color: #fff;
}

.slide__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slide__img img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
}

#hero .owl-dots {
    position: absolute;
    bottom: 63px;
    right: 50px;
}

#hero .owl-dot {
    background: transparent;
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 30px;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 0 0 3px #FFF inset, 4px 4px 8px 0 rgba(0,0,0,0.8);
    opacity: 0.7;
}

#hero .owl-dot.active {
    background: #FFF;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
    opacity: 1;
}

#hero .social {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 2;
}

#hero .social a {
    margin-right: 40px;
}

#hero .social img {
    
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.3));
}

#hero .scroll {
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 2;    
    margin-left: -25px;
    animation-name: up-down;
    
    animation-direction: alternate-reverse;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    will-change: transform;
    width: 20px;
    height: 50px;
}

@keyframes up-down {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: translate3d(0,20px,0);
    }
}

#hero .scroll img {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.8));
}

#hero .owl-nav {
}

#portfolio .owl-prev,
#portfolio .owl-next,
#hero .owl-prev,
#hero .owl-next {
    font-size: 0;
    position: absolute;
    left: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -50px;
}
#portfolio .owl-prev,
#hero .owl-prev {
    background: url(./img/icons/prev.png) no-repeat center center;
    background-size: auto;
}

#portfolio .owl-next,
#hero .owl-next {
    background: url(./img/icons/next.png) no-repeat center center;
    background-size: auto;
    left: auto;
    right: 50px;
}



/*********************************************************************************/

#categories {
    padding: 70px 0;
}

#categories h2 {
    text-align: center;
    margin: 0;
    line-height: 1em;
}

#categories h2 strong {
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    color: #ef7f1a;
}

.subtitle {
    display: block;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 40px;
}

.categories__tiles {
    overflow: hidden;
    transition: 0.3s;
}


.categories__row {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 40px;
    margin: 0 0 40px;
}

.categories__tiles .category {
}

.category__img {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

.category__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories__tiles h3 {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 15px auto 0;
    text-align: center;
    line-height: 1em;
}

.categories__tiles h3 strong {
    color: #ef7f1a;
}

.categories__tiles p {
    text-align: center;
}

#categories .md-btn {
    margin:  0 auto;
    transition: 0.4s;
}

.all__categories #categories .md-btn {
    opacity: 0;
    visibility: hidden;
}

#pricing {
    background: url(/wp-content/uploads/2020/12/slide-1.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0 100px;
}

.page-id-15 #pricing {
    padding-top: 200px;
    min-height: 100vh;
}

#pricing h2 {
    color: #FFF;
    margin: 0;
    line-height: 1em;
    text-align: center;
}

#pricing .subtitle {
    color: #FFF;
    word-spacing: 0.1em;
}

.calculator {
    text-align: center;
}

.calculator__left {
    width: 160px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
}

.calculator__right {
    width: 160px;
    display: inline-block;
    margin-left: 20px;
}

.calculator__left p,
.calculator__right p {
    text-align: center;
    color: #FFF;
    font-weight: 700;
}

.calculator__left span,
.calculator__right span {
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display: block;
}

.calculator__left input,
.calculator__right input {
    width: 100%;
    background: rgba(0,0,0,0.2);
    border: 0;
    box-shadow: 0 0 0 2px #FFF inset;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    margin: 8px 0;
}

.total {
    color: #FFF;
    font-family: 'Poppis', sans-serif;
    margin: 0 auto;
}

.total span {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
}

.total__sa {
    margin: 0 0 40px;
}

.total input {
    width: 130px;
    background: none;
    border: none;
    text-align: right;
    color: #FFF;
    display: inline;
    overflow: visible;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 900;
    z-index: 2;
    position: relative;
    text-shadow: -3px 3px 6px rgba(0,0,0,0.4);
}
.total .price__title {
    
    width: 250px;
    text-align: left;
}
.total .currency {
    position: relative;
    z-index: 1;
    text-shadow: -3px 3px 6px rgba(0,0,0,0.4);
    line-height: 40px;
    display: inline-block;
}

.total .currency:before {
    content: '';
    width: 50px;
    height: 12px;
    background: #ef7f1a;
    position: absolute;
    right: -4px;
    bottom: 7px;
    z-index: -1;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}

#pricing p,
#pricing p strong {
    color: #FFF;
    font-size: 15px;
}

#pricing p sup {
    color: #FFF;
}

#tutorial {
    position: relative;
    padding: 80px 0;
}

#tutorial .subtitle {
    text-align: center;
}

#tutorial h2 {
    text-align: center;
    margin: 0;
    line-height: 1;
}

.p-new-h2 { 
    text-align: center;
    margin: 0;
    line-height: 1;
    font-size: 45px;
    font-weight:900;
    text-transform: uppercase;
}

.p-new-h2 strong{ 
    color: #ef7f1a;
}

.text-align-left-helper {
    text-align: left;
}

.p-new-h3 {
    text-align: center;
    /*margin: 0;*/
    line-height: 1;
    font-size: 20px;
    font-weight:900;
    text-transform: uppercase;
}

.p-new-h3 span {
    font-weight:900;
    color: #ef7f1a;
}

.p-new-h4 {
    font-size: 20px !important;
    font-weight:900;
    text-transform: uppercase;
}

.p-new-h4 strong {
    
}

#tutorial h2 strong {
    color: #ef7f1a;
}

.tutorial__left {
    float: left;
    width: 55%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 20px 40px 0 rgba(0,0,0,0.2);
    height: auto;
}


.tutorial__left .uputstvo {
    width: 100%;
    height: 100%;
}

.tutorial__left .uputstvo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tutorial__left iframe,
.tutorial__left frame {
    width: 100%;
    height: 100%;
    display: block;
}

.tutorial__left .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.tutorial__left .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
}

.tutorial__left .owl-dot span {
    width: 12px;
    height: 12px;
    opacity: 0.8;
    transition: 0.3s;
    display: block;
    border-radius: 50px;
    box-shadow: 0 0 0 2px #FFF inset,4px 4px 8px 0 rgba(0,0,0,.2);
}

.tutorial__left .owl-dot.active span {
    background: #ef7f1a;
    opacity: 1;
    box-shadow: 0 0 0 2px #FFF inset,4px 4px 8px 0 rgba(0,0,0,.2);
}

.tutorial__right {
    float: right;
    width: 45%;
    padding-left: 50px;
}



/*
.tutorial__right {
    float: none;
    width: 40%;
    padding-left: 0px;
    margin: 0 auto;        
}

*/

.tutorial__right h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: center;
}

.tutorial__right h3 span {
    color: #ef7f1a;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.tutorial__right li {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 20px;
}


#portfolio {
    position: relative;
    padding: 80px 0 132px;
    overflow-x: hidden;
}

#portfolio:before {
    content: '';
    position: absolute;
    width: 1200px;
    height: 100%;
    background: #f2f2f2;
    left: calc(50% - 600px);
    z-index: -1;
    top: 0;
}

#portfolio .wrapper {
    overflow: visible;
    max-width: 100%;
}

#portfolio h2 {
    text-align: center;
    line-height: 1;
    margin: 0;
}

#portfolio h2 strong {
    color: #ef7f1a;
}

#portfolio subtitle {
}

.our-work {
    max-width: 700px;
    margin: 0 auto;
}

#portfolio .owl-item {

}

#portfolio .owl-item.active {
}

.work {

    transition: 0.4s;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
    transition: 0.4s;
}

.work img {
    width: 100%;
    /*height: 100%;*/
	height: 550px;
    object-fit: cover;
    opacity: 0.6;
    transition: 0.4s;
}

.active .work {

    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.2);
}

.active .work img {
    opacity: 1;
}

#portfolio .owl-carousel .owl-stage-outer {
    overflow: visible;
}

#portfolio .owl-prev {
    left: -175px;
    
    margin-top: -25px;
}

#portfolio .owl-next {
    right: -175px;
    margin-top: -25px;
}

#portfolio .owl-dots {
    position: absolute;
    bottom: -72px;
    /*left: 50%;
    transform: translate3D(-50%,0,0);*/
}

#portfolio .owl-dot {
    background: transparent;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 15px;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 0 0 3px #403636 inset;
    opacity: 1;
}

#portfolio .owl-dot.active {
    background: #ef7f1a;
    opacity: 1;
    box-shadow: none;
}


#about {
    padding: 80px 0 40px;
}

#about.about_reverse {
    margin-bottom: 20px;
}

#about .wrapper {
}

.about__left {
    width: 50%;
    padding-right: 50px;
    float: left;
}

.about__left h2 {
    margin: 30px 0 0;
    line-height: 1em;
}

.about__left h2 strong {
    color: #ef7f1a;
}

.about__left .subtitle {
    text-align: left;
}

.about__left p {
    margin-bottom: 30px;
    letter-spacing: 0.02em;
}

.about__left p strong {
    letter-spacing: 0;
}

.about__left p a {
    color: #ef7f1a;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.about__left .md-btn {
}

.about__right img {
    position: relative;
    display: block;
    box-shadow: 20px 20px 40px 0 rgba(0,0,0,0.2);
    max-width: 100%;
    height: auto;
}

.about__right {
    position: relative;
    float: right;
    width: 50%;
}

.about__right:before {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 490px;
    height: 450px;
    background: #ef7f1a;
    z-index: 0;    
}

.about_reverse .about__right:before {
    background: #403636;
    left: -60px;
    right: auto;
}

#page-title {
    width: 100%;
    min-height: 60vh;
    background: url(/wp-content/uploads/2020/12/slide-1.jpg) no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

#page-title h1 {
    margin: 0 auto;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
#page-title h3 {
    margin: 0 auto;
    color: #FFF;
}
#page-title p {
    color: #FFF;
    max-width: 600px;
    margin: 0 auto;
}
#page-title p strong {
    color: #FFF;
}

#parallax {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    margin: 80px 0 0;
}

.parallax__txt {
    max-width: 1000px;
    margin: 0 auto;
    color: #FFF;
}
.parallax__txt h2 {
    color: #FFF;
    text-align: center;
}

.parallax__txt p {
    color: #FFF;
    text-align: center;
    margin: 20px 0 0;
}

.parallax__img {
    position: absolute;
    width: calc(100% - 100px);
    left: 50px;
    top: 0;    
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
    box-shadow: 0 100vh 0 0 rgba(0,0,0,0.4) inset;
}

.parallax__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_reverse .about__left {
    float: right;
    padding-right: 0;
    padding-left: 50px;
}

.about_reverse .about__right  {
    float: left;
}

.about_reverse .about__right img {
    box-shadow: -20px 20px 40px 0 rgba(0,0,0,0.2);
}

.tut__wrap {
    text-align: center;
}

.tut__wrap iframe {
    display: block;
    margin: 50px auto;
    border-radius: 6px;
    box-shadow: 0px 20px 40px 0 rgba(0,0,0,0.2);
}
#tut__inner h2 {
    text-align: center;
}

.tut__steps {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 40px;
    margin-bottom: 50px;
}

.tut__step {
}

.step__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
}

.tut__step img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tut__step h3 {
    text-align: center;
    margin: 20px auto 10px;
}

.tut__step p {
    text-align: center;
    padding: 0 20px;
    font-size: 15px;
}

.contact__map {
    margin: 50px 0 0;
}

.contact__map iframe {
    width: calc(100% - 100px);
    margin: 0 50px;
    border-radius: 0;
}

.contact__info {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.contact__info li {
    width: 100%;
    padding-left: 45px;
    line-height: 50px;
    box-shadow: none;
    position: relative;
    font-size: 17px;
}

.contact__info li::before {
    content: '';
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset;
    display: block;
    left: 0;
    top: 10px;
    position: absolute;
}

.contact__info li:nth-child(1)::before {
    background: url(./img/address.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}

.contact__info li:nth-child(2)::before,
.contact__info li:nth-child(3)::before,
.contact__info li:nth-child(4)::before {
    background: url(./img/phone.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}

.contact__info li:nth-child(5)::before {
    background: url(./img/email.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}

.contact__email  {
    width: 50%;
    float: left;
    padding-left: 50px;
}

.contact__email input, 
.contact__email textarea {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 17px;
}

.hidden {
    display: none;
}

.contact__email button {
    background: #403636;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: right;
    margin: 10px 0 0;
}

.wp-block-envira-envira-gallery {
    margin: 30px auto 0;
}


.woocommerce__page .product .product_title {
    font-size: 30px;
    color: #ef7f1a;
}

.woocommerce__page .napomena {
    font-size: 13px;
    background: #fafafa;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    margin: 0 0 30px;
}

.single .woocommerce__page .product {
    margin: 20px auto 0;
}

.woocommerce .woocommerce__page ul.products li.product .button {
    width: 160px;
    height: 44px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 0 2px #403636 inset;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0 auto;
    transition: 0.3s;
}

.woocommerce .woocommerce__page ul.products li.product .button:hover {
    color: #FFF;
    box-shadow: 0 0 0 2px #403636 inset, 160px 0 0 0px #403636 inset;
}

.woocommerce__page .woocommerce-loop-product__title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 15px auto 15px !important;
    text-align: center;
    line-height: 1em;
    font-size: 20px !important;
    padding: 0 !important;
}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    line-height: 44px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    cursor: pointer;
}

.woocommerce .woocommerce__page nav.woocommerce-pagination ul li a,
.woocommerce .woocommerce__page nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 20px;
    min-width: 1em;
    display: block;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.woocommerce .woocommerce__page nav.woocommerce-pagination ul {
    border: 1px solid #f2f2f2;
    border-right: 0;
}

.woocommerce .woocommerce__page nav.woocommerce-pagination ul li {
    border-right: 1px solid #f2f2f2;
}

.woocommerce .woocommerce__page nav.woocommerce-pagination ul li a:focus, 
.woocommerce .woocommerce__page nav.woocommerce-pagination ul li a:hover {
    background: #fafafa;
    color: #ef7f1a;
}

.woocommerce .woocommerce__page nav.woocommerce-pagination ul li span.current {
    background: #403636;
    color: #FFF;
}

.product_meta .posted_in,
.product_meta .tagged_as {
    width: 100%;
    display: block;
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: 700;
}

.product_meta .tagged_as a {
    font-size: 13px;
    padding: 5px 10px;
    background: #f2f2f2;
}

.related.products h2 {
    font-size: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
    background: transparent;
    font-size: 15px;
}


 
.prev_next_buttons {
    line-height: 44px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
}

.prev_next_buttons a {
    width: 160px;
    height: 44px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 0 2px #403636 inset;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0 auto;
    transition: 0.3s;
    position: relative;
}


.prev_next_buttons a[rel="prev"] {
    float: right;
    padding-right: 8px;
}

.prev_next_buttons a:hover {
    color: #FFF;
    box-shadow: 0 0 0 2px #ef7f1a inset, 160px 0 0 0px #ef7f1a inset;
}
.prev_next_buttons a[rel="next"]:hover {
    box-shadow: 0 0 0 2px #ef7f1a inset, -160px 0 0 0px #ef7f1a inset;
}

.prev_next_buttons a[rel="prev"]::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #403636;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    margin-top: -3px;
    border-radius: 8px;
}

.prev_next_buttons a[rel="prev"]::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #403636;
    top: 50%;
    right: 15px;
    transform: rotate(-45deg);
    margin-top: 3px;
    border-radius: 8px;
}

.prev_next_buttons a[rel="next"] {
    float: left;
    padding-left: 8px;
}

.prev_next_buttons a[rel="next"]::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #403636;
    top: 50%;
    left: 15px;
    transform: rotate(45deg);
    margin-top: 3px;
    border-radius: 8px;
}

.prev_next_buttons a[rel="next"]::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #403636;
    top: 50%;
    left: 15px;
    transform: rotate(-45deg);
    margin-top: -3px;
    border-radius: 8px;
}

.prev_next_buttons::after {
    content: '';
    display: block;
    clear:both;
}

.prev_next_buttons a::before,
.prev_next_buttons a::after {
    transition: 0.3s;
}

.prev_next_buttons a:hover::before,
.prev_next_buttons a:hover::after {
    background: #FFF;
}
.tos-page header {
    background: #403636;
}
.tos-page #page__content .wrapper {
    max-width: 800px;
}
.tos-page #page__content .wrapper h1 {margin: 150px 0 20px;text-align: center;color: #ef7f1a;font-size: 50px;}
.tos-page #page__content .wrapper h3 {margin: 40px 0 30px;font-size: 36px;}
.tos-page #page__content .wrapper li {margin: 20px 0 0;list-style: circle;list-style-position: inside;font-size: 17px;}
.tos-page #page__content .wrapper p {margin: 20px 0 0;}


.single__blog {
    margin: 140px 0 0;
}

.single__blog .wrapper {
    width: 800px;
}

.single__blog .wp-block-image {
    margin: 0;
}

.single__blog h1 {
    font-size: 45px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.single__blog h2 {
    text-align: left;
    font-size: 30px;
    text-transform: none;
    padding: 0 50px;
    margin: 40px 0 0;
}

.single__blog p {
    margin: 1.61em 0;
    padding: 0 50px;
}

.single__blog p a {
    font-weight: 700;
    color: #ef7f1a;
}

.category__blog {
    padding: 150px 0 0;
    box-shadow: 0 100px 0 0 #403636 inset;
}
.blog__post {
    width: 33.33%;
    padding: 0 20px;
    float: left;
    margin: 0 0 40px;
}

.blog__post h2 {
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0 10px;
}

.blog__post h2 a {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
    line-height: 1.1em;
    display: block;
    min-height: 50px;
    color: #ef7f1a;
}

.blog__post small {
    margin: 0 0 10px;
    display: block;
    font-weight: 700;
    padding: 0 10px;
}

.blog__post .entry {
    margin-bottom: 20px;
}

.entry .more-link {
    display: none;
}

.blog__post .wp-block-image  {
    margin: 0 0 10px;
}

.wp-block-image img {
    height: auto;
    border-radius: 4px;
}

.blog__post .entry p {
    font-size: 15px;
}

/* styles for '...' */ 
.blog__post .entry p {
    overflow: hidden;
    position: relative;
    line-height: 1.8em;
    max-height: 5.2em;
    text-align: justify;
    display: block;
    padding: 0 10px;
}

.blog__post .entry p::before {
    content: '...';
    position: absolute;
    right: -1px;
    bottom: -3px;
}
.blog__post .entry p:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.blog__post .md-btn {
    margin: 0 10px;
}

.back-btn {
    position: fixed;
    left: 0;
    height: 44px;
    z-index: 3;
    bottom: 0;
    width: 100%;
}

.back-btn .button-md {
    width: auto;
    height: 44px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    background: #fafafa;
    padding: 0 20px 0 40px;
    border-radius: 0;
    margin: 0 auto;
    transition: 0.3s;
    position: relative;
    border-top: 1px solid #ededed;
}

.back-btn .button-md:before  {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #403636;
    top: 50%;
    left: 30px;
    transform: rotate(45deg);
    margin-top: 3px;
    border-radius: 8px;
}

.back-btn .button-md:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #403636;
    top: 50%;
    left: 30px;
    transform: rotate(-45deg);
    margin-top: -3px;
    border-radius: 8px;
}

/** woocommerce cart **/

.woocommerce-cart-form {
    border-bottom: 1px solid #f2f2f5;
}

.woocommerce table.woocommerce-cart-form__contents {
    border: 0px solid rgba(0,0,0,.1);
    margin: 50px 0 0;
    text-align: left;
    width: 100%;
    font-size: 14px;
    border-collapse: separate;
    border-radius: 0;
}
.woocommerce table.woocommerce-cart-form__contents td {
    border-top: 1px solid #f2f2f5;
}

.woocommerce table.woocommerce-cart-form__contents p {
    font-size: 14px;
    line-height: inherit;
}

input#coupon_code {
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #403636;
    box-shadow: 0 0 0 2px #403636 inset;
    margin: 0 10px 0 0px;
}

.woocommerce .cart .button{
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 0 30px !important;
    font-size: 14px;
    border-radius: 6px;
    background: #403636 !important;
    color: #FFF !important;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.cart_totals {
    margin: 30px 0;
    float: left !important;
}


.cart_totals * {
    font-size: 14px;
}

.cart_totals table.shop_table {
    border: none;
    border-radius: 0;
}

.cart_totals table.shop_table td {
    border-color: #f2f2f5;
}

.woocommerce-checkout main {
    padding-top: 50px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    font-size: 15px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    transition: 0.3s;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text:focus {
    padding: 0 20px;
    font-weight: 600; 
    box-shadow: 0 0 0 2px #403636 inset;
}

.woocommerce-checkout .woocommerce form .form-row label {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    line-height: 40px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 6px;
    height: 44px;
    line-height: 44px !important;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #403636;
    line-height: 44px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 42px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.woocommerce form .form-row textarea {
    padding: 15px;
    font-size: 15px;
    height: 230px;
    resize: none;;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    transition: 0.3s;
}

.woocommerce form .form-row textarea:focus {
    box-shadow: 0 0 0 2px #403636 inset;
}

.woocommerce-billing-fields h3 {
    margin: 0 0 30px
}

#ship-to-different-address {
    margin: 130px 0 20px;
    padding-left: 10px;
}

#ship-to-different-address,
#ship-to-different-address span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    border: none;
    border-radius: 0;
    font-size: 15px;
}

.woocommerce table.woocommerce-checkout-review-order-table td {
    border-color: #f2f2f5;
    padding: 10px 12px;
    line-height: 1;
}

.woocommerce table.woocommerce-checkout-review-order-table td dl {
    margin: 5px 0 0;
}

.woocommerce table.woocommerce-checkout-review-order-table td p {
    font-size: 15px;
    line-height: 1;
    margin: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table td li {
    margin: 0 !important;
    padding: 0;
    line-height: 1 !important;
}
.woocommerce table.woocommerce-checkout-review-order-table td label {
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    margin: 0 0 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
    border-color: #f2f2f5 !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f2f2f5;
    border-radius: 6px;
    margin-bottom: 70px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-color: rgba(0,0,0,0.05);
}

.woocommerce-cart main {
    margin: 100px 0 0;
}

.cart_totals h2 {
    font-size: 25px;
    padding-left: 12px;
    color: #ef7f1a;
}

.checkout-button {
    background: #ef7f1a !important;
}

/** woocommerce product page **/

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 44px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 2px #403636 inset;
    font-size: 15px;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    line-height: 44px;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    height: 44px;
    padding: 0 10px;
}

.woocommerce-variation-add-to-cart {
    margin: 20px 0 0;;
}

#price_calculator td {
    border-style: none;
    vertical-align: top;
    line-height: 44px;
}

#price_calculator input {
    text-align: right;
    width: 64px;
    height: 44px;
    text-align: center;
    font-size: 17px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-bottom: 20px;
}

.woocommerce-variation-price {
    margin: 20px 0;
}

.single-product .tabs.wc-tabs,
.woocommerce-variation-description {
    display: none;
}

.single-product #tab-description h2  {
    font-size: 30px;
    margin: 20px 0 10px;
}
/* Moderne Tapete: product category redesign 2026-09-11 */
.inner-page header {
  position: relative;
  top: auto;
  margin-top: 0;
  height: auto;
  background: #f7f2e9;
  border-bottom: 1px solid rgba(35, 54, 47, .1);
  box-shadow: 0 8px 28px rgba(35, 54, 47, .07);
  z-index: 30;
}
.inner-page .header__middle {
  position: relative;
  top: auto;
  display: flex;
  align-items: center;
  min-height: 92px;
  height: auto;
  padding: 0 clamp(24px, 4vw, 64px);
}
.inner-page .header__middle-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  height: auto;
}
.inner-page .header__middle-logo img {
  display: block;
  width: 210px !important;
  height: auto !important;
  max-width: 100%;
}
.inner-page .header__middle-menu {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
}
.inner-page .header__middle-menu .navigation {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
}
.inner-page .header__middle-menu .navigation > li {
  margin: 0;
}
.inner-page .header__middle-menu .navigation > li > a {
  color: #263d35;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: color .2s ease;
}
.inner-page .header__middle-menu .navigation > li > a:hover {
  color: #c86d4b;
}
body.archive.woocommerce {
  background: #f4f1eb;
  color: #263d35;
}
body.archive.woocommerce .woocommerce__page {
  position: relative;
  top: auto;
  margin-top: 0;
  padding: clamp(48px, 6vw, 84px) 0 88px;
}
body.archive.woocommerce .woocommerce__page > .wrapper {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
}
body.archive.woocommerce .page-title {
  position: relative;
  margin: 0 0 32px;
  padding-top: 18px;
  color: #20382f;
  font-family: Poppins, sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-align: center;
  text-transform: none;
}
body.archive.woocommerce .page-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 58px;
  height: 4px;
  border-radius: 99px;
  background: #c86d4b;
  transform: translateX(-50%);
}
body.archive.woocommerce .term-description {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto clamp(42px, 5vw, 64px);
  padding: clamp(28px, 4vw, 46px);
  color: #53645e;
  font-size: 16px;
  line-height: 1.78;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(35,54,47,.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(35,54,47,.08);
}
body.archive.woocommerce .term-description h2 {
  margin: 0 0 18px;
  color: #20382f;
  font-family: Poppins, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
}
body.archive.woocommerce .term-description p:last-child { margin-bottom: 0; }
body.archive.woocommerce .term-description a {
  color: #b85f40;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
body.archive.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
  margin: 0 !important;
}
body.archive.woocommerce ul.products::before,
body.archive.woocommerce ul.products::after { display: none !important; }
body.archive.woocommerce ul.products li.product-category.product {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(35,54,47,.08);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(35,54,47,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
body.archive.woocommerce ul.products li.product-category.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(35,54,47,.15);
}
body.archive.woocommerce ul.products li.product-category.product a {
  display: block;
  height: 100%;
  color: inherit;
}
body.archive.woocommerce ul.products li.product-category.product img {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .45s ease;
}
body.archive.woocommerce ul.products li.product-category.product:hover img {
  transform: scale(1.035);
}
body.archive.woocommerce .woocommerce-loop-category__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  margin: 0;
  padding: 20px;
  color: #20382f;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}
body.archive.woocommerce .woocommerce-loop-category__title .count {
  flex: 0 0 auto;
  padding: 5px 9px;
  color: #a9583b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #f5e7df;
  border-radius: 99px;
}
@media (max-width: 1080px) {
  body.archive.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .inner-page .header__middle { padding-left: 24px; padding-right: 24px; }
  .inner-page .header__middle-menu .navigation { gap: 15px; }
  .inner-page .header__middle-menu .navigation > li > a { font-size: 13px; }
}
@media (max-width: 820px) {
  .inner-page .header__middle { flex-direction: column; gap: 14px; padding-top: 17px; padding-bottom: 14px; }
  .inner-page .header__middle-logo img { width: 190px !important; }
  .inner-page .header__middle-menu { width: 100%; margin-left: 0; overflow-x: auto; scrollbar-width: none; }
  .inner-page .header__middle-menu::-webkit-scrollbar { display: none; }
  .inner-page .header__middle-menu .navigation { width: max-content; min-width: 100%; justify-content: center; flex-wrap: nowrap; }
  .inner-page .header__middle-menu .navigation > li > a { white-space: nowrap; }
  body.archive.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  body.archive.woocommerce .woocommerce__page > .wrapper { width: calc(100% - 28px); }
  body.archive.woocommerce .woocommerce__page { padding-top: 40px; padding-bottom: 64px; }
  body.archive.woocommerce .term-description { padding: 24px 21px; border-radius: 18px; }
  body.archive.woocommerce ul.products { grid-template-columns: 1fr; gap: 20px; }
  body.archive.woocommerce .woocommerce-loop-category__title { min-height: 70px; }
  .inner-page .header__middle-menu .navigation { justify-content: flex-start; }
}

.inner-page .header__middle-logo img { content: url('/wp-content/uploads/2026/09/moderne-tapete-logo-dark.png'); }

.inner-page .header__middle-logo { padding: 8px 13px; background: #20382f; border-radius: 12px; box-shadow: 0 8px 20px rgba(32,56,47,.16); }
.inner-page .header__middle-logo img { content: normal; width: 190px !important; }

/* Moderne Tapete refinement: 2026 editorial commerce */
.inner-page header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  background: rgba(247,242,233,.88);
  border-bottom-color: rgba(32,56,47,.08);
  box-shadow: 0 10px 36px rgba(32,56,47,.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.inner-page .header__middle {
  min-height: 82px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.inner-page .header__middle-logo {
  padding: 7px 11px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(32,56,47,.14);
}
.inner-page .header__middle-logo img { width: 168px !important; }
.inner-page .header__middle-menu .navigation { gap: clamp(7px, 1.1vw, 18px); }
.inner-page .header__middle-menu .navigation > li > a {
  display: block;
  padding: 10px 12px;
  border-radius: 999px;
  color: #625e5b;
  font-size: 13px;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.inner-page .header__middle-menu .navigation > li > a:hover {
  color: #20382f;
  background: rgba(255,255,255,.78);
  transform: translateY(-1px);
}
.inner-page .header__middle-menu .navigation > .current-menu-item > a,
.inner-page .header__middle-menu .navigation > .current-product_cat-ancestor > a {
  color: #fff;
  background: #20382f;
}
body.archive.woocommerce .woocommerce__page {
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(42px, 5vw, 68px);
  background:
    radial-gradient(circle at 12% 4%, rgba(201,109,75,.14), transparent 23rem),
    radial-gradient(circle at 88% 0%, rgba(49,88,74,.13), transparent 26rem),
    linear-gradient(180deg, #faf8f4 0%, #f4f1eb 32%, #f4f1eb 100%);
}
body.archive.woocommerce .woocommerce__page::before,
body.archive.woocommerce .woocommerce__page::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(32,56,47,.08);
  border-radius: 50%;
  pointer-events: none;
}
body.archive.woocommerce .woocommerce__page::before { top: -150px; left: -80px; }
body.archive.woocommerce .woocommerce__page::after { top: -115px; right: -90px; width: 210px; height: 210px; }
body.archive.woocommerce .page-title {
  max-width: 920px;
  margin: 0 auto clamp(38px, 4.5vw, 58px);
  padding: 25px 20px 52px;
  font-size: clamp(46px, 6vw, 76px);
  letter-spacing: -.055em;
}
body.archive.woocommerce .page-title::before {
  top: 8px;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #c86d4b, #e49a78);
}
body.archive.woocommerce .page-title::after {
  content: 'Kolekcija foto tapeta po meri';
  position: absolute;
  left: 50%;
  bottom: 12px;
  padding: 8px 14px;
  color: #6e6864;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(32,56,47,.09);
  border-radius: 999px;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}
body.archive.woocommerce .term-description {
  position: relative;
  max-width: 1100px;
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.76);
  box-shadow: 0 24px 70px rgba(32,56,47,.10), inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body.archive.woocommerce ul.products { gap: 24px; }
body.archive.woocommerce ul.products li.product-category.product {
  position: relative;
  border-color: rgba(255,255,255,.9);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(32,56,47,.09);
}
body.archive.woocommerce ul.products li.product-category.product::after {
  content: '';
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, #c86d4b, #e5a283);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .25s ease, transform .25s ease;
}
body.archive.woocommerce ul.products li.product-category.product:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
body.archive.woocommerce .woocommerce-loop-category__title { padding: 19px 20px 21px; }
@media (max-width: 1180px) {
  .inner-page .header__middle-menu .navigation > li > a { padding: 9px 8px; font-size: 12px; }
  .inner-page .header__middle-logo img { width: 150px !important; }
}
@media (max-width: 820px) {
  .inner-page header { position: relative; top: auto; }
  .inner-page .header__middle { gap: 11px; padding-top: 13px; padding-bottom: 11px; }
  .inner-page .header__middle-logo img { width: 160px !important; }
  body.archive.woocommerce .page-title { padding-bottom: 50px; font-size: clamp(40px, 11vw, 58px); }
}
@media (max-width: 560px) {
  body.archive.woocommerce .woocommerce__page { padding-top: 32px; }
  body.archive.woocommerce .page-title { margin-bottom: 30px; padding-top: 22px; }
  body.archive.woocommerce .page-title::after { font-size: 9px; letter-spacing: .11em; }
  body.archive.woocommerce ul.products li.product-category.product { border-radius: 18px; }
}

/* Moderne Tapete refinement: 2026 editorial commerce */
.inner-page header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  background: rgba(247,242,233,.88);
  border-bottom-color: rgba(32,56,47,.08);
  box-shadow: 0 10px 36px rgba(32,56,47,.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.inner-page .header__middle {
  min-height: 82px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.inner-page .header__middle-logo {
  padding: 7px 11px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(32,56,47,.14);
}
.inner-page .header__middle-logo img { width: 168px !important; }
.inner-page .header__middle-menu .navigation { gap: clamp(7px, 1.1vw, 18px); }
.inner-page .header__middle-menu .navigation > li > a {
  display: block;
  padding: 10px 12px;
  border-radius: 999px;
  color: #625e5b;
  font-size: 13px;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.inner-page .header__middle-menu .navigation > li > a:hover {
  color: #20382f;
  background: rgba(255,255,255,.78);
  transform: translateY(-1px);
}
.inner-page .header__middle-menu .navigation > .current-menu-item > a,
.inner-page .header__middle-menu .navigation > .current-product_cat-ancestor > a {
  color: #fff;
  background: #20382f;
}
body.archive.woocommerce .woocommerce__page {
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(42px, 5vw, 68px);
  background:
    radial-gradient(circle at 12% 4%, rgba(201,109,75,.14), transparent 23rem),
    radial-gradient(circle at 88% 0%, rgba(49,88,74,.13), transparent 26rem),
    linear-gradient(180deg, #faf8f4 0%, #f4f1eb 32%, #f4f1eb 100%);
}
body.archive.woocommerce .woocommerce__page::before,
body.archive.woocommerce .woocommerce__page::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(32,56,47,.08);
  border-radius: 50%;
  pointer-events: none;
}
body.archive.woocommerce .woocommerce__page::before { top: -150px; left: -80px; }
body.archive.woocommerce .woocommerce__page::after { top: -115px; right: -90px; width: 210px; height: 210px; }
body.archive.woocommerce .page-title {
  max-width: 920px;
  margin: 0 auto clamp(38px, 4.5vw, 58px);
  padding: 25px 20px 52px;
  font-size: clamp(46px, 6vw, 76px);
  letter-spacing: -.055em;
}
body.archive.woocommerce .page-title::before {
  top: 8px;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #c86d4b, #e49a78);
}
body.archive.woocommerce .page-title::after {
  content: 'Kolekcija foto tapeta po meri';
  position: absolute;
  left: 50%;
  bottom: 12px;
  padding: 8px 14px;
  color: #6e6864;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(32,56,47,.09);
  border-radius: 999px;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}
body.archive.woocommerce .term-description {
  position: relative;
  max-width: 1100px;
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.76);
  box-shadow: 0 24px 70px rgba(32,56,47,.10), inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body.archive.woocommerce ul.products { gap: 24px; }
body.archive.woocommerce ul.products li.product-category.product {
  position: relative;
  border-color: rgba(255,255,255,.9);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(32,56,47,.09);
}
body.archive.woocommerce ul.products li.product-category.product::after {
  content: '';
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, #c86d4b, #e5a283);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .25s ease, transform .25s ease;
}
body.archive.woocommerce ul.products li.product-category.product:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
body.archive.woocommerce .woocommerce-loop-category__title { padding: 19px 20px 21px; }
@media (max-width: 1180px) {
  .inner-page .header__middle-menu .navigation > li > a { padding: 9px 8px; font-size: 12px; }
  .inner-page .header__middle-logo img { width: 150px !important; }
}
@media (max-width: 820px) {
  .inner-page header { position: relative; top: auto; }
  .inner-page .header__middle { gap: 11px; padding-top: 13px; padding-bottom: 11px; }
  .inner-page .header__middle-logo img { width: 160px !important; }
  body.archive.woocommerce .page-title { padding-bottom: 50px; font-size: clamp(40px, 11vw, 58px); }
}
@media (max-width: 560px) {
  body.archive.woocommerce .woocommerce__page { padding-top: 32px; }
  body.archive.woocommerce .page-title { margin-bottom: 30px; padding-top: 22px; }
  body.archive.woocommerce .page-title::after { font-size: 9px; letter-spacing: .11em; }
  body.archive.woocommerce ul.products li.product-category.product { border-radius: 18px; }
}

.inner-page .header__middle-menu .navigation > li > a { line-height: 1.2 !important; }

.inner-page .header__middle-menu .navigation > .current-menu-item > a, .inner-page .header__middle-menu .navigation > .current-product_cat-ancestor > a { color: #fff !important; opacity: 1 !important; }

/* Fancy dark glass header */
.inner-page header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(200,109,75,.17), transparent 22rem),
    linear-gradient(110deg, rgba(3,5,5,.96), rgba(12,15,14,.88) 55%, rgba(2,3,3,.94));
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}
.inner-page header::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.07), transparent 28%, transparent 72%, rgba(255,255,255,.035));
}
.inner-page header::after {
  content: '';
  position: absolute;
  right: 5vw;
  bottom: 0;
  left: 5vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211,126,88,.75), transparent);
}
.inner-page .header__middle {
  position: relative;
  z-index: 1;
  min-height: 122px;
  max-width: 1500px;
  padding: 18px clamp(30px, 5vw, 78px);
}
.inner-page .header__middle-logo {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.inner-page .header__middle-logo img {
  width: 224px !important;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.28));
}
.inner-page .header__middle-menu .navigation { gap: clamp(5px, .8vw, 14px); }
.inner-page .header__middle-menu .navigation > li > a {
  padding: 12px 14px;
  color: rgba(255,255,255,.76) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2 !important;
  letter-spacing: .015em;
  opacity: 1 !important;
}
.inner-page .header__middle-menu .navigation > li > a:hover {
  color: #fff !important;
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.inner-page .header__middle-menu .navigation > .current-menu-item > a,
.inner-page .header__middle-menu .navigation > .current-product_cat-ancestor > a {
  color: #fff !important;
  background: linear-gradient(135deg, #bd6546, #db865f);
  box-shadow: 0 10px 28px rgba(200,109,75,.30), inset 0 1px 0 rgba(255,255,255,.24);
}
@media (max-width: 1180px) {
  .inner-page .header__middle { min-height: 108px; padding-left: 24px; padding-right: 24px; }
  .inner-page .header__middle-logo img { width: 184px !important; }
  .inner-page .header__middle-menu .navigation > li > a { padding: 10px 8px; font-size: 12px; }
}
@media (max-width: 820px) {
  .inner-page header { position: relative; top: auto; }
  .inner-page .header__middle { min-height: 0; padding-top: 22px; padding-bottom: 18px; gap: 17px; }
  .inner-page .header__middle-logo img { width: 190px !important; }
  .inner-page .header__middle-menu .navigation > li > a { padding: 10px 11px; }
}
