﻿/**********General*********/

@font-face {
    font-family: 'icomoon';
    src: url('/assets/fonts/mstm-library/icomoon.eot?uz9g0s');
    src: url('/assets/fonts/mstm-library/icomoon.eot?uz9g0s#iefix') format('embedded-opentype'), url('/assets/fonts/mstm-library/icomoon.ttf?uz9g0s') format('truetype'), url('/assets/fonts/mstm-library/icomoon.woff?uz9g0s') format('woff'), url('/assets/fonts/mstm-library/icomoon.svg?uz9g0s#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'agiovlasitis';
    src: url('/assets/fonts/mstm-library/agiovlasitis/agiovlasitis.eot?luz8re');
    src: url('/assets/fonts/mstm-library/agiovlasitis/agiovlasitis.eot?luz8re#iefix') format('embedded-opentype'), url('/assets/fonts/mstm-library/agiovlasitis/agiovlasitis.ttf?luz8re') format('truetype'), url('/assets/fonts/mstm-library/agiovlasitis/agiovlasitis.woff?luz8re') format('woff'), url('/assets/fonts/mstm-library/agiovlasitis/agiovlasitis.svg?luz8re#agiovlasitis') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


@font-face {
    font-family: 'PFFuturaNeu';
    src: url('/assets/fonts/pff/PFFuturaNeu-Book.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeu-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFFuturaNeu';
    src: url('/assets/fonts/pff/PFFuturaNeu-Light.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: 'PFFuturaNeu';
    src: url('/assets/fonts/pff/PFFuturaNeu-Thin.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeu-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}*/

@font-face {
    font-family: 'PFFuturaNeuCondensed';
    src: url('/assets/fonts/pff/PFFuturaNeuCondensed-Bold.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeuCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
    font-family: 'PFFuturaNeuCondensed';
    src: url('/assets/fonts/pff/PFFuturaNeuCondensed-Light.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeuCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}*/

@font-face {
    font-family: 'PFFuturaNeuCondensed';
    src: url('/assets/fonts/pff/PFFuturaNeuCondensed-Medium.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeuCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PFFuturaNeu';
    src: url('/assets/fonts/pff/PFFuturaNeu-Bold.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
    font-family: 'PFFuturaNeuCondensed';
    src: url('/assets/fonts/pff/PFFuturaNeuCondensed-Thin.woff2') format('woff2'), url('/assets/fonts/pff/PFFuturaNeuCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}*/
#adroll_consent_container {
    display: none !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

button[disabled], html input[disabled] {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.mstm-radio-button > input, .mstm-radio-button > span {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0px;
    vertical-align: top;
}

.pill-content {
    display: none;
}

button {
    -webkit-appearance: none !important;
    user-select: none !important;
}

button, input[type="color"], input[type="reset"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none !important;
    user-select: none !important;
}


    button:focus, input:focus, select:focus {
        outline: none !important;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

    a, a:hover, a:active, a:focus, a:active, a:visited {
        color: rgb(106,34,71);
        text-decoration: none;
        outline: unset;
    }

.stp-href[href=""] {
    pointer-events: none;
}


html {
    overflow-x: hidden;
}

body * {
    font-family: "PFFuturaNeu";
    line-height: 1.42857143;
}

select, option {
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-progress-appearance: none;
    -o-appearance: none;
    font-family: PFFuturaNeu;
}


body div {
    line-height: 1;
}

body {
    font-size: 14px;
    color: #333;
    margin: 0;
    overflow-anchor: none;
}


    body.overlay {
        overflow: hidden;
        height: 100vh;
    }

h1 {
    text-align: center;
    font-size: 62px;
    color: #71205f;
}


[type=button], [type=reset], [type=submit], button {
    cursor: pointer;
    /*-webkit-appearance: button;*/
}


.container {
    max-width: 1640px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.btn.btn-dark {
    border: none;
    border-radius: 0;
    background-color: rgb(105, 33, 70);
    font-size: 16px;
    color: white;
    -webkit-appearance: none !important;
    user-select: none !important;
}

    .btn.btn-dark:hover {
        background-color: rgb(153, 51, 101);
    }

.mstm-breadcrumb, .mstm-breadcrumb-st, .mstm-breadcrumb-dyn, .mstm-breadcrumb-rep, .mstm-breadcrumb-rep .breadcrumb-item {
    display: inline-block;
    vertical-align: top;
}

.static-page-content .mstm-breadcrumb ul li, .static-page-content .mstm-breadcrumb a {
    font-size: 14px;
}

.mstm-breadcrumb-rep > li::before {
    content: "/";
    position: relative;
    left: 0;
    color: #a3a3a3;
    padding: 0 5px;
}

.mstm-breadcrumb-rep {
    margin: 0px;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #721c24;
}

.alert.alert-success {
    background-color: #d4edda;
    padding: 5px 10px;
    font-size: 14px;
    color: #155724;
}

.mstm-custom-select-selectedvalue {
    margin: 0px;
    padding: 10px 0px;
    border: 1px solid #ced4da;
}

.mstm-custom-select-ul {
    padding: 0px !important;
}

.mstm-custom-select-selectedvalue {
    margin: 0px;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ced4da;
    position: relative;
    min-height: 38px !important;
    box-sizing: border-box;
}

.mstm-custom-select-ul .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
    display: block !important;
}

.mstm-custom-select-ul .mstm-filters-content-option {
    padding: 0px;
}

.mstm-custom-select-ul .mstm-filters-content.sidebar-widget-list {
    display: none;
    box-shadow: none !important;
    padding: 0px;
    border: 1px solid #ced4da;
    width: 100% !important;
    min-width: unset !important;
    position: absolute !important
}

.mstm-custom-select-selectedvalue::after {
    content: "\e92f";
    font-family: 'icomoon';
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #692146;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}

.mstm-custom-select-ul .mstm-custom-select-ul-optionspan.selected, .mstm-custom-select-ul .mstm-custom-select-ul-optionspan:hover {
    background: rgb(105, 33, 70);
    color: white !important;
}

.mstm-custom-select-ul .mstm-custom-select-ul-optionspan {
    display: block;
    padding: 6px;
}

.mstm-custom-select-ul .mstm-selected-filter:hover {
    color: inherit;
}

select.icon-after {
    background-image: url(/assets/img/icons/selecticon.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: calc(100% - 10px) 9px;
    padding-right: 36px;
}

    select.icon-after:focus {
        background-image: url(/assets/img/icons/selecticonup.svg);
    }


.mstm-popup-overlay {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

    .mstm-popup-overlay.show {
        visibility: visible;
        opacity: 1;
    }


.mstm-popup-wrapper {
    position: absolute;
    z-index: 10000000000;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    width: calc(var(--popupWidth));
    max-width: calc(var(--popupMaxWidth));
    height: calc(var(--popupHeight));
    max-height: calc(var(--popupMaHeight));
}

    .mstm-popup-wrapper .close {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
        opacity: 0.8;
        transition: all 200ms;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        color: #555555;
        z-index: 9999999;
    }

    .mstm-popup-wrapper.left {
        left: 0;
    }

    .mstm-popup-wrapper.right {
        right: 0;
    }

    .mstm-popup-wrapper.top {
        top: 0;
    }

    .mstm-popup-wrapper.bottom {
        bottom: 0;
    }

    .mstm-popup-wrapper.center {
        left: 50%;
        transform: translateX(-50%);
    }

    .mstm-popup-wrapper.middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .mstm-popup-wrapper.center.middle {
        transform: translate(-50%,-50%);
    }



/************header*************/
.mstm-header-area {
    position: relative;
}

.mstm-noresult {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}

.cart-qty-amount {
    position: absolute;
    right: 0px;
    top: -13px;
    color: white;
    background: #f26677;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 22px;
    height: 22px;
    padding-top: 4px;
    box-sizing: border-box;
}

.mstm-account-checked::after {
    content: "\e927";
    font-family: 'icomoon';
    position: absolute;
    color: white;
    font-size: 16px;
    line-height: 1;
    top: -13px;
    width: 22px;
    height: 22px;
    background: #f26677;
    border-radius: 50%;
    right: 0px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
    font-weight: bold;
}

.mstm-logo img {
    width: 100%;
    height: auto;
}

#cart-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #707070;
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: 5;
    top: 100%;
    right: 0px;
    width: 400px;
    visibility: hidden;
    opacity: 0;
    padding: 25px 20px;
    box-sizing: border-box;
}

.mstm_cart-items .old-price {
    position: absolute;
    padding-left: 0;
    top: 1px;
    color: #993365 !important;
    font-weight: normal !important;
}

.cart-text h5 a {
    line-height: 16px;
    margin: 0;
    text-align: left;
}

#cart-content .mstm-product-delivery-status {
    margin: 5px 0px 12px 0px;
}

    #cart-content .mstm-product-delivery-status p {
        margin: 0px;
    }

#cart-content .single-cart-item img {
    max-height: 79px;
    width: 100%;
}

#cart-content .cart-qty {
    display: inline-block;
    width: 100%;
}

#cart-content .cart-price {
    position: relative;
    display: grid;
    grid-column-gap: 13px !important;
    grid-template-columns: auto 45px 26px !important;
    align-items: center;
}

#cart-content .cart-qty > input {
    border: 1px solid #c2c2c2;
    width: 100%;
    display: block;
    height: 35px;
    text-align: center;
}

.cart-text h5 span {
    color: rgb(106,34,71);
    font-size: 14px;
}

.cart-price-total-amount {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.pro-price .old-price {
    color: #999999 !important;
    text-decoration: line-through !important;
    padding-left: 2px;
}

.cart-price-total-amount > span:nth-of-type(1) {
    font-weight: bold;
    font-size: 15px;
}

.cart-links > a {
    transition: all 0.4s ease 0s;
}

.cart-wrapper .cart-links a:nth-of-type(1):hover {
    background: #edecec;
}

.mstm-discount-cart-total {
    font-size: 12px;
    text-decoration: line-through;
}

.cart-price-total-amount > span:nth-of-type(3) {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.cart-wrapper .cart-text-btn .remove-from-cart, .mstm-wishlist-table-body .remove-from-cart, .mstm-cart-table-body .remove-from-cart {
    top: 4px;
    color: #797979 !important;
    padding: 0px !important;
    font-size: 11px;
    width: 100%;
    height: auto;
    background: no-repeat;
    border: navajowhite;
    cursor: pointer;
}

.cart-text h5 {
    margin: 0px;
}

.mstm_cart-items {
    padding-top: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.checkout-area .mstm_cart-items {
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    padding-right: 12px;
}
.boxnow-error .alert.alert-danger.inline {
    position: relative;
    margin-bottom: 10px;
}

.boxnow-text {
    line-height: 1.4;
}

.boxnow-text-outer {
    margin: 15px 0px 8px;
}
button#boxnow-map-button {
    border: none;
    color: #ffffff;
    height: 34px;
    width: 145px;
    font-weight: bold;
}

div#boxnowmap {
    z-index: 10;
    position: relative;
}

.mstm_cart-items .cart-text {
    display: grid;
    padding: 0;
    grid-column-gap: 20px;
    grid-template-columns: repeat(1,100%);
}

.mstm_cart-items .single-cart-item {
    border-bottom: 0px;
    width: 100%;
    display: grid;
    justify-items: center;
    grid-template-columns: 100px auto;
    align-items: center;
    text-align: left;
    grid-column-gap: 20px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #ccc;
}

.cart-text-btn {
    width: 100%;
}

.mstm_cart-items .pro-price span {
    color: #333;
    font-weight: 700;
}

.cart-wrapper .cart-links a:nth-of-type(1) {
    background: #f7f7f7;
    border: 1px solid #dddddd;
    text-align: center;
    width: 250px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    height: auto;
    line-height: 1em;
    font-size: 17px;
    color: #692146;
    float: none;
    text-transform: none;
    box-sizing: border-box;
}

.cart-price-total-count {
    display: inline-block;
    width: 48%;
    vertical-align: bottom;
}

.mstm-cartbox-count {
    font-weight: 700;
    color: #333;
}

.mstm-empty-cart {
    text-align: center;
    font-weight: normal;
    color: #797979;
    background: #f1f1f1;
    padding: 60px;
}

.mstm-empty-cart-hd {
    color: #af964d;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mstm-empty-cart-text {
    font-size: 20px;
    padding-bottom: 50px;
}

.mstm-empty-cart .btn.btn-dark {
    padding: 15px 40px;
    font-size: 20px;
}

.mstm-go-to-checkout-button {
    width: 100%;
    background-color: rgb(106,34,71);
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff !important;
    text-align: center;
    padding: 12px 0px;
}

    .mstm-go-to-checkout-button:hover {
        background-color: rgb(153, 51, 101);
        color: white;
    }




.mstm-logo-and-components.container {
    padding-bottom: 20px;
}

.mstm-header-components-account a::before, .mstm-header-wishlist a::before, .mstm-header-components-cart a::before, .mstm-burger-icon::before {
    font-family: 'icomoon';
    position: absolute;
    color: #ebebeb;
    font-size: 29px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.mstm-header-components-account a::before {
    content: "\e933";
}

.mstm-burger-icon::before {
    content: "\e97a";
    font-size: 19px;
}

.mstm-header-wishlist a::before {
    content: "\e93c";
}

.mstm-header-components-cart > a::before {
    content: "\e974";
}

.mstm-header-wishlist a:hover::before, .mstm-header-components-account a:hover::before, .mstm-header-components-cart a:hover::before {
    color: #692146;
}

.mstm-header-wishlist > a:hover, .mstm-header-components-account > a:hover, .mstm-header-components-cart > a:hover {
    background-color: #ebebeb !important;
    border: 1px solid #692146;
    box-sizing: border-box;
}

#top-bar-left #call-us-top-bar, #word-hours-top-bar, #klarna-top-bar {
    vertical-align: middle;
}

#klarna-top-bar {
    justify-self: right;
}

.mstm-header-wishlist, .mstm-header-components-cart, .mstm-header-components-account, .mstm-cart-login-outer, .mstm-burger-icon {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .mstm-header-wishlist > a, .mstm-header-components-cart.cart-wrapper > a, .mstm-header-components-account > a, .mstm-burger-icon {
        width: 45px;
        height: 43px;
        background-color: #692146;
        display: block;
        position: relative;
    }

.mstm-burger-icon {
    display: none;
}

#top-bar-left p {
    margin: 6px 0px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

.mstm-top-bar-klarna {
    color: #ffffff !important;
    display: grid !important;
    grid-template-columns: auto 70px;
    align-items: center;
    justify-items: end;
    column-gap: 10px;
}

#klarna-top-bar img, .klarna-message img {
    width: 70px;
}

.klarna-message a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding-left: 18px;
    margin-bottom: 20px;
}

.klarna-message.klarna-cart a {
    padding-left: 0;
    justify-content: center;
    margin: 20px auto;
    text-transform: uppercase;
}

#call-us-top-bar::before, #word-hours-top-bar::before {
    content: "\e902";
    display: inline-block;
    width: 26px;
    height: 26px;
    font-family: icomoon;
    font-size: 23px;
    vertical-align: middle;
    margin-right: 5px;
    color: #f0499f;
    line-height: 1;
}

#call-us-top-bar::before {
    content: "\e976";
}

.mstm-header-logo-search-cart-login {
    display: grid;
    grid-template-columns: 120px auto 146px;
    align-items: center;
    margin: 10px 0;    
    grid-column-gap: 30px;
}



.search-outer {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.morphsearch-form.search-wrapper {
    position: relative;
}

.search-outer {
    position: relative;
    border-bottom: 1px solid #aaaaaa;
    height: 40px;
}

.morphsearch-input {
    width: calc(100% - 40px);
    border: none;
    height: 100%;
    font-size: 18px;
    outline: 0;
    padding: 0;
}

    .morphsearch-input::placeholder {
        color: rgba(51, 51, 51,0.3);
    }

.mstm-search-button {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
}

    .mstm-search-button::before {
        content: "\e930";
        font-family: 'icomoon';
        position: relative;
        color: #797979;
        font-size: 29px;
        line-height: 1;
    }

#top-bar-left {
    display: grid;
    grid-template-columns: repeat(3,minmax(0px,33.33%));
    justify-content: space-between;
    align-items: center;
}

.top-bar-outer {
    background-color: #321222;
    margin-bottom: 20px;
    color: #ffffff;
}

.mstm-header-area.mstm-fixed {
    position: fixed;
    background: rgb(255, 255, 255);
    top: 0px;
    width: 100%;
    z-index: 10;
    max-height: 0px;
    animation-name: open;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    box-shadow: 1px 1px 10px #ccc
}

    .mstm-header-area.mstm-fixed .mstm-main-menu.desktop .mstm-sub-menu:not(.secondlevel) {
        padding-top: 6px;
    }

    .mstm-main-menu.desktop > nav > ul {
        margin: 6px 0px;
    }

    .mstm-header-area.mstm-fixed .top-bar-outer {
        display: none;
    }

    .mstm-header-area.mstm-fixed .mstm-logo-and-components.container {
        padding-bottom: 0px;
    }

.mstm-main-menu {
    display: none;
    color: #797979;
}

    .mstm-main-menu a {
        text-decoration: unset;
    }

    .mstm-main-menu.desktop {
        display: block;
    }

        .mstm-main-menu.desktop > nav > ul {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(0px, auto));
            justify-content: space-between;
            list-style: none;
            padding: 0;
            position: relative;
            align-items: center;
        }


        .mstm-main-menu.desktop ul li a {
            font-weight: bold;
            transition: hover .3s ease-in-out;
            position: relative;
        }

            .mstm-main-menu.desktop ul li a:hover {
                color: #993365;
            }

            .mstm-main-menu.desktop ul li a.mstm-a-offers {
                background: #af9547;
                color: #ffffff;
                padding: 8px 20px 3px 20px;
            }

                .mstm-main-menu.desktop ul li a.mstm-a-offers:hover {
                    background: #d2b25d;
                }

.mstm-header-area.mstm-fixed .mstm-main-menu.desktop ul li a.mstm-a-offers {
    padding: 3px 20px;
}

.mstm-main-menu.desktop ul li ul li a.mstm-a-offers {
    background: unset;
    color: unset;
    padding: inherit;
}


.mstm-main-menu.desktop > nav > ul > li > div > ul > li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    float: none;
}

.mstm-main-menu.desktop .megamenu {
    font-size: 18px;
}

.mstm-main-menu.desktop .mstm-sub-menu:not(.secondlevel) {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 4;
    width: 100%;
    transform: translate(-50%);
    top: 100%;
    padding-top: 10px;
}

.mstm-main-menu.desktop .mstm-sub-menu.secondlevel {
    display: block;
    position: relative;
}

.mstm-main-menu.desktop .mstm-sub-menu > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 20%));
    justify-content: center;
    align-items: normal;
    padding: 15px !important;
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: white;
    box-shadow: 2px 5px 13px 6px rgba(59, 59, 59, 0.2);
    box-sizing: border-box;
}

.mstm-main-menu.desktop .mstm-sub-menu.expanded {
    display: block;
}

.mstm-main-menu.desktop .megamenu:not(.hasChildren) > .mstm-sub-menu ul {
    display: none !important;
}

.mstm-main-menu.desktop .megamenu[menu-type="small"] {
    position: relative;
}

    .mstm-main-menu.desktop .megamenu[menu-type="small"] > .mstm-sub-menu ul {
        display: block;
    }

    .mstm-main-menu.desktop .megamenu[menu-type="small"] .mstm-sub-menu {
        width: 270px;
    }

.mstm-main-menu.desktop .mstm-sub-menu > ul > li {
    width: 100%;
}

    .mstm-main-menu.desktop .mstm-sub-menu > ul > li.columncnt2 > .mstm-sub-menu {
        column-count: 2;
        column-gap: 30px;
    }

.mstm-main-menu.desktop .mstm-sub-menu > ul > li {
    padding: 3px 0px 3px 0px;
}

    .mstm-main-menu.desktop .mstm-sub-menu > ul > li > a {
        font-size: 16px;
        font-weight: normal;
        color: #797979;
    }

        .mstm-main-menu.desktop .mstm-sub-menu > ul > li > a:hover {
            color: #993365;
        }

    .mstm-main-menu.desktop .mstm-sub-menu > ul > li > ul {
        box-shadow: none !important;
        left: unset !important;
        height: unset !important;
        top: unset !important;
        padding: 0 !important;
        background-color: unset !important;
    }

        .mstm-main-menu.desktop .mstm-sub-menu > ul > li > ul > li {
            list-style: none;
            padding-right: 0px;
            display: list-item;
            padding-bottom: 5px;
        }

            .mstm-main-menu.desktop .mstm-sub-menu > ul > li > ul > li > a {
                padding-bottom: 0;
                color: #555555;
                font-weight: normal;
                font-size: 16px;
            }

                .mstm-main-menu.desktop .mstm-sub-menu > ul > li > ul > li > a:hover {
                    color: #993365;
                }


                .mstm-main-menu.desktop .mstm-sub-menu > ul > li > ul > li > a::before {
                    padding-right: 5px;
                    content: "";
                    margin-top: 2px;
                    width: 18px;
                    height: 22px;
                    position: relative;
                    float: left;
                    left: 0;
                }

/*menu 3rd level*/


.mstm-subparent a span {
    color: #993365;
    text-transform: uppercase;
}

.mstm-main-menu.desktop .mstm-sub-menu > ul > li > ul > li > a::before {
    display: none;
}

.mstm-main-menu.desktop .mstm-roler.megamenu[menu-type="small"],
.mstm-main-menu.desktop .mstm-epoxiaka.megamenu[menu-type="small"] {
    position: unset;
}

    .mstm-main-menu.desktop .mstm-roler.megamenu[menu-type="small"] .mstm-sub-menu,
    .mstm-main-menu.desktop .mstm-epoxiaka.megamenu[menu-type="small"] .mstm-sub-menu {
        width: 100%;
    }

    .mstm-main-menu.desktop .mstm-roler.megamenu[menu-type="small"] > .mstm-sub-menu ul,
    .mstm-main-menu.desktop .mstm-epoxiaka.megamenu[menu-type="small"] > .mstm-sub-menu ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0px, auto));
    }

.mstm-roler .mstm-sub-menu.secondlevel,
.mstm-epoxiaka .mstm-sub-menu.secondlevel {
    column-count: 3;
}

.mstm-main-menu.desktop .mstm-diakosmitika .mstm-sub-menu > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 25%));
    grid-row-gap: 20px;
}

.mstm-main-menu.desktop .mstm-epipla .mstm-sub-menu > ul,
.mstm-main-menu.desktop .mstm-diakosmitika .mstm-sub-menu > ul,
.mstm-main-menu.desktop .mstm-roler .mstm-sub-menu > ul,
.mstm-main-menu.desktop .mstm-epoxiaka .mstm-sub-menu > ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, auto));
    grid-row-gap: 20px;
    justify-content: space-around;
}

.mstm-main-menu.desktop .mstm-sub-menu.secondlevel {
    display: none !important;
}


.mstm-main-menu.desktop .mstm-epipla .mstm-sub-menu.secondlevel,
.mstm-main-menu.desktop .mstm-diakosmitika .mstm-sub-menu.secondlevel,
.mstm-main-menu.desktop .mstm-roler .mstm-sub-menu.secondlevel,
.mstm-main-menu.desktop .mstm-epoxiaka .mstm-sub-menu.secondlevel {
    display: block !important;
}

.mstm-main-menu.desktop .megamenu.activated.mstm-epipla a::after,
.mstm-main-menu.desktop .megamenu.activated.mstm-diakosmitika a::after,
.mstm-main-menu.desktop .megamenu.activated.mstm-roler a::after,
.mstm-main-menu.desktop .megamenu.activated.mstm-epoxiaka a::after {
    content: "";
    background-image: url(/assets/img/icons/menusub-triangle.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 23px;
    height: 12px;
    left: 45%;
    top: 36px;
    transform: translateX(-50%);
    z-index: 6;
}

.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-epipla a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-diakosmitika a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-roler a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-epoxiaka a::after {
    top: 32px;
    background-size: 20px;
}

.mstm-main-menu.desktop .megamenu.activated.mstm-epipla .mstm-sub-menu a::after,
.mstm-main-menu.desktop .megamenu.activated.mstm-diakosmitika .mstm-sub-menu a::after,
.mstm-main-menu.desktop .megamenu.activated.mstm-roler .mstm-sub-menu a::after,
.mstm-main-menu.desktop .megamenu.activated.mstm-epoxiaka .mstm-sub-menu a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-epipla .mstm-sub-menu a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-diakosmitika .mstm-sub-menu a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-roler .mstm-sub-menu a::after,
.mstm-header-area.mstm-fixed .mstm-main-menu.desktop .megamenu.activated.mstm-epoxiaka .mstm-sub-menu a::after {
    display: none;
}

.mstm-subparent.mstm-sublink a:hover span::after {
    content: "";
    background-image: url(/assets/img/icons/menusub-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 13px;
    position: relative;
}

.disabled_link {
    pointer-events: none !important;
    cursor: default !important;
}


/*menu 3rd level end*/

.mstm-info-icon::before {
    content: "\e97c";
    display: inline-block;
    width: 26px;
    height: 26px;
    font-family: icomoon;
    font-size: 23px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    line-height: 1;
}

.mstm-top-bar-outer {
    background-color: #692146;
}

.mstm-top-bar-inner {
    display: grid;
    align-items: center;
    height: auto;
    font-weight: bold;
    justify-items: center;
    color: white;
    overflow: hidden;
}

    .mstm-top-bar-inner p {
        margin: 10px auto;
    }

    .mstm-top-bar-inner a, .mstm-top-bar-inner div, .mstm-top-bar-inner p, .mstm-top-bar-inner span {
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
    }



/* homepage */
.shipping::before {
    content: "\e931";
}

.phone::before {
    content: "\e976";
}

.safety::before {
    content: "\e928";
}

.mstm-more-arrow::after {
    content: "\e92f";
}

.mstm-social .fb-ico::before {
    content: "\e90e";
}

.mstm-social .insta-ico::before {
    content: "\e90f";
}

.mstm-social .tw-ico::before {
    content: "\e932";
}

.mstm-social .ut-ico::before {
    content: "\e93d";
}

.mstm-social .pn-ico::before {
    content: "\e92d";
}

.mstm-show-more::after {
    content: "\e92f";
}

#mstm-global-banner-Cart .global-banner-func p,
#mstm-global-banner-Cart .global-banner-func span {
    color: #707070;
}

#mstm-global-banner-Cart {
    text-align: center;
}

    #mstm-global-banner-Cart .global-banner-func p strong {
        color: rgb(106,34,71);
    }
/************footer*************/

.icon-pin::before {
    font-family: icomoon;
    content: "\e97d";
    font-size: 16px;
    margin-right: 12px;
}

.store-separator {
    width: 100%;
    height: 1px;
    display: block;
    background: #9b4170;
    margin: 5px auto;
}

.footer-greca img {
    outline: unset !important;
}

.footer-greca .adman-dummy > div {
    display: none;
}

footer.footer-area {
    background-color: #692146;
    padding-top: 40px;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(4,minmax(0px,auto));
    justify-content: space-between;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.footer-list li, .footer-list li a {
    font-size: 20px;
    color: #c9bcc5;
    font-weight: normal;
    line-height: 37px;
    transition: all .3s ease-in-out;
}

    .footer-list li a:hover {
        color: #ffffff;
    }

.footer-bottom {
    background-color: #e1e1e1;
}

.footer-bottom-inside {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    justify-content: space-between;
    align-items: center;
}

.footer-title {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0px;
}


.mstm-footer-bank-icons {
    padding: 10px 0;
}

.payment-img img {
    height: 50px;
    /*width: 100%;*/
    /*min-width: 240px;
    min-height: 30px;*/
}

.mstm-footer-bank-icons {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bank-img.sestigo-img {
    height: 18px;
}



/********products-lists********/
.mstm-product-list .mstm-agiovlasitishome-title {
    margin-bottom: 0px;
}

.category-cover {
    margin-bottom: 20px;
}

.category-cover-image {
    width: 100%;
}

.mstm-orderelement.mstm-custom-select-ul .mstm-filters-content.sidebar-widget-list {
    min-width: 200px !important;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
}

.mstm-displayed-products.mstm-custom-select-ul .mstm-filters-content.sidebar-widget-list {
    top: calc(100% + 10px);
}

.mstm-filter-above-products-title {
    cursor: pointer;
}

.no-products-category {
    padding-top: 40px !important;
}

    .no-products-category .subtitle-2 {
        margin: 0px;
        font-size: 26px;
        line-height: 2;
        text-transform: initial;
    }

.mstm-product-list .product-text > h2,
.owl-carousel .product-text > h2 > a,
.mstm-accessories-grand .product-text > h2 > a,
.product-page-carousel .product-text h2 > a {
    max-height: 82px;
    overflow-y: hidden;
}


.mstm-remove-filters li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.mobile-filter-title, .mstm-filters-close {
    display: none;
}

.mstm-remove-attribute {
    border: none;
    background: #f0f0f0;
    font-size: 14px;
}

    .mstm-remove-attribute::before {
        font-family: 'icomoon';
        content: "\e903";
        padding-right: 4px;
        font-size: 7px;
        font-weight: bold;
        position: relative;
        top: -2px;
    }

.mstm-shopitems-short-view .mstm-filter-above-products-content {
    position: absolute;
    z-index: 3;
    top: 0px;
    border: none;
    width: 100%;
    left: 0px;
    height: 100%;
}

option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

.mstm-shopitems-short-view .mstm-filter-above-products-content select {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.mstm-shopitems-short-view {
    justify-self: end;
    margin-bottom: 20px;
}



.mstm-prev-page::before, .mstm-next-page::after {
    font-family: 'icomoon';
    position: relative;
    color: #a1a4b5;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-right: 4px;
}

.mstm-next-page::after {
    margin-left: 4px;
}


.mstm-paggination > nav ul > .mstm-selected-page > button {
    color: #86395f;
}

.mstm-paggination > nav ul > .mstm-selected-page {
    background-color: #692146;
    border-radius: 50%;
}

    .mstm-paggination > nav ul > .mstm-selected-page button {
        color: white;
        min-width: 45px;
        min-height: 45px;
        font-size: 15px;
    }

.mstm-prev-page::before {
    content: "\e910";
}

.mstm-next-page::after {
    content: "\e92f";
}

.mstm-row-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, auto));
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.mstm-filters-content.sidebar-widget-list {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: white;
    top: 100%;
    margin: 0px;
    -webkit-box-shadow: 0px 10px 17px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 17px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 17px -11px rgba(0,0,0,0.75);
    padding: 10px;
}


.mstm-row-filters .mstm-vars-filter {
    display: block;
    width: auto;
    padding: 10px 40px;
}

.mstm-filters-content.sidebar-widget-list.mstm-ul-active {
    grid-template-columns: repeat(3, minmax(0px, auto));
    display: grid !important;
    align-items: top;
    min-width: 450px;
}

.mstm-filters-content-option {
    text-align: left;
    padding: 15px 15px;
}

.mstm-row-filters-taxinomisi {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(239,239,239);
    position: relative;
}

    .mstm-row-filters-taxinomisi .mstm-row-filters {
        border-top: 1px solid rgb(239,239,239);
        padding-top: 20px;
    }

.sidebar-widget.mstm-vars-filter {
    padding: 0px 20px 20px 20px;
}

.mstm-attribute_name::after {
    height: 80%;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 1px;
    position: absolute;
    background: #af9547;
}

.mstm-row-filters .mstm-vars-filter:last-of-type .mstm-attribute_name::after {
    content: none;
}

.mstm-attribute_name {
    position: relative;
}

.sidebar-widget.mstm-vars-filter:last-of-type::after {
    content: unset;
}

.sidebar-widget.mstm-vars-filter .mstm-attribute_name:hover {
    color: #71205f;
    cursor: pointer;
}

.sidebar-widget.mstm-vars-filter .mstm-attribute_name.mstm-active {
    font-weight: bold;
    color: #71205f;
}

.mstm-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 25%));
    grid-column-gap: 4%;
    grid-row-gap: 100px;
    margin-bottom: 70px;
}

.product-list-variations {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    position: relative;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #692146 white;
    margin: 15px 0px;
    text-align: center;
}
    .product-list-variations::-webkit-scrollbar {
        height: 8px;
        width: 8px;
        background: rgb(245,245,245);
    }

    .product-list-variations::-webkit-scrollbar-thumb {
        background: #692146;
        -webkit-border-radius: 1ex;
        /*-webkit-box-shadow: 0px 1px 2px rgba(245, 245, 245, 1);*/
    }

    .product-list-variations::-webkit-scrollbar-corner {
        background: #692146;
    }


.product-list-variation-item {
    width: 14.28%;
    padding: 0px 5px;
    box-sizing: border-box;
    display:inline-block;
}

    .product-list-variation-item img {
        width: 100%;
    }

.single-product-item {
    position: relative;
}

.mstm-products .product-image::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    position: relative;
}

.mstm-products .product-image {
    width: 100%;
    --aspect-ratio: 1;
    position: relative;
}

.mstm-product-title-list {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    color: #797979;
    line-height: 23px;
    vertical-align: top;
    font-size: 17px;
    text-align: left;
    margin: 10px auto 20px auto;
    text-align: center;
}

.mstm-product-delivery-status {
    font-size: 15px;
    font-weight: bold !important;
}

    .mstm-product-delivery-status .mstm-in-stock {
        color: #84d380;
    }

    .mstm-product-delivery-status .mstm-in-stock-warning {
        color: #ff9300;
    }

.mstm-paggination > nav li {
    display: inline-block;
    position: relative;
}

.mstm-paggination {
    text-align: center;
    margin-bottom: 40px;
}

    .mstm-paggination > nav ul > li > button {
        border: unset;
        background-color: transparent;
        box-shadow: unset;
    }



    .mstm-paggination, .mstm-paggination button {
        font-size: 16px;
        color: #a1a4b5;
        outline: none;
        cursor: pointer;
    }

.mstm-shopitems-short-view .mstm-taksinomish {
    display: inline-block;
    position: relative;
}

.mstm-filter-above-products {
    display: inline-block;
    position: relative;
    padding: 20px 10px;
    height: auto;
    width: 113px;
    text-align: center;
}


.mstm-selected-filter > input {
    position: absolute;
    margin-right: 0px !important;
    opacity: 0;
    z-index: 3;
    width: 100%;
    left: 0px;
    cursor: pointer;
    height: 100%;
    top: 0px;
    margin: 0px;
}

.mstm-discount-outer {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 2;
}

.single-product-item .hot_price, .product-page .single-product-image-outer .hot_price {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 3;
    height: 62px;
    width: 62px;
    background: #a83973;
    border-radius: 50px;
    display: grid;
    justify-content: center;
    align-content: center;
}

    .single-product-item .hot_price.circle span, .product-page .single-product-image-outer .hot_price.circle span {
        text-align: center;
        font-size: 16px;
        color: white;
        font-weight: bold;
        line-height: 1;
    }

.product-page .single-product-image-outer .hot_price {
    left: 10px;
    top: 10px;
}

/*express flag*/


.single-product-item .express.square {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    background: #60c45b;
    color: white !important;
    padding: 5px 8px;
    font-weight: bold;
}

.single-product-image-outer .mstm-discount-outer {
    top: 10px;
}

.mstm-discount-inner {
    height: 62px;
    width: 62px;
    background: #8a2a5b;
    text-align: center;
    border-radius: 50px;
}

.mstm-price-percent {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: white;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.mstm-discount-inner::after {
    content: "";
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    border: 1px solid #fd4da8;
    transform: translate(-50%, -50%);
}

.mstm-product-list .pro-price {
    font-size: 37px;
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
    text-align: left;
    box-shadow: unset;
    width: calc(100% - 53px);
    display: inline-block;
    vertical-align: top;
}

    .mstm-product-list .pro-price > span {
        font-weight: bold;
        color: #797979;
        line-height: 1.2;
    }

        .mstm-product-list .pro-price > span.old-price {
            font-weight: normal;
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
            padding: 0px;
            text-decoration: line-through !important;
        }

.sidebar-widget.mstm-cat-filter {
    display: grid;
    grid-template-columns: minmax(200px,auto) auto;
    margin: 20px 0px;
}

    .sidebar-widget.mstm-cat-filter > div {
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
    }

.sidebar-catname-box {
    font-weight: bold;
    margin-bottom: 12px;
    background: #af9547;
}

.sidebar-widget-list.categories {
    float: none;
    padding: 10px 20px;
    background-color: rgb(239,239,239);
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 25%));
}

.sidebar-widget-list li a {
    color: #23232c;
    display: flex;
    justify-content: space-between;
}

    .sidebar-widget-list li a:hover {
        color: rgb(105, 33, 70);
    }

.sidebar-catname-box > h1, .sidebar-catname-box > p {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0px 30px;
    font-size: 25px;
    color: white;
}



.sidebar-widget-list.categories li {
    float: none;
    width: 100%;
    padding: 5px 10px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.category-thumbnail {
    margin-bottom: 20px;
}

    .category-thumbnail img {
        width: 100%;
    }

.mstm-product-delivery-status .mstm-out-of-stock {
    color: #f26677 !important;
}

.mstm-product-list .single-product-item .product-image:hover {
    box-shadow: 0px 5px 23px 3px rgb(216, 216, 216);
}

.mstm-product-image-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .mstm-product-image-inner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.sidebar-widget-option {
    position: relative;
    cursor: pointer;
}

.mstm-selected-filter:hover {
    color: #71205f;
}

.mstm-price-slider .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
    display: block !important;
}

.mstm-price-slider .mstm-filters-content.sidebar-widget-list {
    min-width: 180px;
    padding: 10px 34px 10px 10px;
}

.ui-slider {
    background: #c2c2c2 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
    height: 4px;
    margin: 0 6px 25px;
    position: relative;
    width: 100%;
    left: 0px;
}

    .ui-slider .ui-slider-handle {
        background: #692146 repeat scroll 0 0;
        border: 0 none;
        border-radius: 50%;
        height: 14px;
        width: 14px;
        top: 50%;
        position: absolute;
        z-index: 2;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
        transform: translate(0px, -50%);
    }

.mstm-btn-wishlist {
    padding: 0px 0px !important;
    width: 70px;
    background: rgba(235, 235, 235, 0.8);
    height: 70px;
    position: absolute;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    display: none;
    border: none;
    cursor: pointer;
}

    .mstm-btn-wishlist::before {
        content: "\e93c";
        font-family: 'icomoon';
        position: absolute;
        color: #692146;
        font-size: 38px;
        line-height: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.mstm-product-actions {
    display: inline-block;
    vertical-align: middle;
}

.mstm-add-to-cart button {
    background: none;
    border: none;
    position: relative;
    padding: 0;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}

.mstm-product-list .pro-price {
    font-size: 30px;
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
    text-align: left;
    box-shadow: unset;
    width: calc(100% - 53px);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
}

.mstm-add-to-cart button::before {
    content: "\e974";
    font-family: 'icomoon';
    position: relative;
    color: white;
    font-size: 38px;
    line-height: 1;
    background: #692146;
    padding: 3px;
}


.single-product-item:hover .mstm-btn-wishlist {
    display: block;
}

    .single-product-item:hover .mstm-btn-wishlist.added::before, .single-product-item:hover .mstm-btn-wishlist:hover::before, .single-product-image-outer .mstm-btn-wishlist:hover::before, .single-product-image-outer .mstm-btn-wishlist.added::before {
        content: "\e978"
    }


.mstm-products .product-text h2 {
    text-align: center;
}

.mstm-remove-filters {
    text-align: center;
    margin-top: 30px;
}

.mstm-product-list .category-description {
    text-align: center;
    margin: 80px auto;
    font-size: 16px;
    width: 85%;
}

    .mstm-product-list .category-description p {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mstm-product-list .category-description h1 {
        font-size: 28px;
    }
/********product-page********/
.mstm-product-page-image {
    max-width: 700px;
    justify-self: left;
    width: 100%;
}

.youtube-product-svg {
    background: #a3a3a3;
    padding-left: 30px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    object-position: center !important;
}

.mstm-product-page-image .single-product-image .easyzoom.easyzoom--overlay {
    width: 100%;
    --aspect-ratio: 1;
    position: relative;
}

    .mstm-product-page-image .single-product-image .easyzoom.easyzoom--overlay::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
        position: relative;
    }

.mstm-product-page-image .single-product-image .mstm-product-page-image-inner {
    width: calc(100% - 1px);
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

.mstm-product-page-image .single-product-image .easyzoom--overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
}

.mstm-product-page-image .single-product-image.zoom-image-slider .easyzoom--overlay {
    max-width: 800px;
    display: block !important;
    margin: 0 auto;
}

.mstm-product-page-image .single-product-image .easyzoom--overlay iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
}

.mstm-piece-warning {
    font-weight: bold;
    color: #797979;
}

.mstminstallments {
    font-size: 16px;
    color: #692146cc;
    font-weight: bold;
}

.mstm-installments-select {
    display: grid;
    grid-template-columns: auto 80px;
    justify-content: left;
    column-gap: 20px;
    align-items: baseline;
    height: auto;
}

.installment-label {
    padding-left: 18px !important;
}

.mstm-installments-select select {
    margin-bottom: 0;
}

.single-product-item .mstm-prouct-status, .single-product-item .mstm-product-delivery-status {
    text-align: center;
}

.single-product-thumbnail .slick-track {
    margin: 0;
}

.single-product-image-outer {
    position: relative;
}

    .single-product-image-outer .mstm-btn-wishlist {
        display: block;
        transform: unset;
        top: unset;
        left: unset;
        right: 10px;
        bottom: 10px;
    }

.mstm-cross-products-inner {
    display: grid;
    grid-template-columns: 75% 25%;
    align-content: center;
    justify-content: center;
    text-align: center;
    grid-row-gap: 20px;
}

    .mstm-cross-products-inner .cross-total {
        display: grid;
        align-content: center;
        justify-content: center;
        text-align: center;
    }

.mstm-cross-products .add-cart-product {
    width: auto;
    font-size: 15px;
    padding: 0px 15px;
    height: 50px;
    margin: 0px !important;
}

.cross-total-price {
    font-size: 28px;
    margin: 10px;
}

.cross-include-button {
    border: none;
    background: none;
}

    .cross-include-button .mstm-checkbox {
        display: block;
        position: relative;
        padding-left: 46px;
        margin-top: 8px;
        margin-right: 20px;
        margin-bottom: 36px;
        cursor: pointer;
        font-size: 18px;
        float: left;
    }

        .cross-include-button .mstm-checkbox .checkmark {
            top: 2px;
            left: 10px;
            height: 20px;
            width: 20px;
            background: white;
            border: 1px solid #692146;
            cursor: pointer;
            position: absolute;
        }

            .cross-include-button .mstm-checkbox .checkmark.checked {
                background-color: #692146;
            }
/*
.mstm-product-page-image .single-product-image img {
    min-height: 700px;
    max-height: 700px;
    object-fit: contain;
    max-width: 700px;
    margin: 0 auto;
}
    
.product-page .single-product-image .slick-slide img {
    width: 100%;
}

        */
.single-product-thumbnail.product-thumbnail-slider {
    padding: 0px 50px;
}

button.slick-prev, button.slick-next {
    position: absolute;
    top: 50%;
    height: auto;
    width: auto;
    display: inline-block;
    z-index: 1;
}

.single-product-thumbnail .p-thumb {
    height: auto;
    padding: 0px 10px !important;
    --aspect-ratio: 1;
    position: relative;
    box-sizing: border-box;
}


    .single-product-thumbnail .p-thumb:before {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
        position: relative;
    }

    .single-product-thumbnail .p-thumb img {
        width: calc(100% - 20px);
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0px;
        object-position: top;
        left: 50%;
        display: block;
        transform: translateX(-50%);
    }

.single-product-thumbnail.product-thumbnail-slider .slick-list.draggable {
    padding: 0px 0px !important;
}

button.slick-prev {
    left: 0px;
}

button.slick-next {
    right: 0px;
}

    button.slick-prev::before, button.slick-next::before {
        font-family: 'icomoon';
        position: relative;
        font-size: 30px;
        color: #797979;
        display: inline-block;
    }

button.slick-prev::before {
    content: "\e910";
}

button.slick-next::before {
    content: "\e92f";
}

.mstm-add-quantity::before, .mstm-subtract-quantity::before {
    font-family: 'icomoon';
    position: relative;
    display: inline-block;
}

.mstm-add-quantity::before {
    content: "\e92e";
}

.mstm-subtract-quantity::before {
    content: "\e921";
}

.mstm-add-quantity {
    right: 20px;
    transform: translate(50%,-50%) !important;
}

.mstm-subtract-quantity {
    left: 20px;
    transform: translate(-50%,-50%);
}

.product-page .mstm-radio-button {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    margin-right: 10px;
}

    .product-page .mstm-radio-button input {
        position: absolute;
        opacity: 0;
        width: 100%;
    }

        /*    .product-page .mstm-radio-button input:checked ~ .checkmark::after {
        content: "\e927";
        font-family: 'icomoon';
        font-size: 20px;
        text-align: center;
        margin-left: 2px;
        color: rgb(106,34,71);
        font-weight: bold;
    }*/

        .product-page .mstm-radio-button input:checked ~ .checkmark::after {
            content: " ";
            color: rgb(106,34,71);
            background: rgb(106,34,71);
            width: 15px;
            height: 15px;
            display: block;
            border-radius: 50%;
            top: 50%;
            position: absolute;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .product-page .mstm-radio-button .checkmark {
        position: absolute;
        height: 25px;
        width: 25px;
        border: 1px solid #ced4da;
        left: 0px;
        margin-left: 0px;
        top: unset;
        bottom: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

.product-details-text .mstm-attributes select {
    background: none;
    border: 1px solid rgb(207, 207, 207);
    width: 170px;
    height: 33px;
    font-size: 14px;
    padding-left: 10px;
}

.attribute-option {
    display: inline-block;
}

.mstm-attributes-inner {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    grid-row-gap: 20px;
    justify-content: left;
    grid-column-gap: 20px;
    margin-bottom: 14px;
    align-items: center;
}

.extra-header {
    font-size: 16px;
    text-transform: uppercase;
}

.mstm-attr-outer > span {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

.product-page.product-details-area {
    display: grid;
    grid-template-columns: 47% 50%;
    grid-column-gap: 3%;
    padding-bottom: 35px;
}

.mstm-product-title {
    font-weight: 600;
    font-size: 31px !important;
    text-transform: initial;
    line-height: 1.42857143;
    margin-bottom: 10px;
    color: #525252;
    text-align: left;
}

.product-page .mstm-available, .product-page .mstm-product-sku, .product-page .mstm-product-manuf {
    font-weight: 300;
    color: #525252;
    font-size: 20px;
}

.mstm-product-sku {
    text-transform: uppercase;
}

    .mstm-product-sku span, .mstm-product-manuf span {
        font-weight: bold;
        color: #525252;
    }

.mstm-available, .mstm-product-sku, .mstm-product-manuf {
    padding: 0;
    padding-bottom: 0px;
    margin: 0;
    padding-top: 10px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
}

.mstm-available {
    width: 100%;
    padding: 0px;
}

    .mstm-available > * {
        display: inline-block;
    }

.product-page .mstm-product-delivery-status > p {
    font-size: 18px;
    margin-bottom: 0px;
}

.mstm-product-price {
    color: #444;
    font-size: 38px;
    font-weight: bold;
}

.mstm-product-prices > .sale_w {
    font-size: 24px;
    color: rgb(137, 137, 137);
    padding-left: 8px;
    text-decoration: line-through;
    vertical-align: baseline;
}

.mstm-product-prices {
    padding: 9px 0px;
}

#mstm-product-details {
    margin-bottom: 40px;
}

#product-page-returns-info {
    display: block;
    margin-bottom: 40px;
    background: #f3f3f3;
    padding: 14px 18px;
}

    #product-page-returns-info > p {
        display: inline;
        vertical-align: middle;
    }

        #product-page-returns-info > p > a {
            color: #692146;
        }

            #product-page-returns-info > p > a:hover {
                text-decoration: underline;
            }

    #product-page-returns-info > i {
        font-family: 'icomoon';
        display: inline;
        margin-right: 6px;
        vertical-align: middle;
        font-style: normal;
        font-size: 16px;
    }

.mstm-qty-add-to-cart {
    display: inline-block;
    width: 100% !important;
}

.mstm-product-quantity {
    display: inline-block;
}

.add-cart-product {
    display: inline-block;
    padding-top: 0;
    width: calc(100% - 160px);
    background-color: #692146;
    border: unset;
    border-radius: 0;
    padding: 0;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: bold !important;
    color: rgb(255,255,255);
    height: 65px;
    cursor: pointer;
    vertical-align: middle;
}

    .add-cart-product:hover {
        background-color: rgb(161, 132, 48) !important;
    }

.mstm-stock-description {
    display: inline-block;
    margin-left: 10px;
}

.mstm-single-prddate {
    color: #ff9300;
    font-size: 18px;
    font-weight: bold;
}

.product-page .mstm-product-quantity-to-add {
    padding-top: 25px;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #525252;
    padding: 18px;
    border: 0px;
    background: #f3f3f3;
}

.mstm-product-quantity {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    top: 0px;
    height: 65px;
    margin-right: 10px;
    padding: 0px 40px;
    background: #e3e3e3;
    vertical-align: middle;
}

.mstm-add-quantity, .mstm-subtract-quantity {
    border: none;
    height: 100%;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    background: none;
    font-size: 15px;
    color: #444;
    top: 50%;
    cursor: pointer;
    width: 40px;
}

.mstm-purlpe-line {
    width: 100%;
    height: 1px;
    border-top: 1px solid purple;
    margin-top: 20px;
}

#mstm-product-details .card-header > button {
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #797979;
    cursor: pointer;
}

    #mstm-product-details .card-header > button::after {
        content: "";
        position: absolute;
        right: 0px;
    }

#mstm-product-details .card-header {
    border-bottom: solid 1px rgb(207, 207, 207);
    width: 100%;
    text-align: left;
    padding-top: 23px;
    padding-bottom: 23px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    margin: 0;
    outline: 0;
    padding: 23px 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

.product-page .mstm-product-delivery-status {
    margin-left: 6px;
}

#mstm-product-details .card-body {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    font-size: 18px;
}

    #mstm-product-details .card-body div {
        line-height: 1.4;
    }

    #mstm-product-details .card-body.shrink {
        animation-name: close;
        animation-duration: 0.2s;
        animation-timing-function: ease-in-out;
    }

    #mstm-product-details .card-body.expanded {
        max-height: 5000px;
        animation-name: open;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        margin: 20px 0px;
    }

.subtitle-2 {
    color: rgb(106,34,71);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    border: none;
    margin-top: 20px;
    margin-bottom: 60px;
}

.product-page .single-product-image {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 26px;
}

.mstm-related-products {
    margin-bottom: 100px;
}

    .mstm-related-products .mstm-products,
    .mstm-cross-products .mstm-products {
        padding-left: 40px;
        padding-right: 40px;
    }

.mstm-products .single-product-item {
    padding: 0px 15px;
    box-sizing: border-box;
}

#product-primary-attribute-specs-table tr th p,
#product-primary-attribute-specs-table tr th td {
    text-align: left;
}


/*mstm-advanced-comp*/
.mstm-product-prices-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}

#product-get-sample-button {
    background: #a93973;
    border-radius: 0;
    font-size: 16px;
    color: white;
    -webkit-appearance: none !important;
    user-select: none !important;
    padding: 9px 32px;
    cursor: pointer;
    border: none;
    font-weight: bold;
}

.mstm-product-prices.total-advance-prices {
    justify-content: left;
    display: flex;
    align-items: baseline;
    width: 97%;
}

    .mstm-product-prices.total-advance-prices > span {
        font-weight: bold;
        font-size: 30px;
    }

    .mstm-product-prices.total-advance-prices > .sale_w {
        font-size: 24px;
    }

.total-advance-prices-text {
    margin-right: 5px;
}

.mstm-advanced {
    margin-bottom: 30px;
    position: relative;
}

.cmafter {
    position: absolute;
    right: 13px;
    top: 28px;
    border-left: 1px solid #ced4da;
    padding-left: 6px;
}

.dimension-outer .mstm-attributes-inner .cmafter::after {
    content: "cm";
    font-size: 16px;
}

.dimension-inner {
    position: relative;
}


.mstm-option-title {
    margin-bottom: 12px;
}

    .mstm-option-title.rafi-option,
    .mstm-option-title.diastasis-option {
        margin-bottom: 0px;
    }

.mstm-advanced.advanced-two .dimensionguide-inner,
.mstm-advanced.advanced-zero .dimensionguide-inner {
    display: grid;
    grid-template-columns: repeat(2,auto);
    align-items: center;
    grid-row-gap: 20px;
    max-width: 450px;
    margin-bottom: 20px;
}

.dimensionguide {
    text-align: right;
    font-size: 16px;
}

.dg::before, .sr::before {
    content: "\e901";
    font-family: "agiovlasitis";
    padding-right: 5px;
    font-size: 18px;
    color: #692146;
}

.sr::before {
    content: "\e900";
}

#dimension-guide .modal,
#sxedio-rafis .modal,
#advance-modal-sample .modal {
    padding: 0;
    max-width: 800px;
}

#dimension-guide .modal-header,
#sxedio-rafis .modal-header,
#advance-modal-sample .modal-header {
    background: #fde6ea;
    padding: 30px;
}

#dimension-guide .content,
#sxedio-rafis .content,
#advance-modal-sample .content {
    padding: 30px;
    max-height: 300px;
    overflow: auto;
}

#dimension-guide .modal .close,
#sxedio-rafis .modal .close,
#advance-modal-sample .modal close {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 48px;
    font-weight: normal;
}

#dimension-guide .modal-title,
#sxedio-rafis .modal-title,
#advance-modal-sample .modal-title {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}

    #dimension-guide .modal-title h2,
    #sxedio-rafis .modal-title h2,
    #advance-modal-sample .modal-title h2 {
        margin-bottom: 10px;
    }

#dimension-guide .modal-subtitle,
#sxedio-rafis .modal-subtitle,
#advance-modal-sample .modal-subtitle {
    padding-left: 40px;
}


#dimension-guide .modal-title span::before,
#sxedio-rafis .modal-title span::before {
    content: "\e900";
    font-family: "agiovlasitis";
    display: inline-block;
    position: absolute;
    color: #692146;
    font-size: 22px;
    left: 0px;
}

#advance-modal-sample .modal-title span::before {
    content: "\e97c";
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    color: #692146;
    font-size: 22px;
    left: 0px;
    font-weight: bold;
}

#dimension-guide .modal-title span::before {
    content: "\e901";
}

.dimension-inner .form-control {
    padding: 0 49px 0 9px;
}

.advanced-one .dimension-inner .form-control {
    margin-top: 10px;
}

.advanced-one .dimension-inner .form-control {
    opacity: 1;
    background: #f3f3f3;
}

.advanced-one .dimension-inner .cmafter {
    top: 38px;
}

.rafi-outer .attribute-option.mstm-radio-button small,
.rafi-outer .attribute-option.mstm-radio-button img {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.rafi-outer .attribute-option.mstm-radio-button small {
    display: block;
    margin-top: 5px;
    border-top: 1px solid #ced4da;
    padding-top: 10px;
}


.rafi-outer .attribute-option.mstm-radio-button {
    padding: 20px 10px;
    text-align: center;
}

    .rafi-outer .attribute-option.mstm-radio-button .checkmark {
        display: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }


.product-page .rafi-outer .mstm-radio-button input ~ .checkmark::after {
    display: none;
}

.product-page .rafi-outer .mstm-radio-button input:checked ~ .checkmark {
    display: block;
    border: 1px solid;
}

.product-page .rafi-outer .mstm-radio-button input:checked {
    border: 1px solid;
}

.xrwma-fodras-outer .attribute-option.mstm-radio-button small,
.xrwma-fodras-outer .attribute-option.mstm-radio-button img {
    margin-bottom: 10px;
    display: block;
}


.xrwma-fodras-outer .attribute-option.mstm-radio-button small {
    display: block;
    margin-top: 5px;
    border-top: 1px solid #ced4da;
    padding-top: 10px;
}


.xrwma-fodras-outer .attribute-option.mstm-radio-button {
    text-align: center;
    margin: 0 2px;
    padding: 0;
}

    .xrwma-fodras-outer .attribute-option.mstm-radio-button .checkmark {
        display: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }


.product-page .xrwma-fodras-outer .mstm-radio-button input ~ .checkmark::after {
    display: none;
}

.product-page .xrwma-fodras-outer .mstm-radio-button input:checked ~ .checkmark {
    display: block;
    border: 1px solid;
}


.xrwma-fodras-outer .attribute-option.mstm-radio-button input:checked ~ .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 0;
    top: 29px;
    left: 0px;
    border: 1px solid rgb(105, 33, 70);
}


.product-page .xrwma-fodras-outer .mstm-radio-button input:checked {
    border: 1px solid;
}

.mstm-product-childs .current-selected img {
    border: 4px solid;
}

.mstm-option-title .helpinfo-outer {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #692146;
    border-radius: 50%;
    text-align: center;
}

.mstm-option-title .helpinfo {
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
}

.mstm-option-title .helpinfo-outer .close {
    color: #525252;
    top: -6px;
    right: 2px;
}

.mstm-product-childs.mstm-advanced .mstm-attributes-inner {
    grid-template-columns: repeat(auto-fit,minmax(0px, 84px));
}

    .mstm-product-childs.mstm-advanced .mstm-attributes-inner > div {
        --aspect-ratio: 1;
        width: 100%;
        position: relative;
    }

        .mstm-product-childs.mstm-advanced .mstm-attributes-inner > div::before {
            content: "";
            display: block;
            width: 1px;
            height: 0;
            padding-bottom: calc(100% / (var(--aspect-ratio)));
            position: relative;
        }

    .mstm-product-childs.mstm-advanced .mstm-attributes-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        object-position: center;
        left: 0;
        display: block;
        box-sizing: border-box;
    }

    .mstm-product-childs.mstm-advanced .mstm-attributes-inner img {
        width: 100%;
    }

.helpinfo-outer {
    align-self: center;
    cursor: pointer;
}

.helpinfo-inner {
    position: absolute;
    margin: 0;
    left: 150px !important;
    top: 50% !important;
    width: 400px;
    transform: translateY(-50%);
    z-index: 1;
    max-width: calc(100% - 150px);
}

.helpinfo-outer .modal .close {
    top: 6px;
    right: 8px;
    color: var(--lightbeige);
    transform: translateY(-50%);
}

.helpinfo-inner.show {
    visibility: visible;
    opacity: 1;
}

.helpinfo-inner .modal {
    background: #fff !important;
    padding: 0;
    margin: 0;
    width: 100%;
}

.helpinfo-inner .content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 20px 26px;
}

ul#sxedio-rafis-ul p {
    margin-bottom: 0px;
}

.advance-text-ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}

    .advance-text-ul li {
        margin-bottom: 10px;
    }

ul.advance-text-ul.ul-no-disk {
    list-style: none;
}

    ul.advance-text-ul.ul-no-disk li {
        margin-bottom: 0px;
    }
/*******************/
/*lightbox gal*/
.zoom-lightbox-gal {
    bottom: 10px;
    position: absolute;
    left: 10px;
    z-index: 999;
}

#lightbox-gal {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
}

    #lightbox-gal .close {
        z-index: 9999999;
    }

/********login/register********/
.customer-log-title {
    font-size: 19px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    background-color: #692146;
    color: rgb(255,255,255);
    padding: 10px 10px 12px 10px;
    font-weight: normal;
}

.logreg-form {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 30px;
}

#login_customer button, #register_customer button {
    font-weight: normal;
    width: 140px !important;
    height: 54px;
    padding: 15px;
    float: right;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0 9px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin-bottom: 29px;
}

    .form-control.mstmreq {
        max-width: 200px;
    }

.mstm-reqbox {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #69214680;
}


label.required::after {
    content: '*';
    color: #e02b27;
    font-size: 12px;
    margin: 0 0 0 5px;
    font-weight: 700;
}


.form-fields label {
    padding-left: 8px;
}

.logreg-form .form-action {
    display: grid;
    grid-template-columns: 50% 50%;
}

#register-user .form-action {
    grid-template-columns: 100%;
}

#register_customer {
    width: 100%;
}

.logreg-form {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,490px));
    grid-column-gap: 90px;
    justify-content: center;
}


/********checkout********/
.order-notes textarea {
    padding-top: 7px;
}

.mstm-form-inline-validation .typeahead.dropdown-menu {
    position: absolute;
    background: white;
    z-index: 1;
    padding: 10px;
}

.mstm-form-inline-validation .form-control[validationerror='true'] {
    border-color: #da2e40;
}

.mstm-form-inline-validation {
    position: relative;
}

.alert.alert-danger.inline {
    color: #da2e40;
}

.alert.inline {
    background-color: transparent;
    border: none;
    position: absolute;
    margin: 0px;
    width: 100%;
    top: 100%;
    font-size: 10px;
    padding: 5px 0px 0px;
    letter-spacing: 0.5px;
}

#checkout-invoice-warning {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
}

.checkout-actions.create-acc, .checkout-actions-mob.create-acc {
    margin-bottom: 10px;
}

#checkout-prefooter {
    height: 1px;
    width: 100%;
    display: block;
}

#agreementpopup {
    display: none;
}

.checkout-area {
    display: grid;
    grid-template-columns: auto 540px;
    grid-column-gap: 40px;
    align-items: start;
}

.checkout-area-outer {
    margin-bottom: 60px;
}

.mstm-checkout-order-summary {
    position: relative;
}

.mstm-checkout-col {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 30px;
}

.checkbox-form h3 {
    color: #797979;
    font-size: 18px;
    font-weight: 700 !important;
}

.checkout > h1 {
    text-align: center;
    padding-top: 10px;
    margin-top: 62px !important;
    margin-bottom: 56px !important;
    font-size: 62px !important;
    color: #71205f;
}

.mstm-checkout-order-summary .your-order-table {
    padding-bottom: 0;
    background-color: #f6f6f6;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.checkbox-form h3 {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px;
    padding-bottom: 12px;
}

.your-order-table .mstm_cart-items .cart-text {
    grid-column-gap: 0px;
    grid-template-columns: repeat(2,minmax(0px,50%));
    align-items: center;
}

.coupon-info > h3 {
    font-weight: 700 !important;
    color: #23232c !important;
    font-size: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid #ebebeb;
}

.checkout-coupon {
    border: unset;
    border-radius: 0px;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

p.checkout-coupon input[type="text"] {
    width: calc(100% - 150px);
    background: #ffffff;
    height: 38px;
    border: none;
    vertical-align: top;
    display: inline-block;
}

p.checkout-coupon input[type="submit"] {
    border: none;
    color: #ffffff;
    height: 40px;
    width: 145px;
    font-weight: bold;
}

.cart-subtotal, .order-total {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    padding: 10px 0px;
    color: #797979;
    text-transform: uppercase;
}

.cart-subtotal {
    border-bottom: 1px solid #dedede;
    font-weight: 400;
}

    .cart-subtotal p, .order-total p {
        margin: 0px;
    }

.order-total {
    border-top: 2px solid #ababab;
}

.your-order-table .mstm_cart-items .old-price {
    position: relative;
    padding-left: 2px;
}

.your-order-table .mstm_cart-items .pro-price {
    display: inline-block;
}

.your-order-table .mstm_cart-items .cart-price {
    justify-self: right;
}

.product-name {
    width: calc( (100% + 100px) / 2);
    float: left;
    font-weight: 700;
    color: #525252;
}

.product-total {
    width: calc( (100% - 100px) / 2);
    float: left;
    font-weight: 700;
    color: #525252;
    text-align: center;
}

.amount-right {
    text-align: right;
}

.order-total {
    font-weight: bold;
    font-size: 18px;
}

.checkout-area .mstm-radio-button {
    margin-bottom: 12px;
    display: flex;
}

.checkout-actions-mob {
    display: none;
}

    .checkout-actions.order-button-payment .btn, .checkout-actions-mob.order-button-payment .btn {
        font-size: 18px;
        text-transform: uppercase;
        float: right;
        font-weight: bold;
        padding: 15px 16px;
    }

.checkout-area .panel-body {
    margin-bottom: 26px;
}

.mstm-checkout-page-banner {
    background: #692146;
    text-align: center;
    color: #fff;
    padding: 2px 10px;
}

.mstm-cart-popup-banner {
    background: #efefef;
    text-align: center;
    color: #707070;
    padding: 2px 10px;
}

    .mstm-cart-popup-banner span {
        color: #707070;
    }
/**********account*******/
.mstm-account-page {
    display: grid;
    grid-template-columns: minmax(0px, 20%) minmax(0px, 80%);
    grid-column-gap: 30px;
}

.tab-header.pill {
    border: 1px solid #cecece;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.tab-header.pill {
    border: 1px solid #cecece;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.mstm-orders-table-head, .mstm-orders-table-body > ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,minmax(0px, 20%));
    margin: 0px;
}

.mstm-save-address-table-head {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 12.5%));
    text-align: center;
    margin-top: 20px;
    align-items: center;
    font-size: 16px;
}

.mstm-account-page, .mstm-cart-area {
    padding: 100px 0px;
}

.tab-content.pill-content.active {
    display: grid;
}

.mstm-new-address-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 50%));
    grid-column-gap: 30px;
}

.mstm-account-details-row {
    display: grid;
    grid-column-gap: 30px;
}

.mstm-account-details-invoive-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 50px;
}

.tab-header.pill.active {
    background-color: rgb(105, 33, 70);
    border: rgb(105, 33, 70);
    color: white;
}

.mstm-update-customer-details {
    float: right;
    padding: 7px 20px;
}

#mstm-logout-tab input {
    background: #343a40;
    border: none;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

#mstm-logout-tab {
    padding: 0px;
}

.mstm-orders-table > ul > li,
.mstm-save-address-table-head li,
.mstm-wishlist-table-head li,
.mstm-cart-table-head li {
    width: 100%;
    border: solid 1px #dddddd;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: rgb(105, 33, 70);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mstm-save-address-table-body li, .mstm-wishlist-table-body li, .mstm-orders-table-body > ul > li, .mstm-cart-table-body li {
    border: solid 1px #dddddd;
    justify-items: center;
    align-items: center;
    display: grid;
    padding: 10px;
    text-align: center;
}

.mstm-account-saved-address-table {
    display: block;
    width: 100%;
    clear: both;
}

.mstm-add-new-address-modal {
    float: none;
    display: inline-block;
}

.mstm-wishlist-table-head, .mstm-wishlist-table-body > ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 20%));
    margin: 0px;
}

.mstm-wishlist-table-body > ul {
    justify-items: stretch;
    align-items: stretch;
    margin: 0px;
}

.mstm-wishlist-table-body .remove-from-cart {
    font-size: 15px;
}

.tab-header.pill.active a {
    color: #ffffff;
}

.tab-header.pill, #mstm-logout-tab input, .btn-btn-dark {
    cursor: pointer;
}

    .tab-header.pill:hover a {
        color: #692146;
        transition: all .3s ease-in-out;
    }

    .tab-header.pill:hover {
        background: #ebebeb;
        border: 1px solid #ebebeb;
    }

    .tab-header.pill.active {
        background-color: #692146;
        border: 1px solid #692146;
        color: #ffffff;
    }

        .tab-header.pill.active:hover a {
            color: #ffffff;
        }




/*******cart*******/
.cart-page-title {
    margin-bottom: 0px;
}

.mstm-empty-cart-icon::before {
    content: "\e974";
    font-family: icomoon;
    font-size: 140px;
    color: #c9c9c9;
}



.mstm-cart-table-head, .mstm-cart-table-body ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 20%));
    justify-items: stretch;
    align-content: stretch;
    margin: 0px;
}


.mstm-table-total-wrapper {
    margin-top: 60px;
    display: block;
}

.mstm-table-total-content {
    float: right;
    border: 1px solid #ebebeb;
    padding: 30px;
    width: 48%;
    box-sizing: border-box;
}

    .mstm-table-total-content h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        margin: 0px 0px 18px 0px;
        text-align: right;
        text-transform: uppercase;
        color: #797979;
    }


.mstm-cart-table-body > ul > li > input {
    border-radius: 0;
    width: 60px;
    padding: 8px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.mstm-cart-go-to-checkout-button {
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 14px 0px;
    margin-top: 18px;
}

.mstm-back-to-home {
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 13px 0px;
    margin-top: 14px;
    background-color: #f7f7f7 !important;
    border: 1px solid #dddddd !important;
    color: #692146 !important;
}

    .mstm-back-to-home:hover {
        background-color: #edecec !important;
    }

.mstm-table-total-content .cart-subtotal, .mstm-table-total-content .order-total {
    border: none;
}

.mstm-cart-table-body .remove-from-cart {
    font-size: 13px;
}

.mstm-cart-page-banner p strong {
    color: rgb(106,34,71);
}

.mstm-cart-page-banner {
    text-align: center;
    font-size: 16px;
}
/*******search*******/
.x-btn::after {
    content: "\e903";
    font-family: 'icomoon';
    position: relative;
    color: #692146;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}

.x-btn {
    margin-left: 10px;
    cursor: pointer;
}

.mstm-close-search span {
    vertical-align: middle;
}

#morphsearch .mstm-row-filters-taxinomisi {
    padding: 10px 0px;
    grid-template-columns: auto;
}

#morphsearch {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 100;
    background: white;
    overflow-y: auto;
    top: 0px;
}


.morph-grid {
    display: grid;
    grid-template-columns: 170px minmax(auto,900px) 150px;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    grid-column-gap: 40px;
    box-shadow: 0px 1px 15px #ddd;
    padding: 8px 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.mstm-filters-button {
    display: none;
}

#morphsearch .mstm-product-list {
    margin-top: 142px;
}

.mstm-morphsearch-title {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    margin: 40px auto;
    color: #692146;
}

/*******blog-list*******/
.mstm-blog-outer, .blog-page-outer {
    display: grid;
    grid-template-columns: minmax(auto,1150px) 320px;
    justify-content: space-between;
    margin-top: 50px;
    grid-column-gap: 30px;
}

.mstm-blog-list-cover {
    margin-bottom: 60px;
}

.mstm-blog-item {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}



.mstm-blog-categories > ul > li {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
    font-size: 26px;
}

    .mstm-blog-categories > ul > li span::before,
    .meta-date::before,
    button#facebook-share::before,
    button#twitter-share::before {
        content: "\e927";
        font-family: 'icomoon';
        position: relative;
        color: #797979;
        font-size: 20px;
        line-height: 1;
        margin-right: 10px;
    }

    .mstm-blog-categories > ul > li span::before {
        content: "\e92f";
        color: #b69f55;
    }

.mstm-category-title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.mstm-blog-categories ul {
    border-top: 1px solid #eee;
    margin-bottom: 60px;
}

.post-featured-image img {
    width: 100%;
}

.btn-read-more {
    padding: 7px 8px;
}

.post-body {
    margin-bottom: 26px;
    font-size: 20px !important;
    color: #525252 !important;
}

.meta-date, .meta-category {
    display: inline-block;
    color: #777;
    font-size: 15px;
    margin-right: 10px;
    vertical-align: top;
}

.meta-author {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 40px !important;
    display: block;
}

.meta-date::before {
    content: "\e902";
    margin-right: 5px;
    vertical-align: top;
    font-size: 16px;
}

.meta-category::before {
    margin-right: 0px;
    vertical-align: top;
}

#mstm-blog-loadmore {
    padding: 11px 14px;
    font-size: 14px;
}

.mstm-blog-more-news {
    text-align: center;
    margin-bottom: 60px;
}

.post-title h2 {
    font-size: 36px !important;
    font-weight: 600 !important;
    margin-top: 0px;
    color: #692146;
}

/*******blog-post*******/

.blog-page-outer .post-body ul {
    list-style: disc;
    list-style-position: inside;
}


.blog-page-outer .post-title h2,
.blog-page-outer .post-title h1 {
    margin-bottom: 5px;
    color: #692146;
}

.blog-page-outer .post-title h1 {
    font-size: 36px !important;
    text-align: left;
}

.mstm-post-suggestions.blog-page {
    font-size: 50px !important;
    font-weight: bold;
    color: #71205f;
    margin-bottom: 83px;
    text-align: center;
}

.button#facebook-share, .button#twitter-share {
    background: none;
    border: none;
}

.meta-category {
    background: #dadada;
    padding: 0px 6px;
}

.meta-date::after {
    content: "";
    position: absolute;
    background: #777;
    height: 87%;
    width: 1px;
    display: inline-block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.meta-date {
    position: relative;
    padding-right: 18px;
}

.mstm-blog-outer .mstm-blog-feed-date {
    position: absolute !important;
    top: -18px !important;
    z-index: 9999 !important;
    background-color: #692146 !important;
    height: 87px !important;
    width: 87px !important;
    border-radius: 50% !important;
    left: 23px !important;
    padding-top: 9px !important;
    z-index: 0 !important;
    box-sizing: border-box;
    text-align: center;
}

.post-meta {
    margin-top: 25px;
    margin-bottom: 10px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.homepage-news-carousel-no li {
    position: relative;
}

.homepage-news-carousel-no .product-image {
    --aspect-ratio: 1.49;
    padding-top: 30px;
}

.mstm-blog-feed-title-outer > a > h3 {
    color: #797979 !important;
    font-size: 26px;
    font-weight: normal;
    transition: all .2s ease-in-out;
    text-align: center;
}

.mstm-homepage-blog-feed > ul > li:hover {
    transform: scale(1.025);
    transition: transform 0.3s;
}

#facebook-share, #twitter-share {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}

button#facebook-share::before {
    content: "\e90e";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 5px;
}

button#twitter-share::before {
    content: "\e932";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 0px;
}


.mstm-blog-outer .mstm-blog-feed-date span {
    color: #fff !important;
    font-size: 25px !important;
    padding-top: 11px !important;
    display: block !important;
    width: 100%;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.mstm-homepage-blog-feed span:nth-of-type(2) {
    font-size: 16px !important;
}

.mstm-single-blog-post .post-meta {
    margin-bottom: 20px !important;
}

.post-body img {
    max-width: 100%;
    height: auto !important;
}


.post-meta-date.mstm-blog-feed-date {
    background-color: #692146;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    left: 30px;
    padding-top: 12px;
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
}

.mstm-blog-feed-date span {
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}

    .mstm-blog-feed-date span:nth-of-type(2) {
        font-size: 16px;
        text-transform: uppercase;
    }



/***********contact************/
.mstm-contact-outer {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    grid-column-gap: 50px;
    margin: 50px 0px;
}

.mstm-submit-contact-button {
    padding: 9px 32px;
    font-size: 18px;
}

/*------------ mstm cookies ---------------*/

.mstm-cookies {
    width: 430px;
    position: fixed;
    bottom: 41px;
    left: 45px;
    background: #561b39;
    z-index: 99999;
    border: 5px solid #fff;
    border-top-right-radius: 55px;
}

#mstm-cookies {
    display: none;
}

.mstm-cookies.hidden {
    display: none;
}

.mstm-cookies p {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    padding: 0px 35px 0px 20px;
}

.mstm-cookies a {
    text-decoration: none;
    color: #d2b25d;
    cursor: pointer;
}

.mstm-cookies i {
    position: absolute;
    right: 6px;
    top: 7px;
    color: #999;
    font-size: 22px;
    height: 20px;
    width: 20px;
    display: block;
}

.mstm-accept-button {
    font-size: 12px;
    position: relative;
    top: 0;
    font-weight: bold;
    text-decoration: none !important;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background: #c1a048;
    border: none;
}

    .mstm-accept-button:hover,
    .mstm-cookies i:hover {
        cursor: pointer;
    }

/*------------ mstm cookies ---------------*/

/* 404 START */

.mstm-404 {
    text-align: center;
}

    .mstm-404 h2 {
        font-weight: bold;
        font-size: 34px;
        text-transform: uppercase;
    }

    .mstm-404 h4 {
        margin: 40px auto;
        font-weight: lighter;
        font-size: 24px;
        text-transform: initial;
    }

    .mstm-404 a {
        background: #6e6e6e;
        font-size: 18px;
        color: #ffffff;
        padding: 15px 30px;
        text-transform: uppercase;
        display: inline-block;
    }

        .mstm-404 a:hover {
            background: #692146;
        }

/* 404 END */

/* FORGOT PASSWORD */

.mstm-account-request-change-password .mstm-row {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
    margin: 0 auto;
}

.mstm-account-request-change-password .mstm-page-title {
    padding-bottom: 20px;
}

.mstm-account-request-change-password label {
    text-align: left;
    padding-bottom: 5px;
    display: block;
    padding-top: 5px;
}

.mstm-account-request-change-password input {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    cursor: text;
    padding-left: 10px;
}

.mstm-account-request-change-password #register_customer {
    margin-top: 10px;
}

.mstm-account-request-change-password .alert.alert-success {
    text-align: center;
    font-size: 18px;
}

/* FORGOT PASSWORD END */

/* newsletter popup*/

.mstm-newsletter-popup-outer {
    position: fixed;
    background-color: #9f9f9f66;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    top: 0 !important;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.mstm-newsletter-popup-inner {
    text-align: center;
    vertical-align: middle;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.mstm-newsletter-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #ebebeb;
    background-size: 880px 440px;
    width: 728px;
    height: auto;
    border-radius: 50%;
    padding: 150px 0;
}

    .mstm-newsletter-popup-content > form {
        transform: translateX(-50%);
        margin-left: 50%;
        width: 76%;
        text-align: center;
        height: 100%;
        top: 50%;
    }



.mstm-newsletter-popup-title {
    font-size: 70px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

    .mstm-newsletter-popup-title::after {
        content: " ";
        background-image: url(/assets/img/icons/av-sprite.png);
        background-position: -12px -545px;
        width: 165px;
        height: 35px;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .mstm-newsletter-popup-title > span {
        display: block;
        color: #692146;
    }


.mstm-newsletter-popup-content > form > div > .mstm-newsletter-popup-email {
    border: 1px solid #af9547;
    font-size: 25px;
    height: auto;
    line-height: 35px;
    padding: 0px;
    width: 70%;
    display: inline-block;
    padding: 15px;
    background-color: transparent;
    text-align: center;
}

    .mstm-newsletter-popup-content > form > div > .mstm-newsletter-popup-email::placeholder {
        font-size: 25px;
    }

.mstm-newsletter-popup-content > form > div > .mstm-newsletter-popup-submit {
    color: #ffff;
    background-color: #af9547;
    border: unset;
    padding: 38px 22px 29px 22px;
    margin-top: 16px;
    font-size: 31px;
    font-weight: bold;
    line-height: 0;
    display: inline-block;
    width: 76%;
    text-transform: uppercase;
}

.mstm-newsletter-popup-text {
    text-align: left;
    display: block;
    font-size: 28px;
    margin-bottom: 28px;
    text-align: center;
    margin-top: 12px;
    font-weight: 100;
}

.mstm-newsletter-popup-content > .mstm-newsletter-popup-close {
    position: absolute;
    top: 20px;
    border: unset;
    background: unset;
    left: 50%;
    transform: translateX(-50%);
}

    .mstm-newsletter-popup-content > .mstm-newsletter-popup-close span {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(/assets/img/icons/av-sprite.png);
        background-position: 0px -3792px;
        background-size: 200px;
        margin-bottom: 15px;
    }

    .mstm-newsletter-popup-content > .mstm-newsletter-popup-close::after {
        content: " ";
        width: 80px;
        height: 80px;
        display: block;
        background: url(/assets/img/icons/av-sprite.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: 0px -1911px;
        background-size: 250px;
    }

.mstm-main-menu a {
    color: #797979;
}


/*afterorder*/

#accept_afterorder {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 10px rgba(0,0,0,0.8);
    border-radius: 6px;
    z-index: 9999;
}

    #accept_afterorder .modal-body {
        padding: 10px;
    }

.modal-product-afterorder p {
    border-top: 1px solid #af9547;
    padding-top: 20px;
    border-bottom: 1px solid #af9547;
    padding-bottom: 20px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: #692146;
}

#accept_afterorder .modal-footer {
    float: right;
}

    #accept_afterorder .modal-footer .btn.btn-dark:nth-of-type(1) {
        background: #af9547;
        padding: 5px 15px;
    }

    #accept_afterorder .modal-footer .btn.btn-dark:nth-of-type(2) {
        padding: 5px 15px;
    }

small {
    font-size: 14px;
    font-weight: normal;
    color: #797979;
}

.mstm-product-title small {
    font-weight: bold;
    font-size: inherit;
}

.pagiprev-text, .paginext-text {
    font-size: 17px;
    font-weight: normal;
}

.callusphone {
    color: #ffffff;
}

    .callusphone:hover {
        color: #ebebeb;
    }


/* SCROLL TO TOP START */

#scrollUp {
    animation: 0.3s ease-in-out 0.1s normal backwards 1 running fadeInUp;
    background: #692146;
    border: none;
    border-radius: 0px;
    bottom: 20px;
    color: #ffffff;
    height: 50px;
    line-height: 44px;
    margin: 0;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 1;
    display: none;
}

.mstm-scroll-to-top::before {
    content: "\e92f";
    font-family: 'icomoon';
    display: block;
    width: auto;
    height: auto;
    font-size: 25px;
    transform: rotate(-90deg);
    text-align: center;
    position: relative;
    top: 8px;
    left: 1px;
}

/* SCROLL TO TOP END */

.mstm-table-total-wrapper {
    display: inline-block;
    width: 100%;
}

.moosend-main-form-wrapper.lp-flex-container.lp-flex-justify-center.lp-flex-align-center .border-wrapper {
    background-color: unset !important;
    background-image: unset !important;
}

.moosend-main-form-wrapper.lp-flex-container.lp-flex-justify-center.lp-flex-align-center .component.form-component {
    background: unset !important;
}

.moosend-main-form-wrapper.lp-flex-container.lp-flex-justify-center.lp-flex-align-center .landing-page-form-message > p {
    text-align: center !important;
}

/***********b2b-form**************/
.mstm-b2b-form-outer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 80px;
    display: block;
}

.mstm-b2b-form.form-fields {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 50px;
    padding: 14px 14px;
    align-items: flex-start;
}

    .mstm-b2b-form.form-fields .b2b-textarea {
        grid-column: 1/3;
    }

        .mstm-b2b-form.form-fields .b2b-textarea textarea {
            padding-top: 4px;
        }

.mstm-b2b-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 40px !important;
    cursor: pointer;
    margin-bottom: 20px;
}

    .mstm-b2b-checkbox input {
        position: absolute;
        opacity: 0 !important;
        cursor: pointer;
        width: 100%;
        left: 0px;
        height: 100%;
        top: 0px;
    }

    .mstm-b2b-checkbox .checkmark {
        position: absolute;
        height: 20px;
        width: 20px;
        border: 1px solid #ced4da;
        left: 0px;
        margin-left: 0px;
        top: unset;
        bottom: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mstm-b2b-checkbox input:checked ~ .checkmark::after {
        content: "\e927";
        font-family: 'icomoon';
        font-size: 20px;
        text-align: center;
        color: rgb(106,34,71);
        font-weight: bold;
        position: relative;
        line-height: 1;
    }

.mstm-b2b-button-outer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
    display: inline-block;
    width: 100%;
}

.mstm-b2b-form.form-fields .alert.inline {
    background-color: transparent;
    border: none;
    position: absolute;
    margin: 0px;
    width: 100%;
    top: calc(100% - 29px);
    font-size: 10px;
    padding: 5px 0px 0px;
    letter-spacing: 0.5px;
    text-align: left;
}

.mstm-b2b-form-outer .alert.alert-success, .mstm-b2b-form-outer .alert.alert-danger {
    padding: 10px 10px;
    text-align: center;
}

.mstm-b2b-category-select {
    position: relative;
    margin-bottom: 29px;
}


#popup-bazaar .aspect-image-outer {
    --aspect-ratio: 1.8;
}

.mstm-popup-overlay {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

    .mstm-popup-overlay.show {
        visibility: visible;
        opacity: 1;
    }


.mstm-popup-wrapper {
    position: absolute;
    z-index: 10000000000;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    width: calc(var(--popupWidth));
    max-width: calc(var(--popupMaxWidth));
    height: calc(var(--popupHeight));
    max-height: calc(var(--popupMaHeight));
}

    .mstm-popup-wrapper .close {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
        opacity: 0.8;
        transition: all 200ms;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        color: #555555;
        z-index: 9999999;
    }

    .mstm-popup-wrapper.left {
        left: 0;
    }

    .mstm-popup-wrapper.right {
        right: 0;
    }

    .mstm-popup-wrapper.top {
        top: 0;
    }

    .mstm-popup-wrapper.bottom {
        bottom: 0;
    }

    .mstm-popup-wrapper.center {
        left: 50%;
        transform: translateX(-50%);
    }

    .mstm-popup-wrapper.middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .mstm-popup-wrapper.center.middle {
        transform: translate(-50%,-50%);
    }

    .mstm-popup-wrapper img {
        width: 100%;
    }


img.offer-page-cover {
    max-width: 1640px;
    margin-bottom: 60px;
}



/*************************Mobile*************************/

@media (max-width: 1740px) {
    .mstm-blog-list-cover img {
        max-width: 100%;
    }

    /*
    .mstm-product-page-image .single-product-image img {
        object-fit: contain;
        max-width: 100%;
        margin: 0 auto;
    }
    */
    .mstm-discount-inner {
        height: 58px;
        width: 58px;
    }

    .mstm-price-percent {
        font-size: 16px;
    }

    .mstm-discount-inner::after {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 1640px) {
    .container {
        padding: 0px 15px;
    }

    .mstm-blog-outer, .blog-page-outer {
        grid-template-columns: minmax(0px, auto) 320px;
    }
}

@media (max-width: 1500px) {
    .mstm-main-menu.desktop .megamenu {
        font-size: 18px;
    }

    .logreg-form {
        grid-column-gap: 60px;
    }

    .mstm-save-address-table-body li, .mstm-wishlist-table-body li, .mstm-orders-table-body > ul > li, .mstm-cart-table-body li {
        font-size: 13px;
    }

    .mstm-product-list .pro-price {
        font-size: 27px !important;
    }

    .mstm-newsletter-popup-content {
        width: 620px;
        padding: 90px 0;
    }

    .mstm-newsletter-popup-title {
        font-size: 46px;
        margin-top: 70px;
    }

    .mstm-newsletter-popup-text {
        font-size: 23px;
        margin-bottom: 40px;
    }

    #top-bar-left {
        grid-template-columns: repeat(3,minmax(0px,auto));
    }
}

@media (max-width: 1366px) {

    .mstm-product-list .pro-price {
        font-size: 25px !important;
    }


    .mstm-save-address-table-body li, .mstm-wishlist-table-body li, .mstm-orders-table-body > ul > li, .mstm-cart-table-body li {
        font-size: 12px;
    }

    .mstm-cart-table-body .mstm-product-delivery-status .mstm-in-stock-warning {
        font-size: 12px;
    }



    .product-page .mstm-radio-button {
        display: block;
    }

    .mstm-attributes-inner {
        justify-content: center;
    }



    .mstm-blog-categories > ul > li {
        font-size: 22px;
    }
}

@media (max-width: 1380px) {

    .mstm-main-menu.desktop .megamenu {
        font-size: 16px;
    }

    .mstm-table-total-content {
        width: 55%;
    }
}


@media (max-width: 1320px) {
    .mstm-product-list .pro-price {
        font-size: 30px !important;
    }
}

@media (max-width: 1260px) {
    .mstm-main-menu.desktop .mstm-epipla .mstm-sub-menu > ul > li > ul > li > a,
    .mstm-main-menu.desktop .mstm-diakosmitika .mstm-sub-menu > ul > li > ul > li > a,
    .mstm-main-menu.desktop .mstm-roler .mstm-sub-menu > ul > li > ul > li > a,
    .mstm-main-menu.desktop .mstm-epoxiaka .mstm-sub-menu > ul > li > ul > li > a {
        font-size: 13px !important;
    }



    .mstm-top-bar-inner a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .mstm-top-bar-inner a, .mstm-top-bar-inner div, .mstm-top-bar-inner p, .mstm-top-bar-inner span {
        font-size: 17px;
    }
}


@media (max-width: 1170px) {
    .checkout > h1 {
        font-size: 58px !important;
        margin-top: 56px !important;
        margin-bottom: 54px !important;
    }

    .cart-page-title {
        margin-bottom: 30px;
    }

    .mstm-agiovlasitishome-title, .static-page-title, .page-title, .mstm-morphsearch-title {
        font-size: 52px;
    }

    .sidebar-catname-box > h1, sidebar-catname-box > p {
        padding: 15px;
        line-height: 1;
    }

    .mstm-products {
        grid-template-columns: repeat(3, minmax(0, 33.33%));
        grid-row-gap: 40px;
    }

    .checkout-area {
        grid-template-columns: auto 526px;
    }

    .mstm-main-menu.mobile .megamenu > a {
        font-size: 20px !important;
    }

    .mstm-main-menu.mobile .megamenu ul > li > a::before {
        content: "\e92f";
        font-family: 'icomoon';
        margin-right: 4px;
        position: relative;
        display: inline-block;
        font-size: 11px;
        vertical-align: middle;
    }

    .mstm-main-menu.mobile .megamenu ul > li > a.disabled_link::before {
        content: " ";
    }

    .mstm-main-menu.mobile .megamenu ul > li > a.disabled_link::after {
        content: "\e92e" !important;
        font-family: icomoon;
        font-size: 12px;
        margin-left: 11px;
    }


    .mstm-main-menu.mobile .megamenu {
        border-bottom: 1px solid #321222;
        position: relative;
    }

    .mstm-header-area.mstm-fixed .mstm-logo-and-components.container {
        padding-bottom: 20px;
    }

    .mstm-main-menu.mobile .hasChildren.megamenu::after {
        content: "\e92e";
        font-family: 'icomoon';
        margin-right: 4px;
        position: relative;
        display: inline-block;
        font-size: 17px;
        vertical-align: middle;
        color: white;
        position: absolute;
        top: 13px;
        right: 17px;
    }

    .mstm-main-menu.mobile .megamenu.active::after {
        content: "\e921";
    }

    .mstm-main-menu.mobile .megamenu ul > li > a > span {
        vertical-align: middle;
    }

    .mstm-main-menu.mobile .megamenu {
        text-align: center;
        padding: 10px 0px 0px 0px;
    }

    .mstm-header-logo-search-cart-login {
        grid-template-columns: 120px auto 210px;
    }


    .mstm-main-menu.mobile .mstm-sub-menu {
        max-height: 0px;
        overflow: hidden;
        padding-left: 30px;
        animation-name: close;
        animation-duration: 0;
        margin-top: 10px;
    }

    .mstm-main-menu .mstm-sub-menu.expanded {
        animation-name: open;
        animation-duration: 0.5s;
        max-height: 2000px;
        padding: 15px;
        background: rgba(0,0,0, 0.2);
    }

    .mstm-burger-icon {
        display: inline-block;
        margin-left: 15px;
        cursor: pointer;
    }

        .mstm-burger-icon.opened {
            background: #f26677;
        }

            .mstm-burger-icon.opened::before {
                content: "\e903";
                color: white;
            }

    .mstm-main-menu.mobile.expanded {
        display: block;
        overflow-y: auto;
        max-height: calc(100vh - 100%);
    }

    .mstm-main-menu.mobile .megamenu {
        background-color: #692146;
    }

    .mstm-main-menu.mobile a {
        color: white;
    }

    .mstm-main-menu.mobile a {
        font-size: 17px !important;
    }

    .mstm-main-menu.mobile {
        position: absolute;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        padding: 0px;
        box-sizing: border-box;
        z-index: 3;
        display: none;
        top: 100%;
    }

    .mstm-account-page, .mstm-cart-area {
        padding: 20px 0px;
    }

    .mstm-logo-and-components.container {
        padding-bottom: 0px;
    }

    .sidebar-widget.mstm-cat-filter {
        grid-template-columns: 100%;
    }

    .mstm-subparent a span {
        color: #fff;
        text-transform: initial;
    }
}

@media (max-width: 1140px) {
    .mstm-product-list .pro-price {
        font-size: 27px !important;
    }

    .modal-title {
        font-size: 40px;
    }

    p#word-hours-top-bar {
        display: none;
    }

    #top-bar-left {
        grid-template-columns: repeat(2,minmax(0px,auto));
    }
}

@media (max-width: 1024px) {
    .mstm-product-list .mstm-agiovlasitishome-title {
        margin-bottom: 0.67em;
    }

    .mstm-shopitems-short-view {
        margin-bottom: 0px;
    }

    .mstm-product-list .pro-price {
        font-size: 30px !important;
    }

    .mstm-row-filters-taxinomisi {
        justify-content: center;
        border: none;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .mstm-table-total-content {
        width: 70%;
    }

    .sidebar-widget-list li a {
        font-size: 13px;
    }

    .sidebar-widget-list.categories {
        grid-template-columns: repeat(3, minmax(0px, 33%));
    }

    .checkout-area {
        grid-template-columns: repeat(1,minmax(0px,800px));
        justify-content: center;
    }

    .checkout-actions {
        display: none;
    }

    .checkout-actions-mob.create-acc {
        margin-top: 10px;
    }

    .checkout-actions-mob {
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .mstm-checkout-order-summary {
        top: unset !important;
    }

    .add-cart-product {
        width: calc(100% - 240px);
        margin-left: calc(100% - (100% - 240px ) - 160px);
    }

    .mstm-product-page-image {
        justify-self: center;
    }

    .product-page.product-details-area {
        grid-template-columns: repeat(1,minmax(0px,800px));
        justify-content: center;
    }

    .mobile-filter-title {
        display: block;
        color: #797979;
    }

    .mstm-filters-close {
        position: absolute;
        display: block;
        right: 26px;
        top: 33px;
        font-size: 22px;
        font-weight: bold;
        padding: 5px;
    }

        .mstm-filters-close::before {
            font-family: 'icomoon';
            content: "\e903";
            position: relative;
            display: inline-block;
        }

    .footer-bottom-inside {
        grid-template-columns: repeat(1,minmax(0px,auto));
        grid-row-gap: 10px;
        padding: 10px;
        justify-content: center;
        text-align: center;
    }

    .mstm-filters-button {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .mstm-row-filters {
        position: fixed;
        top: 0px;
        width: 100vw;
        height: 100%;
        background: white;
        z-index: 100;
        display: none;
        left: 0;
        max-height: 100vh;
        margin: 0;
    }

        .mstm-row-filters.opened {
            overflow-y: auto;
            display: block;
        }

    .sidebar-widget.mstm-vars-filter {
        position: relative;
    }

    .mstm-attribute_name {
        padding: 15px 20px;
        display: inline-block;
    }

    .mstm-filters-content-option {
        padding: 8px 0px;
        text-align: center;
    }

    .mstm-price-slider .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        max-width: 100px;
        margin: 0 auto;
    }

    .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        position: relative;
        grid-template-columns: repeat(1, minmax(0px, auto));
        box-shadow: none;
        justify-content: center;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    .mstm-attribute_name::after {
        content: "\e92e";
        font-family: 'icomoon';
        position: absolute;
        right: unset;
        display: inline-block;
        width: auto;
        height: auto;
        background: none;
        line-height: 1;
        margin-left: 8px;
        font-size: 13px;
        color: #666666;
        font-weight: bold;
    }

    .mstm-attribute_name.mstm-active::after {
        content: "\e921";
        color: #71205f;
    }

    .mstm-filters-button p {
        padding: 10px 40px;
        font-size: 17px;
        display: inline-block;
        background-color: #dddddd;
    }

        .mstm-filters-button p::before {
            content: "\e97b";
            font-family: 'icomoon';
            position: relative;
            font-size: 8px;
            vertical-align: middle;
            color: #692146;
            top: -3px;
            margin-right: 5px;
        }

    .mstm-footer-bank-icons {
        max-width: 100%;
    }

    .footer-text {
        order: 2;
    }

    .mstm-attribute_name {
        font-size: 16px;
    }
}

@media (max-width: 990px) {
    .checkout > h1 {
        font-size: 54px !important;
        margin-top: 48px !important;
        margin-bottom: 50px !important;
    }

    .footer-inner {
        grid-template-columns: repeat(2,minmax(0px,auto));
        justify-content: center;
        grid-gap: 30px;
        grid-gap: 30px 30px;
        justify-content: space-around;
    }

    #mstm-logout-tab {
        background: #343a40;
    }

    #accept_afterorder {
        width: 70%;
    }

    .mstm-agiovlasitishome-title, .static-page-title, .page-title, .mstm-morphsearch-title {
        font-size: 42px;
    }

    .mstm-table-total-content {
        width: 100%;
        float: unset;
    }

        .mstm-table-total-content .amount-right, .mstm-table-total-content .cart-subtotal p, .mstm-table-total-content .order-total p {
            font-size: 13px;
        }
}

@media (max-width: 896px) {
    .slider-image-outer img, .slider-image-outer a {
        width: 100%;
    }

    .mstm-newsletter-popup-outer {
        display: none !important;
    }
}


@media (max-width: 800px) {
    .checkout > h1 {
        font-size: 50px !important;
        margin-top: 44px !important;
        margin-bottom: 46px !important;
    }

    .mstm-cross-products-inner {
        grid-template-columns: 50% 50%
    }

    .mstm-breadcrumb {
        display: none;
    }

    .mstm-post-suggestions.blog-page {
        font-size: 36px !important;
    }

    .mstm-blog-sidebar-banner {
        display: none;
    }


    #cart-content {
        display: none !important;
    }

    .mstm-blog-sidebar-banner {
    }

    .sidebar-catname-box::after {
        content: "\e92f";
        font-family: 'icomoon';
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        position: absolute;
        right: 30px;
    }

    .mstm-blog-cats.sidebar-widget-list.categories {
        padding: 0px 20px;
    }

        .mstm-blog-cats.sidebar-widget-list.categories.expanded {
            padding: 10px 20px;
        }

    .mstm-agiovlasitishome-title, .static-page-title, .page-title, .mstm-morphsearch-title {
        font-size: 34px;
    }

    .mstm-single-blog-post {
        order: 2;
    }

    .post-title h2 {
        font-size: 32px !important;
    }

    .mstm-blog-cats {
        max-height: 0px;
        overflow: hidden;
        transition: 0.3s ease-in-out;
    }

        .mstm-blog-cats.shrink {
            animation-name: closenomargin;
            animation-duration: 0.5s;
            animation-timing-function: ease-in-out;
        }

    .mstm-blog-categories .mstm-category-title::after {
        content: "\e92f";
        position: relative;
        font-family: 'icomoon';
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    .mstm-blog-categories .mstm-category-title.active::after {
        transform: rotate(-90deg);
    }

    .mstm-blog-cats.expanded {
        max-height: 2000px;
        overflow: hidden;
        animation-name: open;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
    }


    .mstm-blog-outer, .blog-page-outer {
        grid-template-columns: 100%;
    }

    .mstm-blog-list {
        order: 2;
    }

    .logreg-form {
        grid-template-columns: repeat(1,minmax(0px,auto));
        grid-row-gap: 40px;
        justify-content: unset;
    }

    .mstm-contact-outer {
        grid-template-columns: repeat(1,minmax(0px,auto));
        grid-row-gap: 40px;
    }

    .mstm-contact-inner {
        order: 2;
    }

    .mstm-products {
        grid-template-columns: repeat(2, minmax(0, 50%));
    }

    .mstm-header-logo-search-cart-login {
        grid-template-columns: none;
        grid-template-areas: "headarea1 headarea3 headarea3 headarea3 headarea3" "headarea2 headarea2 headarea2 headarea2 headarea2";
        grid-row-gap: 20px;
    }

    .morph-grid {
        grid-template-columns: none;
        grid-template-areas: "headarea1 headarea1 headarea1 headarea1 headarea3" "headarea2 headarea2 headarea2 headarea2 headarea2";
        grid-row-gap: 20px;
    }

        .morph-grid .mstm-close-search {
            grid-area: headarea3;
            padding-right: 20px;
        }

    .mstm-logo {
        grid-area: headarea1;
    }

        .mstm-logo img {
            max-width: 140px;
        }

    .mstm-header-components-search {
        grid-area: headarea2;
        padding: 0px 10px;
    }

    .mstm-cart-login-outer {
        grid-area: headarea3;
        justify-self: right;
    }

    #morphsearch .mstm-product-list {
        margin-top: 190px;
    }

    .mstm-product-list .pro-price {
        font-size: 26px !important;
    }

    .mstm-main-menu.mobile .megamenu > a {
        font-size: 23px !important;
    }

    .mstm-main-menu.mobile a {
        font-size: 19px !important;
        line-height: 30px;
    }

    .sidebar-widget-list li a {
        font-size: 13px;
        line-height: 2.2;
    }

    .checkout-area .checkbox-form, .checkout-actions-mob.create-acc {
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .sidebar-widget-list.categories {
        grid-template-columns: repeat(2, minmax(0px, 50%));
    }

    .no-products-category .subtitle-2 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .helpinfo-inner {
        left: 50% !important;
        max-width: 100%;
        transform: translate(-50%,-50%);
    }

    .callus {
        display: none;
    }


    .mstm-top-bar-inner {
        height: auto;
        text-align: center;
    }

        .mstm-top-bar-inner a, .mstm-top-bar-inner div, .mstm-top-bar-inner p, .mstm-top-bar-inner span {
            font-size: 15px;
        }

    .mstm-cross-products-inner {
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

    .mstm-cart-table-head, .mstm-wishlist-table-head, .mstm-orders-table-head, .mstm-account-order-products-table-head {
        display: none !important;
    }

    .mstm-cart-table-body ul li,
    .mstm-wishlist-table-body ul li,
    .mstm-orders-table-body ul li,
    .mstm-account-order-products-table-body ul li {
        border: none !important;
        padding: 0px !important;
    }

    .mstm-cart-table-body .remove-from-cart {
        padding: 6px 0px !important;
    }

    .mstm-cart-table-body > ul,
    .mstm-wishlist-table-body > ul,
    .mstm-orders-table-body > ul,
    .mstm-account-order-products-table-body > ul {
        border-bottom: solid 1px #dddddd;
        grid-template-columns: repeat(2,minmax(0px,auto)) !important;
        grid-row-gap: 10px;
        padding: 10px 0px;
        min-width: unset !important;
    }

    .mstm-cart-table-body ul li:first-of-type,
    .mstm-wishlist-table-body ul li:first-of-type,
    .mstm-orders-table-body ul li:first-of-type {
        grid-row-start: 1;
        grid-row-end: 5;
        min-width: 150px;
    }

    .mstm-account-order-products-table-body ul li:first-of-type {
        grid-row-start: 1;
        grid-row-end: 7;
        min-width: 150px;
    }


    .mstm-cart-table-body ul li:nth-last-of-type(2),
    .mstm-wishlist-table-body ul li:nth-of-type(2),
    .mstm-orders-table-body ul li:nth-of-type(2),
    .mstm-account-order-products-table-body ul li:nth-of-type(2) {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .mstm-cart-table-body ul li:nth-of-type(3),
    .mstm-wishlist-table-body ul li:nth-of-type(3),
    .mstm-orders-table-body ul li:nth-of-type(3),
    .mstm-account-order-products-table-body ul li:nth-of-type(3) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .mstm-cart-table-body ul li:nth-of-type(4),
    .mstm-wishlist-table-body ul li:nth-of-type(4),
    .mstm-orders-table-body ul li:nth-of-type(4),
    .mstm-account-order-products-table-body ul li:nth-of-type(4) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .mstm-cart-table-body ul li:nth-of-type(5),
    .mstm-wishlist-table-body ul li:nth-of-type(5),
    .mstm-orders-table-body ul li:nth-of-type(5),
    .mstm-account-order-products-table-body ul li:nth-of-type(5) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    .mstm-account-order-products-table-body ul li:nth-of-type(6) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    .mstm-account-order-products-table-body ul li:nth-of-type(7) {
        grid-row-start: 6;
        grid-row-end: 7;
    }

    html .mstm-account-order-products-table-body > ul > li:last-of-type {
        border: none !important;
    }

    .mstm-account-order-products-table > ul > li,
    .mstm-account-order-products-table-body > ul > li,
    .mstm-orders-order-products-table-body > ul > li {
        font-size: 10px !important;
    }



    .mstm-order-details-body-outer {
        margin-top: 20px;
        overflow-x: scroll;
    }


    .modal-title {
        font-size: 26px;
    }

    .mstm-product-list .pro-price {
        width: calc(100% - 86px);
        padding-left: 33px;
    }

    .mstm-available p {
        margin-top: 0;
    }

    .mstm-product-manuf, .mstm-available, .mstm-product-sku {
        display: block;
        padding: 10px 0 0 0;
        margin-top: 0;
    }

    .mstm-product-title {
        font-size: 23px !important;
    }

    /*
    .mstm-product-page-image .single-product-image img {
        min-height: unset;
        max-height: unset;
    }
        */
    .static-page-content p, .static-page-content ul li, .static-page-content a {
        text-align: center;
    }

    .mstm-cart-table {
        min-width: 550px;
        overflow: auto;
    }

    .pagiprev-text, .paginext-text {
        display: none;
    }

    .sidebar-widget-list li a {
        font-size: 15px;
        text-align: center;
        justify-content: center;
        line-height: 2;
    }



    .sidebar-catname-box > h1, sidebar-catname-box > p {
        font-size: 22px;
    }

    .sidebar-widget-list.categories {
        grid-template-columns: repeat(1, minmax(0px, 100%));
        justify-content: center;
    }


    .mstm-post-suggestions.blog-page {
        font-size: 34px;
    }

    .mstm-products {
        grid-template-columns: repeat(1, minmax(0, 400px));
        justify-content: center;
    }

    .checkout-actions-mob {
        text-align: center;
    }

        .checkout-actions.order-button-payment .btn, .checkout-actions-mob.order-button-payment .btn {
            float: none;
        }

    .mstm-checkout-col {
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

    .your-order-table .mstm_cart-items .cart-text {
        grid-template-columns: repeat(1,minmax(0px,auto));
    }

    .add-cart-product {
        width: calc(100% - 155px);
        margin-left: calc(100% - (100% - 155px ) - 160px);
        font-size: 17px;
    }

    .footer-inner {
        grid-template-columns: auto;
        text-align: center;
    }

    .footer-box .footer-title::after {
        content: "\e92f";
        position: relative;
        font-family: 'icomoon';
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        font-size: 18px;
    }
	
	.footer-title.no-arrow::after {
		display:none;
	}
	
	.footer-list.no-arrow {
		overflow:unset;
		max-height: unset;
	}

    .footer-box .footer-title.active::after {
        transform: rotate(-90deg);
    }

    .footer-list {
        max-height: 0px;
        overflow: hidden;
    }

        .footer-list.shrink {
            animation-name: close;
            animation-duration: 0.2s;
            animation-timing-function: ease-in-out;
        }

        .footer-list.expanded {
            max-height: 500px;
            overflow: hidden;
            animation-name: open;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
        }

    .mstm-account-page .tab-headers {
        grid-template-columns: repeat(1, minmax(0px, auto));
    }

    .mstm-orders-table > ul > li,
    .mstm-orders-table-body > ul > li,
    .mstm-wishlist-table > ul > li,
    .mstm-wishlist-table-body > ul > li {
        font-size: 12px;
    }

    .mstm-orders-table-body .btn.btn-dark {
        font-size: 14px;
    }

    .mstm-orders-table-body .btn.btn-dark {
        padding: 6px 10px;
    }

    .mstm-new-address-row {
        grid-template-columns: repeat(1, minmax(0px, auto));
    }

    .mstm-account-details-invoive-row {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-row-gap: 60px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

        .mstm-account-details-invoive-row .mstm-update-customer-details {
            margin: 0 auto;
            float: none;
            display: block;
        }

    #accept_afterorder {
        width: 80%;
    }

    .mstm-account-page .tab-header.pill:nth-of-type(3) {
        display: none;
    }

    #mstm-logout-tab {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }



    .footer-title {
        font-weight: normal;
    }

    .product-thumbnail-slider {
        display: none !important;
    }

    .post-meta-date.mstm-blog-feed-date {
        padding-top: 12px !important;
    }

    .mstm-blog-feed-date span:nth-of-type(1) {
        font-size: 20px;
    }

    .mstm-blog-feed-date span:nth-of-type(2) {
        font-size: 13px !important;
    }

    .mstm-empty-cart-text br {
        display: none;
    }

    .mstm-empty-cart-text {
        padding-bottom: 30px;
    }

    .mstm-empty-cart {
        padding: 20px;
    }

        .mstm-empty-cart .btn.btn-dark {
            margin-bottom: 20px;
            display: inline-block;
        }

    .mstm-cart-area .mstm-cart-table {
        font-size: 12px !important;
        overflow-x: scroll;
        min-width: unset;
    }

    .mstm-cart-area .mstm-orders-table {
        overflow-x: scroll;
        min-width: unset;
    }

    .mstm-save-address-table-body li, .mstm-wishlist-table-body li, .mstm-orders-table-body > ul > li, .mstm-cart-table-body li {
        font-size: 12px !important;
        word-break: break-word;
    }

    .mstm-cart-table-body .mstm-product-delivery-status .mstm-in-stock-warning {
        font-size: 12px !important;
        word-break: break-word;
    }

    .mstm-orders-table > ul > li, .mstm-orders-table-body > ul > li, .mstm-wishlist-table > ul > li, .mstm-wishlist-table-body > ul > li {
        font-size: 12px !important;
        word-break: break-word;
    }

    .mstm-orders-table-body .btn.btn-dark {
        padding: 6px 16px;
        font-size: 11px;
    }

    .mstm-account-tab-content-outer, .mstm-wishlist-table {
        overflow-x: scroll;
    }

    .mstm-orders-table-head, .mstm-orders-table-body > ul, .mstm-wishlist-table-head, .mstm-wishlist-table-body > ul {
        min-width: 480px;
    }

        .mstm-wishlist-table-body > ul > li {
            font-size: 11px !important;
            word-break: break-word;
        }

    .mstm-product-list .mstm-products {
        grid-row-gap: 80px;
    }

    .mstm-discount-inner {
        height: 52px;
        width: 52px;
    }

    .mstm-price-percent {
        font-size: 15px;
    }

    .mstm-discount-inner::after {
        width: 52px;
        height: 52px;
    }

    .mstm-discount-outer {
        top: 30px;
    }
	
	img.offer-page-cover {
    margin-left: -15px;
    margin-right: -15px;
}
}


@media (max-width: 530px) {
    .no-products-category .subtitle-2 {
        font-size: 16px;
    }

    .mstm-cookies {
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
    }

    .mstm-empty-cart {
        font-size: 20px;
    }

    .mstm-inart-landing-logo img {
        max-width: 120px;
    }

    .mstm-espiel-landing-logo img {
        max-width: 120px;
    }
	
	#popup-bazaar .aspect-image-outer {
	--aspect-ratio: 0.83;
}
}

@media (max-width: 480px) {
    .checkout > h1 {
        font-size: 44px !important;
        margin-top: 34px !important;
        margin-bottom: 40px !important;
    }

    .mstm-b2b-form.form-fields {
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

        .mstm-b2b-form.form-fields .b2b-textarea {
            grid-column: unset;
        }

    .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        min-width: unset;
    }

    .mstm-table-total-content h2 {
        font-size: 18px;
    }

    .mstm-agiovlasitishome-title, .static-page-title, .page-title, .mstm-morphsearch-title {
        font-size: 28px;
    }

    .mstm-paggination, .mstm-paggination button {
        font-size: 18px;
    }

    .post-title h2 {
        font-size: 28px !important;
    }

    .post-body {
        font-size: 17px !important;
    }

    .post-meta span, .post-meta a {
        font-size: 13px;
    }

    .meta-date::before {
        vertical-align: baseline;
        font-size: 13px;
    }

    p.checkout-coupon input[type="text"], p.checkout-coupon input[type="submit"] {
        width: 100%;
    }

    p.checkout-coupon input[type="text"] {
        margin-bottom: 10px;
    }


    .mstm-empty-cart-hd {
        font-size: 20px;
    }

    .mstm-empty-cart-text {
        font-size: 18px;
    }

    .mstm-empty-cart .btn.btn-dark {
        padding: 15px 30px;
        font-size: 16px;
    }

    .mstm-empty-cart-icon::before {
        font-size: 100px;
    }

    .mstm-product-list .pro-price > span.old-price {
        font-size: 14px !important;
    }

    .mstm-product-list .pro-price {
        font-size: 18px !important;
    }

    #call-us-top-bar {
        display: none !important;
    }

    #top-bar-left {
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

    .mstm-top-bar-klarna {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .mstm-product-prices.total-advance-prices > span {
        font-size: 26px;
    }

    .mstm-product-prices.total-advance-prices > .sale_w {
        font-size: 20px;
    }

    .mstm-account-order-products-table > ul > li, .mstm-account-order-products-table-body > ul > li {
        font-size: 10px !important;
    }

    .mstm-add-to-cart button::before {
        font-size: 28px;
    }

    .mstm-paggination, .mstm-paggination button, .mstm-paggination > nav ul > .mstm-selected-page button {
        font-size: 16px;
    }

        .mstm-paggination > nav ul > .mstm-selected-page button {
            min-width: 35px;
            min-height: 35px;
        }

    .product-page .mstm-product-delivery-status > p {
        font-size: 14px;
    }

    .mstm-post-suggestions.blog-page {
        font-size: 26px !important;
    }

    .mstm-paggination > nav ul > li > button {
        padding: 0 5px;
    }

    .mstm-cart-area .mstm-cart-table {
        font-size: 11px;
        overflow-x: scroll;
        min-width: unset;
    }

    .mstm-save-address-table-body li, .mstm-wishlist-table-body li, .mstm-orders-table-body > ul > li, .mstm-cart-table-body li {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .mstm-header-logo-search-cart-login {
        grid-template-areas: "headarea1 headarea1 headarea3 headarea3 headarea3" "headarea2 headarea2 headarea2 headarea2 headarea2";
        grid-column-gap: 10px;
    }

    .mstm-header-wishlist > a, .mstm-header-components-cart.cart-wrapper > a, .mstm-header-components-account > a, .mstm-burger-icon {
        width: 40px;
        height: 40px;
    }

    .mstm-burger-icon {
        display: inline-block;
        margin-left: 0;
    }

    .mstm-product-prices.total-advance-prices {
        justify-content: center;
        width: 100%;
    }

    .add-cart-product {
        width: 260px;
        display: block;
        margin: 0 auto;
        margin: 20px auto 0px;
    }

    .mstm-attributes-inner {
        grid-template-columns: repeat(1,minmax(0px,auto));
        justify-content: center;
    }

    .mstm-qty-add-to-cart {
        text-align: center;
    }

    .post-title h2 {
        font-size: 22px !important;
    }

    .modal-title {
        font-size: 18px;
    }

    .mstm-product-list .pro-price {
        font-size: 16px !important;
    }

        .mstm-product-list .pro-price > span.old-price {
            font-size: 13px !important;
        }
}


/*MODAL*/
.mstm-terms-modal {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

    .modal-overlay.modal-light {
        background: rgba(255, 255, 255, 0.5);
    }

    .modal-overlay .cancel {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: default;
    }

    .modal-overlay:target {
        visibility: visible;
        opacity: 1;
    }

.modal {
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 80%;
    position: relative;
    z-index: 9;
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-light .modal {
    border-color: #a3a3a3;
}

.modal h2 {
    margin-top: 0;
    color: #555555;
}

.modal .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #555555;
}

    .modal .close:hover {
        opacity: 1;
    }

.modal.content {
    max-height: 400px;
    overflow: auto;
}

.modal p {
    margin: 0 0 1em;
}

    .modal p:last-child {
        margin: 0;
    }

.modal .btn.btn-dark {
    padding: 10px 40px;
}

/* MODAL END */




@keyframes open {
    from {
        max-height: 0px;
    }

    to {
        max-height: 500px;
    }
}

@keyframes close {
    from {
        max-height: 500px;
        margin: 20px 0px;
    }

    to {
        max-height: 0px;
        margin: 0px 0px;
    }
}

@keyframes closenomargin {
    from {
        max-height: 500px;
    }

    to {
        max-height: 0px;
    }
}
