/*
Theme Name: Splitterkristall
Theme URI: http://simadesign.de
Description: Template zur Webseite https://splitterkristall.de
Author: SiMaDesign
Author URI: http://www.simadesign.de
*/

:root{
    --light-primary: #c7bba1;
    --primary: #bcac8b;
    --dark-primary: #a8835a;
    --secondary: #5b3b18;
    --dark-secondary: #462b0e;
    --content-background-light: #483a38;
    --content-background: #2c2322;
    --content-background-dark: #1f1818;

    --text-color-dark: #8b97ad;
    --text-color: #cad5eb;
    --text-color-light: #ecf1fa;
}

html {
    font-size: 20px;

    min-width: 300px;
    overflow-x: hidden;

    scroll-behavior:smooth
}


html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;

    color: var(--text-color);
    background-color: var(--content-background);
}

*{
    box-sizing: border-box;
    font-family: "Merriweather", serif;

    line-height: 1.6;
}

body{
    font-size: 0.9rem;
}
html.popup-open{
    overflow-y: hidden!important;
}


h1, h2, h3, h4, h5, h6{
    line-height: 1.2;
    margin: 0;

    color: var(--text-color-light);
    word-break: break-word;
}
h1 {
    font-size: 3.2rem;
}


a,
a:link,
a:visited{
    color: inherit;
    text-decoration: none;
}

p{
    margin: 0;
}

.icon{
    height: 1em;
    width: auto;
}



.container{
    max-width: 77rem!important;
    padding: 0 1rem!important;
}



.limited, .limited-xs, .limited-sm, .limited-lg {
    width: 55rem;
    max-width: 100%;
    margin: 0 auto;
}
.limited-xs{
    width: 28rem;
}
.limited-sm{
    width: 40rem;
}
.limited-lg{
    width: 66rem;
}



.fs-12{
    font-size: 0.6rem!important;
}
.fs-14{
    font-size: 0.7rem!important;
}
.fs-16{
    font-size: 0.8rem!important;
}
.fs-18{
    font-size: 0.9rem!important;
}
.fs-20{
    font-size: 1rem!important;
}
.fs-24{
    font-size: 1.2rem!important;
}
.fs-28{
    font-size: 1.4rem!important;
}
.fs-32{
    font-size: 1.6rem!important;
}
.fs-36{
    font-size: 1.8rem;
}
.fs-40{
    font-size: 2rem;
}
.fs-48{
    font-size: 2.4rem;
}
.fs-64{
    font-size: 3.2rem;
}

.lh-2{
    line-height: 2;
}

.color-white{
    color: white!important;
}
.color-light{
    color: var(--text-color-light);
}
.color-default{
    color: var(--text-color);
}
.color-dark{
    color: var(--text-color-dark);
}
.color-primary{
    color: var(--primary);
}
.color-light-primary{
    color: var(--light-primary);
}

.text-shadow{
    text-shadow: 0 0.1em 0.4em var(--content-background-dark);
}

.bg-hover-content-dark{
    transition: 0.2s ease;
}
.bg-hover-content-dark:hover{
    background-color: var(--content-background-dark);
}

.bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hover-underline:hover{
    text-decoration: underline;
}



input:not([type="checkbox"]):not([type="radio"]),
select,
textarea{
    appearance: none;
    border: 0.1rem solid transparent;
    outline: 0;
    padding: 0.8em 1.6em;
    color: #f1ece1;
    background-color: #3a3436;
    border-radius: 0.4em!important;
    transition: 0.2s ease!important;
}
input:focus,
select:focus,
textarea:focus{
    border-color: var(--primary)!important;
}
.woocommerce .quantity input.qty{
    width: 8em;
}

input[type="checkbox"]{
    width: 2em;
    height: 2em;
    max-width: unset!important;
}



.btn,
.button,
.wpcf7-submit,
.tnp-submit,
.wc-block-components-button:not(.is-link){
    appearance: none!important;
    outline: 0!important;
    border: 0!important;
    background-image: linear-gradient(60deg, var(--primary), var(--light-primary))!important;
    border-radius: 0.8em!important;

    color: var(--secondary)!important;
    font-weight: bold!important;
    font-size: 1.6rem!important;
    padding: 0.6em 2em!important;

    box-shadow: -0.2em 0.4em 0.6em 0.2em rgba(0, 0, 0, 0.6)!important;
    transition: 0.2s ease!important;
}
.btn:hover,
.button:hover,
.wpcf7-submit:hover,
.tnp-submit:hover,
.wc-block-components-button:not(.is-link):hover{
    cursor: pointer!important;
    transform: scale(1.04)!important;

    box-shadow: -0.6em 1.2em 0.6em 0.2em rgba(0, 0, 0, 0.6)!important;
}

.btn.btn-small,
.woocommerce-button, .wc-forward,
.wpcf7-submit,
.tnp-submit,
.wc-block-components-button:not(.is-link){
    font-size: 1.2rem!important;
}
.btn.btn-big{
    font-size: 2rem!important;
}




.img-container{
    position: relative;
    width: 100%;
    padding-top: 100%;

    overflow: hidden;
}
.img-container.img-5\:3{
    padding-top: 60%;
}
.img-container.img-7\:3{
    padding-top: 42.85%;
}
.img-container img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.object-contain{
    object-fit: contain!important;
}



.banner-container{
    position: relative;
    height: 24rem;
    width: 100%;
}
.banner-container .banner-image{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    object-position: center;

    pointer-events: none;
}
.banner-container .banner-transition{
    position: absolute;
    bottom: -40rem;
    left: 0;
    width: 100%;
    height: 50rem;
    background-image: linear-gradient(180deg, transparent 0%, var(--content-background-dark) 20%, var(--content-background-dark) 60%, transparent 100%);
}
.banner-container .banner-overlay,
.banner-container .banner-title-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-post .banner-container .banner-title-wrapper{
    align-items: flex-end;
    padding: 0 1rem 1.6rem 1rem;
}


.banner-container .banner-title{
    padding: 0 1.6rem;
    font-size: 2.8rem;
    text-align: center;
    text-shadow: 0 0.2rem 0.8rem rgba(16, 18, 22, 0.8);
}
.banner-container .banner-firefly{
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
}
.banner-container .banner-firefly .firefly {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #efed57;
    box-shadow: 0 0 1.6rem 0.4rem wheat;
    border-radius: 50%;
}


.separator-image{
    position: relative;
    border: 0.1rem solid white;
    border-left: 0;
    border-right: 0;

    width: 100%;
    height: 35rem;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




section .separator{
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
}
section .separator::before,
section .separator::after {
    content: "";
    position: relative;
    height: 0.1rem;
    min-height: 1px;
    background-color: #b9b9b9;
    width: calc(50% - 5rem);
}
section .separator .separator-icon{
    width: 5rem;
    height: 5rem;
    object-fit: contain;

    margin: 0 2.5rem;
}

section .section-title{
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 10rem;
}
section .section-subtitle{
    text-align: center;
    max-width: 100%;
    margin: -9rem auto 6rem;
}

.section-padding{
    padding: 5rem 0;
}


body:not(.home){
    padding-top: 4rem;
}
header{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background-color: #070b0e;
}
header .header-content{
    position: relative;
    z-index: 1;
    padding: 1.6rem 0 0;
}
header .header-menu{
    display: flex;
    align-items: center;
}
header .header-logo-container{
    position: absolute;
    left: 50%;
    top: 0;
}
header .header-logo-container .header-logo{
    position: relative;
    left: -50%;
    top: 2rem; /* 0.2rem; */
    width: auto;
    height: 7.2rem;
    object-fit: contain;
    animation: logo-fade-in 2s ease-out;

    pointer-events: none;
}
.popup-open header .header-logo-container .header-logo{
    top: 0;
    transition: 0.4s ease;
}
@keyframes logo-fade-in {
    0%, 16%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
header .icon{
    fill: white;
    height: 1.6rem;
    width: auto;
    transition: fill 0.2s ease;

    margin-top: -0.2rem;
}
header .icon:hover{
    fill: var(--light-primary);
    cursor: pointer;
}
header .header-menu-bar{
    display: none;
}
header .header-menu-bar .menu-bar{
    margin-top: -0.4rem;
}
header .header-menu-bar .menu-bar:hover{
    cursor: pointer;
}
header .menu-bar .bar-1,
header .menu-bar .bar-2,
header .menu-bar .bar-3 {
    width: 2rem;
    height: 0.28rem;
    background-color: white;
    border-radius: 0.1rem;

    margin: 0.32rem 0;
    transition: 0.3s ease;
}
header .menu-bar:hover .bar-1,
header .menu-bar:hover .bar-2,
header .menu-bar:hover .bar-3 {
    background-color: var(--light-primary);
}
.popup-open header .menu-bar .bar-1 {
    transform: translate(0, 0.6rem) rotate(-45deg);
}
.popup-open header .menu-bar .bar-2 {
    opacity: 0;
}
.popup-open header .menu-bar .bar-3 {
    transform: translate(0, -0.6rem) rotate(45deg);
}

header .header-socials{
    display: flex;
}
header .header-menu-separator{
    height: 60%;
    margin: 0 1rem;
    border-left: 0.1rem solid #d8d8d8;
}
header .main-menu{
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    align-items: center;
}
header .main-menu li a{
    display: inline-block;
    color: #d8d8d8;
    font-size: 0.9rem;
}
header .main-menu li a:hover{
    text-decoration: underline;
}
header .main-menu li a:hover,
header .main-menu li.current-menu-item a{
    color: var(--light-primary);
}
header .main-menu li:not(:last-child) a{
    margin-right: 1.5rem;
}

.lang-dropdown{
    position: relative;
}
.lang-dropdown ul{
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 1rem 0 0;
    margin: 0;

    display: none;
    flex-direction: column;
}
.lang-dropdown:hover ul{
    display: flex;
}
.lang-dropdown .lang-dropdown-active{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem;
    background-color: var(--content-background);
    border-radius: 0.2rem;
}
.lang-dropdown:hover .lang-dropdown-active{
    background-color: var(--content-background-light);
    cursor: pointer;
}
.lang-dropdown ul .lang-item a{
    display: flex;
    align-items: center;
    color: white;
    font-size: 0.75rem;
    background-color: var(--content-background);
    padding: 0.4rem 0.8rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.6);
}
.lang-dropdown ul .lang-item:hover a{
    background-color: var(--content-background-light);
}
.lang-dropdown ul .lang-item:first-child a{
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.lang-dropdown ul .lang-item:last-child a{
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}



footer{
    position: relative;
    background-color: #121212;

    padding: 6rem 0 2rem
}
footer .footer-element{
    display: block;
    max-width: 100%;

    pointer-events: none;
}
footer .footer-element.footer-element-left{
    width: 8.5rem;
    height: auto;
    margin-left: -2rem;
}
footer .footer-element.footer-element-right{
    margin-top: -2rem;
}

footer .footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 24%;
    padding-bottom: 1rem;
}

footer .footer-menu .menu-item a{
    position: relative;
    display: inline-block;
    padding: 0.1em 0.6em;
    font-size: 0.9rem;
    color: #d8d8d8;
}
footer .footer-menu .menu-item a:hover{
    text-decoration: underline;
}
footer .copyright{
    font-size: 0.9rem;
    color: #d8d8d8;
}



.card{
    position: relative;
    z-index: 1;

    width: 18rem;
    max-width: 100%;
    padding: 0.15rem;
    margin: 0 auto;

    border-radius: 1.15rem;
    overflow: hidden;

    transition: 0.2s ease;
}
.card,
.card .card-content{
    box-shadow: -0.4em 0.8em 1.2em 0.4em rgba(0, 0, 0, 0.6);
}
.card.card-hover-scale:hover{
    transform: scale(1.04);
    box-shadow: -1.2em 2.4em 1.2em 0.4em rgba(0, 0, 0, 0.6);
}
.card::before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
    background-color: var(--dark-primary);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.6s ease;
}
.card:hover::before{
    transform: scale(1);
}
.card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 2rem;

    border-radius: 1rem;
    background-image: linear-gradient(225deg, #1e2628, #151a1e);
}
.card .card-title{
    color: var(--dark-primary);
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 3.2rem;
}
.card .card-image{
    display: block;
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    margin-bottom: 3.2rem;
}
.card .card-description{
    font-size: 0.9rem;
}





.tnp-subscription{
    max-width: unset!important;
    margin: 0 -0.5rem!important;
}
.tnp-subscription > form{
    display: flex;
    flex-wrap: wrap;
}
.tnp-subscription .tnp-field-email{
    width: 100%;
    margin-bottom: 2rem!important;
}
.tnp-subscription .tnp-privacy-field{
    width: 70%;
}
.tnp-subscription .tnp-field-button{
    width: 30%;
}
.tnp-subscription .tnp-field-email,
.tnp-subscription .tnp-privacy-field,
.tnp-subscription .tnp-field-button{
    padding: 0 0.5rem!important;
}
.tnp-subscription .tnp-field-email input{
    padding: 1.2em 1.6em!important;
}
.tnp-subscription .tnp-privacy-field label{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tnp-subscription .tnp-privacy-field input{
    margin-right: 1.6em!important;
}
.tnp-subscription .tnp-field-button .tnp-submit{
    width: 100%;
}






.blog-navigation span,
.blog-navigation a{
    font-size: 1rem;
    padding: 0.4em 0.8em!important;
    background-image: linear-gradient(225deg, #1e2628, #151a1e);
    border: 0.1rem solid transparent!important;
    border-radius: 0.4em;

    transition: 0.2s ease;
    box-shadow: -0.4em 0.8em 0.8em rgba(0, 0, 0, 0.6);
}
.blog-navigation a:hover,
.blog-navigation .current{
    color: var(--light-primary);
    border-color: var(--primary)!important;
}
.blog-item{
    padding:4rem 0;
}
.blog-item:not(:last-child){
    border-bottom: 1px solid rgba(199, 187, 161, 0.1);
}



.badge{
    padding: 0.2em 0.4em;
    background-color: var(--content-background-dark);
    border-radius: 0.2em;
}
.badge.badge-highlighted{
    background-color: var(--content-background-light);
    color: white;
}



.character{
    position: relative;
    width: 20rem;
    max-width: 100%;
    margin: 0 auto;

    border-radius: 0.4rem;
}
.character:hover{
    cursor: pointer;
}
.character .character-name{
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-color-light);
    text-align: center;

    margin-top: 1rem;
}

#character-popup .character-name,
#character-popup .character-description{
    text-shadow: 0 0 0.4rem var(--content-background);
}
#character-popup .character-image{
    position: absolute;
    bottom: calc(100% + 2rem);
    right: 0;
    width: 12rem;
    max-width: 100%;

    pointer-events: none;

    opacity: 0;
    transform: translateX(-80%);
    transition: 0.4s ease 0.1s;
}



#character-popup .character-image.show{
    opacity: 1;
    transform: none;
}

.character .character-image{
    position: relative;
    width: 100%;
}
.character .character-image .character-background{
    width: 100%;
    object-fit: contain;
    pointer-events: none;
    transition: 0.8s ease;
}
.character:hover .character-image .character-background{
    transform: scale(1.02);
}
.character .character-image .character-avatar{
    position: absolute;
    z-index: 1;
    left: -10%;
    bottom: 3%;
    width: 120%;
    object-fit: contain;
    object-position: bottom;
    transition: 0.4s ease;

    -webkit-filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.5));
}
.character:hover .character-image .character-avatar{
    transform: scale(1.08) translateY(-2.4%);
    animation: character-avatar-animation 3.2s infinite;
    animation-delay: 0.4s;
}
@keyframes character-avatar-animation {
    0%, 100% {
        transform: scale(1.08) translateY(-2.4%);
        filter: brightness(1) drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.5));
    }
    50% {
        transform: scale(1.1) translateY(-2.4%);
        filter: brightness(1.25) drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.8));
    }
}



.wysiwyg-content p{
    margin: 1em 0;
}
.wysiwyg-content a{
    color: var(--light-primary);
}
.wysiwyg-content a:hover{
    text-decoration: underline;
}
.wysiwyg-content img.alignright { float: right; margin: 0 0 1em 1em; }
.wysiwyg-content img.alignleft { float: left; margin: 0 1em 1em 0; }
.wysiwyg-content img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wysiwyg-content .alignright { float: right; }
.wysiwyg-content .alignleft { float: left; }
.wysiwyg-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }


.products .product{
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 20rem;
    max-width: 100%;
    padding: 1.6rem;
    margin: 12rem auto;

    border-radius: 1rem;
    border: 0.16rem solid transparent;
    background-image: linear-gradient(225deg, #1e2628, #151a1e);
    box-shadow: -0.4em 0.8em 1.2em 0.4em rgba(0, 0, 0, 0.6);

    transition: 0.2s ease;
}
.products .product:hover{
    transform: scale(1.04);
    border-color: var(--primary);
    box-shadow: -1.2em 2.4em 1.2em 0.4em rgba(0, 0, 0, 0.6);
}
.products .product > a{
    display: flex;
    flex-direction: column;
}
.products .product > a img{
    margin: -6.4rem auto 0;
    width: 100%!important;
    height: auto!important;
    object-fit: contain;
    object-position: center top;
}
.products .product > a h2{
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 0.6em;
}
.products .product > a .product-description{
    font-size: 0.8rem;
    margin-bottom: 3.2em;
}
.products .product > a .price,
.products .product > a .price bdi{
    text-align: right;
    font-size: 1.6rem;
    color: white;
}
.products .product > a .price{
    margin-bottom: 0!important;
}
.products .product .button.product_type_simple.add_to_cart_button{
    font-size: 1.2rem!important;
    margin: auto auto 0;
}
.product p.wc-gzd-additional-info{
    line-height: 1.2;
    font-size: 0.75rem!important;
    color: var(--text-color-dark);
    text-align: left;
    width: 100%;
    margin: 0!important;
}
.products .product p.wc-gzd-additional-info{
    text-align: right;
}
.single-product .product p.wc-gzd-additional-info,
.product p.wc-gzd-additional-info.shipping-costs-info{
    margin-bottom: 2rem!important;
}



.woocommerce-info{
    border-radius: 0.4rem;
    background-color: rgba(255,255,255,0.16)!important;
    color: var(--text-color)!important;
}

.woocommerce div.product .product_title{
    margin-bottom: 0.4em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    font-size: 2em!important;
    color: white!important;
    margin-bottom: 0.4em;
}
.woocommerce div.product form.cart div.quantity{
    float: none!important;
    margin-top: 3.2rem!important;
    margin-bottom: 0.8em!important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
    border-right: 0.1rem solid rgba(255,255,255,0.2);
}

.wc-gzd-checkout .wc-block-components-order-summary{
    background-color: transparent!important;
}
.woocommerce-checkout .wc-block-components-radio-control,
.woocommerce-checkout .shop_table,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: rgba(255,255,255,0.08)!important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{
    border-color: rgba(255,255,255,0.2)!important;
}

.majc-toggle-button .majc-cartbasket-toggle-btn{
    width: 4rem!important;
    height: 4rem!important;
    font-size: 1.6rem!important;
}
.majc-item-count-wrap{
    width: 1.2rem!important;
    height: 1.2rem!important;
}

.comment-box form{
    box-shadow: -0.4em 0.8em 1.2em 0.4em rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    background-image: linear-gradient(225deg, #1e2628, #151a1e);
    padding: 2rem;
}
div.comment-container label{
    font-size: 22px;
}
div.comment-container h4{
    font-weight: bold;
}
div.comment-container input,
div.comment-container textarea{
    width: 100%;
}

#comments .comment{
    padding: 1.2rem 0;
}
#comments .comment:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

div.comments-container ul{
    padding: 0;
    list-style: none;
}
div.comments-container ul li span.author{
    display: block;
    font-size: 20px;
}
div.comments-container ul li span.author small{
    font-size: 12px;
}

.comment-container .comment-respond{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.comment-container .comment-notes{
    display: none;
}


@media (max-width:500px ) {
    .single-post .banner-container .banner-title{
        font-size: 2.2rem;
    }
}

@media (max-width: 575px) {
  h1 {
      font-size: 2.4rem;
  }
  .banner-container .banner-firefly .firefly {
      width: 0.3rem;
      height: 0.3rem;
  }
    .btn,
    .button{
        font-size: 1.2rem!important;
    }
    .btn.btn-big{
        font-size: 1.6rem!important;
    }

    section .section-title {
      font-size: 2.2rem;
    }
}


@media (max-width: 600px) {
    footer .footer-element.footer-element-right{
        margin-top: -1rem;
    }
    footer .footer-element.footer-element-left{
        width: 6.5rem;
    }
    #character-popup .character-image{
        bottom: 100%;
        width: 6.4rem;
    }

}


@media screen and (max-width: 700px) {
    .separator-image{
        height: 16rem;
    }
    section .section-title {
      font-size: 2.5rem;
    }
}


@media (max-width: 767px) {
  .container{
      padding: 0 1.6rem!important;
  }
  .card .card-content{
      padding: 2rem 1rem;
  }
  .card .card-title{
      font-size: 1.2rem;
      margin-bottom: 2.4rem;
  }
  .card .card-image{
      width: 4rem;
      height: 4rem;
      margin-bottom: 2.4rem;
  }
  .card .card-description{
      font-size: 0.75rem;
  }
  .majc-toggle-button .majc-cartbasket-toggle-btn{
      width: 3rem!important;
      height: 3rem!important;
      font-size: 1.2rem!important;
  }
  .majc-item-count-wrap{
      width: 1rem!important;
      height: 1rem!important;
  }
  .tnp-subscription .tnp-privacy-field,
  .tnp-subscription .tnp-field-button{
      width: 100%;
  }
}

@media (max-width: 991px) {
  html {
      font-size: 18px;
  }
    footer .footer-menu{
        align-items: center;
        padding-right: 0;
    }
}


@media screen and (max-width: 1200px) {
    .separator-image{
        height: 24rem;
    }
}

@media (max-width: 1400px) {
    html {
        font-size: 19px;
    }
}


@media (max-width: 1560px) {
    header .header-menu-bar{
        display: block;
    }
    header .header-menu{
        display: none;
    }
}

@media (max-width:1600px ) and (min-width:570px )  {
    .section-padding { padding:5rem 3rem !important; }
}


@media (max-width: 1600px) {
    footer .footer-element.footer-element-left{
        margin-left: 0;
    }
}
