﻿@font-face {
    font-family: 'mindseed';
    src: url('/assets/fonts/mindseed/mindseed.eot?92i414');
    src: url('/assets/fonts/mindseed/mindseed.eot?92i414#iefix') format('embedded-opentype'), url('/assets/fonts/mindseed/mindseed.ttf?92i414') format('truetype'), url('/assets/fonts/mindseed/mindseed.woff?92i414') format('woff'), url('/assets/fonts/mindseed/mindseed.svg?92i414#mindseed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'geologica';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/geologica/Geologica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'geologica';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/geologica/Geologica-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'geologica';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/geologica/Geologica-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'geologica';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/assets/fonts/geologica/Geologica-ExtraBold.ttf') format('truetype');
}



/***********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;
}

.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;
}
/***********libraries**********/

.stp-href[href=""] {
    pointer-events: none;
}


/*************general***************/
html {
    --mainblue: #1a4677;
    --secondaryblue: #014e91;
    --thirdblue: #535369;
    --darkblue: #001D38;
    --lightblue: #D6EBFF;
    --greyblue: #B2B2C2;
    --skyblue: #00b9f1;
    --container: 1600px;
    --lightgrey: #E7E7EC;
    --redpal: #F18E96;
    --redlight: #E73E4B;
    --red: #D11A29;
}

:root {
    --gradient-bg: linear-gradient(90deg, rgba(0,5,42,1) 0%, rgba(0,78,146,1) 75%);
    --red-gradient-bg: linear-gradient(90deg, rgba(237,33,58,1) 0%, rgba(147,41,30,1) 75%);
}


* {
    -webkit-tap-highlight-color: transparent;
    
}

body * {
    line-height: 1.3;
    box-sizing: border-box;
    font-family: geologica;
}

body div {
    line-height: 1;
}

body {
    font-size: 16px;
    color: black;
    margin: 0;
    overflow-anchor: none;
    font-weight: 400;
    font-family: geologica;
    color: var(--textcolor);
    background: var(--mainblue);
}


.container, .container-small {
    max-width: 1600px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    padding: 0px 15px;
}

.container-small {
    max-width: 1120px;
}

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;
}

strong, b {
    font-weight: bold;
}

textarea{
    resize:none;
}

.main-heading {
    font-size: 60px;
    font-weight: 900;
    color: var(--secondaryblue);
}

.sub-heading {
    font-size: 24px;
    font-weight: 400;
    color: var(--grey);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


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;
}

*: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 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mstm-breadcrumb, .mstm-breadcrumb-st, .mstm-breadcrumb-dyn, .mstm-breadcrumb-rep, .mstm-breadcrumb-rep .breadcrumb-item {
    display: inline-block;
    vertical-align: top;
    color: #a0a0a0;
    font-size: 15px;
}

.mstm-breadcrumb-rep > li::before {
    content: "/";
    position: relative;
    left: 0;
    color: #a3a3a3;
    padding: 0 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 8px);
    padding: 0px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: left;
    border: 1px solid var(--greyblue);
    background: #fff;
    border-radius: 20px;
}

.outline-error {
    position: relative;
}

.outline-error.empty {
    margin-bottom: 29px;
}

.checkout-form-list.outline-error input {
    border:;
    border-color: var(--red);
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #721c24;
}

.alert.alert-success {
    background-color: #d4edda;
    padding: 10px;
    font-size: 14px;
    color: #155724;
}

.alert.alert-danger.inline {
    color: #da2e40;
}

.alert.alert-success.inline {
    background-color: #d4edda;
    padding: 5px 10px;
    color: #155724;
}

.pill-content {
    display: none;
}

.alert.inline {
    background-color: transparent;
    margin: 0px;
    width: 100%;
    top: 100%;
    font-size: 12px;
    padding: 5px 0px 0px;
    letter-spacing: 0.5px;
    position: absolute;
}

.mstm-contact-form.form-fields .mstm-col {
    position: relative;
}

.pill {
    cursor: pointer;
}

.tab-content.pill-content.active {
    display: block;
}

.subtitle-2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.slick-initialized {
    position: relative;
}

.slick-prev,
.slick-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1;
    width: 25px;
    height: 65px;
}

.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 8px !important;
}

.slick-dots {
    bottom: 10px !important;
    left: 0px;
}

.slick-dots li button::before {
    opacity: .75 !important;
    background: white !important;
    width: 35px !important;
    height: 4px !important;
    border-radius: 0% !important;
    position: relative !important;
    display: block;
    border: none;
}

.slick-dots li.slick-active button::before {
    position: relative !important;
    background: var(--secondaryblue) !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;
}

.mstm-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 24px !important;
    cursor: pointer;
    --fontsize: 14px;
    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;
    transform: translateY(-50%);
    top: calc(var(--fontsize) * 0.6);
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #000;
    cursor: pointer;
}

.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: #000;
}

.underline {
    text-decoration: underline;
}

*::selection {
    background: #a0a0a0;
    color: white;
}

.overlay-search #overlay-smoke, .overlay-filter #overlay-smoke {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    background: rgba(0,0,0,0.80);
    z-index: 4;
}

.logreg-form-inner {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

/*modal*/
#lightbox-gal {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    height: 100%;
}

.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: 60%;
    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;
}

/*texts*/

p {
    font-size: 18px;
}

    p + p {
        margin-top: 35px;
    }

.center-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.small-title {
    text-transform: uppercase;
    color: var(--skyblue);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.primary-title {
    font-weight: 900;
    color: var(--lightblue);
    font-size: 39px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 58.8px;
}

.secondary-title {
    font-weight: 600;
    color: var(--secondaryblue);
    font-size: 24px;
    margin: 0 auto;
}


/*buttons*/

.btn {
    text-align: center;
}

/*large*/
.btn.large {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 600;
    min-width: 390px;
    min-height: 70px;
    display: grid !important;
    place-items: center;
}

/*primary*/
.btn.btn-primary {
    font-weight: 700;
    padding: 8px 24px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    background: white;
    color: var(--mainblue);
    border: 1px solid white;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.btn.btn-primary:hover {
    background-color: var(--mainblue);
    border: 1px solid var(--mainblue);
    color: white;
}

.btn.btn-primary.outline {
	background-color: transparent;
	color: white;
}

.btn.btn-primary.outline:hover {
	background-color: var(--lightblue);
	color: var(--mainblue);
}
.btn.btn-primary.square {
    font-weight: 600;
    min-height: 50px;
    border-radius: 5px;
}

/*secondary*/
.btn.btn-secondary {
    border: 1px solid var(--mainbrdcolor);
    color: var(--secondaryblue);
    cursor: pointer;
    display: inline-block;
    padding: 8px 24px;
    transition: 0.3s ease-in-out;
    background: white;
    border-radius: 40px;
}

.btn.btn-secondary:hover {
    background-color: var(--secondaryblue);
    color: white;
}

.btn.btn-secondary.red {
	background: var(--skyblue);
	border: 1px solid var(--skyblue);
	color: white;
	font-weight: 400;
	font-size: 16px;
	border-radius: 16px;
}

.btn.btn-secondary.red:hover {
	background: var(--secondaryblue);
	border: 1px solid var(--secondaryblue);
}

.btn.btn-secondary.dark {
	background: var(--mainblue);
	border: 1px solid var(--mainblue);
	color: white;
	font-weight: 400;
	font-size: 16px;
	border-radius: 16px;
}

.btn.btn-secondary.dark:hover {
    background: white;
    border: 1px solid white;
    color: var(--mainblue);
}


/*grey*/
.btn.btn-grey,.btn-grey {
    background: #a7a7a7;
    border: 1px solid #a7a7a7;
    color: #fff;
    padding: 7px 20px;
    transition:0.3s ease-in-out;
}

.btn.btn-grey:hover {
    background: var(--grey);
}

/**/

.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: contain;
    position: absolute;
    top: 0px;
    object-position: top;
    left: 0px;
}

img {
    max-width: 100%;
}

/*icons*/
.msicon-before-relative.check::before {
    content: "\e98f";
}

.msicon-before-relative.check.cancel::before {
    content: "\e904";
}

.msicon-before-relative.phone::before {
    content: "\e970";
}

.msicon-before-relative.search::before {
    content: "\e982";
}

.msicon-before-relative.find::before {
    content: "\e924";
}

.msicon-before-relative.edit::before {
    content: "\e97e";
}

.msicon-before-relative.duration::before {
    content: "\e91c";
}

.msicon-before-relative.info::before {
    content: "\e91d";
}

.msicon-before-relative.arrow::before {
    content: "\e914";
}

.msicon-before-relative.strong-arrow::before {
    content: "\e902";
}

.msicon-before-relative.calendar::before {
    content: "\e918";
}

.msicon-before-relative.step-a-icon::before {
    content: "\e91a";
}
.msicon-before-relative.step-b-icon::before {
    content: "\e91f";
}
.msicon-before-relative.step-c-icon::before {
    content: "\e918";
}
.msicon-before-relative.step-d-icon::before {
    content: "\e91b";
}

.msicon-before-relative.minus::before {
    content: "\e979";
}

.msicon-before-relative.b-minus::before {
    content: "\e97a";
}

.msicon-before-relative.plus::before {
    content: "\e975";
}

.msicon-before-relative.b-plus::before {
    content: "\e976";
}

.msicon-before-relative.address::before {
    content: "\e905";
}



.box-button a {
    min-height: 80px;
    min-width: 260px;
    font-size: 22px;
    padding: 20px 40px;
    background: #fff;
    color: var(--secondaryblue);
    border-radius: 50px;
    display: grid;
    place-items: center;
}

.outline-error.empty {
    margin-bottom: 34px;
}

.outline-error.empty.clearfix .alert.alert-success.inline {
    font-size: 16px;
}

.outline-error.empty.clearfix .alert.alert-danger.inline {
    background: #da2e4040;
    padding: 5px 10px;
    font-size: 16px;
}

.mstm-col-fullcoll.split {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 30px;
}

.gdpron {
    font-weight: bold;
    z-index: 1;
    position: relative;
}

/***/

.faq-outer #qa-outer .card-header button.active .msicon-before-relative.plus::before {
    content: "\e979";
}

/**********account**********/

#logoutmobile {
    margin: 0 auto;
    display: none;
}

.mstm-account-page {
    display: grid;
    grid-template-columns: 340px auto;
    grid-column-gap: 35px;
}

.mstm-account-container {
    padding: 100px 0px;
}

.mstm-account-page .tab-headers,
.mstm-account-tab-content-outer { 
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mstm-account-page .tab-headers{
    border: 1px solid var(--sky);
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mstm-account-tab-content-outer {
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0,145,190,0.15);
    overflow: hidden;
}

/*tab headers*/
.mstm-account-page .tab-headers {
    padding-left: 10px;
    padding-right: 10px;
}

.mstm-account-page .tab-header {
    font-size: 17px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.mstm-account-page .tab-headers .divider {
    border-bottom: 1px solid var(--lightgrey);
    margin-top: 20px;
    margin-bottom:5px;
}

.mstm-account-page .tab-header > a {
    display: block;
    vertical-align: middle;
    padding: 20px;
    padding-right: 40px;
    font-size: 20px;
}

.mstm-account-page .tab-header:not(.active):hover {
    /*color: var(--themecolor);*/
}


.mstm-account-page .tab-header.active {
    /*background: var(--themecolor);
    color: #fff;*/
}

.mstm-account-page .tab-header a i {
    margin-right: 10px;
    color: var(--sky);
}


.account-tab-header {   
    padding: 55px 40px;
    text-align: center;
    margin-top: -40px;
}
.mstm-account-page .tab-header i.msicon-before-inline {
    font-size: 22px;
    vertical-align: middle;
}

.account-tab-header h2 {
    font-size: 40px;
    font-weight: 600;
}

.account-tab-header.large-tab-header {
    background: var(--mainblue);
    color: #fff;
}

.card-img-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -170px;
}

.account-tab-content .mstm-account-card-table {
    padding-top: 170px;
}

.mstm-account-card-table h3 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 40px;
}

.account-tab-header.large-tab-header p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.mstm-account-card-table {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mstm-card-form-fields {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,50%));
    column-gap: 15px;
}

.form-item.full {
    grid-column: span 2;
}

.card-form-submit input {
    width: 100%;
}

#confirmlogoutpopup .modal {
    border: 4px solid;
}

.mstm-account-details-invoive-row,
.mstm-account-card-table{
    padding: 25px 40px; 
}

#account-logout-button {
    display: inline-block;
    background: none;
    cursor: pointer;
    border: none;
    vertical-align: middle;
}

.account-tab-title-icon {
    font-size: 50px;
    line-height: 0;
    display:none;
}

#mstm-add-new-address,
.btn-add-info {
    margin-top: 12px;
    font-size: 43px;
    display: block;
    border: 4px solid var(--themecolor);
    padding: 5px 10px;
    line-height: 1;
    color: var(--themecolor);
    transition: 0.3s ease-in-out;
}

#mstm-add-new-address:hover,
.btn-add-info:hover {
    background: var(--themecolor);
    color: #fff;
}

.account-page-address-section,
.mstm-new-address-outer {
    background: white;
    padding: 20px 134px 20px 16px;
    margin-bottom: 10px;
    position: relative;
}

.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);
}

.mstm-account-page .full-row {
    grid-column: 1/3;
}

.account-page-address-toolbox {
    position: absolute;
    right: 16px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}

.btns-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.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;
    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-remove-cartwish {
    font-size: 20px;
    justify-self: center;
}

.mstm-orders-table-head {
    border-top: 1px solid var(--greyborder);
    border-bottom: 1px solid var(--greyborder);
    background: #f7f7f7;
    color: var(--grey-txt);
    margin-top: -1px;
}

.mstm-orders-table-head {
    display: grid;
    grid-template-columns: repeat(5,minmax(0px,20%));
    background: var(--lightbg);
    padding: 20px 16px;
    justify-items: center;
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--sky);
    color: var(--secondaryblue);
    font-weight: 600;
    font-size: 19px;
}

.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;
    text-align: center;
}

    .mstm-orders-table-body-item p {
        font-size: 16px !important;
    }

    .mstm-orders-table-body-item p {
        margin: 0px !important;
    }

.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;
}

/*logout*/

#confirmlogoutpopup .modal-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#confirmlogoutpopup-buttons {
    margin-top: 20px;
    display: flex;
}

.btn.popaccount_logout {
    margin-right: 10px;
}



/*=======================================booking=======================================*/

.mstm-booking-outer {
    background: #fff;
    border-radius: 20px;
    position: relative;
    top: 120px;
    border: 1px solid var(--darkblue);
}

.mstm-booking-outer .mstm-booking {
    padding: 0px 80px;
}

.booking-inner {
    margin-bottom: 20px;
}

.mstm-booking-form-cart {
    display: grid;
    grid-template-columns:unset;
    grid-column-gap: 30px;
}

.booking-header .logi {
    font-size: 170px;
    line-height: 1;
}

.booking-header .msicon-before-relative.logi::before {
    content: "\e925";
}

.booking-header.booking-inner h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 33px;
}

.booking-inner .mstm-col {
    position: relative;
    text-align: left;
}

.booking-inner .date-item, 
.booking-inner .time-item {
    text-align: center;
}

.booking-inner .date-item .primary-title,
.booking-inner .time-item .primary-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -62px;
    color: var(--mainblue);
    background: white;
    font-size: 30px;
}

.booking-inner .date-item .primary-title::after,
.booking-inner .time-item .primary-title::after {
    content: " ";
    height: 20px;
    width: 100%;
    background: var(--lightblue);
    display: block;
    position: absolute;
    bottom: 9px;
    z-index: -1;
    left: 0;
}


.mstm-booking .form-control {
    background: none;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 10px 40px 10px 10px;
}

.mstm-booking .bootstrap-datetimepicker-widget li:not(.accordion-toggle) table.table-condensed {
    width: auto;
    border: 1px solid var(--sky);
    border-radius: 15px;
    background: var(--lighterbg);
    overflow: hidden;
    padding: 15px;
}

.mstm-booking .bootstrap-datetimepicker-widget .picker-switch {
    color: #000;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.mstm-booking .bootstrap-datetimepicker-widget .fa.fa-chevron-circle-left::before {
    content: "\e98c";
    font-family: mindseed;
}

.mstm-booking .bootstrap-datetimepicker-widget .fa.fa-chevron-circle-right::before {
    content: "\e98d";
    font-family: mindseed;
}

.mstm-booking .datepicker th.picker-switch {
    font-size: 24px !important;
    color: var(--mainblue) !important;
}

.mstm-booking .bootstrap-datetimepicker-widget .dow {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 18px;
    color: var(--greyblue);
    font-weight: 400;
}

.mstm-booking .bootstrap-datetimepicker-widget .day {
    position: relative;
    font-size: 18px;
    width: 60px;
    height: 65px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.mstm-booking .bootstrap-datetimepicker-widget .day:after {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.mstm-booking .bootstrap-datetimepicker-widget table td.day:hover {
    background: none;
}

.mstm-booking .bootstrap-datetimepicker-widget table td.day:not(.disabled):hover:after {
    border-color: var(--lightblue);
}

.mstm-booking .bootstrap-datetimepicker-widget .day.old.disabled, 
.mstm-booking .bootstrap-datetimepicker-widget .day.disabled {
    color: #979998;
}

.mstm-booking .bootstrap-datetimepicker-widget .day.disabled:after {
    background: #f4f8fb;
}

.mstm-booking .bootstrap-datetimepicker-widget table td.today::after {
    background-color: var(--lightblue);
}


.mstm-booking .bootstrap-datetimepicker-widget table td.today::before {
    display: none;
}

.mstm-booking .bootstrap-datetimepicker-widget table td.active,
.mstm-booking .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: transparent;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.mstm-booking .bootstrap-datetimepicker-widget table td.active:after,
.mstm-booking .bootstrap-datetimepicker-widget table td.today.active::after {
    background-color: var(--skyblue);
}

.mstm-booking .bootstrap-datetimepicker-widget table td.active:hover:after {
    background-color: var(--secondaryblue);
}

/**/
.mstm-booking .mstm-agree-news-text {
    margin-bottom: 0;
}

.mstm-booking .mstm-checkbox label {
    color: #000;
    font-size: 19px;
    text-align: left;
}

.mstm-booking .mstm-agree-news-text a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.mstm-booking .submit-contact-outer {
    text-align: center;
}

    .mstm-booking .submit-contact-outer button {
        text-transform: uppercase;
    }

.booking-inner .mstm-col .select-wrapper {
    position: relative;
    display: block;
}

.booking-inner .mstm-col .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    user-select: none;
    appearance: none;
}

/*----booking steps----*/
.booking-steps {
    padding: 80px 0;
}

.booking-steps > div {
    display: grid;
    grid-template-columns: repeat(8, auto);
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    text-align: center;
}

.step-divider {
    display: block;
    width: 85px;
    border-bottom: 2px solid var(--skyblue);
    height: 1px;
}

.active.step-divider {
    border-bottom: 2px solid var(--secondaryblue);
}

.step-item {
    position: relative;
}

.step-item .step-num {
    width: 34px;
    height: 34px;
    background: var(--bluebg);
    color: black;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-grid;
    place-items: center;
    font-weight: 400;
    opacity: 1;
    transition: 0.3s ease-in-out;
    border: 2px solid var(--skyblue);
}

.active.step-item .step-num { 
    background: var(--secondaryblue);
    color: #fff;
    opacity:1;
    border: 2px solid var(--secondaryblue);
}

.step-num.msicon-before-relative.check::before {
    font-size: 20px;
}

.step-item .step-text {
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 60px;
    margin-top: 10px;
}

/*----booking nav----*/

.booking-nav {
    padding: 30px 80px 60px 80px;
}

.booking-nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-nav .step-title, .booking-choice-title {
    font-size: 39px;
    font-weight: 900;
    color: var(--darkblue);
}

.booking-nav-buttons {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    margin: 40px auto;
}

.booking-nav-buttons.first {
    display: flex;
    gap: 30px;
    justify-content: end;
}

.booking-nav-buttons .btn.prev-btn {
    padding: 0 7px;
    font-size: 18px !important;
    height: 36px;
}

.booking-nav-buttons .btn.prev-btn .left-arrow{
    vertical-align: middle;
}

.booking-nav-buttons .btn.prev-btn .left-arrow::before {
    content: "\e914";
    margin-right: 0;
    transform: scale(1.5);
    font-size: 22px;
}

.booking-nav-buttons .btn-primary {
    text-transform: initial;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: var(--mainblue);
    background-color: transparent;
    border: 1px solid var(--mainblue);
}

/**/
.mstm-booking-cart .booking-cart-content,
.mstm-booking-cart .booking-cart-bottom {
    color: #959595;
}


/*----booking cart----*/
.mstm-booking-cart {
    border: 1px solid var(--sky);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.mstm-booking-cart>div {
    padding: 40px;
}

.booking-cart-bottom {
    background: var(--lightbg);
    border-top: 1px solid var(--lightgrey);
}

.mstm-booking-cart .booking-cart-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mstm-booking-cart .cart-item + .cart-item {
    margin-top: 30px;
}

.mstm-booking-cart .c-item-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.mstm-booking-cart .total.cart-item {
    border-top: 1px solid var(--lightgrey);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.old-price {
    font-size: 12px;
    color: var(--thirdblue);
    text-decoration: line-through;
}

.service-item-price.old-price {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--thirdblue);
}

.mstm-booking-cart .old-price {
    text-decoration: line-through;
    opacity: 0.7;
    font-size: 14px;
}


.mstm-booking-cart p + p {
    margin-top: 5px;
}

.mstm-booking-cart .cart-service-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

/*----booking main----*/

.mstm-booking .choice-item {
    position: relative;
    margin-bottom: 30px;
}

.booking-choice-title {
    padding: 30px 0px 60px 0px;
    display: block;
}

.mstm-booking .choice-item img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    min-height: 230px;
    object-fit: contain;
}

.booking-choice-title.mstm-booking .choice-item .alert.alert-danger.inline {
    font-size: 18px;
    position: relative;
    margin-top: 20px;
}

.booking-choice-title .msicon-before-relative.info::before {
    vertical-align: baseline;
    font-size: 19px;
    color: var(--sky);
    margin-left: 5px;
}

.asterisk {
    font-size: 18px;
    color: var(--gradient-bg);
    position: absolute;
}

/*car type item*/
.car-type-outer {
    display: grid;
    grid-template-columns: repeat(3,auto);
    justify-content: center;
    row-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

.car-type-item {
    display: inline-block;
    max-width: 450px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid var(--mainblue);
}

.car-type-item.active .bottom {
	background-color: var(--skyblue);
}

.car-type-item.active .bottom span {
    color: white;
}

.car-type-item .bottom {
    border-top: 1px solid var(--mainblue);
    padding: 20px;
}

.car-type-item .bottom:hover {
    background-color: var(--skyblue);
}


.car-type-item .bottom:hover .botom span {
    color: white;
}


.car-type-item .title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.car-type-item .bottom span, .service-item input {
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: var(--secondaryblue);
    padding: 20px;
}

/*service item*/
.service-type-outer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
}

.service-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(1, 73, 96, 0.2);
    background: #fff;
    width: 100%;
    max-width: 430px;
}

.service-item > div {
    padding: 30px;
}

.service-item-main {
    background: #e7f4fa;
    box-shadow: 0px 0px 10px rgba(1, 73, 96, 0.1);
}

.service-item .title {
    color: var(--mainblue);
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
}

.service-item .main-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 25px;
}

.service-item .price {
    color: var(--mainblue);
    font-weight: 600;
    font-size: 48px;
}

.service-item .time .msicon-before-relative.duration {
    color: #000;
    transform: scale(1.2);
    margin-right: 5px;
}

.service-item .service-item-details,
.service-item .service-item-details p,
.service-item .service-item-details li,
.service-item .service-item-details div{
    font-size: 20px;
    line-height: 1.3;
}

.service-item .service-item-details .description,
.service-item .service-item-details .description p,
.service-item .service-item-details .description li{
    font-size: 18px;
}

.short-description {
    margin-bottom: 20px;
}

.service-item .service-item-details p + ul,
.service-item .service-item-details p + ol {
    margin-top: 15px;
}

.service-item .service-item-details ul {
    list-style-type: disc;
}
.service-item .service-item-details ul,
.service-item .service-item-details ol {
    list-style-position: inside;
}

.service-item-details li + li {
    margin-top: 5px;
}

.mstm-services-list .mstm-services {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-items: center;
    margin: 40px auto;
    text-align: center;
    justify-content: center;
    max-width: 1120px;
    column-gap: 30px;
}

.service-item-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--thirdblue);
    border-bottom: 1px solid #e6ebf0;
    padding-bottom: 20px;
}

span.service-item-price, .service-item-sale-price {
    font-weight: 700;
    font-size: 40px;
    color: var(--mainblue);
}

.service-item-shortdesc {
    margin-top: 40px;
}

.service-item-desc .service-item-desc p, .service-item-desc ul li, 
.service-item-shortdesc, .service-item-shortdesc p, .service-item-shortdesc ul li {
    font-weight: 400;
    font-size: 16px;
    color: var(--mainblue);
}

p.service-item-desc {
    margin-top: 15px;
}

p.service-item-desc.bk {
    margin-top: 35px;
}

.mstm-service-item .btn {
    margin-top: 40px;
    border: 1px solid var(--mainblue);
    background-color: transparent;
}

.mstm-service-item .btn-secondary.outline:hover {
    background-color: var(--mainblue);
}


.service-item-desc-outer {
    min-height: 220px;
}

.mstm-service-item {
    border: 1px solid var(--mainblue);
    padding: 40px 20px;
    border-radius: 20px;
    min-width: 260px;
    max-width: 260px;
}

.mstm-service-item.active {
    background: var(--skyblue);
}

.price-time-outer span:first-of-type {
    color: var(--thirdblue);
}

.mstm-service-item.active span.service-item-price,
.mstm-service-item.active .service-item-title,
.mstm-service-item.active .service-item-desc p, .mstm-service-item.active .service-item-desc ul li {
    color: white;
}

.mstm-service-item .target-price {
	display: block;
	font-size: 13px;
	color: var(--greyblue);
	margin-top: -5px;
	margin-bottom: 10px;
}

.mstm-service-item.active .target-price {
	color: white;
}

.mstm-service-item.active .btn {
	background-color: white;
	border: 1px solid white;
}

.service-item-desc ul li {
    line-height: 2;
}


.mstm-booking-form-cart.hide-cart  .mstm-booking-cart-outer {
    display: none;
}

/*--map-*/
.booking-step.map-section {
    display: grid;
    grid-template-columns: minmax(0px,35%) minmax(0px,65%);
    min-height: 640px;
    max-height: 640px;
    column-gap: 30px;
}

.booking-step.map-section .map-outer {
    order: 1;
    overflow: hidden;
}

.booking-step.map-section .map-outer,
.booking-step.map-section .map-content {
    border-radius: 20px;
    border: 1px solid var(--darkblue);
}

.booking-step.map-section .map-outer text {
    font-size: 50px;
}

.booking-step.map-section .alert-outer .alert-danger {
	padding: 5px;
	position: relative;
	text-align: center;
	background: #F18E965C;
}

.choice-item .alert.inline, .booking-appointment-block .alert.inline {
    position: relative;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
}

/*search*/

.map-search-wrap-outer {
    border-radius: 0px;
    background-color: var(--mainblue);
    padding: 20px 20px 30px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.map-search-wrap {
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 30px 40px;
    border-radius: 20px;
    align-items: center;
    padding-right: 15px;
}

.map-content-inner.container {
    padding: 0;
    overflow: hidden;
}

.google-input-outer input {
    background-color: transparent;
    border: none;
    padding-left: 20px;
    width: 100%;
}

.search-btn-wrapper {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.search-btn-wrapper:hover {
    opacity: 1;
}

.search-btn-wrapper input {
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.search-btn-wrapper .msicon-before-relative.search {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}


/*find my location*/
.find-btn-wrapper {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.find-btn-wrapper:hover {
    opacity: 1;
}

.find-btn-wrapper input {
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.find-btn-wrapper .msicon-before-relative.find {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}


/*stores list*/

.map-content .store-list-outer {
    margin-top: 0;
    max-height: 530px;
    overflow: hidden;
    overflow-y: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.store-block {
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--lightgrey);
}

    .store-block:hover .store-address, .store-block.active .store-address,
    .store-block:hover .store-phone, .store-block.active .store-phone,
    .store-block:hover .store-price, .store-block.active .store-price,
    .store-block:hover .store-getme, .store-block.active .store-getme,
    .store-block:hover .store-getme a, .store-block.active .store-getme a,
    .store-block.active a {
        color: white;
    }

.store-block:hover, .store-block.active {
    background-color: var(--skyblue);
}

.store-block.active .btn {
    display: none;
    color: white;
}

.store-block .check {
    display: none;
}

.store-block.active .check {
	display: block;
	font-size: 20px;
	color: white;
	border: 1px solid white;
	border-radius: 50px;
	padding: 6px;
	width: 34px;
	height: 34px;
	margin-right: 27px;
}

.store-block .avin-pin {
    width: 20px;
    display: inline-block;
}

.store-block .store-location {
    color: var(--lightgrey);
    font-size: 15px;
    margin-bottom: 25px;
}

.store-block a {
    color: var(--mainblue);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.store-block p + p {
    margin-top: 5px;
}

.store-block .store-address, .store-block .store-phone, .store-block .store-price, .store-block .store-getme {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--greyblue);
    padding-left: 25px;
}

.store-block .store-getme a {
    color: var(--greyblue);
    font-size: 14px;
    transition: none;
}

.store-getme.infobox a {
    font-size: 14px;
    position: relative;
    top: 6px;
}

.store-block .store-route-info {
    font-size: 16px;
}

.store-block .store-phone .msicon-before-relative, .store-block .store-getme .msicon-before-relative {
    color: var(--sky);
    margin-right: 10px;
    vertical-align: baseline;
    font-size: 20px;
    transform: translateY(3%);
}

.store-block .btn-secondary.outline {
    border: 1px solid var(--mainblue);
    font-size: 14px;
    padding: 8px 16px;
}

#map .btn-secondary.outline {
    border: 1px solid var(--mainblue);
    font-size: 13px;
    padding: 6px 16px;
}

/*--appointment--*/
.booking-appointment-block {
    border-radius: 20px;
    border: 1px solid var(--darkblue);
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(0px, 60%) minmax(0px, 40%);
    justify-content: space-between;
    justify-items: center;
    align-items: start;
}

.booking-appointment-block .time-message-before-date {
	font-size: 18px;
	line-height: 1.3;
	margin: 60px auto;
}

.time-item {
    display: flex;
    gap: 10px;
}

.booking-inner .time-item .mstm-col .select-wrapper select {
    min-width: 75px;
}

.mstm-booking-bottom-area {
    background-color: white;
    text-align: center;
    margin-bottom: 100px;
    max-height: 600px;
    overflow: hidden;
}

.mstm-booking-bottom-area img:not(.three) {
    padding-bottom: 40px;
    width: 100%;
}


/*datetime*/

.mstm-col.time-item .mstm-col,
.mstm-col.time-item {
    width: 100%;
}

.time-item .timepicker {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 33.33%));
    justify-items: stretch;
    margin: 40px auto;
    row-gap: 20px;
    column-gap: 30px;
}

.time-item .timepicker li {
	border-radius: 20px;
	border: 1px solid var(--mainblue);
	background: transparent;
	padding: 8px 0;
}

.time-item .timepicker li:hover {
    background-color: var(--skyblue);
    border: 1px solid var(--skyblue);
}

.time-item .timepicker li.active {
    background-color: var(--skyblue);
    border: 1px solid var(--skyblue);
}

.time-item .timepicker li.active input {
    color: white;
 }

.time-item .timepicker input {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
}


@media (min-width: 1920px) {
    .mstm-booking-bottom-area img {
        min-width: 1903px;
        max-width: 1903px;
    }
}

.mstm-hidden {
    visibility: hidden; 
    height: 0;
    margin: 0;
}


/*order complete*/

#mstm-complete-order .booking-cart-main {
    margin-bottom: 40px;
}

.container-summary {
    max-width: 500px;
    margin: 80px auto;
}

.mstm-order-complete-cancel .msicon-before-relative.check {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}

.mstm-order-complete-cancel .msicon-before-relative.check::before {
	font-size: 50px;
	border-radius: 100px;
	border: 2px solid var(--skyblue);
	color: var(--skyblue);
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.mstm-order-complete-cancel .msicon-before-relative.check.cancel::before {
	border: 2px solid var(--red);
	color: var(--red);
}

.order-code-wrapper {
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}

.mstm-order-complete-cancel .mstm-booking-cart > div {
    padding: 0 240px;
}

.booking-cart-top, .booking-cart-bottom {
    padding: 20px 40px 0 40px;
}

.mstm-order-complete-cancel .cart-service-content {
    display: grid;
    grid-template-columns: repeat(1, 100%);
}

.mstm-order-complete-cancel .mstm-booking-cart .booking-cart-title {
    margin-bottom: 0px;
}

.mstm-order-complete-cancel .mstm-booking-cart .booking-cart-title {
    margin-bottom: 0px;
    padding: 20px 40px 0 40px;
}

.mstm-order-complete-cancel h4 {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
}

.mstm-order-complete-cancel .mstm-booking-cart .cart-item {
    padding-bottom: 20px;
}

    .mstm-order-complete-cancel .mstm-booking-cart .cart-item + .cart-item {
        margin: 0;
    }

    .mstm-order-complete-cancel .mstm-booking-cart .cart-item.flex {
        display: flex;
        justify-content: space-between;
    }

.mstm-order-complete-cancel .mstm-booking-cart .c-item-title {
    font-size: 18px;
    margin: 0;
    color: var(--textcolor);
}

.mstm-order-complete-cancel .mstm-booking-cart .booking-cart-content,
.mstm-order-complete-cancel .mstm-booking-cart .booking-cart-bottom {
    color: var(--textcolor);
    font-size: 18px;
}

.mstm-order-complete-cancel .booking-cart-bottom .cart-item > div {
    padding-top: 5px;
    margin-bottom: 20px;
}

    .mstm-order-complete-cancel .booking-cart-bottom .cart-item > div:first-of-type p:last-of-type {
        font-size: 13px;
    }

    .mstm-order-complete-cancel .booking-cart-bottom .cart-item > div:last-of-type {
        display: flex;
        align-items: baseline;
        column-gap: 8px;
    }

.mstm-order-complete-summary {
    max-width: 440px;
    margin: 30px auto 15px auto;
    border: 1px solid;
    border-radius: 20px;
}

.mstm-404.mstm-order-complete.container {
    max-width: 440px;
    margin: 0 auto;
}

.mstm-order-complete-summary .booking-cart-top,
.mstm-order-complete-summary .booking-cart-bottom {
    padding: 0;
}

.mstm-order-complete-summary .booking-cart-bottom {
    padding-top: 20px;
}

.mstm-order-complete-summary .cart-service-content {
    padding: 0
}

.mstm-order-complete-summary .cart-item.flex.total {
    padding-bottom: 0 !important;
}

.mstm-order-complete-summary .c-item-title {
    font-weight: bold;
}

.mstm-order-complete-cancel .booking-cart-top.customer-info {
    padding: 20px 40px;
    border-bottom: 1px solid var(--lightgrey);
}

.mstm-order-complete-cancel .booking-cart-top {
    padding: 0 40px;
}

.mstm-order-complete-cancel .booking-cart-bottom {
    background-color: var(--lightblue);
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 40px 0px 40px !important;
}

/*404*/
#backtohome {
    display: block;
    text-align: center;
    margin: 40px auto;
}

#backtohome .btn.btn-primary {
	border: 1px solid var(--mainblue);
}

#backtohome .btn.btn-primary:hover {
	border: 1px solid var(--mainblue);
    background-color: var(--mainblue);
    color: white;
}

.mstm-order-complete-cancel {
    border: 1px solid var(--darkblue);
    padding: 0;
    top: 120px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.primary-title.dark {
    color: var(--darkblue);
    padding: 30px 80px 15px 80px;
    text-align: center;
    margin: 0 auto;
}

.mstm-404-outer p {
    text-align: center;
}

.mstm-order-complete-summary p {
    text-align: left;
}

.cart-item.flex.end {
    padding-bottom: 0 !important;
}

/*cancel order*/


.mstm-order-cancel-outer {
    background-color: white;
}

.mstm-cancel-order {
    text-align: center;
}

.mstm-cancel-order .cart-item {
	text-align: left;
}

.mstm-cancel-order .secondary-title {
    margin-bottom: 20px;
}

.mstm-cancel-order .btn.btn-primary {
	margin-top: 40px;
    margin-bottom: 40px;
	background-color: transparent;
	border: 1px solid var(--mainblue);
	color: var(--mainblue);
}

.mstm-cancel-order .btn.btn-primary:hover {
    background-color: var(--mainblue);
    border: 1px solid var(--mainblue);
    color: white;
}

.mstm-cancel-order .alert {
	padding: 140px;
	font-size: 18px;
	background-color: transparent;
	color: inherit;
}


.confirm-cancel {
    text-align: center;
    margin: 0px auto;
}

.confirm-cancel .btn.btn-primary {
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: transparent;
	border: 1px solid var(--mainblue);
	color: var(--mainblue);
}

.confirm-cancel .btn.btn-primary:hover {
    background-color: var(--mainblue);
    border: 1px solid var(--mainblue);
    color: white;
}

.confirm-cancel p {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.ordernotes {
    margin-top: 40px;
    margin-bottom: 20px;
}

.ordernotes a {
    text-decoration: underline;
}


/*=====================================================================================*/

/*******header*******/
.mstm-header-area {
    /* display: block; */
    padding: 30px 0 80px 0;
    background: var(--gradient-bg);
    z-index: 4;
    position: relative;
}

.mstm-header-area > .container {
	display: grid;
	grid-template-columns: 160px minmax(0px, 1fr) 240px;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
}

.mstm-header-area .btn-primary a {
    transition: none;
    display:inline-block;
    width:100%;
    height:100%;
}

/*logo*/
.mstm-mobile-logo {
    display: none;
}

.mstm-logo > .container {
    background-image: url(/assets/img/color_patern.png);
    background-repeat: repeat;
    height: 109px;
    background-size: 166px;
}

.mstm-logo > .container > a {
    background-color: #000;
    width: 100%;
    font-size: 0;
    height: 100%;
    display: grid;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    max-width: 557px;
}

.mstm-logo a {
    display:inline-block;
}

.mstm-logo img, .mstm-logo a {
    width: 100%;
    max-width: 150px;

}
/*logo*/

#mstm-minheight > div {
    background: var(--gradient-bg);
}

#mstm-minheight > div::before {
	content: " ";
	background: url(/assets/img/avin.svg);
	display: block;
	position: absolute;
	left: 50%;
	top: 190px;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-size: 100%;
	min-height: 381px;
}

/*account*/
.mstm-header-components-account {
    margin-right: 40px;
    display: none;
}

.mstm-header-components-account a {
    color:var(--mainblue);
    font-weight:bold;
}

.mstm-header-components-account > a::before {
    content: "\e90d";
    color: var(--mainblue);
    margin-right: 5px;
    font-size: 22px;
    padding: 0;
    vertical-align: bottom;
}

.account-content {
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: 5;
    /* top: calc(100% - 40px); */
    right: 0px;
    width: 320px;
    visibility: hidden;
    opacity: 0;
    border: 5px solid #000;
    color: #000;
    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);
    background: #fff;
    top: 100%;
    margin-top: 60px;
}
/*account/*/


/*rdv*/
.mstm-header-area .btn.btn-primary {
   padding: 0;
}

.mstm-header-area .btn.btn-primary a {
    padding: 8px 24px;
}
/*rdv/*/

/*menu*/
.mstm-menu > nav > ul {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(0px, auto));
    justify-content: center;
    list-style: none;
    position: relative;
    margin: 0;
    align-items: center;
    grid-column-gap: 30px;
}

.mstm-menu > nav > ul li {
    color: var(--lightgrey);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
}

.mstm-menu .mstm-sub-menu {
    position: absolute;
    z-index: 1;
    list-style: unset;
    background-color: #d3ac67;
    color: #000 !important;
    top: 100%;
    display: none;
    line-height: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.mstm-menu .hasChildren .mstm-sub-menu.expanded {
    display: block;
}

.mstm-menu nav .mstm-sub-menu li {
    color: #000 !important;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mstm-menu nav .mstm-sub-menu li:hover {
    color: white !important;
}

.burger-menu {
    display: none;
}

/*******header/*******/

/*******footer*******/

.footer-area {
    padding-bottom: 30px;
    background-color: var(--mainblue);
}

.footer-area .footer-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
}

.footer-area .left-col {
	display: grid;
	grid-template-columns: 350px repeat(2, 1fr);
	column-gap: 60px;
}

.footer-area .mstm-logo img {
    position: relative;
    top: -9px;
}

.footer-area .right-col {
    justify-self: end;
}

.footer-area .left-col .info-footer,
.footer-area .footer-info ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.app-col-inner {
    display: flex;
    gap: 20px;
    color: white;
}

.app-text h5 {
    color:;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.app-text h6 {
    font-weight:;
    margin-bottom: 30px;
}


.app-links {
    display: flex;
}

.app-links img {
    height:45px;
}

.msicon-before-relative.facebook::before {
    content: "\e900";
}

.msicon-before-relative.instagram::before {
    content: "\e903";
}

.msicon-before-relative.twitter::before {
    content: "\e90c";
}

.msicon-before-relative.checkbox::before {
    content: "\e98f";
}

.cpr {
    color: white;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

.mstm-footer-col h4 {
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
    font-size: 18px;
}

.footer-social span {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.footer-list li a {
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 40px;
}

footer #mindseed {
    padding-left: 2px;
}

footer #logi {
    transform: scale(1.35);
    display: inline-block;
    padding-left: 2px;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    color: white;
    border-top: 1px solid;
    padding-top: 30px;
}

.footer-bottom-links ul {
    display: flex;
    grid-template-columns: repeat(2, auto);
    column-gap: 30px;
}

/*****static-page*****/
.static-page-title, .mstm-category-title {
    font-size: 50px !important;
    font-weight: 600;
    text-align: center;
    color: var(--secondaryblue);
    padding-bottom: 40px;
    padding-top: 40px;
}

.primary-title.view {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.primary-title.view::after {
    content: " ";
    height: 20px;
    width: 100%;
    background: var(--skyblue);
    display: block;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    left: 0;
}

.page-column.carwashavin-heading.view {
    text-align: center;
    margin: 0 0 120px 0;
    padding-top: 120px;
}

.category-description {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -30px;
}

.static-page-cover img {
    max-width: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: top center;
}

.static-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.static-content img {
    border-radius: 15px;
}

.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.static-content h2+h3,
.static-content h3+h4,
.static-content h4+h5,
.static-content h5+h66 {
    margin-top: 20px;
}

.static-content h1 {
    font-size: 40px;
}


.static-content h2 {
    font-size: 32px;
}


.static-content h3 {
    font-size: 24px;
}


.static-content h4 {
    font-size: 22px;
}


.static-content h5 {
    font-size: 20px;
}


.static-content h6 {
    font-size: 18px;
}

.static-content p,
.static-content ul,
.static-content a,
.static-content div {
    font-size: 18px;
}

.static-content p {
    margin-bottom: 20px;
}

.static-content a {
    color: var(--secondaryblue);
}

.static-content a:hover {
    text-decoration: underline;
}

.static-content ul, .static-content ul li {
    list-style-type: disc;
}

.static-content ul,
.static-content ol {
    list-style-position: inside;
    margin-top:30px;
    margin-bottom:30px;
}
    
/*****checkout********/
.mstm-tropoi-pliromis .mstm-bankwire {
    margin-top: 12px;
    background: #f9f9f9;
    padding: 10px;
}

.checkout-area {
    display: grid;
    grid-template-columns: minmax(0px, 65%) minmax(0px, 35%);
    grid-column-gap: 30px;
    justify-content: center;
    align-items: start;
    margin-bottom: 60px;
}

.mstm-checkout-col {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    grid-column-gap: 20px;
    width: 100%;
    border: 1px solid var(--darkblue);
    border-radius: 20px;
    padding: 80px 30px;
    margin-bottom: 30px;
}

.checkout-section-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout-section-title {
    font-size: 39px;
    font-weight: 900;
    color: var(--darkblue);
    padding: 30px 0px 60px 0px;
    text-align: left;
}

.terms-agree {
    text-align: left;
    display: block;
}

.terms-agree .mstm-checkbox {
    padding-left: 30px !important;
}

.terms-agree .mstm-checkbox .checkmark {
    top:50%;
}

.terms-agree a {
    color: var(--secondaryblue);
    text-decoration: none;
}

.terms-agree a:hover {
     color: var(--skyblue);
}



#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 {
    border: 1px solid var(--darkblue);
    border-radius: 20px;
}

.your-order-table.table-responsive {
    border-radius: 20px;
    overflow: hidden;
}

.your-order-table.table-responsive > div {
    padding: 0 20px;
}

.your-order-table.table-responsive > div:first-child {
	padding-top: 20px;
}

.your-order-table .single-cart-item span {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.mstm-checkout-order-summary-bottom .mstm-checkout-order-summary-headers span {
    margin-top: 5px;
}

.mstm-checkout-order-summary-bottom {
    background-color: #f9f9fa;
    padding: 5px 20px !important;
    border-top: 1px solid var(--mainblue);
}

.order-subtotal,
.order-total {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,auto));
    justify-content: space-between;
}

.mstm-checkout-order-summary .mstm_cart-items {
    max-height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--greyblue);
    padding-bottom: 20px;
}

.mstm-checkout-order-summary .mstm_cart-items img {
	width: 80px;
}

.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(--secondaryblue);
    color: #ffffff;
    transition: unset;
}

.mstm-custom-zip-outer .typeahead.dropdown-menu li {
    padding: 5px 5px;
    transition: unset;
}

.checkout-section-subtitle {
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
}

.checkout-area-outer .mstm-checkbox {
    margin-right: 20px;
    margin-bottom: 2px;
}

.mstm-checkout-order-summary-text {
    font-size: 16px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.order-button-payment .btn {
    background: transparent;
    border: 1px solid var(--mainblue);
    color: var(--mainblue);
    width: auto;
    font-size: 16px;
    text-transform: initial;
    margin: 0 auto 60px auto;
    font-weight: 400;
    display: block;
}

.checkout-title {
    margin: 40px;
}

/*.checkout-area .single-cart-item {
    display: grid;
    grid-template-columns: repeat(3, auto);
}*/

.mstm-checkout-order-summary .product-name,
.mstm-checkout-order-summary .order-total {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--darkblue);
}

.mstm-checkout-order-summary .cart-text h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--thirdblue);
    margin-bottom: 20px;
}

.mstm-checkout-order-summary .order-subtotal p,
.mstm-checkout-order-summary .amount-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--thirdblue);
}

.mstm-checkout-order-summary .order-total .amount-right {
    font-weight: 700;
    font-size: 20px;
}

/*checkout summary*/

.mstm-checkout-order-summary-headers span {
    color: var(--thirdblue);
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
}

.mstm-checkout-order-summary-bottom .mstm-checkout-order-summary-headers span {
    margin: 0;
}

.mstm-checkout-order-summary-bottom .mstm-checkout-order-summary-headers {
    margin: 20px 0;
}

.service-checkout-outer {
    display: flex;
    justify-content: space-between;
}

.cart-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.summary-store-info {
    font-size: 13px;
    display: block;
}



/****login*****/
.mstm-login-and-register-page .logreg-form {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 14px 0 rgba(0,145,190,0.15);
}

.account-content-header {
    display: grid;
    grid-template-columns: repeat(2,minmax(0px,50%));
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color: #55555561;
}

.account-content-header .tab-header.active, .account-content-header .tab-header:hover {
    color: var(--textcolor);
}

.logreg-form .tab-headers {
    font-size: 22px;
    grid-template-columns: repeat(auto-fit,minmax(0px,1fr));
}


.account-content-header p {
    padding: 20px 0px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
}

.account-content-header .tab-header.active::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background-color: var(--arctic);
}

.mstm-login-and-register-page .tab-contents {
    display: grid;
    grid-template-columns: 100% 100% 100%;
    overflow: hidden;
}

.mstm-login-and-register-page .logreg-form-inner.tab-content {
    padding: 20px;
    padding-bottom: 50px;
    max-width: 390px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pill-content {
    display: none;
}

.mstm-login-and-register-page .pill-content.active {
    order: 1;
}

.tab-content.pill-content.active {
    display: block;
}

.pill {
    cursor: pointer;
}

.mstm-login-and-register-page form {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    align-items: center;
}

.customer-log-title.tab-header.mobile {
    display: none;
}

.logreg-form .label-txt {
    margin-bottom: 5px;
    display: block;
}

.form-bottom {
    text-align: center;
}

.btn.btn-primary.square.login-register-btn {
    width: 100%;
}

.lost_password, .required-fields-text {
    font-size: 15px;
    margin-top: 10px;
    color: #b9b9b9;
    text-align:center;
}

.lost_password a:hover{
    color: var(--textcolor);
}

.logreg-form .mstm-agree-gdpr-outer {
    margin-bottom: 20px;
}

/*****blog list*****/
.mstm-blog-list .mstm-blog-list-repeater {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,33.33%));
    column-gap: 20px;
    row-gap: 80px;
}

/*blog post*/
.mstm-blog-post {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--mainblue) !important;
    background: #fff;
}

.mstm-blog-post .aspect-image-outer {
    --aspect-ratio: 1.6;
}

.mstm-blog-post img {
    object-fit: cover;
}

.mstm-blog-post .post-header {
    padding: 24px;
}

.mstm-blog-post .post-title {
    font-weight: 700;
    color: var(--mainblue);
    font-size: 20px;
    line-height: 24px;
}

.mstm-blog-post .post-title {
    --numberoflines: 2;
}

.mstm-blog-post .post-more {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid;
    display: inline-block;
    border-radius: 16px;
    transition: all .3s ease-in-out;
}

.mstm-blog-post:hover .post-more {
    background-color: var(--lightblue);
    border: 1px solid var(--lightblue);
}

.mstm-blog-post .post-more a {
    padding: 8px 24px;
    display: inline-block;
}


/*pagination*/
.mstm-load-more {
    text-align: center;
    margin-top: 50px;
}

.mstm-load-more .btn.btn-primary.large {
    margin-left: auto;
    margin-right: auto;
}

/*****single blog******/
.single-post {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.single-post-bottom > div {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    margin-bottom: 100px;
}

.single-post .aspect-image-outer {
    --aspect-ratio: 2.12;
}

.single-post .aspect-image-outer img {
    object-fit: cover;
    border-radius: 15px;
}

.post-share-outer,
.post-meta-outer {
    margin-top: 60px;
}

/*share*/
.post-share-outer-mobile {
    display: none;
}

.post-share-outer {
    order: -1;
    grid-row: 1/3;
}

.single-post .post-share {
    width: auto;
    height: auto;
    text-align: center;
    display: grid;
}

.post-share-outer .post-share {
    top: 100px;
    left: 0;
    position: sticky;
    display: grid;
}

.share-title {
    font-weight: 600;
    display: block;
    font-size: 14px;
}

.post-share-outer .share-title {
    margin-bottom: 20px;
}

.single-post #facebook-share,
.single-post #instagram-share,
.single-post #twitter-share,
.single-post #pinterest-share {
    display: block;
    transition: .3s all ease-in-out;
    color: #cacaca;
    padding: 10px;
}

    .single-post #facebook-share:hover {
        color: #4267b2;
    }

    .single-post #instagram-share:hover {
        color: #e1306c;
    }

    .single-post #twitter-share:hover {
        color: #1da1f2;
    }

    .single-post #pinterest-share:hover {
        color: #e60023;
    }

.fb-ico::before,
.ig-ico::before,
.tw-ico::before,
.pn-ico::before {
    font-family: mindseed;
    font-size: 25px;
    display: inline-block;
    transition: .4s all ease-in-out;
}

.fb-ico::before {
    content: "\e900";
}

.ig-ico::before {
    content: "\e903";
}

.tw-ico::before {
    content: "\e90c";
}

.pn-ico::before {
    content: "\e985";
}

/*post meta*/
.post-category {
    display: inline-block;
    background: var(--sky);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
}

.single-post h1 {
    color: var(--secondaryblue);
    font-weight: 600;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.post-body-outer {
    margin-top: 20px;
}

/*suggestion posts*/
.blog-feed-title.secondary-title {
    text-align: center;
    margin-bottom: 30px;
}

.mstm-suggestion-posts {
    text-align: center;
}

.mstm-suggestion-posts .mstm-blog-post {
    /* max-width: 630px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(33.33% - (20px * 2/3) - 3px);
    display: inline-block;
}

.mstm-suggestion-posts .mstm-blog-post + .mstm-blog-post {
    margin-left: 20px;
}


.mstm-burger-icon {
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 1;
    width: 45px;
    height: 45px;
    text-align: center;
}

.mstm-burger-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "\e983";
    color: white;
}


.mstm-burger-icon.opened::before {
    content: "\e904";
}

.mstm-burger-icon, mstm-close-menu {
    display: none;
}

.ismob {
    display: none !important;
}
                                 

/*responsive css*/

@media (max-width: 1600px) {
    .booking-step.map-section .map-content {
        padding-left: 0;
    }

    .footer-area .left-col {
        grid-template-columns: repeat(3, auto);
    }
}

@media (max-width: 1440px) {
    .footer-area .right-col .app-iamge img {
        max-width: 200px;
    }


    .mstm-cancel-order .alert {
        padding: 140px 0;
    }
}

@media (max-width: 1380px) {
    .booking-step.map-section {
        grid-template-columns: repeat(2, minmax(0px,50%));
    }
}

@media (max-width: 992px) {
    .burger-menu {
        display: block;
        z-index: 11;
    }

    .mstm-logo {
        z-index: 11;
    }

    .mstm-burger-icon {
        display: block;
        cursor: pointer;
    }

    .mstm-main-menu.mobile {
        display: none;
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 10;
        width: 90%;
        height: 100vh;
        /* overflow-x: auto; */
        overflow-x: hidden;
        overscroll-behavior: none;
        padding: 90px 0 10px 0;
        font-size: 18px;
        max-width: 350px;
        background: var(--darkblue);
    }

        .mstm-main-menu.mobile.expanded {
            display: block;
        }

    .mstm-header-area > .container {
        display: grid;
        grid-template-columns: 50px minmax(0px, 1fr) 240px;
    }

    .mstm-menu > nav > ul {
        display: block;
    }

    .mstm-header-area {
        padding: 15px 0 0 0;
    }

    .mstm-menu > nav > ul li {
        line-height: 2.5;
        padding-left: 10px;
        border-bottom: 1px solid #53536966;
    }

        .mstm-menu > nav > ul li:hover a {
            color: var(--lightblue);
        }

    .footer-area .footer-inner {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        gap: 60px;
    }

    .footer-area .right-col {
        justify-self: unset;
    }

    .mstm-services-list .mstm-services {
        grid-template-columns: repeat(2, auto);
    }

    .mstm-booking-outer {
        max-width: 90%;
    }

    .booking-step.map-section {
        grid-template-columns: repeat(1, auto);
        min-height: unset;
        max-height: unset;
        row-gap: 30px;
        column-gap: 0;
    }

    .booking-appointment-block {
        grid-template-columns: repeat(1, minmax(0px, auto));
        justify-content: center;
        padding: 10px;
    }

    .mstm-booking .bootstrap-datetimepicker-widget li:not(.accordion-toggle) table.table-condensed {
        padding: 0px;
    }

    .mstm-booking .bootstrap-datetimepicker-widget .day::after {
        width: 40px;
        height: 40px;
    }

    .time-item .timepicker {
        column-gap: 15px;
    }

    .booking-inner .date-item .primary-title, .booking-inner .time-item .primary-title {
        top: -41px;
        font-size: 24px;
        background: transparent;
    }

    .checkout-area {
        grid-template-columns: repeat(1, minmax(0px, auto));
    }

    .isdes {
        display: none !important;
    }
    .ismob {
        display: block !important;
        text-align: center;
    }

    .mstm-order-complete-cancel .mstm-booking-cart > div {
        padding: 0 40px;
    }

    .mstm-order-complete-cancel, .mstm-booking-outer {
        top: 30px;
    }

    #mstm-404 .primary-title {
        font-size: 30px;
        padding: 30px 0;
    }

}

@media (max-width: 850px) {
    .mstm-booking-form-cart {
        display: block;
    }
}

@media (max-width: 768px) {
    .booking-inner {
        padding: 55px 60px;
    }

    .booking-nav > div {
        justify-content: center;
    }

    .booking-steps {
        padding: 40px 0;
    }

    .mstm-booking-outer .mstm-booking {
        padding: 0px 20px;
    }

    .booking-nav {
        padding: 20px 0px 0px 0px;
    }

    .booking-choice-title, .checkout-section-title {
        text-align: center;
        padding: 30px 0 15px 0;
    }

    .mstm-services-list .mstm-services {
        grid-template-columns: repeat(1, auto);
    }

    .booking-appointment-block .time-message-before-date {
        margin: 30px auto;
    }

}

@media (max-width: 600px) {
    .footer-area .left-col {
        grid-template-columns: repeat(1, auto);
        justify-content: center;
        gap: 60px;
    }

    .mstm-header-area > .container {
        grid-template-columns: 50px minmax(0px, 1fr) 200px;
    }

    .mstm-header-area .btn.btn-primary {
        font-size: 16px;
    }

    .booking-steps > div {
        column-gap: 0;
    }

    .booking-nav .step-title, .booking-choice-title {
        font-size: 30px;
    }

    .checkout-section-title, .booking-nav .step-title, .booking-choice-title {
        font-size: 24px;
        text-align: center;
    }

    .mstm-checkout-col {
        grid-template-columns: repeat(1,minmax(0px,100%));
        grid-column-gap: 0;
        padding: 30px;
        margin-bottom: 30px;
    }

    .booking-inner {
        padding: 20px 0;
    }

    .booking-step.map-section #map {
        max-height: 300px;
    }

    .store-block .store-address, .store-block .store-phone, .store-block .store-price {
        padding: 0;
    }
}


@media (max-width: 500px) {


    .mstm-booking-outer .mstm-booking {
        padding: 0px;
    }

    .mstm-order-complete-cancel .mstm-booking-cart .c-item-title,
    .mstm-order-complete-cancel .mstm-booking-cart .cart-item.flex,
    .cart-item span {
        font-size: 15px;
    }

    .order-code-wrapper, .mstm-order-complete-cancel h4, .mstm-booking-cart .booking-cart-title, .confirm-cancel p {
        font-size: 17px;
    }

    .mstm-order-complete-cancel .mstm-booking-cart > div {
        padding: 0 10px;
    }

    .mstm-order-complete-cancel .booking-cart-top.customer-info {
        padding: 20px 15px;
    }

    .mstm-order-complete-cancel .booking-cart-top {
        padding: 0 15px;
    }

    .mstm-order-complete-cancel .booking-cart-bottom {
        padding: 20px 15px 0px 15px !important;
    }

    .mstm-order-complete-cancel .msicon-before-relative.check::before {
        font-size: 35px;
    }

    .mstm-cancel-order .alert {
        padding: 40px;
        font-size: 16px;
    }

    #mstm-404 .primary-title {
        font-size: 20px;
        line-height: 1.4;
    }

    #mstm-404 .btn.btn-primary {
        font-size: 16px;
    }

    .l-par {
        font-size: 18px;
    }

    .primary-title {
        font-size: 26px;
    }

    .secondary-title {
        font-size: 26px !important;
    }

    .small-title {
        font-size: 16px;
    }

}

    @media (max-width: 450px) {
        .footer-area .right-col .app-iamge img {
        max-width: 140px;
    }

    .mstm-header-area .btn.btn-primary a {
        padding: 8px 8px;
    }

    .mstm-header-area > .container {
        grid-template-columns: 50px minmax(0px, 1fr) 155px;
    }

    .mstm-header-area .btn.btn-primary {
        font-size: 13px;
    }

    .step-divider {
        width: 65px;
    }
}

@media (max-width: 380px) {
    .step-divider {
        width: 40px;
    }

    .mstm-booking .bootstrap-datetimepicker-widget .day::after {
        width: 30px;
        height: 30px;
    }

    .mstm-booking .bootstrap-datetimepicker-widget .day, .time-item .timepicker li {
        font-size: 14px;
    }


    .mstm-order-complete-cancel .mstm-booking-cart .c-item-title,
    .mstm-order-complete-cancel .mstm-booking-cart .cart-item.flex,
    .cart-item span {
        font-size: 14px;
    }

    .order-code-wrapper, .mstm-order-complete-cancel h4, .mstm-booking-cart .booking-cart-title, .confirm-cancel p {
        font-size: 14px;
    }


    .mstm-order-complete-cancel .mstm-booking-cart .cart-item.flex {
        gap: 15px;
        text-align: right;
    }
}


@keyframes open {
    from {
        max-height: 0px;
    }

    to {
        max-height: 500px;
    }
}



@keyframes close {
    from {
        max-height: 500px;
    }

    to {
        max-height: 0px;
    }
}
