/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: inherit;
    color: inherit;
}

.m-text-headline,
.m-contact-headline,
.category-headline,
.m-userlogin-headline,
.m-cart-headline,
.h1,
.m-product-title.product-title {
    margin-bottom: 35px;

    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.m-text-headline,
.m-contact-headline,
.m-userlogin-headline,
.m-cart-headline,
.h1 {
    text-align: center;
}
.category-headline {
    margin: 0;
}
.cookie-button[name="accept_all"] {
    background: #728D85;
    border-color: #728D85;
}
.variantInfoPanel .panel-warning .panel-body .price,
.m-product-price {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #314f40;
}

.product-priceLines{
    display: inline-block;
}

.panel-warning .h5{
    color: #314f40;
}

.m-product-price-before-discount {
    display: block;
    margin: 10px 0 20px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: line-through;
    color: #929291;
}
.m-product-price-suggested {
    margin: 1em 0;
}

.m-product-additional-info.description ul{
    list-style: initial;
    padding-left:15px;
    margin-top: 10px;
}

.products-related-list .products{
    background: none;
    padding: 0;
}

.products-related-list .products .main-title{
    display: none;
}

.m-cart-headline-wrap .h6{
    color: #fff;;
}

/* .form-label{
    display: none;
} */

.form-group.m-contact-message .form-label{
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .m-product-additional-info.description ul > li {
        line-height: 2em;
    }
}

.m-product-additional-info.description .ck-content.expandable{
    overflow: hidden;
}

.read-more{
    cursor: pointer;
    max-width: 360px;
    margin-left: 0;
    text-decoration: underline;
    padding: 10px 0;
    display: block;
}

.products__product .lazyload,.products__product .lazyloading,.products__product .lazyloaded {
    transition: all .3s ease;
}

.productItem .type-col {
    padding-bottom: 15px;
}

.input-group-addon,
.input-group-addon:hover {
    background-color: transparent;
    border: none;
    color: #000;
}

.form-input,
.form-input:hover,
.form-label.input-group-main{
    background-color: transparent;
    border: none;
    font-size: 13px !important;
    border-bottom: 1px solid #010101 !important;
    color: #000;
    padding-left: 0 !important;
}
.form-input::placeholder {
    color: #000;
}
.input-group:hover .input-group-addon,
.input-group:hover .form-input ,
.input-group:hover .form-label.input-group-main {
    background-color: transparent;
    
}
.input-group:hover .form-input {
    padding-left: 0;
}

.panel-border .panel-footer, .panel-border .panel-heading {
    background-color: #dedddb;
}

.form-submit,
.login-button {
    display: inline-block;
    padding: 6px 30px;
    font-size: 17px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px;
    color: #FFF !important;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    
    background-color: #647b94;
    cursor: pointer;
    
    /*position: relative;*/
    /*z-index: 1;*/
    
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/*.form-submit:hover {*/
/*    background-color: transparent;*/
/*    color: #FFF !important;*/
/*}*/

/*.form-submit::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    background-color: #010101;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.form-submit:hover::before {*/
/*    width: 100%;*/
/*}*/

.m-product-title,
.m-product-prices-separator,
.m-product-comment-separator,
.m-product-dropdown-list-separator,
.m-product-description-separator,
.m-product-additional-separator,
.m-product-nav hr {
    border: none;
}
.panel-warning {
    background-color: transparent;
    border: none;
    color: #393735;
}

.variantInfoPanel .panel-warning .panel-body{
    padding-left: 0;
}



.m-product-transaction .button-primary {
    display: block;
    width: 100%;
    padding: 10px 30px;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background-color: #647b94;
    border: none;
}

.m-product-transaction .button-primary .fa {
    display: none;
}

.page-title {
    border-bottom: none;
}

.m-product .m-product-nav .button-icon,
.m-product .m-product-nav .button-icon .fa,
.m-product-nav-share .button {
    background-color: transparent;
    color: #000;
    border: none;
}

.m-product-additional-info a {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 700;
}

/* Blog */
.m-blog-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 40px;
}

.m-blog-list-imagewrap img {
    display: block;
    width: 100% !important;
    object-fit: cover;
    height: 300px !important;
}

:not(.ielt9) .m-blog-list .placeholder-wrapper > .placeholder {
    padding-top: 0 !important;
    width: 100%;
    height: 300px;
}

.m-blog-list-item {
    border: 1px solid #DEDDDB;
    padding: 10px;
}

.m-blog-list-item p {
    margin-block: 10px;
}

.m-blog-list-date {
    font-weight: 700;
}

.m-blog-list-anchor.m-blog-list-readmore,
.m-blog-list-headline .h2{
    color: #647b94;
}

.mm-btn_prev:before{
    border-color: #fff;
}

.m-userlogin-article{
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 850px) {
    .m-blog-list-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 40px;
    }
    .m-blog-list-imagewrap img {
        height: 200px !important;
    }
    
    :not(.ielt9) .m-blog-list .placeholder-wrapper > .placeholder {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .m-blog-list-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

/* Product Card */
.products__product .button-primary .fa-shopping-cart {
    display: none;
}

.products__product .form-group .button-primary {
    padding: 10px;
    
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    
}

/* Cart Popup Notification */
.w-notification.w-modal-window {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all .2s ease-in;
}
.w-notification.w-modal-window.is-closed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.w-notification.w-modal-window .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0,.7);
    z-index: 1;
    display: block;
    border: none;
    width: 100%;
    cursor: default;
}
.w-notification.w-modal-window>div {
    padding: 1em;
    background: #DEDDDB;
    width: 85%;
    margin: auto;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border-radius: 15px;
    z-index: 2;
}
.w-notification.w-modal-window>div>.fa {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification header {
    margin: -1em -1em 0.5em;
    font-weight: bold;
    padding: 10px;
    background: #647b94;
    color: #FFF;
}
.w-notification header+.col-row {
    border-top: 3px solid #eee;
}
.w-notification header+.col-row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}
.w-notification header button {
    background: none;
    border: none;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    color: #fff!important;
}
.w-notification .col-row .button {
    margin-top: 1em;
    background: #eee6db;
    color: #000 !important;
}
.w-notification .col-row .button,
.w-notification .col-row .button-primary {
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.w-notification .cartBtn{
    background: #647b94!important;
}

.w-notification .table td {
    padding: 0 5px;
}
.w-notification .m-productlist-list .productItem {
    width: 100% !important;
}
.w-notification.w-modal-window .productContent > form {
    display: flex;
    flex-wrap: wrap;
}
.w-notification.w-modal-window .productContent > form .image,
.w-notification.w-modal-window .productContent > form .product-transaction {
    width: 50%;
    background: none;
    padding: 0 1em;
    height: auto !important;
    font-size: 0.9em;
}
.w-notification.w-modal-window .productContent > form .prices {
    align-self: center;
}
.w-notification.w-modal-window .productContent > form .button-primary {
    font-size: 10px;
    padding: 1em;
}
.w-notification.w-modal-window .productContent .showButtons {
    display: flex;
    width: 50%;
}
.w-notification.w-modal-window .productContent .showButtons input {
    display: block !important;
    visibility: visible !important;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #eee6db;
    font-size: 12px;
}
.w-notification.w-modal-window>div {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.notification__product-info {
    padding-block: 20px;
}

.variantInfoPanel:not(.open) .panel-warning {
    display: none;
}

/* Log in Buttons */