﻿@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'mindseed';
    src: url('/assets/fonts/mindseed/mindseed.eot?bl4umf');
    src: url('/assets/fonts/mindseed/mindseed.eot?bl4umf#iefix') format('embedded-opentype'), url('/assets/fonts/mindseed/mindseed.ttf?bl4umf') format('truetype'), url('/assets/fonts/mindseed/mindseed.woff?bl4umf') format('woff'), url('/assets/fonts/mindseed/mindseed.svg?bl4umf#mindseed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/***********libraries**********/
.clearfix::after {
    content: "";
    display: table-cell;
    clear: both;
}

i {
    display: inline-block;
}

.msicon-before-relative::before {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'mindseed' !important;
    position: relative;
    line-height: 1;
}

.msicon-before::before {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: 'mindseed' !important;
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.msicon-before-inline {
    display: inline-block;
    font-family: 'mindseed' !important;
    line-height: 1;
}

input[type='radio'] {
    accent-color: var(--primary);
}

/*icons*/
.msicon-path, .msicon-path *, .msicon-path [class^="icon-"], .msicon-path [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mindseed' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/***scrollbars***/
/*ff*/
/*:root {
    scrollbar-face-color: rgb(52,141,185);*/ /* Firefox 63 compatibility */
/*scrollbar-track-color: rgb(52,141,185);*/ /* Firefox 63 compatibility */
/*scrollbar-color: rgb(52,141,185) rgb(245,245,245);
    scrollbar-width: 9px;
}*/


/*webkit*/

/*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: rgb(245,245,245);
}

::-webkit-scrollbar-thumb {
    background: rgb(52,141,185);
    -webkit-border-radius: 1ex;*/
/*-webkit-box-shadow: 0px 1px 2px rgba(245, 245, 245, 1);*/
/*}

::-webkit-scrollbar-corner {
    background: rgb(52,141,185);
}*/

/***scrollbars end***/


.ellipsis {
    display: -webkit-box !important;
    -webkit-line-clamp: var(--numberoflines) !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.stp-href[href=""] {
    pointer-events: none;
}

/***********libraries**********/




/*************general***************/

body * {
    font-family: 'Commissioner', sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
}

body div {
    line-height: 1;
}

html {
    --main: #0f3458;
    --primary: #AB8754;
    --secondary: #F0D69D;
    --grey: #f5f3f0;
    --grey: #f1efed;
    --grey: #f0efed;
    --grey: #f7f7f6;
    /**/
    --orange: #f29173;
    --green: #86d4a1;
    --cyan: #7bc7ec;
    --pink: #e5b1e0;
    --purple: #ac5a98;
    /*--grey: #f1f1f1;*/
    --bordercolor: #e3e3e3;
    /**/
    --greytxt: #a0a0a0;
    --contentcontainer: 1400px;
    --largecontainer: 1700px;
    --containerpadding: 40px;
    scroll-behavior:smooth;
}

body {
    font-size: 18px;
    color: var(--main);
    margin: 0;
    overflow-anchor: none;
}

    body * {
        scrollbar-width: thin;
    }

/* width */
        body *::-webkit-scrollbar {
            width: 8px;
        }


.container {
    max-width: calc(var(--contentcontainer) + var(--containerpadding)*2);
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    padding-left: var(--containerpadding);
    padding-right: var(--containerpadding);
}

.l-container {
    max-width: calc(var(--largecontainer) + var(--containerpadding)*2);
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    padding-left: var(--containerpadding);
    padding-right: var(--containerpadding);
}

.morphsearch-form .mstm-product-list.l-container {
    margin-bottom: 120px;
    margin-top: 30px;
}

.grey-con{
    background:var(--grey);
}

body.overlay {
    overflow-y: hidden;
    height: calc( var(--vhHeight));
}

button[disabled], html input[disabled] {
    opacity: 0.6;
    cursor: not-allowed !important;
}

button:focus, input:focus, select:focus {
    outline: none !important;
}

*, :before, :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
}

.static-page-container p+p{
    margin-top:15px;
}

p+.btn{
    margin-top:30px;
}

strong, b {
    font-weight: bold;
}

.mstm-page-title-section {
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
}

.mstm-page-title-section.centered {
    text-align:center;
}

.mstm-products.tab-content.slick-slider {
    padding: 0 20px;
}

.static-content  {
    margin-bottom: 70px;
}

.static-content h1 {
    font-size: 28px;
    font-weight:800;
    margin-bottom:20px;
}

.static-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
}


.static-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}


.static-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}


.static-content h5 {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}


.static-content h6 {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.static-content img {
    margin-bottom: 20px;
    max-width:100%;
}

.static-content p,
.static-content ul,
.static-content a,
.static-content div {
    font-size: 18px;
}

.static-content p, .static-content ul, .static-content ol {
    margin-bottom: 20px;
}

.static-content a, 
p a, 
.mstm-checkbox.mstm-agree-gdpr a {
    color: var(--primary);
}

.static-content a:hover, 
p a:hover,
.mstm-checkbox.mstm-agree-gdpr a:hover {
    color: var(--secondary);
}

.static-content a:hover {
    text-decoration: underline;
}



ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.static-content, .static-content *{
    line-height: 1.3;
}

.static-content-title, .static-content {
    max-width:1000px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.static-content ul, .static-content ul > li {
    list-style: disc inside;
}

.static-content ol, .static-content ol> li {
    list-style: decimal inside;
}

    .static-content ul li {
        padding-left: 10px;
    }

.static-content li+li {
    margin-top:10px;
}


li > h3:first-child {
    display: inline-block;
}



i {
    line-height: 1;
}

button {
    -webkit-appearance: none !important;
    user-select: none !important;
    border: none;
    background: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: inherit;
}

*:focus {
    outline: none !important;
}

button:focus, input:focus, select:focus {
    outline: none !important;
}

a, a:hover, a:active, a:focus, a:active, a:visited {
    text-decoration: none;
    outline: unset;
    transition: all .3s ease-in-out;
    outline: none !important;
    color: inherit;
}

textarea {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mstm-breadcrumb-outer {
    text-align: left;
}

.mstm-breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mstm-breadcrumb, .mstm-breadcrumb-st, .mstm-breadcrumb-dyn, .mstm-breadcrumb-rep, .mstm-breadcrumb-rep .breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight:300;
    text-transform: uppercase;
}

    .mstm-breadcrumb-rep > li::before {
        content: "/";
        position: relative;
        left: 0;
        padding: 0 2px;
    }

.breadcrumb-item.active {
    font-weight: 500;
}

.mstm-breadcrumb a:hover {
    text-decoration: underline;
}

    /*.mstm-breadcrumb-rep li:last-of-type {
        color: var(--primary);
    }*/

.form-control {
    display: block;
    width: 100%;
    /*height: calc(2.25rem + 2px);*/
    font-weight: 400;
    /*line-height: 1.5;
    color: rgba(112, 112, 112,0.9);*/
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: left;
    border: none;
    background: var(--grey);
    border-radius: 10px;
    padding: 10px 20px;
}

.outline-error {
    position: relative;
}

    .outline-error.empty {
        margin-bottom: 29px;
    }

/*alerts*/
.alert-danger {
    /*background-color: #f8d7da;
    border-color: #f5c6cb;*/
    padding: 10px 15px;
    margin-bottom: 30px;
    /*color: #721c24;*/
    background: #f9e1e1;
    color: #fe0001;
    border-radius: 10px;
    font-size: 15px;
}

.alert.alert-success {
    /*background-color: #d4edda;*/
    padding: 10px 15px;
    font-size: 14px;
    /*color: #155724;*/
    border-radius: 5px;
    background: #ddf5df;
    color: #2ad632;
    font-size: 15px;
    display: inline-block;
}



.alert.alert-error {
    background: #ff53412e;
    color: #ff5341;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
}

.alert.alert-danger.inline {
    color: #da2e40;
}

.alert.alert-success.inline {
    /*background-color: #d4edda;*/
    padding: 5px 10px;
    /*color: #155724;*/
}

.alert.inline {
    background-color: transparent;
    margin: 0px;
    width: 100%;
    top: 100%;
    font-size: 10px;
    padding: 5px 0px 0px;
    letter-spacing: 0.5px;
    /*position: absolute;*/
    left:0;
}

.mstm-contact-form.form-fields .alert {
    color: red;
    font-size: 11px;
    top: -22px;
    position: relative;
    display: inline;
    margin-left: 5px;
}
/**/

.pill-content {
    display: none;
}

.pill {
    cursor: pointer;
}

.tab-content.pill-content.active {
    display: block;
}

/*slick*/
.slick-initialized {
    position: relative;
}

.slick-prev,
.slick-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: auto !important;
    z-index: 1;
}

.home-products-slider .slick-prev.msicon-before-relative.slick-arrow,
.home-products-slider .slick-next.msicon-before-relative.slick-arrow {
    top: calc(50% - 30px) !important;
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: 0px !important;
}

.slick-prev.msicon-before-relative::before {
    content: '\e98c';
}

.slick-next.msicon-before-relative::before {
    content: '\e98d' !important;
}

.slick-prev.msicon-before-relative::before,
.slick-next.msicon-before-relative::before {
    font-size: 28px;
    color: #ababab;
}

.slick-dots li button {
    text-indent: -99999px;
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
    margin: 0 4px !important;
}

.slick-dots {
    bottom: 10px !important;
    left: 0px;
    display: flex;
    align-items: center;
}

    .slick-dots li button::before {
        position: relative !important;
        display: block;
        width: 14px !important;
        height: 14px !important;
        border-radius: 50% !important;
        border: 2px solid #fff;
        opacity: 1 !important;
        background: #575b5c !important;
    }

    .slick-dots li.slick-active button::before {
        position: relative !important;
        background: var(--primary) !important;
        width: 18px !important;
        height: 18px !important;
    }
/**/

body.overlay-search, body.overlay-filter, body.overlay-menu {
    overflow-y: hidden;
    max-height: calc( var(--vhHeight) - var(--headerHeight) );
}

/*.area1 {
    grid-area: area1;
}

.area2 {
    grid-area: area2;
}

.area3 {
    grid-area: area3;
}

.area4 {
    grid-area: area4
}

.area5 {
    grid-area: area5
}

.area6 {
    grid-area: area6
}*/

.opc-05 {
    opacity: 0.5;
}

/*checkbox*/
.mstm-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 24px !important;
    cursor: pointer;
    --fontsize: 16px;
    --size:16px;
    font-size: var(--fontsize);
}

    .mstm-checkbox input {
        position: absolute;
        opacity: 0 !important;
        cursor: pointer;
        width: 100%;
        left: 0px;
        height: 100%;
        top: 0px;
    }

    .mstm-checkbox .checkmark {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        height: var(--size);
        width: var(--size);
        background-color: white;
        border: 1px solid var(--main);
        cursor: pointer;
        border-radius: 2px;
        transform: translateY(-50%);
        top: calc(var(--fontsize) * 0.6);
        font-size: calc(var(--size)*0.45);
    }

    .mstm-checkbox input:checked ~ .checkmark {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .mstm-checkbox .checkmark.checked {
        background-color: var(--primary);
        border-color: var(--primary);
    }

        .mstm-checkbox .checkmark.checked::before, .mstm-checkbox input:checked ~ .checkmark::before {
            content: "\e98f";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-family: mindseed;
            font-style: normal;
            color: #fff;
        }

    .mstm-checkbox a {
        position: relative;
        z-index: 1;
    }

/**/
.underline {
    text-decoration: underline;
}

*::selection {
    /*background:var(--main);*/
    background:#0d2844;
    color: white;
}

.overlay-search #overlay-smoke, .overlay-filter #overlay-smoke, .overlay-menu #overlay-smoke {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    /*background: rgba(0,0,0,0.80);*/
    /* z-index: 4;*/
}

/*__buttons__*/
.btn {
    text-align: center;
}

    .btn.btn-primary {
        background: var(--primary);
        color: #fff;
        display: inline-block;
        padding: 12px 25px;
        border-radius: 50px;
        border: 1px solid;
        border-color: var(--primary);
        line-height:1;
    }

        .btn.btn-primary:not(:disabled):hover {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

   
    .btn.btn-secondary {
        background: #fff;
        color: var(--main);
        display: inline-block;
        padding: 12px 25px;
        border-radius: 50px;
        border: 1px solid;
        line-height: 1;
    }

        .btn.btn-secondary:not(:disabled):hover {
            background: var(--main);
            color: #fff;
            border-color: var(--main);
        }


    .btn.btn-main {
        background: var(--main);
        color: #fff;
        display: inline-block;
        padding: 12px 25px;
        border-radius: 50px;
        border: 1px solid;
        border-color: var(--main);
        line-height: 1;
    }

        .btn.btn-main:not(:disabled):hover {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

    .btn.btn-light {
        background: #fff;
        color: var(--main);
        display: inline-block;
        padding: 12px 25px;
        border-radius: 50px;
        line-height: 1;
        height: auto;
        /*border: 1px solid;*/
    }

        .btn.btn-light:not(:disabled):hover {
            background: var(--secondary);
        }

    .btn.btn-underline {
        font-weight: 600;
        border-bottom: 2px solid var(--secondary);
        /*padding-bottom: 4px;
        margin-bottom: 2px;*/
        display: inline-block;
        border: 2px solid var(--secondary);
        padding: 10px 20px;
        border-radius: 50px;
        color:var(--main);
    }

        .btn.btn-underline:not(:disabled):hover {
            background: var(--secondary);
        }

        .btn.btn-underline.small {
            font-size: 15px;
            padding: 7px 19px;
        }

    /*.btn.btn-cyan {
        background: var(--cyan);
        color: var(--main);
        display: inline-block;
        padding: 10px 25px;
        border-radius: 50px;
        font-weight: 500;
        line-height: 1;
    }

        .btn.btn-cyan:hover {
            background: white;
            color: var(--main);
            border-color: var(--main);
        }*/

    .btn .msicon-before-relative.next-arrow {
        font-size: 13px;
        margin-left: 5px;
    }


/*__titles__*/
.primary-title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 200;
}

.subtitle {
    font-size: 21px;
    margin-bottom: 20px;
}

.primary-title + .subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*__icons__*/
.msicon-before-relative.office-supplies::before {
    content: "\e9ea";
}

.msicon-before-relative.toys::before {
    content: "\e9eb";
}

.msicon-before-relative.books::before {
    content: "\ea00";
}

.msicon-before-relative.gifts::before {
    content: "\ea02";
    content: "\ea01";
}

.msicon-before-relative.cart::before {
    content: "\ea03";
}

.msicon-before-relative.shipping::before {
    content: "\e9a2";
}

.msicon-before-relative.orders::before {
    content: "\e973";
}

.msicon-before-relative.phone::before {
    content: "\e970";
}

.msicon-before-relative.email::before {
    content: "\e909";
}

.msicon-before-relative.addressbook::before {
    content: "\e971";
}

.msicon-before-relative.mstm-account-checked::before {
    content: "\e98f";
    font-size: 6px;
    background: var(--primary);
    border-radius: 50%;
    padding: 5px 4px;
    color: white;
    position: absolute;
    top: -7px;
    left: 12px;
}

.msicon-before-relative.return::before {
    content: "\e9a1";
    transform: scale(1.25);
    display:inline-block;
}
/*__*/
.mstm-cover {
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 50px;
}

    .mstm-cover * {
        height: 100%;
    }

    .mstm-cover img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /*border-radius: 10px;*/
        border-radius: 500px;
        max-height: 450px;
        min-height: 250px;
    }

.side-img {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0;
    margin-left: 10px;
    justify-self: end;
}

.side-img.small-side-img {
    max-width: 550px;
}

.side-img * {
    height: 100%;
}

.side-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*bank icons*/
.icon-sectigo-dark .path1:before {
    content: "\e91a";
    color: rgb(255, 255, 255);
}

.icon-sectigo-dark .path2:before {
    content: "\e91b";
    margin-left: -2.359375em;
    color: rgb(247, 247, 247);
}

.icon-sectigo-dark .path3:before {
    content: "\e91c";
    margin-left: -2.359375em;
    color: rgb(247, 247, 247);
}

.icon-sectigo-dark .path4:before {
    content: "\e91d";
    margin-left: -2.359375em;
    color: rgb(255, 255, 255);
}

.icon-sectigo-dark .path5:before {
    content: "\e91e";
    margin-left: -2.359375em;
    color: rgb(255, 255, 255);
}

.icon-sectigo-dark .path6:before {
    content: "\e91f";
    margin-left: -2.359375em;
    color: rgb(255, 255, 255);
}

.icon-sectigo-dark .path7:before {
    content: "\e920";
    margin-left: -2.359375em;
    color: rgb(255, 255, 255);
}

.icon-sectigo-dark .path8:before {
    content: "\e921";
    margin-left: -2.359375em;
    color: rgb(255, 255, 255);
}

.icon-sectigo-dark .path9:before {
    content: "\e922";
    margin-left: -2.359375em;
    color: rgb(255, 255, 255);
}

.icon-sectigo-light .path1:before {
    content: "\e923";
    color: rgb(57, 57, 57);
}

.icon-sectigo-light .path2:before {
    content: "\e924";
    margin-left: -2.296875em;
    color: rgb(105, 105, 105);
}

.icon-sectigo-light .path3:before {
    content: "\e927";
    margin-left: -2.296875em;
    color: rgb(105, 105, 105);
}

.icon-sectigo-light .path4:before {
    content: "\e928";
    margin-left: -2.296875em;
    color: rgb(57, 57, 57);
}

.icon-sectigo-light .path5:before {
    content: "\e929";
    margin-left: -2.296875em;
    color: rgb(57, 57, 57);
}

.icon-sectigo-light .path6:before {
    content: "\e92a";
    margin-left: -2.296875em;
    color: rgb(57, 57, 57);
}

.icon-sectigo-light .path7:before {
    content: "\e92b";
    margin-left: -2.296875em;
    color: rgb(57, 57, 57);
}

.icon-sectigo-light .path8:before {
    content: "\e92c";
    margin-left: -2.296875em;
    color: rgb(57, 57, 57);
}

.icon-sectigo-light .path9:before {
    content: "\e92d";
    margin-left: -2.296875em;
    color: rgb(57, 57, 57);
}

.icon-epay-dark .path1:before {
    content: "\e92e";
    color: rgb(204, 204, 204);
}

.icon-epay-dark .path2:before {
    content: "\e92f";
    margin-left: -2.328125em;
    color: rgb(0, 0, 0);
}

.icon-epay-dark .path3:before {
    content: "\e930";
    margin-left: -2.328125em;
    color: rgb(0, 0, 0);
}

.icon-epay-dark .path4:before {
    content: "\e931";
    margin-left: -2.328125em;
    color: rgb(0, 0, 0);
}

.icon-epay-dark .path5:before {
    content: "\e932";
    margin-left: -2.328125em;
    color: rgb(239, 239, 239);
}

.icon-epay-dark .path6:before {
    content: "\e933";
    margin-left: -2.328125em;
    color: rgb(239, 239, 239);
}

.icon-epay-dark .path7:before {
    content: "\e934";
    margin-left: -2.328125em;
    color: rgb(239, 239, 239);
}

.icon-epay-dark .path8:before {
    content: "\e935";
    margin-left: -2.328125em;
    color: rgb(204, 204, 204);
}

.icon-epay-dark .path9:before {
    content: "\e936";
    margin-left: -2.328125em;
    color: rgb(204, 204, 204);
}

.icon-epay-dark .path10:before {
    content: "\e937";
    margin-left: -2.328125em;
    color: rgb(255, 255, 255);
}

.icon-epay-dark .path11:before {
    content: "\e938";
    margin-left: -2.328125em;
    color: rgb(255, 255, 255);
}

.icon-epay-dark .path12:before {
    content: "\e939";
    margin-left: -2.328125em;
    color: rgb(255, 255, 255);
}

.icon-epay-dark .path13:before {
    content: "\e93a";
    margin-left: -2.328125em;
    color: rgb(255, 255, 255);
}

.icon-epay-light .path1:before {
    content: "\e93b";
    color: rgb(57, 57, 57);
}

.icon-epay-light .path2:before {
    content: "\e93c";
    margin-left: -2.328125em;
    color: rgb(0, 0, 0);
}

.icon-epay-light .path3:before {
    content: "\e93d";
    margin-left: -2.328125em;
    color: rgb(0, 0, 0);
}

.icon-epay-light .path4:before {
    content: "\e93e";
    margin-left: -2.328125em;
    color: rgb(0, 0, 0);
}

.icon-epay-light .path5:before {
    content: "\e93f";
    margin-left: -2.328125em;
    color: rgb(89, 89, 89);
}

.icon-epay-light .path6:before {
    content: "\e940";
    margin-left: -2.328125em;
    color: rgb(89, 89, 89);
}

.icon-epay-light .path7:before {
    content: "\e941";
    margin-left: -2.328125em;
    color: rgb(89, 89, 89);
}

.icon-epay-light .path8:before {
    content: "\e942";
    margin-left: -2.328125em;
    color: rgb(57, 57, 57);
}

.icon-epay-light .path9:before {
    content: "\e943";
    margin-left: -2.328125em;
    color: rgb(57, 57, 57);
}

.icon-epay-light .path10:before {
    content: "\e944";
    margin-left: -2.328125em;
    color: rgb(57, 57, 57);
}

.icon-epay-light .path11:before {
    content: "\e945";
    margin-left: -2.328125em;
    color: rgb(57, 57, 57);
}

.icon-epay-light .path12:before {
    content: "\e946";
    margin-left: -2.328125em;
    color: rgb(57, 57, 57);
}

.icon-epay-light .path13:before {
    content: "\e947";
    margin-left: -2.328125em;
    color: rgb(57, 57, 57);
}

.icon-maestro-dark .path1:before {
    content: "\e948";
    color: rgb(255, 255, 255);
}

.icon-maestro-dark .path2:before {
    content: "\e949";
    margin-left: -1.287109375em;
    color: rgb(222, 222, 222);
}

.icon-maestro-dark .path3:before {
    content: "\e94a";
    margin-left: -1.287109375em;
    color: rgb(204, 204, 204);
}

.icon-maestro-dark .path4:before {
    content: "\e94b";
    margin-left: -1.287109375em;
    color: rgb(239, 239, 239);
}

.icon-maestro-dark .path5:before {
    content: "\e94c";
    margin-left: -1.287109375em;
    color: rgb(255, 255, 255);
}

.icon-maestro-dark .path6:before {
    content: "\e94d";
    margin-left: -1.287109375em;
    color: rgb(255, 255, 255);
}

.icon-maestro-light .path1:before {
    content: "\e94e";
    color: rgb(57, 57, 57);
}

.icon-maestro-light .path2:before {
    content: "\e94f";
    margin-left: -1.287109375em;
    color: rgb(73, 73, 73);
}

.icon-maestro-light .path3:before {
    content: "\e950";
    margin-left: -1.287109375em;
    color: rgb(57, 57, 57);
}

.icon-maestro-light .path4:before {
    content: "\e951";
    margin-left: -1.287109375em;
    color: rgb(89, 89, 89);
}

.icon-maestro-light .path5:before {
    content: "\e952";
    margin-left: -1.287109375em;
    color: rgb(57, 57, 57);
}

.icon-maestro-light .path6:before {
    content: "\e953";
    margin-left: -1.287109375em;
    color: rgb(57, 57, 57);
}

.icon-mastercard-dark .path1:before {
    content: "\e954";
    color: rgb(204, 204, 204);
}

.icon-mastercard-dark .path2:before {
    content: "\e955";
    margin-left: -1.2880859375em;
    color: rgb(239, 239, 239);
}

.icon-mastercard-dark .path3:before {
    content: "\e956";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path4:before {
    content: "\e957";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path5:before {
    content: "\e958";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path6:before {
    content: "\e959";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path7:before {
    content: "\e95a";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path8:before {
    content: "\e95b";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path9:before {
    content: "\e95c";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path10:before {
    content: "\e95d";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path11:before {
    content: "\e95e";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path12:before {
    content: "\e95f";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path13:before {
    content: "\e960";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path14:before {
    content: "\e961";
    margin-left: -1.2880859375em;
    color: rgb(236, 28, 51);
}

.icon-mastercard-dark .path15:before {
    content: "\e962";
    margin-left: -1.2880859375em;
    color: rgb(236, 22, 47);
}

.icon-mastercard-dark .path16:before {
    content: "\e963";
    margin-left: -1.2880859375em;
    color: rgb(50, 50, 50);
}

.icon-mastercard-dark .path17:before {
    content: "\e964";
    margin-left: -1.2880859375em;
    color: rgb(236, 20, 45);
}

.icon-mastercard-dark .path18:before {
    content: "\e965";
    margin-left: -1.2880859375em;
    color: rgb(248, 180, 80);
}

.icon-mastercard-dark .path19:before {
    content: "\e966";
    margin-left: -1.2880859375em;
    color: rgb(236, 31, 54);
}

.icon-mastercard-dark .path20:before {
    content: "\e967";
    margin-left: -1.2880859375em;
    color: rgb(249, 196, 117);
}

.icon-mastercard-dark .path21:before {
    content: "\e968";
    margin-left: -1.2880859375em;
    color: rgb(44, 44, 44);
}

.icon-mastercard-dark .path22:before {
    content: "\e969";
    margin-left: -1.2880859375em;
    color: rgb(244, 122, 136);
}

.icon-mastercard-dark .path23:before {
    content: "\e96a";
    margin-left: -1.2880859375em;
    color: rgb(248, 179, 77);
}

.icon-mastercard-dark .path24:before {
    content: "\e96b";
    margin-left: -1.2880859375em;
    color: rgb(247, 172, 61);
}

.icon-mastercard-dark .path25:before {
    content: "\e96c";
    margin-left: -1.2880859375em;
    color: rgb(244, 132, 145);
}

.icon-mastercard-dark .path26:before {
    content: "\e96d";
    margin-left: -1.2880859375em;
    color: rgb(247, 170, 57);
}

.icon-mastercard-dark .path27:before {
    content: "\e96e";
    margin-left: -1.2880859375em;
    color: rgb(250, 206, 140);
}

.icon-mastercard-dark .path28:before {
    content: "\e984";
    margin-left: -1.2880859375em;
    color: rgb(33, 33, 33);
}

.icon-mastercard-dark .path29:before {
    content: "\e988";
    margin-left: -1.2880859375em;
    color: rgb(241, 85, 103);
}

.icon-mastercard-dark .path30:before {
    content: "\e990";
    margin-left: -1.2880859375em;
    color: rgb(25, 25, 25);
}

.icon-mastercard-dark .path31:before {
    content: "\e991";
    margin-left: -1.2880859375em;
    color: rgb(245, 131, 144);
}

.icon-mastercard-dark .path32:before {
    content: "\e992";
    margin-left: -1.2880859375em;
    color: rgb(245, 131, 144);
}

.icon-mastercard-dark .path33:before {
    content: "\e993";
    margin-left: -1.2880859375em;
    color: rgb(222, 222, 222);
}

.icon-mastercard-dark .path34:before {
    content: "\e994";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path35:before {
    content: "\e995";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path36:before {
    content: "\e996";
    margin-left: -1.2880859375em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-dark .path37:before {
    content: "\e997";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path38:before {
    content: "\e998";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path39:before {
    content: "\e999";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-dark .path40:before {
    content: "\e99a";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-idcheck-dark .path1:before {
    content: "\e99b";
    color: rgb(222, 222, 222);
}

.icon-mastercard-idcheck-dark .path2:before {
    content: "\e99c";
    margin-left: -3.5009765625em;
    color: rgb(204, 204, 204);
}

.icon-mastercard-idcheck-dark .path3:before {
    content: "\e99e";
    margin-left: -3.5009765625em;
    color: rgb(239, 239, 239);
}

.icon-mastercard-idcheck-dark .path4:before {
    content: "\e99f";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path5:before {
    content: "\e9a0";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path6:before {
    content: "\e9ab";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path7:before {
    content: "\e9ac";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path8:before {
    content: "\e9ad";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path9:before {
    content: "\e9ae";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path10:before {
    content: "\e9af";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path11:before {
    content: "\e9b0";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path12:before {
    content: "\e9b1";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path13:before {
    content: "\e9b2";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-dark .path14:before {
    content: "\e9b3";
    margin-left: -3.5009765625em;
    color: rgb(255, 255, 255);
}

.icon-mastercard-idcheck-light .path1:before {
    content: "\e9b4";
    color: rgb(73, 73, 73);
}

.icon-mastercard-idcheck-light .path2:before {
    content: "\e9b5";
    margin-left: -3.5009765625em;
    color: rgb(57, 57, 57);
}

.icon-mastercard-idcheck-light .path3:before {
    content: "\e9b6";
    margin-left: -3.5009765625em;
    color: rgb(89, 89, 89);
}

.icon-mastercard-idcheck-light .path4:before {
    content: "\e9b7";
    margin-left: -3.5009765625em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-idcheck-light .path5:before {
    content: "\e9b8";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path6:before {
    content: "\e9b9";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path7:before {
    content: "\e9ba";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path8:before {
    content: "\e9bb";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path9:before {
    content: "\e9bc";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path10:before {
    content: "\e9bd";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path11:before {
    content: "\e9be";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path12:before {
    content: "\e9bf";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path13:before {
    content: "\e9c0";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-idcheck-light .path14:before {
    content: "\e9c1";
    margin-left: -3.5009765625em;
    color: rgb(29, 29, 27);
}

.icon-mastercard-light .path1:before {
    content: "\e9c2";
    color: rgb(57, 57, 57);
}

.icon-mastercard-light .path2:before {
    content: "\e9c3";
    margin-left: -1.2880859375em;
    color: rgb(89, 89, 89);
}

.icon-mastercard-light .path3:before {
    content: "\e9c4";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path4:before {
    content: "\e9c5";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path5:before {
    content: "\e9c6";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path6:before {
    content: "\e9c7";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path7:before {
    content: "\e9c8";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path8:before {
    content: "\e9c9";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path9:before {
    content: "\e9ca";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path10:before {
    content: "\e9cb";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path11:before {
    content: "\e9cc";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path12:before {
    content: "\e9cd";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path13:before {
    content: "\e9ce";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path14:before {
    content: "\e9cf";
    margin-left: -1.2880859375em;
    color: rgb(236, 28, 51);
}

.icon-mastercard-light .path15:before {
    content: "\e9d0";
    margin-left: -1.2880859375em;
    color: rgb(236, 22, 47);
}

.icon-mastercard-light .path16:before {
    content: "\e9d1";
    margin-left: -1.2880859375em;
    color: rgb(50, 50, 50);
}

.icon-mastercard-light .path17:before {
    content: "\e9d2";
    margin-left: -1.2880859375em;
    color: rgb(236, 20, 45);
}

.icon-mastercard-light .path18:before {
    content: "\e9d3";
    margin-left: -1.2880859375em;
    color: rgb(248, 180, 80);
}

.icon-mastercard-light .path19:before {
    content: "\e9d4";
    margin-left: -1.2880859375em;
    color: rgb(236, 31, 54);
}

.icon-mastercard-light .path20:before {
    content: "\e9d5";
    margin-left: -1.2880859375em;
    color: rgb(249, 196, 117);
}

.icon-mastercard-light .path21:before {
    content: "\e9d6";
    margin-left: -1.2880859375em;
    color: rgb(44, 44, 44);
}

.icon-mastercard-light .path22:before {
    content: "\e9d7";
    margin-left: -1.2880859375em;
    color: rgb(244, 122, 136);
}

.icon-mastercard-light .path23:before {
    content: "\e9d8";
    margin-left: -1.2880859375em;
    color: rgb(248, 179, 77);
}

.icon-mastercard-light .path24:before {
    content: "\e9d9";
    margin-left: -1.2880859375em;
    color: rgb(247, 172, 61);
}

.icon-mastercard-light .path25:before {
    content: "\e9da";
    margin-left: -1.2880859375em;
    color: rgb(244, 132, 145);
}

.icon-mastercard-light .path26:before {
    content: "\e9db";
    margin-left: -1.2880859375em;
    color: rgb(247, 170, 57);
}

.icon-mastercard-light .path27:before {
    content: "\e9dc";
    margin-left: -1.2880859375em;
    color: rgb(250, 206, 140);
}

.icon-mastercard-light .path28:before {
    content: "\e9dd";
    margin-left: -1.2880859375em;
    color: rgb(33, 33, 33);
}

.icon-mastercard-light .path29:before {
    content: "\e9de";
    margin-left: -1.2880859375em;
    color: rgb(241, 85, 103);
}

.icon-mastercard-light .path30:before {
    content: "\e9df";
    margin-left: -1.2880859375em;
    color: rgb(25, 25, 25);
}

.icon-mastercard-light .path31:before {
    content: "\e9e0";
    margin-left: -1.2880859375em;
    color: rgb(245, 131, 144);
}

.icon-mastercard-light .path32:before {
    content: "\e9e1";
    margin-left: -1.2880859375em;
    color: rgb(245, 131, 144);
}

.icon-mastercard-light .path33:before {
    content: "\e9e2";
    margin-left: -1.2880859375em;
    color: rgb(73, 73, 73);
}

.icon-mastercard-light .path34:before {
    content: "\e9e3";
    margin-left: -1.2880859375em;
    color: rgb(57, 57, 57);
}

.icon-mastercard-light .path35:before {
    content: "\e9e4";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path36:before {
    content: "\e9e5";
    margin-left: -1.2880859375em;
    color: rgb(0, 0, 0);
}

.icon-mastercard-light .path37:before {
    content: "\e9e6";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path38:before {
    content: "\e9e7";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path39:before {
    content: "\e9e8";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-mastercard-light .path40:before {
    content: "\e9e9";
    margin-left: -1.2880859375em;
    color: rgb(254, 254, 254);
}

.icon-paypal-dark .path1:before {
    content: "\e9ec";
    color: rgb(255, 255, 255);
}

.icon-paypal-dark .path2:before {
    content: "\e9ed";
    margin-left: -3.7841796875em;
    color: rgb(255, 255, 255);
}

.icon-paypal-dark .path3:before {
    content: "\e9ee";
    margin-left: -3.7841796875em;
    color: rgb(255, 255, 255);
}

.icon-paypal-dark .path4:before {
    content: "\e9ef";
    margin-left: -3.7841796875em;
    color: rgb(239, 239, 239);
}

.icon-paypal-dark .path5:before {
    content: "\e9f0";
    margin-left: -3.7841796875em;
    color: rgb(239, 239, 239);
}

.icon-paypal-dark .path6:before {
    content: "\e9f1";
    margin-left: -3.7841796875em;
    color: rgb(239, 239, 239);
}

.icon-paypal-dark .path7:before {
    content: "\e9f2";
    margin-left: -3.7841796875em;
    color: rgb(37, 59, 128);
}

.icon-paypal-dark .path8:before {
    content: "\e9f3";
    margin-left: -3.7841796875em;
    color: rgb(239, 239, 239);
}

.icon-paypal-dark .path9:before {
    content: "\e9f4";
    margin-left: -3.7841796875em;
    color: rgb(222, 222, 222);
}

.icon-paypal-dark .path10:before {
    content: "\e9f5";
    margin-left: -3.7841796875em;
    color: rgb(204, 204, 204);
}

.icon-paypal-light .path1:before {
    content: "\e9f6";
    color: rgb(57, 57, 57);
}

.icon-paypal-light .path2:before {
    content: "\e9f7";
    margin-left: -3.7841796875em;
    color: rgb(57, 57, 57);
}

.icon-paypal-light .path3:before {
    content: "\e9f8";
    margin-left: -3.7841796875em;
    color: rgb(57, 57, 57);
}

.icon-paypal-light .path4:before {
    content: "\e9f9";
    margin-left: -3.7841796875em;
    color: rgb(89, 89, 89);
}

.icon-paypal-light .path5:before {
    content: "\e9fa";
    margin-left: -3.7841796875em;
    color: rgb(89, 89, 89);
}

.icon-paypal-light .path6:before {
    content: "\e9fb";
    margin-left: -3.7841796875em;
    color: rgb(89, 89, 89);
}

.icon-paypal-light .path7:before {
    content: "\e9fc";
    margin-left: -3.7841796875em;
    color: rgb(37, 59, 128);
}

.icon-paypal-light .path8:before {
    content: "\e9fd";
    margin-left: -3.7841796875em;
    color: rgb(89, 89, 89);
}

.icon-paypal-light .path9:before {
    content: "\e9fe";
    margin-left: -3.7841796875em;
    color: rgb(73, 73, 73);
}

.icon-paypal-light .path10:before {
    content: "\e9ff";
    margin-left: -3.7841796875em;
    color: rgb(57, 57, 57);
}

.icon-visa-dark:before {
    content: "\ea12";
    color: #fff;
}

.icon-visa-light:before {
    content: "\ea13";
}

.icon-visasecure-dark .path1:before {
    content: "\ea14";
    color: rgb(255, 255, 255);
}

.icon-visasecure-dark .path2:before {
    content: "\ea15";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-dark .path3:before {
    content: "\ea16";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-dark .path4:before {
    content: "\ea17";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-dark .path5:before {
    content: "\ea18";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-dark .path6:before {
    content: "\ea19";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-dark .path7:before {
    content: "\ea1a";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-dark .path8:before {
    content: "\ea1b";
    margin-left: -1em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-light .path1:before {
    content: "\ea1c";
    color: rgb(57, 57, 57);
}

.icon-visasecure-light .path2:before {
    content: "\ea1d";
    margin-left: -1.1572265625em;
    color: rgb(57, 57, 57);
}

.icon-visasecure-light .path3:before {
    content: "\ea1e";
    margin-left: -1.1572265625em;
    color: rgb(255, 255, 255);
}

.icon-visasecure-light .path4:before {
    content: "\ea1f";
    margin-left: -1.1572265625em;
    color: rgb(255, 255, 255);
}

.icon-visasecure-light .path5:before {
    content: "\ea20";
    margin-left: -1.1572265625em;
    color: rgb(255, 255, 255);
}

.icon-visasecure-light .path6:before {
    content: "\ea21";
    margin-left: -1.1572265625em;
    color: rgb(255, 255, 255);
}

.icon-visasecure-light .path7:before {
    content: "\ea22";
    margin-left: -1.1572265625em;
    color: rgb(255, 255, 255);
}

.icon-visasecure-light .path8:before {
    content: "\ea23";
    margin-left: -1.1572265625em;
    color: rgb(255, 255, 255);
}
/*old*/
.icon-mastercard:before {
    content: "\e911";
}

.icon-maestro:before {
    content: "\e912";
}

.icon-verified-visa:before {
    content: "\e915";
}

.icon-visa:before {
    content: "\e916";
}

.icon-mc-id-check:before {
    content: "\e913";
}

/*====header====*/
/*--top bar--*/
.mstm-top-bar {
    overflow: hidden;
    transition: max-height ease-in-out 0.3s;
    max-height: 200px;
    background: var(--primary);
    color: white;
    font-size: 16px;
}


.mstm-top-bar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    /*display: grid;
    grid-template-columns: 170px 1fr 170px;
    grid-column-gap: 30px;
    align-items: center;
    justify-content: space-between;*/
}

.top-bar-menu ul {
    list-style: none;
    display: flex;
    column-gap: 20px;
    justify-content: end;
}

.top-bar-banner-outer {
    text-align: center;
}

.header-free-shipping-text {
    display: inline-block;
    vertical-align: middle;
}

.msicon-before-inline.header-free-shipping-icon {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
    transform: scale(-1,1);
}


/**/

/*--mainheader--*/
.mstm-header-area {
    background: white;
    box-shadow: 0 0px 5px 0px rgba(150,150,150,0.2);
    z-index: 5;
    position: relative;
}

/*__header main top__*/
.header-main-top {
    padding: 0;
}

    .header-main-top > div {
        display: grid;
        grid-template-columns: minmax(0,360px) minmax(300px,1fr) minmax(0,360px);
        grid-column-gap: 40px;
        align-items: center;
    }

.burger-mobile {
    display: none;
}

.header-main-top .header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-phone {
    font-weight: 500;
    font-size: 19px;
    transition: 0.3s ease-in-out;
    display: flex;
    column-gap: 5px;
}
    .header-phone:hover {
        color: var(--primary);
    }
    .header-phone i {
        align-content: center;
    }

    .header-phone a {
        transition: 0.3s ease-in-out;
    }
    .header-phone a:hover {
        color: var(--primary);
    }

/*logo*/
.mstm-logo {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mstm-header-area.mstm-fixed.mini.pop .mstm-logo {
    max-width: 150px;
}

.header-main-top .mstm-logo .mobile-logo {
    display: none;
}

/*search*/
.search-field {
    background: var(--grey);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}

    .search-field::before {
        content: "\e982";
        font-family: mindseed;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }



#desktop-search #search-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right:unset;
    display:none;
    cursor:pointer;
}

#desktop-search .search-field.searching::before {
    display:none;
}

#desktop-search .search-field.searching  #search-close {
    display: inline-block;
}

/*#search-btn {
    display: none;
}*/

#search-btn, .search-btn-toggle {
    transition: 0.3s ease-in-out;
}

.morphsearch-input {
    display: block;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 15px 20px 15px 50px;
}

.search-btn-toggle {
    cursor: pointer;
}

.search-wrapper {
    width: 100%;
    display: block;
    background: #fff;
  
    position: absolute;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
}

.mstm-header-components-search {
    overflow: hidden;
}

.search-wrapper.opened {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    padding: 20px 0px;
}

.search-outer {
    position: relative;
}

#search-close {
    position: absolute;
    right: 0px;
    transition: opacity 0.2s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
}

    #search-close:hover {
        opacity: 0.5;
    }

    #search-close::before {
        content: "\e904";
        font-size: 15px;
    }

    #search-close.mobile-search {
        display: none;
    }


.search-btn-toggle::before {
    content: "\e982";
}

.btn-search-close.search-btn-toggle::before {
    content: "\e904";
}

#mobile-search {
    display: none;
}

.search-field::before {
    content: "\e982";
    font-family: mindseed;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    /*display: none;*/
}

.search-field button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}


.morphsearch-input {
    font-size: 18px;
    padding: 12px 20px 12px 50px;
}

/*----*/

.header-main .mobile-bottom-nav {
    display: none;
}

/*.menu-banner {
    position: relative;
}

#menu-baner-button {
    font-size: 16px;
    border: 2px solid white;
    border-radius: 40px;
    padding: 7px 20px;
    bottom: 24px;
    left: 50%;
    position: absolute;
    line-height: 1;
    z-index: 1;
    overflow: hidden;
    color: white;
    transform: translateX(-50%);
}

    #menu-baner-button::before {
        content: "";
        width: 0;
        position: absolute;
        background: white;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        transition: width 0.3s ease-in-out;
    }

    #menu-baner-button:hover {
        color: var(--primary);
    }

        #menu-baner-button:hover::before {
            width: 100%;
        }

.burger-mobile-search {
    display: none;
}


#search-btn-mobile {
    display: none;
}

.header-phone-icon, .header-phone-text {
    vertical-align: middle;
}

.header-phone-icon {
    font-size: 17px;
}
*/


.menu-back-title {
    display: none;
}

/*header fixed-shrink-pop*/
.mstm-header-area.mstm-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 4;
}

    .mstm-header-area.mstm-fixed.shrink {
        top: calc( -1 * var(--headerHeight));
        animation-name: closepop;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
    }

    .mstm-header-area.mstm-fixed.pop {
        top: 0px;
        animation-name: pop;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
    }

    .mstm-header-area.mstm-fixed.mini .mstm-top-bar {
        max-height: 0px;
        transition: max-height ease-in-out 0.3s;
    }
/**/

    /*.mstm-header-area.mstm-fixed.mini .mstm-logo-and-components {
        grid-template-columns: 200px minmax(0px,1fr) 200px;
    }*/

.mstm-main-menu.desktop  nav > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, auto));
    justify-content: center;
    list-style: none;
    padding: 0;
    align-items: center;
    grid-column-gap: 30px;
}

/*.mstm-main-menu.desktop .megamenu > a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    position: relative;
}

    .mstm-main-menu.desktop .megamenu > a::after {
        content: "";
        position: absolute;
        top: 100%;
        display: block;
        width: 0%;
        height: 2px;
        background: var(--primary);
        left: 0px;
        transition: 0.3s ease-in-out;
    }

    .mstm-main-menu.desktop .megamenu > a:hover::after {
        width: 100%;
    }

    .mstm-main-menu.desktop .megamenu > a:hover {
        color: var(--primary);
    }

.mstm-main-menu.desktop li.megamenu {
    padding: 5px 20px;
}*/

/*right components*/
.mstm-header-icons {
    display: flex;
    column-gap: 25px;
    justify-content: end;
}

.header-icon-component-btn {
    font-size: 19px;
    font-weight: 500;
    display: flex;
    column-gap: 5px;
    align-items: baseline;
    position: relative;
}

/**/
.mstm-logo-and-components {
    padding-top: 10px;
    padding-bottom: 12px;
    position: relative;
    display: grid;
    grid-template-columns: 240px minmax(0px,1fr) 240px;
    align-items: center;
    grid-column-gap: 50px;
    justify-content: space-between;
    transition: all ease-in-out 0.3s
}

.mstm-header-components-cart.cart-wrapper, #search-btn, .mstm-header-components-account {
    position: relative;
}


.cart-content, .account-content {
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: 5;
    top: calc(100% + 15px);
    right: 0px;
    width: 320px;
    visibility: hidden;
    opacity: 0;
    /*padding: 40px 0px 0px 0px;*/
}


.mstm-header-components-cart.cart-wrapper > a:hover,
.mstm-header-components-account > a:hover,
.mstm-cart-login-outer .search-btn-toggle:hover,
#search-btn:hover {
    color: var(--primary);
}

.mstm-burger-icon::before {
    content: "\e983";
}

.mstm-burger-icon.opened::before {
    content: "\e904";
}

.mstm-header-components-account > a::before {
    content: "\e90d";
}


/*cart*/
.cart-content .empty-cart {
    text-align: center;
    height: 190px;
    display: grid;
    align-items: center;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    -webkit-box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
}

.cart-content-inner {
    display: grid;
    max-height: calc(var(--vhHeight) - var(--headerHeight));
    overflow: hidden;
    grid-auto-rows: 100%;
    grid-template-rows: auto 1fr auto auto auto;
    background: white;
    border-radius: 5px;
    padding: 30px 0px;
    box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    -webkit-box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    padding: 20px;
}

.mstm_cart-items .single-cart-item {
    display: grid;
    grid-template-columns: 60px auto 21px;
    align-items: center;
    grid-column-gap: 12px;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #efefef;
}

.remove-from-cart {
    justify-self: center;
    line-height: 1;
}

button.remove-from-cart:hover {
    color:var(--primary);
}

    .cart-text a:hover, .remove-from-cart button:hover,
    .mstm-cartpage-product-title a:hover, .mstm-cart-trash-button .remove-from-cart:hover {
        color: var(--primary);
    }

.cart-price-total-amount {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 18px;
}

.empty-cart .text {
    font-size: 18px;
    margin-top: 10px;
}

.cart-content .empty-cart .msicon-before-relative.cart::before {
    font-size: 30px;
}

.mstm_cart-items {
    height: 100%;
    overflow: auto;
    margin-bottom: 5px;
}

#mstm-global-banner-Cart {
    text-align: center;
    padding: 5px 0px;
}

.header-icon-component-content.cart-content .mstm_cart-items .mstm-product-title-list {
    font-size: 15px;
}

.header-icon-component-content.cart-content .cart-price {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.cart-qty-amount {
    position: absolute;
    top: -8px;
    left:14px;
    background: var(--primary);
    width: 16px;
    border-radius: 50px;
    color: white;
    text-align: center;
    font-size: 11px;
    height: 16px;
}

.mstm-header-components-cart > a::before {
    content: "\e90a";
    transform: scale(1.15);
    display: block;
}

.mstm-header-components-cart .msicon-before-relative.cart::before {
    content: "\e90a";
    font-size: 28px;
}

.msicon-before-relative.cart-product-remove::before {
    /*content: "\e904";*/
    content: "\e9aa";
    font-size: 19px;
}

.cart-checkout-button {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    padding: 5px 0px;
    align-items: center;
    grid-column-gap: 20px;
}

.header-icon-component-content.cart-content #mstm-global-banner-Cart {
    font-size: 14px;
    /* background: var(--grey); */
    margin: 10px calc(var(--containerpadding)* -1);
    padding: 10px var(--containerpadding);
    background: var(--secondary);
}

.mstm-cart-login-outer {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 25px;
    align-items: center;
    justify-content: end;
}

/*account*/
.account-content-header {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    text-align: center;
    margin-bottom: 30px;
    gap:5px;
}

.account-content-header p {
    padding: 10px 10px;
    position: relative;
}

.account-content-header .tab-header {
    background-color: var(--grey);
    border-radius: 10px;
}

    .account-content-header .tab-header.active {
        color: #fff;
        background: var(--main);
    }

    .account-content-header .tab-header:not(.active):hover {
        color: var(--primary);
    }


.account-content-inside {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    -webkit-box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
}

.account-content-inside .mstm-agree-gdpr-outer .mstm-agree-gdpr {
    margin-left: 0px;
    margin-bottom: 20px;
}

.lost_password {
    text-align: center;
    font-size: 15px;
}

.lost_password a{
    color:var(--main);
}

    .lost_password a:hover {
        color:var(--primary);
    }

/***/
.mstm-gen-outer{
    margin-top:30px;
    margin-bottom:50px;
}

.mstm-form-change-password {
    text-align: center;
    font-size: 18px;
}

.mstm-form-change-password .form-control {
    text-align: center;
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
}

.mstm-agree-gdpr {
    margin-left: 10px;
}

.mstm-agree-gdpr-outer {
    text-align: center;
    font-size: 16px;
}

.mstm-agree-gdpr-outer .mstm-agree-gdpr {
    margin-left: 0px;
}

.required-fields-text.popup {
    text-align: center;
    font-size: 14px;
}

.btn.login-customer {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn.register-customer {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 10px;
}

.msicon-before-relative.next-arrow::before {
    content: "\e902";
}

#backtohome .msicon-before-relative.next-arrow::before {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    line-height: 2;
}

#register-actions-mobile {
    text-align: center;
}

.required-fields-text {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
}

.register-btn-wrapper {
    margin-top:20px;
}

.mstm-unavailable-product-stock {
    padding: 5px 0px;
    color: #da2e40;
    margin-bottom: 5px;
}



/**/
.mstm-burger-icon, mstm-close-menu {
    display: none;
}



/*__main menu__*/
.mstm-main-menu.desktop {
    background: var(--grey);
    border-top: 1px solid var(--bordercolor);
    border-bottom: 1px solid var(--bordercolor);
    padding: 15px 0;
}
    .mstm-main-menu.desktop nav > ul {
        display: flex;
        column-gap: 30px;
        align-items: center;
        justify-content: center;
        padding-left: var(--containerpadding);
        padding-right: var(--containerpadding);
        width: fit-content;
    }

    .mstm-main-menu.desktop .menu-first-level-link {
        text-transform: uppercase;
        font-weight: 500;
        padding: 5px 10px;
        border-radius: 50px
    }

    .mstm-main-menu.desktop .menu-products-link.menu-first-level-link {
        background: #fff;
        pointer-events: none;
        border: 1px solid #fff;
    }

        .mstm-main-menu.desktop .menu-products-link.menu-first-level-link::before {
            content: "\e983";
            font-family: mindseed;
            margin-right: 5px;
            line-height:16px;
            width:18px;
            display:inline-block;
        }

    .mstm-main-menu.desktop .products-menu-outer.hasChildren.activated .menu-products-link.menu-first-level-link::before {
        content: "\e904";
        font-size: 16px;
        line-height: 16px;
    }

.mstm-main-menu a:hover {
    color: var(--primary);
}

.menu-side-img-outer {
    display: none;
}

/*--products menu--*/
.mstm-main-menu.desktop .products-menu-outer {
    --first-level-width: 330px;
    --side-image-width: 315px;
    cursor:pointer;
}

    .mstm-main-menu.desktop .products-menu-outer.activated > a,
    .mstm-main-menu.desktop .products-menu-outer:hover > a {
        border-color: var(--main);
    }

    .menu-item-thub {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        overflow: hidden;
        background: #fff;
    }

    .menu-item-thub img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.secondlevel {
    pointer-events: none;
}

.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li:hover .mstm-sub-menu.secondlevel {
    pointer-events: all;
}


/*1*/
.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel {
    max-width: calc(var(--largecontainer) + var(--containerpadding)*2);
    width: calc(100% - var(--containerpadding)*2);
    margin-left: auto;
    margin-right: auto;
}

.mstm-sub-menu.firstlevel {
    border: 1px solid var(--bordercolor);
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.mstm-sub-menu.firstlevel.expanded {
    max-height: calc(100vh - var(--headerHeight));
    overflow: auto;
}

.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner {
    background: #fff;
    position: relative;
    min-height: 550px;
}

    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner::before {
        content: "";
        display: block;
        width: var(--first-level-width);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--main);
        z-index: 0;
    }

.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul {
    padding: 15px 0;
}

    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li > a {
        align-items: center;
        gap: 10px;
        width: var(--first-level-width);
        padding: 5px 20px;
        padding-left: 50px;
        color: #fff;
        font-size: 16px;
        z-index: 1;
        position: relative;
        display: grid;
        grid-template-columns: 35px minmax(0,1fr);
    }

    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hovered > a {
        background: var(--secondary);
        color: var(--main);
    }

.mstm-main-menu.desktop .products-menu-outer .menu-side-img-outer {
    display: block;
    opacity:0;
    transition:0.3s ease-in-out;
}

    .mstm-main-menu.desktop .products-menu-outer .menu-side-img-outer .side-img-link {
        background: var(--grey);
        border-radius: 20px;
        width: 100%;
        max-width:310px;
        height: 0;
        padding-top: calc(100% / (var(--aspect-ratio)));
        --aspect-ratio: 0.79;
        display:block;
        position:relative;
    }

    .mstm-main-menu.desktop .products-menu-outer .menu-side-img-outer .side-menu-item-thub {
        padding: 40px;
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }

.menu-side-img-outer .side-menu-item-thub img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/*.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li:hover .menu-side-img-outer */
.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hovered .menu-side-img-outer {
    opacity: 1;
}

.menu-side-img-outer .btn.btn-underline {
    margin-top: 20px;
}


/*2*/
/*.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.secondlevel*/
/*.mstm-main-menu.desktop .products-menu-outer .sub-menu-wrapper*/
.mstm-main-menu.desktop .products-menu-outer.hasChildren .mstm-sub-menu.secondlevel {
    position: absolute;
    width: calc(100% - var(--first-level-width));
    height: 100%;
    left: var(--first-level-width);
    display: block;
    top: 0;
    padding: 35px;
    /*max-width:940px;*/
    display: grid;
    grid-template-columns: minmax(300px,940px) minmax(60px,var(--side-image-width));
    gap: 35px;
    background: #fff;
}

/*.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren:hover .mstm-sub-menu.secondlevel*/
/*.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren:hover .mstm-sub-menu.secondlevel,*/
.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren.hovered .mstm-sub-menu.secondlevel {
    visibility: visible;
    opacity: 1;
}

.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren .sub-menu-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    /*column-count: 3;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 500px;
    column-gap: 20px;
    row-gap: 35px;
}

/*large-content*/
.mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren.menu-second-large-content .sub-menu-wrapper {
    row-gap: 25px;
}

.mstm-sub-menu.secondlevel .sub-menu-wrapper > li a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

/*-----*/
.mstm-main-menu.desktop .megamenu.large-menu .mstm-sub-menu.firstlevel {
    max-width: calc(var(--largecontainer) + var(--containerpadding)*2);
    width: calc(100% - var(--containerpadding)*2);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--containerpadding);
    padding-right: var(--containerpadding);
    padding-bottom: 15px;
    width: calc(var(--headerNavWidth) + (2 * var(--containerpadding)));
    overflow-x: hidden;
}
    .mstm-main-menu.desktop .megamenu.large-menu .mstm-sub-menu.firstlevel > div > ul {
        padding: 20px var(--containerpadding);
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(0px, 18%));
        text-align: center;
        column-gap:10px;
        row-gap:15px;
    }

.mstm-main-menu.desktop .mstm-sub-menu.large-menu > .mstm-sub-menu-inner > ul > li > a {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*--*/
.mstm-main-menu.desktop .megamenu:not(.products-menu-outer):not(.large-menu) {
    position: relative;
}

    .mstm-main-menu.desktop .megamenu:not(.products-menu-outer):not(.large-menu) .mstm-sub-menu.firstlevel {
        width: 240px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

        .mstm-main-menu.desktop .megamenu:not(.products-menu-outer):not(.large-menu) .mstm-sub-menu.firstlevel > div > ul {
            padding: 20px;
            text-align: center;
        }

.mstm-main-menu.desktop .megamenu:not(.products-menu-outer) .mstm-sub-menu > .mstm-sub-menu-inner ul > li > a {
    padding: 10px 0;
}

.mstm-main-menu.desktop .megamenu:not(.products-menu-outer) .mstm-sub-menu > .mstm-sub-menu-inner > ul > li > a {
    padding: 10px 0;
}

.mstm-main-menu.desktop .megamenu:not(.products-menu-outer):not(.large-menu) .mstm-sub-menu > .mstm-sub-menu-inner > ul > li+ li {
    margin-top: 10px;
}

/*highlighted*/
.mstm-main-menu.desktop .highlighted-menu-item.menu-first-level-link {
    background: var(--primary);
    color: #fff;
}

.mstm-main-menu.desktop .highlighted-menu-item.menu-first-level-link:hover {
    background: var(--secondary);
}


/*====footer====*/
/*---newsletter---*/
.footer-newsletter-outer {
    background: var(--main);
    color: #fff;
}

.footer-newsletter-title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
}

.footer-newsletter-outer .btn{
    margin-top: 25px;
}

.footer-newsletter-inner {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    max-width: 100%;
    padding: 0;
    grid-template-columns: minmax(0,70%) 30%;
}

.footer-newsletter-main {
    padding: 50px var(--containerpadding);
    padding-left: calc((var(--vWidth) - var(--contentcontainer))/2);
}

.footer-newsletter-social {
    /* text-align: right; */
    padding: 50px var(--containerpadding);
    display: block;
    align-items: center;
    background: var(--secondary);
    color: var(--main);
}

    .footer-newsletter-social .social-list > a {
        display: inline-grid;
        --size: 45px;
        width: var(--size);
        height: var(--size);
        background: var(--main);
        border:1px solid var(--main);
        place-items: center;
        border-radius: 50%;
        color:#fff;
    }

        .footer-newsletter-social .social-list > a:hover {
            background: #fff;
            color: var(--main);
        }

/*---footer main---*/
footer.footer-area {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 20px;
}

/*----footer top-----*/
.footer-top {
	display: grid; 
	/*grid-template-columns: minmax(0px,130px) minmax(680px,1fr);*/
	gap: 40px;
	text-align: center;
}
/*--footer social section--*/
/*.footer-logo {
    max-width: 360px;
    width: 100%;
}*/
.footer-logo {
    max-width: 260px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 40px;*/
}

/*.footer-social-title {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size:20px;
}*/

.footer-social-title {
    /* text-transform: uppercase; */
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.footer-info-section-social {
    font-size: 34px;
}

.social-list > a:not(:last-child) {
    margin-right: 5px;
}

.social-list > a {
    display: inline-block;
    line-height: 0;
    font-size: 24px;
}

.footer-info-section-social a:hover {
    color: var(--primary);
}

/*--footer menu--*/
/*.footer-menu-outer {
    display: grid;
    grid-template-columns: repeat(4,auto);
    justify-content: space-between;
    gap: 30px;
    justify-self: end;
    width: 100%;
    max-width: 950px;
}*/

.footer-menu-outer {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    justify-content: space-between;
    gap: 30px;
    justify-self: end;
    width: 100%;
    max-width: var(--contentcontainer);
    margin-left: auto;
    margin-right: auto;
}

.footer-title {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.footer-working-hours h5 {
    font-weight: 500;
}

.footer-working-hours p {
    font-size: 16px;
    margin-top: 7px;
    font-weight: 200;
    line-height: 1.4;
}

.footer-working-hours {
    background: var(--grey);
    border-radius: 9px;
    padding: 10px;
    color: var(--main);
    font-size: 17px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}
/*--footer bottom--*/
/*.footer-bottom {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    font-size: 15px;
    margin-top: 40px;
    align-items: end;
}*/
.footer-bottom {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    font-size: 15px;
    margin-top: 40px;
    align-items: end;
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 25px;
}

.footer-bank {
    order: -1;
}

.footer-coryright-text {
    display: grid;
    gap: 5px;
}

.footer-bottom-right-txt {
    text-align: right;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.mstm-footer-bank-icons {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}

.mstm-footer-bank-icons {
    display: flex;
    color: #393939;
    font-size: 35px;
    column-gap: 10px;
    filter: invert(15%) sepia(94%) saturate(732%) hue-rotate(178deg) brightness(60%) contrast(97%);
    flex-wrap: wrap;
    justify-content: end;
}

/**/
footer #logi {
    transform: scale(1.35);
    display: inline-block;
    padding-left: 5px;
}

.footer-copyright-text span {
    display: inline-block;
}

.mstm-footer-bank-icons img {
    height: 40px;
}

.footer-list li {
    font-weight: normal;
    transition: all 0.1s ease-in-out;
    padding: 5px 0px;
    font-size: 18px;
}

.footer-list li:hover {
    color: var(--primary)
}

.footer-copyright-text {
    color: white;
    width: 100%;
    display: block;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
}

.footer-coryright-text a {
    color: var(--main);
}

    .footer-coryright-text a:hover {
        color: var(--primary);
    }

.footer-info-section {
    display: grid;
    grid-template-columns: 205px auto 205px;
    justify-content: center;
    grid-column-gap: 56px;
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 30px;
    align-items: center;
}

#scrollUp {
    border: 1px solid var(--main);
    bottom: 25px;
    color: #ffffff;
    height: 46px;
    margin: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    transition: all 0.3s ease-in-out 0s;
    width: 46px;
    z-index: 1;
    display: none;
    border-radius: 100%;
    background: white;
}

#scrollUp:hover {
    background: var(--main);
}

#scrollUp:hover::before {
    color: white;
}

#scrollUp::before {
    font-family: 'mindseed';
    position: absolute;
    color: var(--main);
    font-size: 28px;
    line-height: 1;
    content: "\e901";
    vertical-align: middle;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out 0s;
}

.sib-form {
    background: transparent !important;
}

.entry__choice a, .sib-form-container a {
    color: var(--primary) !important;
}

.entry__choice {
    text-align: center;
}

#newsletter-form {
    max-width: 600px;
    margin: 0 auto;
}

.alert-newsletter {
    font-size: 18px !important;
}

/************blog-list************/
.mstm-blog-list-repeater {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,33.333%));
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}

/*...*/
.post-featured-image.aspect-image-outer {
    --aspect-ratio: 1.5;
    border-radius: 10px;
    overflow: hidden;
}

    .post-featured-image.aspect-image-outer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: var(--instaWidth);
        max-height: var(--instaHeight);
        object-position: center;
    }

.post-featured-image img {
    transition:0.3s;
}
.post-featured-image:hover img {
    transform: scale(1.05);
}

.mstm-blog-item h2 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    --numberoflines: 1;
}

.blog-list-read_more {
    text-align: center;
    display: block;
    margin-top: 14px;
    font-weight: bold;
    font-size: 16px;
}

.post-intro {
    height: 60px;
}

.post-header {
    padding: 15px 0;
    text-align: center;
}

.post-title {
    font-weight: 500;
}

.post-meta {
    margin: 0px 0px 20px 0px;
    display: block;
}

.post-more-link {
    font-weight: bold;
}

.mstm-blog-post .post-category {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--primary);
    padding-right: 15px;
}

    .mstm-blog-post .post-category a:hover {
        opacity: 0.7;
    }

.blog-search-no-results {
    text-align: center;
}

    .blog-search-no-results .no-results .term {
        color: var(--primary);
    }


.blog-search > input {
    background: none;
    height: 45px;
    width: 480px;
    padding: 0px 40px 0px 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
    max-width: 100%;
    font-size: 18px;
}

.mstm-clean-search-text {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
}

    .mstm-clean-search-text button {
        line-height: 1;
    }

.blog-paggination {
    margin-top: 20px;
}

.mstm-blog-post {
    position: relative;
}

.mstm-blog-filters {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,auto));
    justify-content: flex-start;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    background: white;
    z-index: 2;
    width: 100%;
    top: calc(100% + 1px);
    box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    -webkit-box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
}

.mstm-blog-filter-search .mstm-blog-filters {
    grid-template-columns: 100%;
    row-gap:2px;
}

.mstm-blog-filter-search .mstm-blog-filter {
    padding: 0px;
}

.mstm-blog-filter-search .mstm-blog-filter a {
    padding: 5px 15px;
    display: block;
    width: 100%;
}

.mstm-blog-filter-search {
    display: grid;
    margin-bottom: 60px;
    grid-template-columns: repeat(2,minmax(0px,auto));
    grid-row-gap: 20px;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 50px;
}


.blog-search {
    position: relative;
    width: 100%;
}

.mstm-blog-filters-title {
    font-size: 21px;
    padding: 9px 36px;
    background: var(--primary);
    color: white;
    border-radius: 40px;
    line-height: 1;
    cursor: pointer;
}

.mstm-blog-list.container {
    max-width: 1366px;
}

.mstm-blog-post {
    justify-self: center;
    width: 100%;
    position: relative;
    max-width: 500px;
}

    .mstm-blog-post a:hover {
        color: var(--primary);
    }

.mstm-blog-filters.expanded {
    max-height: 500px;
    overflow: hidden;
    animation-name: filtersopen;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
}

.mstm-blog-filters.shrink {
    animation-name: filtersclose;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
}

.mstm-blog-filters-title span {
    vertical-align: middle;
    display: inline-block;
}

.mstm-blog-filters-title::after {
    position: relative;
    content: "\e98b";
    font-family: 'mindseed';
    margin-left: 6px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.mstm-blog-filters-title.active::after {
    transform: rotate(180deg);
}


.mstm-blog-filters-outer {
    position: relative;
}

.blog-feed-title{
    text-align:center;
}



/**************single-blog**************/
#mstm-social-share-outer {
    position: relative;
    text-align: center;
}

#mstm-social-share > button {
    margin: 0px 6px;
    /*width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #bbb;
    display: inline-grid;
    justify-content: center;
    align-content: center;
    color: white;*/
    font-size: 20px;
    color:inherit;
    display:inline-block;
}

    #mstm-social-share > button:hover {
        color: var(--primary);
    }

#mstm-social-share {
    font-size: 20px;
}

.mstm-single-post .post-body img {
    max-width: 100%;
    height: auto !important;
}

    .mstm-single-post .post-body img:has(+ img), 
    .mstm-single-post .post-body img + img {
        max-width: 100%;
        height: auto !important;
        display: inline-block;
        width: calc(50% - 3px);
        padding: 5px;
    }

.mstm-single-post .post-body > div > img, 
.mstm-single-post .post-body > div > p > img {
    aspect-ratio: 3/4;
    object-fit: cover;
}
.mstm-single-post .post-body > div img.landscape, 
.mstm-single-post .post-body > div p img.landscape {
    aspect-ratio: 4/3;
}

.mstm-single-post .post-body [class^='slider'] img {
    width: 100%;
    padding:0;
    padding-bottom:20px;
}


.gallery-image-outer > img {
    aspect-ratio: 1;
    object-fit: cover;
}

.msicon-before-relative.facebook::before {
    content: "\e900";
}

.msicon-before-relative.instagram::before {
    content: "\e903";
}


.msicon-before-relative.twitter::before {
    content: "\e90c";
}

.mstm-single-post .post-body p {
    line-height: 1.2;
    margin: 20px auto;
    font-size: 18px;
}


.mstm-single-post .post-body a {
    color: var(--primary);
}

    .mstm-single-post .post-body a:hover {
        text-decoration: underline;
    }

.mstm-single-post .post-body ul {
    list-style: disc;
    font-size: 18px;
}


.mstm-social-share-text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.mstm-signle-post-body-and-cats {
    display: block;
    margin-bottom: 130px;
}

.mstm-blog-filters .mstm-blog-filter a:hover {
    color: var(--primary);
}

.mstm-single-post .post-title {
    font-size: 36px;
}

.mstm-single-post .post-body {
    margin-top: 60px;
}

    .mstm-single-post .post-body ul, .mstm-single-post .post-body ol {
        list-style-position: inside;
    }


.mstm-suggestion-posts {
    display: flex !important;
    position: relative;
    visibility: hidden;
    padding: 0px 30px;
    padding-bottom: 24px;
    justify-content:center;
}

    .mstm-suggestion-posts.slick-initialized {
        visibility: visible;
    }

        .mstm-suggestion-posts.slick-initialized::before {
            visibility: hidden;
        }

    .mstm-suggestion-posts::before {
        content: url(/assets/fonts/mindseed/loader.svg);
        position: absolute;
        background: rgba(255,255,255,0.5);
        top: 0px;
        left: 0px;
        z-index: 10;
        width: 100%;
        display: grid;
        justify-content: center;
        align-content: center;
        height: 100%;
        visibility: visible;
    }



    .mstm-suggestion-posts .mstm-blog-post {
        padding: 0 10px;
        margin-top: 30px;
    }

.mstm-single-post {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0px 50px;
}

.post-meta .post-date {
    display: inline-block;
    margin-right: 20px;
    background: var(--main);
    color: #fff;
    border-radius: 20px;
    padding: 4px 15px;
}

    .mstm-single-post .post-category {
        display: inline-block;
        color: var(--primary);
    }

        .mstm-single-post .post-category a:hover {
            color: var(--secondary);
        }

/*.mstm-suggestion-posts .post-date {
    font-size: 16px;
    padding: 9px 10px;
}

.mstm-suggestion-posts .post-category {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.mstm-suggestion-posts .post-title {
    font-size: 20px !important;
    text-align: center;
}

.mstm-suggestion-posts .post-featured-image {
    margin-bottom: 19px;
}
*/

.single-blog-nav-link {
    font-size: 20px;
    text-transform: uppercase;
}

    .single-blog-nav-link:hover {
        color: var(--primary);
    }

.single-blog-nav-share {
    display: grid;
    grid-template-columns: repeat(3,minmax(0px,auto));
    align-items: center;
    margin-top: 60px;
}

.single-blog-next-link {
    text-align: right;
}

.single-blog-nav-link i {
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;
}

.single-blog-nav-link span {
    vertical-align: middle;
}

.single-blog-prev-link i {
    transform: rotate(180deg);
}


/*
.post-featured-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(142 142 142 / 50%);
    top: 9px;
    left: -9px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
    
.mstm-suggestion-posts .post-featured-image:hover .post-featured-image-overlay {
    opacity: 1;
}
    */

/***product-list***/
.top-title-section.l-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-products-category {
    text-align: center;
    margin-bottom: 70px;
}

/*--filters--*/
/*.mstm-row-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(0px,auto));
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    grid-column-gap: 60px;
}*/

.product-list-top .mstm-attribute_name {
    font-size: 20px;
    position: relative;
    padding: 8px 20px 8px 0px;
    display: inline-block;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

    .product-list-top .mstm-attribute_name:hover {
        color: var(--primary);
    }

.product-list-top .mstm-attribute_name.msicon-before::before {
    content: "\e97c";
    display: block;
    top: 50%;
    transform: translateY(-35%);
    right: 0px;
    left: unset;
    font-size: 12px;
}
/*new*/
.mstm-row-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit,200px);
    justify-content: center;
    align-items: center;
    position: relative;
    column-gap: 30px;
    row-gap: 5px;
    align-items: end;
}

    .mstm-row-filters .mstm-attribute_name {
        padding: 10px;
        padding-right: 20px;
        position: relative;
        width: 100%;
        display: inline-block;
        cursor: pointer;
    }

    .mstm-row-filters .mstm-attribute_name::after {
        content: "\e975";
        font-family: mindseed;
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        line-height: 0;
        position: absolute;
        transition:0.3s ease-in-out;
    }

        .mstm-row-filters .mstm-attribute_name:hover::after, 
        .mstm-row-filters .mstm-attribute_name.mstm-active::after {
            color: var(--primary);
        }

        .mstm-row-filters .mstm-attribute_name:hover::before, 
        .mstm-row-filters .mstm-attribute_name.mstm-active::before {
            border-color: var(--primary);
        }

        .mstm-row-filters .mstm-attribute_name.mstm-active::after {
            /* content: "-"; */
            content: "\e979";
        }

.mstm-row-filters .mstm-attribute_name::before {
    content: "";
    width: 100%;
    border-bottom: 1px solid var(--main);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
}

    .mstm-row-filters .sidebar-widget.mstm-vars-filter {
        position: relative;
        min-width: 110px;
        text-align: left;
    }

    .mstm-row-filters .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        max-height: 335px;
        overflow-y: auto;
    }

.mstm-row-filters .mstm-filters-content.sidebar-widget-list {
    padding: 10px;
}

    .mstm-row-filters .sidebar-widget-option small {
        background: #999999;
        color: #fff;
        /* padding: 1px 6px 1px 4px; */
        border-radius: 4px;
        /* min-width: 15px; */
        display: inline-block;
        text-align: center;
        font-size: 13px;
        line-height: 1.3;
        display: inline-grid;
        place-items: center;
        min-width: 18px;
        height: 18px;
        background: var(--grey);
        color: var(--primary);
    }

    .mstm-row-filters .mstm-filters-content.sidebar-widget-list .mstm-filter-search {
        position: relative;
    }

    .mstm-row-filters .mstm-filters-content.sidebar-widget-list .mstm-filter-search {
        margin-bottom: 10px;
    }

        .mstm-row-filters .mstm-filters-content.sidebar-widget-list .mstm-filter-search .form-control.mstm-filter-search-input {
            margin-bottom: 0px;
            border: none;
            border-bottom: 1px solid var(--text-secondary);
            padding: 7px 24px 7px 14px;
            font-size: 14px;
            height: auto;
        }

    .mstm-row-filters .mstm-filters-content.sidebar-widget-list .mstm-filter-search::after {
        content: "\e982";
        font-family: mindseed;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--main);
    }

/*new*/

/*--product list top--*/
.product-list-top {
    padding: 40px 0;
    border-bottom: 1px solid var(--bordercolor);
    margin-bottom: 30px;
}

    .product-list-top > div {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .product-list-top .num-of-products {
        color: var(--greytxt);
        font-size: 16px;
    }

/*--product list--*/
.mstm-products {
    display: grid;
    /*grid-template-columns: repeat(5, minmax(0, 20%));*/
    grid-template-columns: repeat(5,minmax(0,280px));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    justify-content: space-between;
    /*grid-template-columns: repeat(auto-fill,minmax(250px,280px));*/
}


/*__product item__*/
.single-product-item {
    padding: 10px;
    position: relative;
    min-width: 200px;
}

.home-products-slider .single-product-item {
    padding-bottom: 35px;
}

/*.single-product-item {
    padding: 25px;
    position: relative;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}*/

/*delivery status*/
    .single-product-item .mstm-product-delivery-status {
        position: absolute;
        top: 21px;
        right: 21px;
        line-height: 12px;
        z-index: 1;
    }

        .single-product-item .mstm-product-delivery-status > span {
            width: 12px;
            height: 12px;
            display: inline-block;
            border-radius: 50%;
        }

        .single-product-item .mstm-product-delivery-status > .mstm-in-stock {
            background: #50d665;
        }

        .single-product-item .mstm-product-delivery-status > .mstm-in-stock-warning {
            background: #f58c56;
        }

        .single-product-item .mstm-product-delivery-status > .mstm-out-of-stock {
            background: #fe0001;
        }

/*image*/
    .single-product-item .product-image.aspect-image-outer {
        --aspect-ratio: 0.7;
        overflow: hidden;
        margin-bottom: 25px;
        border-radius: 10px;
        box-shadow: 0 0 10px -5px rgba(43, 34, 22, 0.35);
        background:#fff;
    }

.product-flags {
    top: 5px;
    position: absolute;
    left: 10px;
    display: grid;
    grid-row-gap: 5px;
    pointer-events: none;
    z-index: 2;
}

    .product-flags > div {
        padding: 3px 5px;
        font-weight: normal;
        width: 50px;
        text-align: center;
        font-size: 15px;
        border-radius: 50px;
    }
.flag-new-outer,
.mstm-discount-outer {
    /*box-shadow: 0 0 5px -4px rgba(50,50,50,0.5);*/
    box-shadow: 0 0 5px -3px rgba(50,50,50,0.7);
    /*box-shadow: 0 0 6px -4px rgba(171, 135, 84, 0.9);*/
}

.flag-new-outer {
    background: #fff;
    color: var(--primary);
}

.mstm-discount-outer {
    color: #fff;
    background: var(--primary);
}

/*text*/
.single-product-item .product-text {
    text-align: center;
}

.single-product-item .product-category {
    text-transform: uppercase;
    font-size: 14px;
}

.home-products-slider .single-product-item .mstm-product-title.ellipsis {
    margin-bottom: 0;
}

.single-product-item .mstm-product-title {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    --numberoflines:3;
}

.single-product-item .product-sku {
    font-size: 12px;
    color: var(--greytxt);
    font-weight: 300;
}

.single-product-item .mstm-add-to-cart {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    margin-top: 10px;
}
.home-products-slider .single-product-item .mstm-add-to-cart {
    margin-top: 0;
}

.single-product-item:hover .mstm-add-to-cart {
    opacity: 1;
    visibility: visible;
}

.mstm-add-to-cart .btn.btn-cyan {
    padding: 5px 20px;
    font-size: 16px;
}

.mstm-add-to-cart .btn.btn-underline {
    padding: 7px 20px;
    font-size: 15px;
    color: inherit;
}

/*paggination*/
.mstm-paggination {
    text-align: center;
    margin-bottom: 70px;
}

.mstm-load-more .btn.btn-secondary {
    font-weight:normal;
}

.mstm-load-more .btn::after {
    content: "\e918";
    font-family: mindseed;
    margin-left: 5px;
}

/*....*/

.mstm-taksinomish, .mstm-nbr-limits {
    position: relative;
}

    .mstm-nbr-limits .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        min-width: unset !important;
        width: 100%;
    }

    .mstm-taksinomish .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        min-width: 200px;
    }

.mstm-taksinomish .mstm-attribute_name {
    font-weight: normal;
    font-size: 16px;
}

.mstm-taksinomish .mstm-checkbox {
    font-size: 15px;
}


.categorypage-cover.hasimage {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    .categorypage-cover.hasimage.no-margin {
        margin-bottom: 0px;
    }

img.categorypage-cover-image {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

.categorypage-cover.hasimage + .no-products-category {
    padding-top: 20px;
}

/*.categorypage-cover.hasimage .categorypage-cover-inner-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    grid-template-columns: max-content;
}*/

.categorypage-cover.hasimage .mstm-breadcrumb {
    margin: 0px;
}

.categorypage-cover.hasimage .mstm-breadcrumb-container {
    order: 2;
}

.single-product-item .product-text h2 {
    font-size: 18px;
}

.mstm-checkbox.sidebar-widget-option {
    padding-left: 0px !important;
}

.sidebar-widget-option .checkmark {
    display: none;
}



.categories-submenu .mstm-attribute_name {
    padding: 7px 36px;
    background: var(--primary);
    color: white;
    border-radius: 40px;
    font-size: 20px;
}

.mstm-row-filters-pad {
    background: #f2f2f2;
    margin-bottom: 30px;
    width: calc(var(--vWidth));
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: 0 calc((var(--vWidth) - 100%) / 2);
    padding-top: 38px;
    padding-bottom: 38px;
    z-index: 3;
}

.back-to-filters {
    display: none;
}

.mobile-order-button {
    display: none;
}

.aspect-image-outer {
    width: 100%;
    --aspect-ratio: 1;
    position: relative;
}

    .aspect-image-outer::before {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
        position: relative;
    }

    .aspect-image-outer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        /*object-position: top;*/
        object-position: center;
        left: 0px;
    }

.single-product-item .aspect-image-outer img {
    object-fit: contain;
}



.product-text .pro-price {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.home-products-slider .product-text .pro-price {
    margin-bottom: 10px;
}

    .product-text .pro-price .old-price,
    .mstm-product-prices .old-price {
        color: var(--greytxt);
        text-decoration: line-through;
        /*text-decoration: line-through 1px red;
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        text-decoration-color: red;
        -webkit-text-decoration-color: red;*/
    }


.mstm-products.carousel {
    display: flex;
    padding: 0px 30px;
    visibility: hidden;
}

    .mstm-products.carousel .single-product-item-outer,
    .carousel .mstm-products .single-product-item-outer {
        padding: 0px 15px;
    }


    .mstm-products.carousel.slick-initialized {
        visibility: visible;
        justify-content: center;
    }

        .mstm-products.carousel.slick-initialized::before {
            visibility: hidden;
        }

    .mstm-products.carousel::before {
        content: url(/assets/fonts/mindseed/loader.svg);
        position: absolute;
        background: rgba(255,255,255,0.5);
        top: 0px;
        left: 0px;
        z-index: 10;
        width: 100%;
        display: grid;
        justify-content: center;
        align-content: center;
        height: 100%;
        visibility: visible;
    }

.mstm-category-title {
    text-align: center;
}

.mstm-filters-content-option {
    position: relative;
    align-items: center;
    display: grid;
    padding: 0px 10px;
}

.sidebar-widget-option {
    padding: 6px 0px;
    cursor: pointer;
}

.mstm-filters-content-option:hover, .mstm-filters-content-option.attrselected {
    color: var(--primary);
}

.sidebar-widget.mstm-vars-filter {
    position: relative;
}

.mstm-filters-content.sidebar-widget-list.mstm-ul-active {
    display: grid !important;
    align-items: start;
    max-height: 334px;
    top: calc(100% + 1px);
    z-index: 3;
    height: auto;
    min-width: 242px;
    text-align: left;
    box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    -webkit-box-shadow: 0px 4px 14px -2px rgba(58,58,58,0.61);
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
    animation-name: filtersopen;
    animation-duration: 0.6s;
}

ul.categorysubmenu.mstm-filters-content.sidebar-widget-list.mstm-ul-active {
    width: 100%;
    min-width: unset;
}

/*price*/
.mstm-price-slider .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
    display: block !important;
    padding: 0px 10px 0px 0px;
}

.mstm-price-slider .mstm-filters-content.sidebar-widget-list::before,
.mstm-price-slider .mstm-filters-content.sidebar-widget-list::after {
    height: 10px;
}

.noUi-horizontal {
    border: 0 none;
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: auto;
    background: transparent;
    min-height: 25px;
    box-shadow: none;
}

.noUi-base {
    background: var(--grey);
}

.noUi-connect {
    background: var(--primary);
    border: 0 none;
    border-radius: 25px;
    height: 9px;
    position: relative;
    width: 100%;
    left: 0px;
}

.noUi-origin {
    top: 4px;
}

.noUi-handle.noUi-handle-lower, .noUi-handle.noUi-handle-upper {
    /*background: #0a0a0a repeat scroll 0 0;*/
    background: var(--main) repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    /*height: 24px;
    width: 24px;*/
    height: 20px;
    width: 20px;
    top: 50%;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    transform: translate(0px, -50%);
    right: -10px;
    box-shadow: unset;
}

.mstm-price-slider-text {
    font-size: 18px;
    display: grid;
    grid-template-columns: repeat( 2, minmax(0px, auto));
    justify-content: space-between;
    position: relative;
    margin: 0 auto 15px auto;
    width: 80%;
    left: 6px;
}
/**/

.mstm-filters-content-option {
    border-top: 1px solid #fff;
    width: 100%;
}

    .mstm-filters-content-option:hover, .mstm-filters-content-option.attrselected {
        background-color: unset;
        color: var(--primary);
    }

.noUi-handle::after, .noUi-handle::before {
    display: none !important;
}

.mstm-filters-content.sidebar-widget-list {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: white;
    top: 100%;
    margin: 0px;
    overscroll-behavior: none;
    max-height: 0px;
    overflow-y: hidden;
    animation-name: filtersclose;
    animation-timing-function: ease-in-out;
    animation-duration: 10s;
}


    .mstm-filters-content.sidebar-widget-list::before,
    .mstm-filters-content.sidebar-widget-list::after {
        content: "";
        width: 100%;
        height: 5px;
        position: relative;
        display: block;
    }


/*.mstm-remove-filters > .container > div > span {
    margin-right: 10px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.mstm-remove-filters .selected_filters {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: calc(100% - 145px);
    vertical-align: middle;
}

    .mstm-remove-filters .selected_filters li {
        display: inline-block;
    }

.mstm-remove-filters .container {
    display: grid;
    grid-template-columns: auto 170px;
}

.mstm-remove-filters {
    background-color: #f4f4f4;
    padding: 16px 10px;
    margin-bottom: 30px;
}

.mstm-remove-attribute {
    padding: 1px 10px;
    margin-right: 10px;
    border: 1px solid;
    font-size: 12px;
    color: var(--primary);
}

    .mstm-remove-attribute .msicon-before-relative::before {
        content: "\e904";
        font-size: 8px;
        margin-left: 2px;
    }*/

/*remove filters*/
.mstm-remove-filters > .container > div > span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 20px 5px 0px;
    font-weight: bold;
}

.mstm-remove-filters .selected_filters {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: calc(100% - 155px);
    vertical-align: middle;
    padding: 10px 0;
}

    .mstm-remove-filters .selected_filters li {
        display: inline-block;
    }


.mstm-remove-filters {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: auto 170px;
    background: var(--grey);
    margin-bottom: 30px;
}

.mstm-remove-attribute {
    padding: 5px 15px;
    margin-right: 10px;
    border: 1px solid;
    font-size: 12px;
    color: var(--greytxt);
}

    .remove-all-filters:hover,
    .mstm-remove-attribute:hover {
        color: var(--primary);
    }

    .mstm-remove-attribute .msicon-before-relative::before {
        content: "\e904";
        font-size: 9px;
        margin-left: 5px;
    }

.remove-all-filters .msicon-before-relative::before {
    content: "\e904";
    font-size: 10px;
    margin-left: 2px;
    font-weight: bold;
}

.remove-all-filters {
    font-weight: bold;
    color: var(--greytxt);
    font-weight: 500;
    font-size: 16px;
}

/**/

/*.noparentcategory-section {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    grid-column-gap: 10px;
    margin-bottom: 60px;
    position: relative;
}*/

.mstm-remove-filters.mobile {
    display: none;
}

/*.mstm-product-actions {
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    column-gap: 8px;
    font-size: 21px;
    color: white;
    z-index: 2;
}

.single-product-item .product-image::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: black;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.single-product-item:hover .product-image::after {
    opacity: 0.2;
    visibility: visible;
}

.single-product-item:hover .mstm-product-actions {
    opacity: 1;
    visibility: visible;
}


.mstm-btn-wishlist {
    cursor: pointer;
}

    .mstm-btn-wishlist::before {
        content: "\e907";
        display: block;
        transition: 0.3s ease-in-out;
        color: white;
    }

    .mstm-btn-wishlist.added::before {
        content: "\e90e";
    }

    .mstm-btn-wishlist:hover::before {
        content: "\e90e";
        transition: 0.3s ease-in-out;
    }

.mstm-add-to-cart > button, .mstm-btn-wishlist {
    background: var(--primary);
    width: 36px;
    height: 36px;
    display: grid;
    justify-content: center;
    align-content: center;
    border-radius: 40px;
    color: white;
    opacity: 1;
}

    .mstm-add-to-cart > button:hover, .mstm-btn-wishlist:hover {
        background: #134e78;
    }*/

/***product-page***/
.product-page.product-details-area {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    margin-bottom: 90px;
    gap: 40px;
    margin-top: 0px;
    grid-template-columns: minmax(0,30%) minmax(0,40%) minmax(0,30%);
}

/*.product-page-image-section {
    display: grid;
    grid-template-columns: minmax(0,130px) minmax(80%,1fr);
    gap: 40px;
    grid-template-columns:100%;
}*/

.mstm-product-page-image-outer {
    display: block;
    max-width: 560px;
    width: 100%;
    position:relative;
}

.single-product-image {
    border: 1px solid var(--bordercolor);
    border-radius: 10px;
    overflow:hidden;
}

    .single-product-image, .single-product-image div {
        line-height: 0;
    }

.single-product-image-outer .aspect-image-outer img {
    object-fit: contain;
    /*border-radius: 10px;*/
    /*border: 1px solid var(--bordercolor);*/
    /* background: var(--grey); */
}

.mstm-product-page-image-outer .product-flags {
    top: var(--containerpadding);
    left: var(--containerpadding);
}



/*--product img--*/
/*thumbs*/
.single-product-thumbnail.product-thumbnail-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.p-thumb.aspect-image-outer {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--bordercolor);
}

.single-product-thumbnail.product-thumbnail-slider .slick-slide > div {
    padding: 0 5px;
}

.single-product-thumbnail.product-thumbnail-slider {
    margin-left: -5px; /*same as slick-slide padding*/
    margin-right: -5px;
}


/*--product details--*/
.mstm-product-details-outer {
    /*max-width: 460px;*/
    width: 100%;
    padding: var(--containerpadding);
    border: 1px solid var(--bordercolor);
    border-radius: 10px;
}

.product-details-text {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
}

    .mstm-product-details-outer .title-wrapper {
        display: flex;
        column-gap: 25px;
        justify-content: space-between;
        align-items: baseline;
    }

.product-details-text .mstm-product-title {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}

.product-details-text .product-info a:hover, 
.product-details-text .mstm-product-short-description a:hover {
    color: var(--primary);
}

/**/
.product-details-text .product-info {
    margin-bottom: 35px;
    font-size: 16px;
    font-weight:300;
}

    .product-details-text .product-info li > *:not(.mstm-product-sku-span) {
        text-transform: uppercase;
    }

.product-info .info-label {
    margin-right: 5px;
}

.product-info .info-txt {
    font-weight: 500;
}

.product-info li + li {
    margin-top: 10px;
}
/*descr*/
.mstm-product-short-description {
    border-top: 1px solid var(--grey);
    padding-top: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--grey);
}

.go-to-descr-wrapper {
    height: 50.5px;
    display: inline-grid;
    align-items: center;
}

/*--right box--*/
.mstm-additional-details {
    padding: var(--containerpadding);
    background: var(--grey);
    border-radius: 10px;
}

.mstm-additional-details-inner {
    display: grid;
    grid-template-rows: 1fr auto auto auto;
    height: 100%;
}

    .mstm-additional-details-inner .top {
        margin-bottom: 50px;
    }

.product-price-outer .mstm-discount-outer,
.product-page.product-details-area .flag-new-outer {
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 500;
    width: unset;
    font-size: inherit;
    display: inline-block;
}

/*.product-page.product-details-area .flag-new-outer {
    padding: 6px 15px;
    border: 1px solid;
}*/

/*price*/
.mstm-product-prices {
    font-size: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 500;
}

.storeprice-wrapper {
    display: block;
    margin: 30px 0;
    font-size: 20px;
    color: var(--primary);
}

.mstm-product-prices .old-price {
    font-size: 25px;
    font-weight: normal;
}

.mstm-product-prices span.small {
    font-size: 15px;
    display: block;
}

/*delivery status*/
.mstm-product-delivery-status > p {
    /*padding: 8px 9px;*/
    padding: 6px 9px 8px 9px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
}

    .mstm-product-delivery-status > p.mstm-in-stock {
        background: #ddf5df;
        color: #2ad632;
    }

    .mstm-product-delivery-status > p.mstm-out-of-stock {
        background: #f9e1e1;
        color: #fe0001;
    }

    .mstm-product-delivery-status > p.mstm-in-stock-warning {
        background: #FFDFCF;
        color: #FF5400;
    }

.mstm-product-delivery-status-label::before {
    content: "•";
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    line-height: 4px;
    border-radius: 50%;
}
/*variations*/
.mstm-additional-details .variations-outer {
    margin-bottom: 25px;
}

.variations-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 17px;
    color: var(--primary);
}

.variations-outer .mstm-attributes-inner {
    display: flex;
    flex-wrap: wrap;
    /*flex-wrap: wrap-reverse;*/
    align-items: center;
    column-gap: 15px;
    row-gap: 10px;
    display: grid;
}
/*.variations-outer .mstm-attr-outer + .mstm-attr-outer {
    margin-top: 10px;
}*/

.mstm-attr-outer {
    font-size: 17px;
}

    .mstm-attr-outer .attr-compl-title {
        margin-right: 5px;
    }


.mstm-attr-outer select {
    border: none;
    background: none;
    padding: 6px 10px;
    color: inherit;
    background: var(--grey);
    border-radius: 10px;
}

.mstm-additional-details .mstm-attr-outer select {
    background: #fff;
}

.mstm-attr-outer select option {
    color: inherit;
}

/*links list*/
.icons-list ul {
    font-size: 15px;
    border-top: 1px solid var(--bordercolor);
    border-bottom: 1px solid var(--bordercolor);
    padding: 10px 0;
    /*padding: 15px 0;*/
}

        .icons-list ul li {
            margin-bottom: 10px;
            display: flex;
            gap: 8px;
            align-items: baseline;
        }
       /* .icons-list ul li+li {
            margin-top: 20px;
        }*/

    .icons-list li .msicon-before-relative {
        font-size: 22px;
        transform: translateY(4px);
    }

.icons-list .msicon-before-relative::after {
    content: "";
    --size: 22px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: var(--secondary);
    z-index: -1;
}

.icons-list a {
    text-decoration: underline;
}

.mstm-additional-details-inner .icons-list a:hover {
    color: var(--primary);
}
/**/
.mstm-product-actions {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin-top: 30px;
    grid-template-columns: 100%;
    row-gap: 30px;
}

.mstm-product-actions-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
}

.mstm-product-actions .mstm-product-actions-top .product-social-buttons {
    justify-content: end;
    display: flex;
}


    .mstm-product-actions .mstm-product-actions-top .product-social-buttons > button {
        margin: 0px 8px;
        font-size: 28px;
        color: inherit;
        display: inline-block;
    }

        .mstm-product-actions .mstm-product-actions-top .product-social-buttons > button:hover {
            color: var(--primary);
        }


/*quantity*/
.mstm-product-quantity-to-add {
    display: inline-flex;
    align-items: center;
}

.mstm-product-quantity-to-add {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

.quantity-value {
    min-width: 45px;
    text-align: end;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

.quantity-actions {
    display: inline-block;
}

    .quantity-actions > button {
        display: block;
        font-weight: 300;
        font-size: 14px;
        padding: 3px 5px;
    }

        .quantity-actions > button:hover {
            color: var(--primary);
        }


.mstm-product-quantity .mstm-subtract-quantity::before {
    content: "\e979";
}

.mstm-product-quantity .mstm-add-quantity::before {
    content: "\e975";
}

.add-cart-product.btn.btn-primary {
    font-size: 22px;
    font-weight: 500;
    padding: 12px 30px;
}

    .add-cart-product.btn.btn-primary .msicon-before-relative {
        padding-left: 4px;
        font-size: 23px;
        margin-bottom: -9px;
        transform: scale(1.2);
    }

    .mstm-product-actions-top .mstm-btn-wishlist {
        width: 50px;
        height: 50px;
        font-size: 24px;
        color: inherit;
        background: #fff;
        display: inline-grid;
        place-items: center;
        font-weight: 900;
        border-radius: 10px;
    }

    .mstm-product-actions-top .mstm-btn-wishlist.msicon-before-relative::before {
        content: "\e907";
    }

    .mstm-product-actions-top .mstm-btn-wishlist.msicon-before-relative:hover::before,
    .mstm-product-actions-top .mstm-btn-wishlist.msicon-before-relative.added::before {
        content: "\e90e";
    }

    .mstm-product-actions-top .mstm-btn-wishlist:hover {
        color: var(--primary);
    }

/**/
.product-tabs-outer {
    --padding: 20px;
    overflow: hidden;
}

    .product-tabs-outer .tab-header {
        padding: var(--padding);
        position: relative;
        cursor: pointer;
        border-bottom: 2px solid;
        transition: 0.3s ease-in-out;
        font-size: 20px;
        font-weight: 500;
    }

.product-tabs-item.active .tab-header, .product-tabs-item .tab-header:hover {
    color: var(--primary);
}

.product-tabs-outer .tab-header::after {
    content: "\e98b";
    font-family: mindseed;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-size: 18px;
}

.product-tabs-outer .active .tab-header::after {
    transform:rotate(180deg);
}

.product-tabs-outer .tab-content {
    padding: var(--padding);
    line-height: 1.3;
}
    .product-tabs-outer .tab-content .mstm-product-description {
        line-height: 1.3;
    }

    .product-tabs-item:not(.active) .tab-content {
        display: none;
    }


    .product-tabs-item:not(.active) + .product-tabs-item:not(.active){
        border-top:1px solid #fff ;
    }

.product-tabs-outer a:not(.btn):not(.product-attached-file) {
    color: var(--primary);
}

.product-tabs-outer a:not(.btn):not(.product-attached-file):hover {
    /*color: var(--secondary);*/
    text-decoration: underline;
}

/**/
.product-tabs-item #product-specs .product-attr-descr-title {
    margin-right: 5px;
}

.product-tabs-item #product-specs .expanded.card-body {
    display: inline-block;
}

/*attached files*/
.product-attached-file {
    display: inline-block;
    background: var(--grey);
    padding: 2px 7px;
    border-radius: 5px;
}

.product-attached-file:hover {
    color: var(--primary);
}

/*related products*/
.primary-title.products-related-title, .primary-title.cross-product-title {
    text-align: center;
}

.mstm-related-products {
    /* margin-top: 50px; */
    background: var(--grey);
    /*position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);*/
    padding-top: 50px;
    margin-top: 50px;
}

    .mstm-related-products .mstm-products {
        margin-bottom: 0;
    }
    /*...*/
    .mstm-related-products .slick-prev.msicon-before-relative::before,
    .mstm-related-products .slick-next.msicon-before-relative::before {
        font-size: 20px !important;
        font-weight: bold !important;
    }

.mstm-related-products .slick-prev.msicon-before-relative:hover::before,
.mstm-related-products .slick-next.msicon-before-relative:hover::before {
    color: var(--primary) !important;
}

.mstm-product-prices.squareprices {
    display: block;
    font-size: 34px;
}

    .mstm-product-prices.squareprices > span {
        line-height: 1;
    }



.mstm-product-page-attributes {
    display: flex;
}

.mstm-product-sku, .mstm-available {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 15px;
}

.mstm-product-sku, .mstm-product-manuf {
    text-transform: uppercase;
}
/*bottom*/


html body .mstm-product-description * {
    font-family: 'Commissioner', sans-serif !important;
    font-size: 18px !important;
    color: var(--main) !important;
    letter-spacing: 0 !important;
    font-weight: normal;
}


.single-product-page-bottom {
    display: grid;
    grid-template-columns: minmax(0,40%) minmax(0,60%);
    margin-bottom: 150px;
    gap: 40px;
}

.product-attributes-box {
    background: var(--grey);
    border-radius: 10px;
    padding: 0 var(--containerpadding);
}

.product-attributes-box >ul>li:first-child{
    padding-top: var(--containerpadding);
}
    .product-attributes-box > ul > li:last-child {
        padding-bottom: var(--containerpadding);
    }


    .product-attributes-box .mstm-product-page-attributes {
        display: block;
    }

    .product-attributes-box .product-specs-inner {
        display: flex;
        column-gap: 10px;
    }

.product-attr-descr-title {
    font-weight: 500;
}

.product-specs-inner + .product-specs-inner{
    margin-top:15px;
}

div#product-attached-files {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/*prduct tabs*/
#prdocut-tabs-headers {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(0px,auto));
    justify-content: left;
    grid-column-gap: 40px;
    margin-bottom: 24px
}

    #prdocut-tabs-headers .tab-header {
        padding: 3px 0px;
        font-size: 18px;
        color: #a5a5a5;
        position: relative;
        text-transform: uppercase;
    }


        #prdocut-tabs-headers .tab-header.active {
            color: var(--primary);
        }

            #prdocut-tabs-headers .tab-header.active::before {
                width: 100%;
                content: "";
                position: absolute;
                height: 1px;
                top: 100%;
                left: 0px;
                background-color: var(--primary);
            }

#prdocut-tabs-contetnt {
    margin-bottom: 50px;
}

.mstm-instalments-shipping-bar {
    display: block;
    margin-bottom: 30px;
}

.mstm-outofstock-notice {
    border: 2px solid #a5a5a5;
    padding: 5px 10px 20px 15px;
    margin-bottom: 30px;
    border-radius: 30px;
}


.msicon-before-inline.mstm-freeshipping-icon {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 3px;
    transform: scale(-1,1);
}

.mstm-freeshipping {
    display: inline-block;
}

.mstm-freeshipping {
    display: inline-block;
    font-size: 14px;
}


.zoom-image-slider {
    padding: 0px 30px;
}


.product-thumbnail-slider .slick-arrow:not(:disabled)::before {
    font-size: 12px;
    color: white;
    opacity: 1;
}

.product-thumbnail-slider .slick-prev,
.product-thumbnail-slider .slick-next {
    background: var(--primary);
    border-radius: 50%;
    width: 27px;
    height: 27px !important;
}

.product-thumbnail-slider .slick-prev:hover,
.product-thumbnail-slider .slick-next:hover {
    background: var(--secondary);
}

.product-thumbnail-slider:hover .slick-arrow:not(:disabled)::before {
    color: white;
}

.product-thumbnail-slider .slick-prev {
    left: 5px !important;
}

.product-thumbnail-slider .slick-next {
    right: 5px !important;
}
/*.product-thumbnail-slider .slick-prev, .product-thumbnail-slider .slick-next {
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    margin: 0px auto;
    transform: unset !important;
    padding: 0px 0px 2px 0px;
    bottom: unset !important;
    width: auto;
}

    .product-thumbnail-slider .slick-prev::before, .product-thumbnail-slider .slick-next::before {
        content: "\e98b" !important;
        line-height: 0.6;
        font-size: 24px;
    }

    .product-thumbnail-slider .slick-prev::before {
        transform: rotate(180deg);
        display: inline-block;
    }

.product-thumbnail-slider .slick-next {
    padding-top: 2px
}*/

/*modal*/
#lightbox-gal {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    height: 100%;
}

.product-details-area .lightbox-gal,
.product-details-area .lightbox-gal img {
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 700px;
    margin: 0 auto;
}

.product-details-area .modal {
    max-width:700px;
}

.product-details-area .modal .single-product-image {
	border: 1px solid transparent;
}

.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 .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;
}

.modal-overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.modal {
    margin: 0px auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 70%;
    max-width:1140px;
    z-index: 9;
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-overlay:target {
    visibility: visible;
    opacity: 1;
}

.modal-title {
    font-weight: bold;
    margin-bottom: 10px;
}

/**/
.mstm-cross-products-inner {
    display: grid;
    grid-template-columns: minmax(0px,auto) minmax(259px,auto);
    align-content: center;
    justify-content: start;
    grid-row-gap: 20px;
    margin-bottom: 70px;
    grid-column-gap: 30px;
    justify-content: center;
}

    .mstm-cross-products-inner .mstm-cross-repeater.mstm-products.carousel.slick-initialized.slick-slider {
        max-width: 900px;
    }


    .mstm-cross-products-inner .cross-total {
        display: grid;
        align-content: center;
        justify-content: center;
        text-align: center;
    }

.cross-total-price, .cross-total-price-title {
    font-size: 36px;
}

.cross-total-price-title {
    color: var(--primary);
}

.mstm-cross-products .mstm-product-actions {
    display: block;
    position: relative;
    transform: unset;
    font-size: 18px;
    top: unset;
    left: unset;
    visibility: visible;
    opacity: 1;
}



/*.single-product-image-outer .mstm-discount-outer,
.single-product-image-outer .flag-new-outer {
    padding: 5px 3px;
    width: 70px;
    font-size: 25px;
}*/

/*.single-product-image-outer .mstm-btn-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
}*/

.cross-product-include {
    color: var(--primary);
}

.cross-total-price {
    margin-bottom: 13px;
}


/*.mstm-in-stock {
    color: #50d665;
}

.mstm-in-stock-warning {
    color: #f58c56;
}

.mstm-out-of-stock {
    color: #fe0001;
}

.mstm-product-delivery-status > p::before {
    content: "•";
    position: relative;
    display: inline-block;
    margin-right: 3px;
    font-size: 30px;
    line-height: 0.3;
    vertical-align: middle;
}*/

span.mstm-product-delivery-status-label {
    vertical-align: middle;
}

.product-price-outer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    align-items: start;
    flex-wrap:wrap;
}

    .product-price-outer .mstm-discount-outer {
        /*display: grid;
        place-items: center;
        padding: 7px 15px;
        border-radius: 50px;
        font-weight: 500;*/
        color: var(--main);
        background: var(--secondary);
    }

.mstm-cross-repeater.mstm-products {
    margin-bottom: 0px;
}

.mstm-cross-products {
    margin-top: 50px;
}

    .mstm-cross-products > div {
        padding-top: 55px;
        border: 1px solid var(--bordercolor);
        border-radius: 10px;
    }



/****seasrch******/
.morphsearch-content {
    overflow-x: scroll;
    height: calc( var(--vhHeight) - var(--headerHeight) - 0px);
    background: #ffffff;
    overscroll-behavior: none;
    padding-top: 30px;
}

.morphsearch.open {
    position: fixed;
    width: 100%;
    top: calc(var(--headerHeight) + 0px);
    top: calc(var(--headerHeight) + 88px);
    z-index: 5;

}

.mstm-prodlist-container.mstm-searchfor {
    padding-top: 30px;
    text-align: center;
}

.mstm-searchfor .highlighted {
    color: var(--primary);
}

/*****cart********/
.pro-price .old-price {
    color: #33333382;
    text-decoration: line-through 1px red;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
    padding-left: 2px;
}

.product-text .pro-price .old-price {
    font-size: 14px;
}

.mstm-empty-cart {
    background-color: #f9f9f9;
    padding: 120px 0px;
}

.mstm-empty-cart-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 50px;
    background-color: white;
    text-align: center;
}

.mstm-empty-cart-icon .msicon-before-relative.cart::before {
    font-size: 50px;
}

.mstm-empty-cart-icon {
    margin-bottom: 8px;
}

.mstm-empty-cart-hd {
    font-size: 28px;
    margin-bottom: 5px;
}

.mstm-empty-cart-text {
    font-size: 18px;
    margin-bottom: 50px;
}
/*****checkout********/
.checkout-title.primary-title {
    padding-top: 25px;
}

.mstm-tropoi-pliromis .mstm-bankwire {
    margin-top: 12px;
    background: #f9f9f9;
    padding: 10px;
}
.checkout-area {
    display: grid;
    grid-template-columns: minmax(0px,640px) 400px;
    grid-column-gap: 60px;
    justify-content: center;
    margin-bottom: 60px;
}

.mstm-checkout-col {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 32px;
    width: 100%;
}

.checkout-section-title, .checkout-section-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout-section {
    margin-bottom: 20px;
}

#checkout-scroll-cart.fixed {
    position: fixed;
    top: 0px;
    width: calc(var(--fixedWidth));
}

#checkout-scroll-cart.absolute {
    position: absolute;
    bottom: 0px;
    width: calc(var(--fixedWidth));
}

.mstm-checkout-order-summary {
    position: relative;
}

.mstm-checkout-order-summary-inner {
    padding: 20px 20px;
    background: #f7f6f5;
}

.order-subtotal,
.order-total {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    justify-content: space-between;
}

.amount-right {
    text-align: right;
}

.mstm-checkout-order-summary .mstm_cart-items {
    max-height: 324px;
    margin-bottom: 20px;
}

.mstm-custom-zip-outer .typeahead.dropdown-menu {
    display: grid;
    align-items: flex-start;
    max-height: 334px;
    overflow-y: auto;
    top: 100%;
    z-index: 3;
    height: auto;
    min-width: 275px;
    text-align: left;
    box-shadow: 0 5px 13px -2px rgba(0,0,0,.3);
    padding: 5px 0;
    font-size: 16px;
    background: white;
    position: absolute;
}

    .mstm-custom-zip-outer .typeahead.dropdown-menu li.active, .mstm-custom-zip-outer .typeahead.dropdown-menu li:hover {
        background: var(--primary);
        color: #ffffff;
        transition: unset;
    }

    .mstm-custom-zip-outer .typeahead.dropdown-menu li {
        padding: 5px 5px;
        transition: unset;
    }

.checkout-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 10px;
    align-items: flex-start;
}

.checkout-coupon input#coupont-input {
    background: #fff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
    .checkout-coupon .btn.btn-primary {
        font-size: 15px;
    }


.checkout-section-subtitle {
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
}

.checkout-area-outer .mstm-checkbox {
    margin-right: 20px;
    margin-bottom: 10px;
}

.mstm-checkout-order-summary-text {
    font-size: 16px;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 12px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
}

.order-button-payment {
    margin-top: 24px;
}

    .order-button-payment .btn {
        width: 100%;
    }

.checkout-title {
    margin: 40px;
}

.checkout-coupon {
    margin-bottom: 20px;
}

/***********404*********/
#backtohome {
    text-align: center;
    margin-top: 20px;
}

    #backtohome i {
        margin-left: 0;
        margin-right: 5px;
        vertical-align: middle;
        transform: rotate(180deg) translateY(3px);
    }

#mstm-404 .mstm-category-title {
    margin-bottom: 5px;
}

.mstm-404-outer {
    margin-top: 40px;
}


    .mstm-404-outer .mstm-general {
        background: var(--grey);
        /*border-radius: 10px;*/
        padding: 50px 40px 70px 40px;
        margin-bottom: 70px;
        /*border: 1px solid;*/
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

.mstm-404-inner {
    text-align: center;
}

    .mstm-404-inner .primary-title {
        margin-bottom: 10px;
    }

.big-p.mstm-404-item {
    font-size: 140px;
    font-weight: 500;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 30px;
}

.mstm-404-inner #backtohome {
    margin-top: 30px;
}


/***********login*********/
.customer-log-title.tab-header.mobile {
    display: none;
}

.mstm-login-and-register-page .pill-content {
    display: block;
    order: 2;
}

#login-user {
    align-content: center;
}

    #login-user .btn.btn-primary.login-customer {
        margin-top: 50px;
    }

    .mstm-login-and-register-page .pill-content.active {
        order: 1;
    }

.mstm-login-and-register-page .logreg-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 50px;
    background-color: white;
    border-radius: 10px;
}

.mstm-login-and-register-page {
    /*background-color: #f9f9f9;*/
    padding: 120px 0px;
}

    .mstm-login-and-register-page .tab-contents {
        display: grid;
        grid-template-columns: 100% 100% 100%;
        overflow: hidden;
    }

.logreg-form .tab-headers {
    font-size: 22px;
    grid-template-columns: repeat(auto-fit,minmax(0px,1fr));
    gap: 5px;
}

#guest-user {
    text-align: center;
}

.guest-user i:before {
    vertical-align: middle;
}

#continue-as-guest {
    margin-top: 50px;
}

    
.gdpron {
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.gdpr-text {
    color: rgba(51, 51, 51,0.4);
    margin-top: 40px;
    column-count: 2;
    column-gap: 40px;
}


/*****cart********/
.mstm-cart-table {
    display: grid;
    grid-template-columns: minmax(0px,100px) repeat(4,minmax(0px,25%)) minmax(0px,38px);
    justify-items: center;
    align-items: center;
    grid-column-gap: 20px;
}

.mstm-cart-table-head {
    font-weight: bold;
}

.mstm-cart-table-head-mobile {
    display: none;
}

.mstm-cart-inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-column-gap: 2%;
    font-size: 16px;
    align-items: flex-start;
}

.mstm-cart-area {
    margin-bottom: 100px;
}

.mstm-cart-table-line {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    grid-column: 1/-1;
    margin: 10px 0px;
}

#mstm-cart-title {
    margin-bottom: 30px;
}


.mstm-cartpage-product-qty .qty-input {
    border: none;
    width: 20px;
    text-align: center;
    font-size: 18px;
    min-width: 50px;
}

.mstm-cartpage-product-qty {
    border: 1px solid #ebebeb;
    padding: 6px 10px;
}

    .mstm-cartpage-product-qty button:not(:disabled):hover{
        color:var(--primary);
    }

.msicon-before-relative.minus::before {
    content: "\e979";
}

.msicon-before-relative.plus::before {
    content: "\e975";
}

.mstm-cart-table-total-content {
    padding: 25px;
    background-color: var(--grey);
    border-radius: .3rem;
}

.cart-total-title {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(51, 51, 51,0.3);
    margin-bottom: 20px;
}

#mstm-goto-checkout-outer .btn {
    width: 100%;
    text-align: center;
}

.cart-total-section {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: bold;
}

/*****order-complete********/

.mstm-order-complete h4, .mstm-order-fail h4 {
    font-size: 28px;
    margin-bottom: 40px;
    margin: 15px auto;
}

.mstm-order-complete h2, .mstm-order-fail h2 {
    font-weight: normal;
}

.mstm-thankyou-page-order-id {
    color: var(--primary);
}

.mstm-order-complete-details {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 70px;
}

.mstm-order-complete .btn.btn-dark {
    margin: 40px auto 80px auto;
    display: inline-block;
    padding: 10px 63px;
}

.mstm-order-complete, .mstm-order-fail {
    text-align: center;
}

.mstm-order-fail {
    background: var(--grey);
    border-radius:10px;
    padding: 50px 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.mstm-order-fail-icon::before {
    content: "\e981";
    font-family: mindseed;
    font-size: 145px;
    color: var(--primary);
}

.mstm-order-complete-icon::before {
    content: "\e9a5";
    font-family: mindseed;
    font-size: 145px;
    color: var(--primary);
}


#mstm-complete-order .mstm-cartpage-product-qty {
    border: none;
}

.mstm-order-thankyou {
    font-size: 24px;
}


/**********account**********/

#logoutmobile {
    margin: 0 auto;
    display: none;
}

.mstm-account-page {
    display: grid;
    grid-template-columns: 300px auto;
    max-width: 1200px;
    margin: 0 auto;
    grid-column-gap: 20px;
}

.mstm-account-container {
    /*background-color: #f9f9f9;*/
    padding: 100px 0px;
}

.mstm-account-page {
    display: grid;
    grid-template-columns: 300px auto;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

    .mstm-account-page .tab-header,
    .account-tab-header,
    .mstm-orders-table-head,
    .mstm-account-details-invoive-row,
    .mstm-new-address-outer {
        border-radius: 10px;
    }

    .mstm-account-page .tab-header {
        background: white;
        margin-bottom: 10px;
        position: relative;
    }

        .mstm-account-page .tab-header.active {
            background: var(--primary);
            color: white;
        }

.account-tab-header {
    background: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 20px 16px;
    display: flex;
    align-items: center; 
    column-gap: 10px;
}

.mstm-account-page .tab-header i.msicon-before-inline {
    font-size: 18px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.mstm-account-page .tab-header > a {
    display: block;
    vertical-align: middle;
    padding: 14px 12px;
    padding-left: 45px;
}

.mstm-account-page .tab-header:not(.active) > a:hover {
    color: var(--primary);
}

#account-logout-button {
    display: inline-block;
    background: none;
    cursor: pointer;
    border: none;
    vertical-align: middle;
}

#mstm-add-new-address {
    margin-top: 12px;
    font-size: 16px;
}

.account-page-address-section,
.mstm-new-address-outer {
    background: white;
    padding: 20px 134px 20px 16px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
}

.mstm-new-address-outer {
    padding-right: 20px;
}

.mstm-new-address-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    grid-column-gap: 50px;
}

    .mstm-new-address-row .alert.inline {
        top: calc(100% - 29px);
    }

.account-page-address-toolbox {
    position: absolute;
    right: 16px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}

#mstm-add-address {
    margin-right: 20px;
}

.account-page-delete-address::after {
    position: absolute;
    content: "\e904";
    font-family: 'mindseed';
    right: 0px;
}

.account-page-delete-address {
    position: relative;
    padding-right: 28px;
}

.account-page-edit-address {
    margin-bottom: 16px;
}

.isdefaultaddress {
    margin-top: 10px;
    white-space: nowrap;
}

.mstm-account-details-invoive-row {
    background: white;
    padding: 20px 16px;
}

.mstm-account-details-invoive-row {
    background: white;
    padding: 20px 16px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 50px;
}

.mstm-wishilist-table-item {
    display: grid;
    grid-template-columns: 3fr 1fr 116px 60px;
    justify-items: stretch;
    grid-column-gap: 20px;
    align-items: center;
    padding: 10px 16px;
    background: white;
    margin-bottom: 10px;
}

    .mstm-wishilist-table-item .btn.btn-primary {
        font-size: 15px;
        padding: 8px 20px;
    }

.mstm-remove-cartwish {
    font-size: 20px;
    justify-self: center;
}

.mstm-orders-table-head {
    display: grid;
    grid-template-columns: repeat(5,minmax(0px,20%));
    background: white;
    padding: 20px 16px;
    font-weight: 600;
    justify-items: center;
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
}

.mstm-orders-table-body-item {
    display: grid;
    grid-template-columns: repeat(5,minmax(0px,20%));
    background: white;
    padding: 20px 16px;
    justify-items: center;
    margin-bottom: 10px;
    align-items: center;
}

.mstm-orders-table-body-item-products {
    grid-column: 1/6;
    justify-self: stretch;
    display: grid;
    margin-top: 20px;
    display: none;
}

.mstm-orders-table-body-item-product-itenm {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    padding: 4px 16px;
    justify-content: center;
    grid-column-gap: 50px;
    align-items: center;
}

.mstm-orders-table-body-item-products:target {
    display: grid;
}

#confirmlogoutpopup .modal-title {
    font-size: 20px;
    margin-bottom: 10px;
}

#confirmlogoutpopup-buttons {
    margin-top: 20px;
}

.btn.popaccount_logout {
    margin-right: 10px;
}



/*newsletter popup*/

.popup-desktop {
    display: block;
}

.popup-mobile {
    display: none;
}

#newsletter-modal .close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#newsletter-modal .modal {
    max-width: 1000px;
    width: 98%;
    padding: 0;
    border: 0;
}

    #newsletter-modal .modal img {
        width: 100%;
    }

#newsletter-modal .close-modal span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 28px;
    color: var(--primarydark);
}

#newsletter-modal {
    z-index: 99999;
}

/*========newsletter page==========*/
.newsletter-page-container{
    text-align:center;
    margin-bottom:70px;
}

.newsletter-par {
    margin-bottom: 40px;
}

.mstm-newsletter-form-outer {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    .newsletter-form .entry__field.mstm-contact-fullcoll {
        position: relative;
        margin-bottom: 30px;
    }

.newsletter-form .mstm-checkbox.mstm-agree-gdpr {
    margin-bottom: 25px;
}

.mstm-newsletter-form-outer .outline-error {
    padding: 0 15px;
}

    .mstm-newsletter-form-outer .outline-error .alert {
        font-size: 15px;
        border: 1px solid;
        position: relative;
        padding: 5px 10px;
        border-radius: 5px;
    }

/*====newsletter page====*/
.newsletter-conf-box {
    margin-bottom: 100px;
    background: var(--grey);
    border-radius: 5px;
    padding: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

    .newsletter-conf-box .outline-error.empty {
        margin-bottom: 0;
    }

    .newsletter-conf-box .alert {
        position: relative;
    }

/*=======b2b login=======*/
.logreg-form.b2b-forms {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 40px;
    max-width: 1000px;
    position: relative;
}

    .logreg-form.b2b-forms::before {
        content: "";
        position: absolute;
        left: 50%;
        height: 100%;
        border-right: 1px solid var(--grey);
    }

/*gallery modal*/
#galbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.imagemodal-arrows {
    display: none;
}

    .imagemodal-arrows .slick-prev, .imagemodal-arrows .slick-next {
        height: 30px !important;
        width: 30px !important;
    }

        .imagemodal-arrows .slick-prev::before, .imagemodal-arrows .slick-next::before {
            color: var(--primary);
            opacity: 1;
            font-family: "mindseed";
            font-size: 30px;
        }

        .imagemodal-arrows .slick-prev:hover::before, .imagemodal-arrows .slick-next:hover::before {
            color: var(--secondary);
        }


        .imagemodal-arrows .slick-prev::before {
            content: "\e914"
        }

        .imagemodal-arrows .slick-next::before {
            content: "\e917"
        }

    .imagemodal-arrows .slick-next {
        right: 0px !important;
    }

    .imagemodal-arrows .slick-prev {
        left: 0px !important;
    }

#imagemodal .modal {
    width: 90%;
    max-width: 700px;
    min-width: 200px;
    min-height: 200px;
}

    #imagemodal .modal .content {
        margin: auto;
        line-height: 0px;
        font-size: 0;
    }

#imagemodal .imagemodal-img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

#imagemodal .close::before {
    content: "\e904";
    font-family: mindseed;
}

#imagemodal .msicon-before-relative.close {
    width: 40px;
    height: 40px;
    opacity: 1;
    top: 40px;
    right: 20px;
    padding: 5px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
}

#imagemodal .modal .close {
    opacity: 1;
    font-size: 20px;
    text-decoration: none;
    color: var(--main);
    transition: 0.3s ease-in-out;
    z-index: 1;
    line-height: 30px;
}

    #imagemodal .modal .close:hover {
        color: var(--primary);
    }

#imagemodal .modal {
    padding: 0;
}

#imagemodal .modal {
    scrollbar-color: var(--primary);
    scrollbar-width: thin;
}

    /* width */
    #imagemodal .modal::-webkit-scrollbar,
    #imagemodal .modal ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    #imagemodal .modal::-webkit-scrollbar-track,
    #imagemodal .modal ::-webkit-scrollbar-track {
        background: #ccc;
    }

    /* Handle */
    #imagemodal .modal::-webkit-scrollbar-thumb,
    #imagemodal .modal ::-webkit-scrollbar-thumb {
        background: var(--primary);
    }

#imagemodal.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

.colorbox-wrap.gallery {
    height: 0;
}



@media (max-width: 1600px) {
    /*====header====*/
    .mstm-logo {
        max-width: 180px;
    }

}

/*@media (max-width: 1366px) {

    .mstm-main-menu.desktop .megamenu > a {
        font-size: 18px;
    }

    .mstm-main-menu.desktop li.megamenu {
        padding: 5px 9px;
    }
}*/

@media (max-width:1480px){/*container width + padding*/
    /*====footer====*/
    /*----newsletter-----*/
    .footer-newsletter-main {
        padding-left: var(--containerpadding);
    }
}

@media (max-width:1440px){
    /*====header====*/
   /* .header-main-top {
        padding: 10px 0;
    }*/

    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li > a {
        padding: 3px 15px;
    }
}

@media (max-width: 1320px){
    /*====single product====*/
    .product-page.product-details-area {
        grid-template-columns: minmax(0,40%) minmax(0,60%);
    }

    .mstm-additional-details {
        grid-column: span 2;
        max-width: 700px;
    }

   /* .mstm-product-actions {
        display: flex;
        justify-content: space-between;
    }*/
}

@media (max-width: 1280px) {
   /*--menu--*/
    .mstm-main-menu.desktop nav > ul {
        column-gap: 20px;
    }

    .mstm-main-menu.desktop .products-menu-outer {
        --first-level-width: 250px;
    }

        .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li > a {
            padding-left: 35px;
        }

        .mstm-main-menu.desktop .products-menu-outer .menu-side-img-outer .side-menu-item-thub {
            padding: 35px;
        }

    /*==product list*/
    .mstm-products {
        grid-template-columns: repeat(4,minmax(0,280px));
    }

    /*==single product page==*/
    .product-page-image-section {
        grid-template-columns: minmax(0,20%) 80%;
        column-gap: 15px;
    }

    /*====blog-list====*/
    .mstm-blog-list-repeater {
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }
    /*...*/
    .mstm-cart-inner {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-row-gap: 50px;
    }

    .mstm-cart-table-total-content {
        justify-self: flex-end;
        width: 100%;
        max-width: 600px;
    }

    .mstm-row-filters-pad .mstm-attribute_name {
        font-size: 20px;
    }
}

@media (max-width: 1170px) {
   
    .morphsearch-input {
        font-size: 20px;
    }
}

@media (max-width: 1080px){
    /*====header====*/
    /*--menu--*/
    .mstm-main-menu.desktop .products-menu-outer {
        --first-level-width: 200px;
    }

        .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li > a {
            padding-left: 20px;
        }

    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.secondlevel {
        grid-template-columns: minmax(200px,940px) minmax(0,var(--side-image-width));
        gap: 30px;
    }
    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren .sub-menu-wrapper {
        row-gap: 24px;
    }
    .mstm-main-menu.desktop .products-menu-outer .mstm-sub-menu.firstlevel > .mstm-sub-menu-inner > ul > li.hasChildren .sub-menu-wrapper{
        font-size:16px;
    }

    .mstm-main-menu.desktop .products-menu-outer .menu-side-img-outer .side-menu-item-thub {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    /*====header====*/
    .header-icon-component-btn-txt {
        font-size: 16px;
    }

    /*.mstm-contact-blocks {
        font-size: 20px;
    }

    .mstm-blog-post .post-date {
        font-size: 17px;
        width: 58px;
        height: 58px;
    }*/

    .mstm-products {
        grid-template-columns: repeat(3, minmax(0, 33.3333%));
    }

    /*.mstm-logo-and-components {
        grid-template-columns: 180px minmax(0px,1fr) 180px !important;
    }

    .mstm-header-components-cart.cart-wrapper > a,
    .mstm-header-components-account > a,
    .mstm-burger-icon,
    .search-btn-toggle {
        font-size: 28px;
    }

    .mstm-cart-login-outer {
        grid-column-gap: 20px;
    }*/
}

@media (max-width: 992px) {
    /*==footer==*/
    .footer-top {
        grid-template-columns: 100%;
    }

    /*==product list==*/
    .mobile-order-button {
        /*display: grid;
        grid-template-columns: repeat(2,minmax(0px, 145px)); 
        justify-items: center;;
        justify-content: center;
        margin-bottom: 40px;*/
        display: block;
        text-align: center;
        padding:0 20px;        
    }

    .mstm-filters-button .mstm-attribute_name {
        padding: 10px;
        width: auto;
        font-size: 18px;
        align-items: center;
        display: inline-flex;
    }
    /*...*/
    .categorypage-cover.hasimage.no-margin {
        margin-bottom: 20px;
    }

    .mstm-404-outer .mstm-category-title {
        font-size: 36px;
    }

    .mstm-404-outer .subtitle-2 {
        font-size: 24px;
    }

    .no-products-category .subtitle-2 {
        font-size: 24px;
    }

    #logoutmobile {
        display: block;
    }

    .mstm-account-page {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-row-gap: 40px;
    }

        .mstm-account-page .tab-headers {
            padding: 0px 30px;
        }

    #mstm-logout-tab {
        display: none;
    }

    .mstm-account-page .slick-prev::before, .mstm-account-page .slick-next::before {
        font-size: 18px;
        color: var(--primary);
        opacity: 1;
    }

    .mstm-account-page .tab-header {
        background: none !important;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .mstm-account-page .tab-headers .tab-header {
        padding: 0 20px;
    }

        .mstm-account-page .tab-header.active, .mstm-account-page .slick-current .tab-header {
            color: var(--primary);
        }

        .mstm-account-page .tab-header i.msicon-before-inline {
            display: none;
        }

        .mstm-account-page .tab-header > a {
            padding: 0px;
            font-size: 24px;
        }

    .mstm-row-filters-pad .mstm-filters-content.sidebar-widget-list::before,
    .mstm-row-filters-pad .mstm-filters-content.sidebar-widget-list::after {
        content: unset;
    }

    .wishlist-content, .account-content, .cart-content {
        display: none;
    }

    .mstm-row-filters:not(.parent-category) .mstm-taksinomish {
        display: none;
    }

    .mstm-remove-filters {
        display: none;
    }

    .mobile-order-button .mstm-remove-filters {
        display: flex;
    }

    .mstm-remove-attribute {
        padding: 5px 10px;
    }

    .mobile-order-button .mstm-remove-filters > div {
        text-align: left;
    }

        .mstm-remove-filters.mobile {
            display: block;
            background: none;
            padding: 10px 20px;
        }

    .mstm-row-filters .mstm-remove-filters.mobile {
        padding: 10px 0;
    }

    .mstm-remove-filters.mobile .container {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: none;
        margin-bottom: 20px;
    }

        .mstm-remove-filters .selected_filters {
            width: 100%;
        }

    .morphsearch-content .mobile-order-button {
        grid-template-columns: repeat(1,minmax(0px, auto));
    }

    .sidebar-widget.mstm-vars-filter {
        position: relative;
    }

    .mstm-taksinomish .mstm-filters-content-option,
    .mstm-nbr-limits .mstm-filters-content-option,
    .categories-submenu .mstm-filters-content-option {
        padding: 0px 10px;
    }

    .mstm-taksinomish .mstm-filters-content.sidebar-widget-list.mstm-ul-active,
    .mstm-nbr-limits .mstm-filters-content.sidebar-widget-list.mstm-ul-active,
    .categories-submenu .mstm-filters-content.sidebar-widget-list.mstm-ul-active {
        position: absolute;
        top: 100%;
        min-width: unset;
        min-width: 242px;
    }

    .mstm-row-filters {
        display: none;
    }

    .mstm-row-filters-pad {
        padding: 0px;
        left: 0px;
        margin-bottom: 0px;
        background: none;
        transform: unset;
        position: unset;
    }

   /* .mstm-row-filters.poped {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 5;
        right: 0px;
        width: 100%;
        max-width: 390px;
        max-height: calc( var(--vhHeight));
        box-shadow: 0 5px 13px -2px rgba(0,0,0,.3);
        padding-top: 20px;
        display: grid;
        grid-template-columns: unset;
        grid-template-columns: unset;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 20px 32px 0px 32px;
        width: 100%;
        justify-content: stretch;
    }*/
    .mstm-row-filters.poped {
        background: #fff;
        /* box-shadow: 0 5px 13px -2px rgba(0,0,0,.3); */
        position: fixed;
        top: 0;
        right: 0px;
        z-index: 6;
        width: 100%;
        height: 100%;
        max-width: 390px;
        max-height: calc( var(--vhHeight));
        display: grid;
        grid-template-columns: unset;
        justify-content: stretch;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 20px 32px 0px 32px;
        row-gap: 0px;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }

   /* .mstm-attribute_name::after {
        content: none;
    }*/

    .back-to-filters.buttons {
        bottom: 0px;
        padding: 16px 0px;
        text-align: center;
        grid-row-start: 5000;
        grid-row-end: unset;
        display: grid;
        grid-template-columns: repeat(2,minmax(0px,160px));
        grid-column-gap: 20px;
        justify-content: center;
        font-size: 15px;
    }

        .back-to-filters.buttons > button {
            padding: 9px 14px;
        }


    .mstm-vars-filter:not(.mstm-taksinomish):not(.mstm-nbr-limits):not(.categories-submenu) .mstm-filters-content.sidebar-widget-list:not(.mstm-blog-filters) {
        top: 0px !important;
        left: 100%;
        width: 100%;
        transition: transform 0.3s;
        display: grid;
        max-height: unset !important;
        height: 100% !important;
        position: absolute;
        padding: 0;
        align-items: unset;
        z-index: 5;
        overflow-y: auto;
        animation: unset !important;
    }

    .mstm-vars-filter:not(.mstm-taksinomish):not(.mstm-nbr-limits):not(.categories-submenu) .mstm-filters-content.sidebar-widget-list.mstm-ul-active:not(.mstm-blog-filters) {
        transform: translateX(-100%);
    }

    .back-to-filters {
        position: sticky;
        top: 0px;
        display: block;
        width: 100%;
        background: white;
        z-index: 4;
        grid-row-end: 1;
    }

        .back-to-filters i {
            transform: rotate(270deg);
            margin: 0px 10px;
        }

        /*.back-to-filters .mstm-attribute_name {
            width: auto;
            padding: 20px 30px 20px 0px !important;
            vertical-align: unset;
        }*/

        /*new*/
        .back-to-filters .mstm-attribute_name {
            width: auto;
            padding: 12px 30px;
            vertical-align: unset;
            width: 100%;
            display: inline-block;
            font-size: 16px;
            font-weight: normal;
        }

            .back-to-filters .mstm-attribute_name::after {
                content: "\e98c";
                font-family: mindseed;
                /* margin-right: 20px; */
                position: absolute;
                left: 0px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 12px;
                margin: 0px 10px;
            }

    .mstm-row-filters .mstm-filters-content.sidebar-widget-list .mstm-filter-search {
        padding: 20px;
    }

        .mstm-row-filters .mstm-filters-content.sidebar-widget-list .mstm-filter-search::after {
            right: 25px;
        }

    .mstm-row-filters .mstm-attribute_name.mstm-active::after {
        content: "\e975";
    }

    .mstm-price-slider-text {
        position: relative;
        margin: 10px auto 15px auto;
    }

 /*   .back-to-filters {
        position: sticky;
        top: 0px;
        display: block;
        width: 100%;
        background: white;
        z-index: 4;
        grid-row-end: 1;
    }*/
    .mstm-price-slider .mstm-filters-content.sidebar-widget-list.mstm-ul-active {

        display: grid !important;
    }

    #price-slider-range .noUi-base {
        height: auto;
    }
        /*new*/

    .mstm-filters-content-option {
        padding: 0px 10px 0px 20px;
        display: block;
        margin: 5px 0;
    }

    .sidebar-widget.mstm-vars-filter:not(.mstm-taksinomish):not(.mstm-nbr-limits):not(.categories-submenu) {
        position: unset;
        text-align: left;
    }

    .mstm-row-filters-pad .mstm-attribute_name {
        padding: 8px 30px;
        padding-left: 0px;
        line-height: 1.42857143;
    }
    .mstm-row-filters-pad .back-to-filters .mstm-attribute_name {
        padding-left: 30px;
    }

    .mstm-attribute_name {
        width: 100%;
        padding-left: 0px;
    }


    .mstm-checkbox.sidebar-widget-option {
        width: 100%;
    }

    .noparentcategory-section {
        display: none;
    }

    .sidebar-widget.mstm-vars-filter:not(.mstm-taksinomish):not(.mstm-nbr-limits):not(.categories-submenu) .mstm-attribute_name.msicon-before::before {
        display: none;
    }
}

@media (max-width: 900px) {
    /*==single product page==*/
    .product-page-image-section {
        grid-template-columns: 100%;
        row-gap: 0px;
    }

    .mstm-product-page-image-outer,
    .mstm-product-details-outer {
        margin-left: auto;
        margin-right: auto;
    }

    .single-product-thumbnail.product-thumbnail-slider .slick-track {
        margin-left: auto;
        margin-right: auto;
    }

    .mstm-product-page-attributes{
        justify-content:center;
    }

    .single-product-thumbnail.product-thumbnail-slider {
        order: 2;
        padding: 0px 30px;
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

    .product-thumbnail-slider .slick-prev, .product-thumbnail-slider .slick-next {
        position: absolute;
        left: unset !important;
        top: 50% !important;
        margin: 0px;
        transform: translateY(-50%) !important;
        padding: 10px 0px;
    }

    .product-thumbnail-slider .slick-prev {
        left: 0px !important;
    }

    .product-thumbnail-slider .slick-next {
        right: 0px !important;
    }

    .single-product-page-bottom.l-container {
        grid-template-columns: 100%;
    }

    .mstm-additional-details {
        grid-column: unset;
    }
    /*====header====*/
    .header-icon-component-btn-txt {
        font-size: inherit;
    }

    /*...*/
    .mstm-product-prices.squareprices + .mstm-product-prices {
        justify-content: center;
    }

    .sku-availailability {
        margin-bottom: 40px;
    }

    .calculate-square,
    .calculate-square-results,
    .wastagetext {
        margin: 20px auto;
    }

    .calculate-square-results,
    .wastagetext {
        text-align: left;
    }

    .product-thumbnail-slider .slick-prev::before, .product-thumbnail-slider .slick-next::before {
        content: "\e98d" !important;
        font-size: 18px;
    }
    
    .mstm-contact-blocks {
        font-size: 18px;
    }

    .checkout-area {
        grid-template-columns: repeat(1, minmax(0px,100%));
        grid-row-gap: 50px;
    }

    .mstm-checkout-order-summary-inner {
        position: relative !important;
        top: 0px !important;
    }

    .mstm-cart-table {
        grid-template-columns: repeat(2,minmax(0px,auto)) !important;
        grid-row-gap: 10px;
        padding: 10px 0px;
        min-width: unset !important;
        text-align: center;
    }

    .mstm-cart-table-head {
        display: none;
    }

    .mstm-cart-table .mstm-cart-table-line.first-line {
        grid-row-start: -2;
        grid-row-end: -2;
    }

    .mstm-cart-table .cart-img {
        grid-row-start: calc( ( var(--rowline) * 6) + 1);
        grid-row-end: calc( ( var(--rowline) * 6) + 6);
        min-width: 100px;
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .mstm-cart-table .mstm-cartpage-product-title {
        grid-row-start: calc( ( var(--rowline) * 6) + 1);
        grid-row-end: calc( ( var(--rowline) * 6) + 1);
    }

    .mstm-cart-table .mstm-cartpage-product-price {
        grid-row-start: calc( ( var(--rowline) * 6) + 2);
        grid-row-end: calc( ( var(--rowline) * 6) + 2);
    }

    .mstm-cart-table .mstm-cartpage-product-qty {
        grid-row-start: calc( ( var(--rowline) * 6) + 3);
        grid-row-end: calc( ( var(--rowline) * 6) + 3);
    }

    .mstm-cart-table .mstm-cartpage-product-price.sub-final {
        grid-row-start: calc( ( var(--rowline) * 6) + 4);
        grid-row-end: calc( ( var(--rowline) * 6) + 4);
    }

    .mstm-cart-table .mstm-cart-trash-button {
        grid-row-start: calc( ( var(--rowline) * 6) + 5);
        grid-row-end: calc( ( var(--rowline) * 6) + 5);
    }

    .mstm-cart-table .mstm-cart-table-line {
        grid-row-start: calc( (  var(--rowline) * 6) + 6);
        grid-row-end: calc( (  var(--rowline) * 6) + 6);
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .mstm-cart-table .cart-img img {
        max-width: 150px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-height: 150px;
    }

    .mstm-cart-table-head-mobile {
        font-weight: bold;
        margin-bottom: 3px;
        display: block;
    }

   .mstm-cart-table-total-content {
        justify-self: center;
        max-width: 600px;
    }

    .product-page.product-details-area {
        grid-template-columns: repeat(1,minmax(0px,700px));
        grid-row-gap: 14px;
        justify-content: center;
        margin-bottom: 80px;
    }

    .mstm-product-details-outer .title-wrapper {
        display: grid;
        text-align: center;
        justify-content: center;
        gap: 20px;
    }

    .mstm-product-details-outer {
        position: relative;
        padding-top: calc(var(--containerpadding) + 20px);
    }

        .mstm-product-details-outer .title-flag {
            order: -1;
            position: absolute;
            right: var(--containerpadding);
            top: 20px;
        }

    .mstm-product-details-outer {
        text-align: center;
    }

/*    .mstm-product-actions {
        justify-content: center;
    }*/

    #prdocut-tabs-headers {
        justify-content: center;
    }
}

@media (max-width: 900px){

    /*==header (mobile)==*/
    /*--top bar--*/
    .mstm-top-bar-inner {
        display: block;
    }

    .top-bar-phone {
        display: none;
    }

    .top-bar-menu {
        display: none;
    }

    /*--main header--*/
    .header-main-top > div {
        grid-template-columns: 25px minmax(0,180px) auto;
        grid-column-gap: 20px;
    }

    .header-phone {
        display:none;
    }

    .burger-mobile {
        display: block;
    }

    .mstm-burger-icon {
        display: block;
        cursor: pointer;
    }
    /*search*/
    #desktop-search {
        display: none;
    }

    .header-search {
        text-align: right;
    }

    #search-btn {
        display: inline-block;
    }

    #mobile-search {
        display: block;
    }

    .search-field::before {
        display: none;
    }

    .search-field button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

    /*#mobile-search .search-outer {
        padding: 0 20px;
    }*/

    /*...*/

    /*.burger-mobile-search {
        display: grid;
        grid-template-columns: repeat(1,minmax(0px,auto));
        grid-column-gap: 20px;
    }*/

    .morphsearch-input {
        font-size: 18px;
        padding: 12px 20px 12px 50px;
    }

    /*#search-close::before {
        font-size: 22px;
    }*/

    .morphsearch.open {
        top: calc(var(--headerHeight) + 130px);
        height: calc(100vh - var(--headerHeight) - var(--mobileNavHeght) - 88px);
        overflow-y: auto;
        top: 0;
        height: 100vh;
    }

    .morphsearch-content {
        padding-top: 10px;
        height: 100%;
    }
}

@media (max-width: 767px) {
    /*general*/
    .side-img {
        margin-left: 0;
    }
    .mstm-breadcrumb, .mstm-breadcrumb-st, .mstm-breadcrumb-dyn, .mstm-breadcrumb-rep, .mstm-breadcrumb-rep .breadcrumb-item {
        font-size: 12px;
        display: inline;
    }

    .l-container.padding-mobile-breadcrump {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*----newsletter----*/
    .footer-newsletter-inner {
        display: block;
        text-align: center;
    }

    .footer-newsletter-social {
        padding: 25px var(--containerpadding);
    }

    /*--footer--*/
    .footer-menu-outer {
        grid-template-columns: auto;
        justify-content: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom {
        display: grid;
        justify-content: center;
    }

    .footer-bottom-right-txt {
        text-align: center;
        margin-bottom: 10px;
    }
    /*.footer-coryright-text {
        order: 2;
    }*/

    .footer-working-hours {
        margin-left: 0;
        margin-right: 0;
    }

    .mstm-footer-bank-icons {
        justify-content: center;
    }
    /*=======b2b login=======*/
    .logreg-form.b2b-forms {
        grid-template-columns: 100%;
    }

        .logreg-form.b2b-forms::before {
            display:none;
        }

    /*404*/
    .big-p.mstm-404-item {
        font-size: 92px;
    }

    /*...*/

    .mstm-orders-table-head li:last-of-type {
        display: none;
    }

    .mstm-orders-table-head, .mstm-orders-table-body-item {
        grid-template-columns: repeat(4,minmax(0px,25%));
    }

    li.mstm-orders-table-body-item > p:last-of-type {
        grid-column: 1/5;
        margin-top: 10px;
        text-decoration: underline;
        color: var(--primary);
    }

    .mstm-orders-table-body-item-products {
        grid-column: 1/5;
    }

    .single-blog-nav-share {
        grid-template-columns: repeat(1,minmax(0px,auto));
        justify-items: center;
        grid-row-gap: 12px;
    }

    #mstm-social-share-outer {
        order: 3;
        margin-top: 12px;
    }

    .single-blog-prev-link i, .single-blog-nav-link i {
        display: none;
    }

    /*.mstm-breadcrumb {
        font-size: 0px;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        height: 0;
    }*/

    .msicon-before-relative.phone.header-phone-icon {
        vertical-align: top;
    }

    .mstm-contact-outer {
        display: grid;
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

    .mstm-contact-blocks {
        grid-column: unset;
        grid-row: unset;
        order: 2;
        grid-row-gap: 45px;
        margin-bottom: 90px;
        font-size: 22px;
        padding: 30px 0px 60px;
    }

    .mstm-contact-form-outer {
        order: 3;
    }

    .mstm-map-section {
        margin-bottom: 0px;
    }

    .mstm-contact-block-icon {
        width: 120px;
        height: 120px;
        font-size: 48px;
    }

    .mstm-blog-post .post-category {
        font-size: 17px;
    }

    .post-title {
        font-size: 20px;
    }

    .single-blog-nav-link {
        font-size: 18px;
    }

    .mstm-single-post .post-title {
        font-size: 30px;
    }

    .blog-feed-title,
    .cross-product-title,
    .products-related-title {
        font-size: 40px;
    }

    .mstm-products {
        grid-template-columns: repeat(2, minmax(0, 50%));
    }

    .footer-inner {
        grid-template-columns: repeat(1,minmax(0px,auto));
        grid-gap: 20px;
        /*justify-items: center;*/
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-list {
        max-height: 0px;
        overflow: hidden;
    }

        .footer-list.expanded {
            max-height: 500px;
            overflow: hidden;
            animation-name: open;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
        }

        .footer-list.shrink {
            animation-name: close;
            animation-duration: 0.2s;
            animation-timing-function: ease-in-out;
        }

    .footer-title::after {
        position: absolute;
        content: "\e98b";
        font-family: 'mindseed';
        font-size: 12px;
        display: block;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
    }

    .footer-title.active::after {
        transform: translateY(-50%) rotate(180deg);
    }


    .footer-title span {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .footer-title span:hover {
            color: var(--primary);
        }

            .footer-title span:hover::after {
                width: 100%;
            }

        .footer-title span::after {
            content: "";
            position: absolute;
            top: 100%;
            display: block;
            width: 0%;
            height: 2px;
            background: var(--primary);
            left: 0px;
            transition: 0.3s ease-in-out;
        }

    .footer-title {
        font-size: 22px;
        width: fit-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-title-section.l-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

/*    .footer-info-section-social {
        display: none;
    }

        .footer-info-section-social.mobile {
            display: block;
            text-align: center;
            color: var(--primary);
            padding-top: 46px;
            font-size: 0px;
        }*/

    /*.footer-info-section {
        grid-template-columns: repeat(2,minmax(0px,auto));
    }*/

    .mstm-cross-products-inner {
        grid-template-columns: minmax(0px,auto) minmax(228px,auto);
    }
  
}

@media (max-width: 600px) {
    /*==header==*/
    .header-icon-component-btn-txt {
        display: none;
    }

    .header-icon-component-btn {
        font-size: 22px;
        padding: 5px;
    }

    .mstm-header-icons {
        column-gap: 15px;
    }

    /*++*/
    .header-main-top > div {
        grid-template-columns: 100%;
    }

    .header-main-top .header-left {
        display: none;
    }

    .header-main-top  .mstm-header-icons {
        display: none;
    }

    .header-main-top .mstm-logo .desktop-logo{
        display:none;
    }

    .header-main-top .mstm-logo .mobile-logo {
        display: block;
        /*padding: 15px 0;*/
    }

    footer.footer-area {
        padding-bottom: 55px;
    }

    .header-main .mobile-bottom-nav {
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        box-shadow: 0 0px 5px 0px rgba(150,150,150,0.2);
        z-index: 11;
    }

    .header-main .mobile-bottom-nav {
        bottom: unset;
        top: 0;
    }

    body {
        margin-top: var(--mobileNavHeght);
    }

        .header-main .mobile-bottom-nav .mstm-header-icons {
            width: 100%;
            align-items: center;
            display: grid;
            grid-template-columns: repeat(4,auto);
            justify-content: space-evenly;
        }

    .mobile-bottom-nav .mstm-burger-icon.msicon-before-relative, .mobile-bottom-nav .header-icon-component-btn {
        padding: 15px;
        font-size: 25px;
    }

    .mobile-bottom-nav .cart-qty-amount {
        position: absolute;
        top: 8px;
        left: 30px;
        background: var(--primary);
        width: 16px;
        border-radius: 50px;
        color: white;
        text-align: center;
        font-size: 11px;
        height: 16px;
    }

    .msicon-before-relative.mstm-account-checked::before {
        top: 8px;
        left: 30px;
    }

    header .mstm-main-menu.mobile {
        height: calc(var(--vhHeight) - var(--headerHeight) + 300px);
        width: 100%;
        max-width: unset;
        overflow-y: auto;
    }

    /*...*/
    .modal {
        width: 85%;
    }

    #fs-mobile {
        display: none;
    }

    .mstm-new-address-outer {
        text-align: center;
    }

    .mstm-wishilist-table-item {
        grid-template-columns: repeat(2,minmax(0px,auto));
        grid-row-gap: 14px;
        justify-content: space-between;
    }

    .mstm-account-details-invoive-row, .mstm-new-address-row {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-row-gap: 30px;
        text-align: center;
    }

    .mstm-account-page .tab-header > a {
        font-size: 22px;
    }

    .logreg-form-inner#register-user .gdpr-text {
        column-count: 1;
    }

    .logreg-form-inner#register-user {
        text-align: center;
    }

    #register-actions-mobile {
        display: grid;
        justify-content: center;
        justify-items: center;
        grid-row-gap: 11px;
    }

   /* #desktop-search {
        display: none;
    }

    #mobile-search {
        display: block;
    }

    #search-btn {
        display: none;
    }*/

    #SearchPress {
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        line-height: 1;
        width: fit-content;
    }

    #search-close.mobile-search {
        display: flex;
        left: 100%;
        line-height: 1;
        position: relative;
        top: 0px;
        justify-content: center;
        width: fit-content;
        padding: 5px;
        transform: translateX(-100%);
    }

    .search-wrapper #search-close {
        display: none;
    }

    .mstm-cart-login-outer {
        grid-template-columns: auto auto;
    }

    .burger-mobile-search {
        grid-template-columns: repeat(2,minmax(0px,auto));
    }

    .msicon-before-inline.header-free-shipping-icon {
        display: none;
    }

    #search-btn-mobile {
        display: block;
        font-size: 26px;
    }

    #footer-newsletter-outer {
        background: url('/assets/img/general/newsletter_background_mobile.jpg');
    }

    .mstm-logo-and-components {
        grid-template-columns: 80px 180px 80px !important;
    }

    .mstm-contact-form {
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

    .mstm-contact-fullcoll {
        grid-column: unset;
    }

    .mstm-blog-list-repeater {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-row-gap: 60px;
    }

    .mstm-blog-list .mstm-blog-post .post-date {
        left: 50%;
        right: unset;
        transform: translate(-50%, -35%);
    }

    .post-title {
        font-size: 22px;
    }

    .mstm-blog-post .post-category {
        font-size: 18px;
    }

    .mstm-blog-filter-search {
        grid-template-columns: repeat(1,minmax(0px,auto));
        justify-content: center;
        justify-items: center;
    }

    .mstm-blog-filters-outer {
        order: 2;
    }

    .mstm-blog-filters {
        left: 50%;
        transform: translateX(-50%)
    }

    .parent-category.mstm-row-filters {
        grid-template-columns: auto auto;
        justify-content: center;
        grid-template-areas: 'filter1 filter1' 'filter2 filter3';
        grid-row-gap: 20px;
    }

    .mstm-cross-products-inner {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-row-gap: 40px;
    }

    .mstm-cross-products .add-cart-product {
        font-size: 20px;
    }

    .cross-total-price, .cross-total-price-title {
        font-size: 34px;
    }

    .categorypage-cover.hasimage .categorypage-cover-inner-items {
        grid-template-columns: auto;
        width: 100%;
    }

    .popup-desktop {
        display: none;
    }

    .popup-mobile {
        display: block;
    }

    #newsletter-modal .modal {
        max-width: 360px;
    }

    #newsletter-modal .close-modal {
        right: 5px;
        top: 5px;
    }
   
}

@media (max-width: 540px) {
    .mstm-account-page .tab-header > a {
        text-align: center;
    }

    .single-product-item {
        padding: 7px;
        min-width: 150px;
    }

        .single-product-item .mstm-add-to-cart {
            opacity: 1;
            visibility: visible;
        }
}

@media (max-width: 500px) {
    .mstm-orders-table-head, .mstm-orders-table-body-item {
        font-size: 14px;
    }
    .mstm-orders-table-head, .mstm-orders-table-body-item {
        padding: 10px 16px;
    }
   

    .mstm-404-outer .mstm-category-title {
        font-size: 28px;
    }

    .mstm-404-outer .subtitle-2 {
        font-size: 20px;
    }

    .no-products-category .subtitle-2 {
        font-size: 20px;
    }

    li.mstm-orders-table-body-item > p {
        text-align: center;
    }

    .mstm-footer-bank-icons {
        font-size: 28px;
    }

    .customer-log-title.tab-header.mobile {
        display: block;
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-copyright-hide-on-mobile {
        display: none;
    }

    .footer-copyright-text br {
        display: block;
    }

    #scrollUp {
        bottom: 48px;
    }

    .mstm-suggestion-posts .mstm-blog-post .post-date {
        left: 50%;
        right: unset;
        transform: translate(-50%, -35%);
    }

    .blog-page-top-background {
        display: none;
    }



    .mstm-single-post-image {
        margin-top: 0px;
        padding: 0px;
        --aspect-ratio: 2 !important;
    }

        .mstm-single-post-image img {
            padding: 0px;
            object-fit: cover !important;
        }

    .mstm-single-post {
        padding: 0px;
    }

    .mstm-blog-post .post-category {
        font-size: 18px;
    }

    .mstm-single-post .post-title {
        font-size: 26px;
    }

    .blog-feed-title,
    .cross-product-title,
    .products-related-title {
        font-size: 36px;
    }

    .mstm-logo-and-components {
        grid-template-columns: 65px 160px 65px !important;
    }

    .mstm-header-components-cart.cart-wrapper > a, .mstm-header-components-account > a, .mstm-burger-icon, .search-btn-toggle {
        font-size: 24px;
    }

    #search-btn-mobile {
        font-size: 23px;
    }

    .mstm-cart-login-outer {
        grid-column-gap: 14px;
    }

    .burger-mobile-search {
        grid-column-gap: 14px;
    }

    .logreg-form .tab-headers {
        display: none;
    }

    .mstm-login-and-register-page .tab-contents {
        grid-template-columns: repeat(1,minmax(0px,auto));
        grid-row-gap: 20px;
    }

    .mstm-login-and-register-page .logreg-form {
        padding: 0px;
        background: none;
    }

    .mstm-login-and-register-page .pill-content {
        padding: 30px 30px;
        background: White;
    }
}

@media (max-width: 470px) {
    .mstm-cookies {
        left: 50%;
        transform: translateX(-50%);
    }

    .mstm-products {
        grid-template-columns: repeat(1, minmax(0, 100%));
    }

    .footer-info-section {
        grid-template-columns: repeat(1,minmax(0px,auto));
        justify-items: center;
    }

    .mstm-checkout-col {
        grid-template-columns: repeat(1,minmax(0px,100%));
    }

    #coupont-input {
        font-size: 13px;
    }

    .footer-info-section-tel {
        justify-self: unset;
    }
}

@media (max-width: 420px) {
    html {
        --containerpadding: 20px;
    }

    .mstm-404-inner .primary-title {
        font-size: 30px;
    }

    .mstm-404-inner .subtitle {
        font-size: 20px;
    }
    /*...*/

    .add-cart-product {
        padding: 5px 38px;
        font-size: 20px;
    }

    .calculate-square-form .btn {
        padding: 2px 16px;
    }

    .cross-product-title, .products-related-title {
        font-size: 33px;
    }

    .logreg-form-inner#register-user .mstm-agree-gdpr {
        font-size: 14px;
    }

    label.mstm-agree-terms-contactm {
        font-size: 14px;
    }

    .mstm-top-bar-inner {
        grid-column-gap: 15px;
    }

    .post-title {
        font-size: 20px;
    }

    .mstm-blog-post .post-category {
        font-size: 17px;
    }

    .top-bar-banner-outer {
        font-size: 13px;
    }

    .msicon-before-inline.header-free-shipping-icon {
        font-size: 16px;
        margin-right: 2px;
    }
}

@media (max-width: 400px) {
    .mstm-logo-and-components {
        grid-template-columns: 65px 130px 65px !important;
    }
    .mstm-orders-table-head, .mstm-orders-table-body-item {
        font-size: 12px;
    }
}


@keyframes open {
    from {
        max-height: 0px;
    }

    to {
        max-height: 500px;
    }
}



@keyframes close {
    from {
        max-height: 500px;
    }

    to {
        max-height: 0px;
    }
}

@keyframes pop {
    from {
        top: calc( -1 * var(--headerHeight));
    }

    to {
        top: 0px;
    }
}

@keyframes closepop {
    from {
        top: 0px;
    }

    to {
        top: calc( -1 * var(--headerHeight));
    }
}



@keyframes menufromleft {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

@keyframes menutoleft {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}



@keyframes filtersopen {
    0% {
        max-height: 0px;
        overflow-y: hidden;
    }

    99% {
        overflow-y: hidden;
    }

    100% {
        max-height: 334px;
        overflow-y: auto;
    }
}

@keyframes filtersclose {
    0% {
        max-height: 334px;
        overflow-y: hidden;
    }

    100% {
        max-height: 0px;
    }
}





@keyframes openmore {
    from {
        max-height: 0px;
    }

    to {
        max-height: 500px;
    }
}



@keyframes closemore {
    0% {
        max-height: 500px;
    }

    99% {
        max-height: 0px;
    }

    100% {
        overflow: auto;
    }
}
