/* Mighty Particles */
.mighty-particles-wrapper {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

/* Mighty Open Street */
.mighty-openstreet-map {
    width: 100%;
    z-index: 1;
}

.mighty-openstreet-map .leaflet-popup {
    z-index: 999;
}

/* Mighty Gmaps */
.mighty-google-map {
    width: 100%;
}

/* Pegman Fix */
.mighty-google-map .gm-svpc div img {
    position: relative !important;
}

.mighty-google-map div.gm-style-iw-d {
    overflow: auto !important;
}

/* Two Step Login */
.mighty-tsl .mt-login {
    margin: 0 auto;
}

.mighty-tsl .mt-login-logo {
    display: block;
    margin: 0 auto;
}

.mighty-tsl .mt-login-title {
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
}

.mighty-tsl .mt-login-description {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #aba5a5;
    font-weight: normal;
}

.mighty-tsl .mt-login-header {
    margin-bottom: 20px;
}

.mighty-tsl .mt-login .lostpassword {
    font-size: 14px;
}

.mighty-tsl .mt-login .form-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mighty-tsl .mt-form-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.mighty-tsl .mt-form-group:not(:last-child) {
    margin-bottom: 20px;
}

.mighty-tsl .mt-form-group .mt-label {
    color: #363636;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
}

.mighty-tsl .mt-form-group .mt-control {
    clear: both;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row;
}

.mighty-tsl .mt-form-group .mt-control .mt-field {
    width: 100%;
}

.mighty-tsl .mt-form-group .mt-control .mt-size-sm {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px;
}

.mighty-tsl .mt-form-group .mt-control .mt-size-md {
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
}

.mighty-tsl .mt-form-group .mt-control .mt-size-lg {
    font-size: 16px;
    min-height: 47px;
}

.mighty-tsl .mt-form-group .mt-input,
.mighty-tsl .mt-form-group .mt-textarea {
    width: 100%;
}

.mighty-tsl .mt-form-group input {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}

.mighty-tsl .mt-form-create-account.mt-align-center {
    justify-content: center;
}

.mighty-tsl .mt-form-create-account.mt-align-left {
    justify-content: flex-start;
}

.mighty-tsl .mt-form-create-account.mt-align-right {
    justify-content: flex-end;
}

.mighty-tsl .mt-remember-me {
    display: flex;
    align-items: center;
}

.mighty-tsl .mt-remember-me label {
    margin-left: 5px;
}

.mighty-tsl .mt-login-button {
    color: #fff;
    border: 1px solid currentColor;
    background-color: #7754f6;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.mighty-tsl .mt-login-button:hover {
    background-color: #8465f7;
}

.mighty-tsl .mt-login-button.mt-size-sm {
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 3px;
}

.mighty-tsl .mt-login-button.mt-size-md {
    font-size: 16px;
    /* padding: 12px 24px; */
    /* border-radius: 4px; */
}

.mighty-tsl .mt-login-button.mt-size-lg {
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 5px;
}

.mighty-tsl .mt-login-button.mt-button-icon-left .mighty-button-text {
    order: 1;
}

.mighty-tsl .mt-login-button.mt-button-icon-left .mighty-button-icon {
    margin-right: 10px;
}

.mighty-tsl .mt-login-button.mt-button-icon-right .mighty-button-icon {
    margin-left: 10px;
}

.mighty-tsl .mt-button-align-start .mt-login-button-wrapper {
    justify-content: flex-start;
}

.mighty-tsl .mt-button-align-center .mt-login-button-wrapper {
    justify-content: center;
}

.mighty-tsl .mt-button-align-end .mt-login-button-wrapper {
    justify-content: flex-end;
}

.mighty-tsl .mt-button-align-stretch .mt-login-button {
    flex-basis: 100%;
}

.mighty-tsl .mt-next-button-align-start .mt-next-button-wrapper {
    justify-content: flex-start;
}

.mighty-tsl .mt-next-button-align-center .mt-next-button-wrapper {
    justify-content: center;
}

.mighty-tsl .mt-next-button-align-end .mt-next-button-wrapper {
    justify-content: flex-end;
}

.mighty-tsl .mt-next-button-align-stretch .mt-next-button {
    flex-basis: 100%;
}

.mighty-tsl .hide-placeholders input::placeholder,
.mighty-tsl .hide-placeholders textarea::placeholder {
    color: transparent;
}

.mighty-tsl .icons-eye-slash,
.mighty-tsl .icons-eye {
    cursor: pointer;
}

/* Input Group */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.mt-password-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-color: #ced4da;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    height: 100%;
    cursor: pointer;
}

.mt-password-trigger svg {
    display: block;
}

.mt-form-password .input-group input {
    border-color: #ced4da;
    border-radius: 1px 0 1px 1px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
}

.mt-form-password .input-group input:focus {
    border-color: #ced4da;
    outline: thin solid white;
}

.mt-form-password .mt-control .mt-field {
    width: auto !important;
}

/* PayPal Button */
.mighty-paypalbtn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mighty-paypalbtn .paypal-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.mighty-paypalbtn.mt-paypal-left {
    align-items: flex-start;
}

.mighty-paypalbtn.mt-paypal-center {
    align-items: center;
}

.mighty-paypalbtn.mt-paypal-right {
    align-items: flex-end;
}

.mighty-paypalbtn.mt-paypal-block .paypal-btn,
.mighty-paypalbtn.mt-paypal-block .mighty-button {
    width: 100%;
}

.mighty-paypalbtn .mighty-button-link {
    display: flex;
    transition: all 0.3s;
    justify-content: center;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    background-color: #ffc439;
}

.mighty-paypalbtn .mighty-button-link .paypal-text svg {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.mighty-paypalbtn .mighty-button-link .paypal-icon svg {
    height: 35px;
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
}

.mighty-paypalbtn .mighty-button-icon-left .mighty-button-text {
    order: 1;
}

.mighty-paypalbtn .mighty-button-lg {
    padding: 20px 40px;
    font-size: 20px;
}

.mighty-paypalbtn .mighty-button-sm {
    padding: 10px 20px;
    font-size: 14px;
}

.mighty-paypalbtn .mighty-button-text {
    margin-right: 10px;
}

.mighty-paypalbtn .mighty-button-icon-left .mighty-button-text {
    margin-right: 0;
    margin-left: 10px;
}

.mighty-paypalbtn .payment-cards {
    display: flex;
}

.mighty-paypalbtn .payment-cards svg {
    width: auto;
    margin: 10px 5px 0;
}

.mighty-paypalbtn .mighty-paypal-errors {
    color: red;
}

/* Weather */
.mt-weather {
    max-width: 30%;
    width: 100%;
    position: relative;
    background-color: #4054B2;
    border-radius: 10px;
    color: #fff;
}

.mt-weather .mt-tempblock span {
    font-size: 16px;
}

.mt-weather .mt-weather-location {
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.mt-weather .mt-weather-location svg {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.mt-weather .mt-weathername {
    font-size: 18px;
    line-height: normal;
}

.mt-weather .mt-weather-current {
    margin-bottom: 10px;
}

.mt-weather .mt-tempblock-detail {
    display: flex;
}

.mt-weather .mt-iconblock {
    text-align: center;
}

.mt-weather .mt-iconblock svg {
    width: 50px;
    height: 50px;
    color: #fff;
    margin-left: auto;
}

.mt-weather .mt-weather-detail {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
}

.mt-weather .mt-weather-forecast-items {
    text-align: center;
    display: flex;
}

.mt-weather .mt-weather-forecast-items .mt-weather-forecast-item {
    padding: 0 10px;
}

.mt-weather .mt-weather-forecast-items .mt-weather-forecast-item:first-child {
    padding-left: 0;
}

.mt-weather .mt-weather-forecast-items .mt-weather-forecast-item:last-child {
    padding-right: 0;
}

.mt-weather .mt-current-temp {
    font-size: 26px;
    line-height: normal;
}

.mt-weather .mt-weather-hourly-forecast {
    padding: 10px 20px;
    overflow: auto;
    white-space: nowrap;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-time {
    font-size: 15px;
    line-height: normal;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-icon {
    margin: 10px 0;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-icon svg {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-temp {
    font-size: 16px;
    line-height: normal;
}

.mt-weather .mt-weather-daily-forecast {
    height: 180px;
    overflow: visible;
    padding: 10px 20px;
    user-select: none;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-daily-forecast-item {
    display: flex;
    justify-content: space-between;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-daily-forecast-item:not(:last-child) {
    margin-bottom: 5px;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-temp {
    display: flex;
    margin-right: 30px;
    font-size: 16px;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-daily-date {
    display: flex;
    flex-direction: column;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-right-block {
    display: flex;
    align-items: center;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-date {
    font-size: 16px;
    color: #e6e6e6;
    line-height: normal;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-time {
    font-size: 12px;
    color: #e6e6e6;
    line-height: normal;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-icon {
    width: 40px;
    height: 40px;

}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-icon svg {
    width: 100%;
    height: 100%;
}

.mt-weather .mt-weather-details {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.mt-weather .mt-weather-details .mt-weather-details-item {
    display: flex;
    align-items: center;
}

.mt-weather .mt-weather-details .mt-weather-details-item:not(:last-child) {
    margin-bottom: 10px;
}

.mt-weather .mt-weather-details .mt-weather-details-item svg {
    width: 20px;
    height: 20px;
    max-width: none;
}

.mt-weather .mt-weather-details span {
    margin-left: 10px;
}

/* Weather Scrollbar */
.mt-weather .simplebar-scrollbar::before {
    background-color: black;
}

/* Advance Heading */
.mt-advanced-heading {
    position: relative;
    margin: 0;
    padding: 0;
}

.mt-advanced-heading .mt-advanced-heading-content>div {
    display: inline-block;
}

.mt-advanced-heading .mt-advanced-heading-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 100px;
    color: #ddd;
    z-index: 0;
    line-height: 1;
}

.mt-advanced-heading .mt-sub-heading-wrapper,
.mt-advanced-heading .mt-main-heading-wrapper {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.mt-advanced-heading .mt-decoration-line-before .mt-sub-heading-wrapper:before,
.mt-advanced-heading .mt-decoration-line-after .mt-sub-heading-wrapper:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.mt-advanced-heading .mt-main-heading {
    margin: 0;
    padding: 0;
}

.mt-advanced-heading .mt-transform-origin-top-left {
    transform-origin: top left;
}

.mt-advanced-heading .mt-transform-origin-center-center {
    transform-origin: center center;
}

.mt-advanced-heading .mt-transform-origin-top-center {
    transform-origin: top center;
}

.mt-advanced-heading .mt-transform-origin-top-right {
    transform-origin: top right;
}

.mt-advanced-heading .mt-transform-origin-center-left {
    transform-origin: center left;
}

.mt-advanced-heading .mt-transform-origin-center-right {
    transform-origin: center right;
}

.mt-advanced-heading .mt-transform-origin-bottom-left {
    transform-origin: bottom left;
}

.mt-advanced-heading .mt-transform-origin-bottom-center {
    transform-origin: bottom center;
}

.mt-advanced-heading .mt-transform-origin-bottom-right {
    transform-origin: bottom right;
}

@media (min-width: 1025px) {
    .mt-hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .mt-hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .mt-hidden-mobile {
        display: none !important;
    }
}

/* Hotspot */
.mt-hotspot {
    position: relative;
    display: inline-block;
}

.elementor-widget-mt-hotspot {
    text-align: center;
}

.mt-hotspot .marker {
    display: flex;
    flex-flow: column;
    position: absolute;
    transition: all 300ms;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.mt-hotspot .mt-hotspot-popup {
    background: red;
}

.mt-tooltips .mt-popover-controls {
    background: grey;
    padding: 5px;
    font-size: 13px;
}

.mt-hotspot .marker .mt-tooltip-icon {
    background-color: #8F55B7;
}


.mt-hotspot .marker.mt-marker-glow .mt-icon:before {
    content: "";
    position: absolute;
    background-color: #8F55B7;
    border-radius: 100%;
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    pointer-events: none;
    transform: scale(1);
    animation: mt-hotspot-glow 2s infinite;
}

@-webkit-keyframes mt-hotspot-glow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes mt-hotspot-glow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.mt-tooltips.popover .popover-body {
    overflow: auto;
}

.mt-hotspot .tooltip-label {
    position: relative;
}

.mt-tooltips.popover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.mt-tooltips.mt-grow {
    -webkit-animation-name: grow;
    animation-name: grow;
}

.mt-tooltips.mt-slide {
    -webkit-animation-name: slideleft;
    animation-name: slideleft
}

.mt-tooltips.mt-fall {
    -webkit-animation-name: fall;
    animation-name: fall
}

/* Animations */
/* Grow */
@-webkit-keyframes grow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes grow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

/* Slide */
@-webkit-keyframes slideleft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideleft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/* Fall */
@-webkit-keyframes fall {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        /* -webkit-transform: translateZ(0);
        transform: translateZ(0) */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fall {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        /* -webkit-transform: translateZ(0);
        transform: translateZ(0) */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Open Table */
.mt-open-table.mighty-ot-button-lg #ot-reservation-widget .ot-button {
    height: 55px;
    line-height: 10px;
    font-size: 16px;
}

.mt-open-table.mighty-ot-button-sm #ot-reservation-widget .ot-button {
    height: 30px;
    line-height: 5px;
    font-size: 14px;
}

.mt-open-table.ot-layout-button #ot-reservation-widget {
    width: 100%;
}

.mt-open-table #ot-reservation-widget {
    display: flex;
}

.mt-open-table #ot-reservation-widget .ot-dtp-picker {
    margin: 0;
}

.mt-open-table #ot-reservation-widget .ot-dtp-picker.wide {
    box-sizing: content-box;
}

.mt-open-table #ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    text-transform: none;
    padding: 0;
}

/* Content Toggle */
.mt-content-toggle-buttons {
    display: flex;
    flex-direction: column;
}

.mt-content-toggle-buttons .mt-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.mt-content-toggle-buttons .mt-toggle label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle;
}

.mt-content-toggle-buttons .mt-toggle .switch__input {
    display: none;
}

.mt-content-toggle-buttons .mt-toggle .switch__input:checked+.switch__marker {
    background-color: #4fbe79 !important;
}

.mt-content-toggle-buttons .mt-toggle .switch__input:checked+.switch__marker:before {
    transform: translateX(2.1em);
}

.mt-content-toggle-buttons .mt-toggle .switch__marker {
    background-color: #d3d3d3;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.5em;
}

.mt-content-toggle-buttons .mt-toggle .switch__marker:before {
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    bottom: .25em;
    left: .25em;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
    border-radius: 100%;
}

.mt-content-toggle-buttons .mt-toggle .item-toggle {
    margin: 0 15px;
}

.mt-content-toggle-buttons .mt-toggle-content {
    padding: 25px;
}

.mt-content-toggle-buttons .mt-toggle .item-first .title,
.mt-content-toggle-buttons .mt-toggle .item-last .title {
    margin: 0;
}

.mt-content-toggle-buttons .mt-toggle-content p {
    margin: 0;
}

.mt-content-toggle-buttons .mt-toggle-stack-desktop {
    flex-direction: column;
}

@media (max-width: 1024px) {
    .mt-content-toggle-buttons .mt-toggle-stack-desktop {
        flex-direction: column;
    }

    .mt-content-toggle-buttons .mt-toggle-stack-tablet {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .mt-content-toggle-buttons .mt-toggle-stack-desktop {
        flex-direction: column;
    }

    .mt-content-toggle-buttons .mt-toggle-stack-tablet {
        flex-direction: column;
    }

    .mt-content-toggle-buttons .mt-toggle-stack-mobile {
        flex-direction: column;
    }
}

/* Price List */
.mt-pricelist-item-inner {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.mt-pricelist-item img {
    max-width: 100%;
    height: auto;
    width: 250px;
}

.mt-pricelist-content {
    flex-grow: 1;
}

.mt-pricelist-header {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-pricelist-title a {
    text-decoration: none;
}

.mt-pricelist-text {
    color: #c9ab81;
    font-size: 18px;
    line-height: 1.5rem;
    font-weight: normal;
    position: relative;
}

.mt-pricelist-text-mobile-left .mt-pricelist-item-inner {
    text-align: left;
}

.mt-pricelist-text-mobile-left .mt-pricelist-header {
    justify-content: flex-start;
}

.mt-pricelist-text-mobile-left .mt-pricelist-image img {
    margin: 0 auto 0 0;
}

.mt-pricelist-text-mobile-center .mt-pricelist-item-inner {
    text-align: center;
}

.mt-pricelist-text-mobile-center .mt-pricelist-header {
    justify-content: center;
}

.mt-pricelist-text-mobile-center .mt-pricelist-image img {
    margin: 0 auto;
}

.mt-pricelist-text-mobile-right .mt-pricelist-item-inner {
    text-align: right;
}

.mt-pricelist-text-mobile-right .mt-pricelist-header {
    justify-content: flex-end;
}

.mt-pricelist-text-mobile-right .mt-pricelist-image img {
    margin: 0 0 0 auto;
}

.mt-pricelist-text-mobile-justify .mt-pricelist-item-inner {
    text-align: justify;
}

.mt-pricelist-text-mobile-justify .mt-pricelist-header {
    justify-content: flex-start;
}

/* tablet */
@media (min-width: 768px) {
    .mt-pricelist-text-tablet-left .mt-pricelist-item-inner {
        text-align: left;
    }

    .mt-pricelist-text-tablet-left .mt-pricelist-header {
        justify-content: flex-start;
    }

    .mt-pricelist-text-tablet-left .mt-pricelist-image img {
        margin: 0 auto 0 0;
    }

    .mt-pricelist-text-tablet-center .mt-pricelist-item-inner {
        text-align: center;
    }

    .mt-pricelist-text-tablet-center .mt-pricelist-header {
        justify-content: center;
    }

    .mt-pricelist-text-tablet-center .mt-pricelist-image img {
        margin: 0 auto;
    }

    .mt-pricelist-text-tablet-right .mt-pricelist-item-inner {
        text-align: right;
    }

    .mt-pricelist-text-tablet-right .mt-pricelist-header {
        justify-content: flex-end;
    }

    .mt-pricelist-text-tablet-right .mt-pricelist-image img {
        margin: 0 0 0 auto;
    }

    .mt-pricelist-text-tablet-justify .mt-pricelist-item-inner {
        text-align: justify;
    }

    .mt-pricelist-text-tablet-justify .mt-pricelist-header {
        justify-content: flex-start;
    }
}

/* desktop */
@media (min-width: 992px) {
    .mt-pricelist-text-desktop-left .mt-pricelist-item-inner {
        text-align: left;
    }

    .mt-pricelist-text-desktop-left .mt-pricelist-header {
        justify-content: flex-start;
    }

    .mt-pricelist-text-desktop-left .mt-pricelist-image img {
        margin: 0 auto 0 0;
    }

    .mt-pricelist-text-desktop-center .mt-pricelist-item-inner {
        text-align: center;
    }

    .mt-pricelist-text-desktop-center .mt-pricelist-header {
        justify-content: center;
    }

    .mt-pricelist-text-desktop-center .mt-pricelist-image img {
        margin: 0 auto;
    }

    .mt-pricelist-text-desktop-right .mt-pricelist-item-inner {
        text-align: right;
    }

    .mt-pricelist-text-desktop-right .mt-pricelist-header {
        justify-content: flex-end;
    }

    .mt-pricelist-text-desktop-right .mt-pricelist-image img {
        margin: 0 0 0 auto;
    }

    .mt-pricelist-text-desktop-justify .mt-pricelist-item-inner {
        text-align: justify;
    }

    .mt-pricelist-text-desktop-justify .mt-pricelist-header {
        justify-content: flex-start;
    }
}

.mt-pricelist-badge {
    color: #fff;
    background-color: #67ca67;
    font-size: 12px;
    line-height: normal;
    padding: 1px 6px;
    border-radius: 3px;
}

.mt-pricelist-description {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: normal;
}

.mt-pricelist-description p {
    margin: 0;
}

.mt-price-wrapper span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}

.mt-pricelist-price {
    color: #c9ab81;
}

.mt-pricelist-price.has-discount {
    text-decoration: line-through;
    color: #e81a1a;
}

.mt-price-image-left .mt-pricelist-item-inner {
    display: flex;
}

.mt-price-image-left .mt-pricelist-image {
    margin-right: 15px;
}

.mt-price-image-right .mt-pricelist-item-inner {
    display: flex;
}

.mt-price-image-right .mt-pricelist-image {
    margin-left: 15px;
    order: 1;
}

.mt-pricelist-separator {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 40px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0;
}

.mt-pricelist-separator-none {
    border: none;
}

.mt-pricelist-categories-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.mt-pricelist-categories-tabs a {
    color: #393939;
    display: flex;
    margin: 5px 10px;
}

.mt-pricelist-categories-tabs li.active a,
.mt-pricelist-categories-tabs li a:hover {
    color: #c9ab81;
}

.mt-pricelist .mt-pricelist-categories-tabs .tab-link .mt-tabs-link {
    align-items: center;
}

.mt-pricelist-icon {
    vertical-align: middle;
}

.mt-pricelist-icon-left a span:first-child {
    order: 0;
    padding-right: 5px;
}

.mt-pricelist-icon-left a span i {
    text-align: center;
}

.mt-pricelist-icon-top a {
    flex-direction: column;
    align-items: center;
}

.mt-pricelist-icon-top a span:first-child {
    padding-bottom: 5px;
}

.mt-pricelist-icon-right a span:first-child {
    order: 1;
    padding-left: 5px;
}

@media (min-width: 767px) {
    .mt-pricelist-vertical-tabs {
        display: flex;
        align-items: flex-start;
    }

    .mt-pricelist-vertical-tabs .mt-pricelist-categories-tabs {
        max-width: 200px;
        flex: 0 0 200px;
        flex-direction: column;
    }

    .mt-pricelist-vertical-tabs .mt-pricelist-categories-tabs {
        justify-content: flex-end;
        justify-content: center;
        justify-content: flex-start;
        margin: 0;
    }

    .mt-pricelist-vertical-tabs-right .mt-pricelist-categories-tabs {
        order: 1;
    }
}

.mt-pricelist-horizontal-tabs .mt-pricelist-categories-tabs {
    margin: 0 0 20px;
}

.mt-pricelist-horizontal-tabs li:not(:last-child) {
    margin-right: 15px;
}

/* Insta Gallery */
.mt-insta-gallery .mt-insta-gallery-media img {
    width: 100%;
}

.mt-insta-gallery .load-more {
    text-align: center;
    margin-top: 30px;
}

.mt-insta-gallery .btn {
    color: #fff;
    background-color: #2d3640;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
}

.mt-insta-gallery .mighty-button-lg {
    padding: 20px 40px;
    font-size: 20px;
}

.mt-insta-gallery .mighty-button-sm {
    padding: 6px 15px;
    font-size: 14px;
}

.mt-insta-gallery h2 {
    text-align: center;
    margin-bottom: 20px;
}

.mt-insta-gallery .mt-insta-gallery-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.mt-insta-gallery .mt-insta-gallery-grid .mt-insta-gallery-post {
    position: relative;
}

.mt-insta-gallery .mt-insta-gallery-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    justify-content: space-between;
}

.mt-insta-gallery .mt-insta-gallery-user {
    display: flex;
}

.mt-insta-gallery .mt-insta-gallery-user-image-wrapper {
    background-image: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    margin-right: 10px;
}

.mt-insta-gallery .mt-insta-gallery-user-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.mt-insta-gallery .mt-insta-gallery-media {
    position: relative;
}

.mt-insta-gallery .mt-insta-gallery-media .mt-insta-gallery-posts-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.mt-insta-gallery .mt-insta-gallery-post-date {
    font-size: 12px;
}

.mt-insta-gallery .mt-insta-gallery-user-name a {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
}

.mt-insta-gallery .mt-insta-gallery-post-meta {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-gallery-post-share-label {
    margin-left: 5px;
    user-select: none;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list {
    display: none;
    background-color: #2f353a;
    border-radius: 4px;
    overflow: hidden;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list a {
    padding: 8px 10px;
    color: #fff !important;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list:not(:last-child) {
    border-bottom: 1px solid #42474c;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list:hover {
    background-color: #323232;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share.showlist .mt-insta-share-list {
    display: block;
    position: absolute;
    bottom: 100%;
    width: 160px;
    z-index: 9;
    right: 0;
}

.mt-insta-gallery .mt-insta-gallery-post-likes-count,
.mt-insta-gallery .mt-insta-gallery-post-comments-count {
    display: flex;
    align-items: center;
}

.mt-insta-gallery .mt-insta-gallery-post-likes-count svg,
.mt-insta-gallery .mt-insta-gallery-post-comments-count svg {
    margin-right: 5px;
}

.mt-insta-gallery .mt-insta-gallery-post-content {
    padding: 5px 10px 10px;
}

.mt-insta-gallery .mt-insta-tile-template .mt-insta-gallery-post-meta {
    justify-content: center;
}

.mt-insta-gallery .mt-insta-tile-template .mt-insta-gallery-post-content {
    position: relative;
    width: 80%;
    max-height: 80%;
    transform: translateY(10px);
    margin: 0 auto;
    transition: 0.3s all ease;
}

.mt-insta-gallery .mt-insta-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000c;
    width: 100%;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: opacity 0.3s, visibility 0.3s;
}

.mt-insta-gallery .mt-insta-gallery-post:hover .mt-insta-gallery-overlay {
    opacity: 1;
}

.mt-insta-gallery .mt-insta-gallery-post:hover .mt-insta-gallery-post-content {
    transform: translateY(0);
}

.mt-insta-gallery .mt-insta-gallery-overlay a {
    color: #fff;
}

.mt-insta-gallery .mt-insta-gallery-overlay svg {
    fill: #fff;
}

.mt-insta-gallery .mt-insta-gallery-profile-link {
    display: flex;
    align-items: center;
}

.mt-insta-gallery .mt-insta-gallery-profile-link a {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Insta Modal */
.modal-open {
    overflow-y: hidden;
}

.ig-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.ig-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 65px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* WhatsApp */
.mt-whatsapp-chat {
    z-index: 999999;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box {
    width: 360px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .2s ease;
    visibility: hidden;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box * {
    box-sizing: border-box;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box-open {
    opacity: 1;
    top: -10px;
    visibility: visible;
}

.mt-whatsapp-chat .mt-whatsapp-chat-header {
    display: flex;
    align-items: center;
    background: #095e54;
    padding: 20px 28px 20px 20px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image {
    width: 52px;
    position: relative;
    margin-right: 15px;
    line-height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 52px;
    border-radius: 52px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image.whatsapp-online:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4ad504;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid green;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image.whatsapp-offline:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff0000;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid tomato;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image.whatsapp-busy:before {
    content: "";
    width: 10px;
    height: 10px;
    background: lightgray;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid grey;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-details .mt-whatsapp-chat-user-name .whatsapp-online {
    width: 10px;
    height: 10px;
    background: #4ad504;
    border-radius: 10px;
    border: 2px solid green;
    margin-left: 8px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-details .mt-whatsapp-chat-user-name .whatsapp-busy {
    width: 10px;
    height: 10px;
    background: lightgray;
    border-radius: 10px;
    border: 2px solid grey;
    margin-left: 8px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-details .mt-whatsapp-chat-user-name .whatsapp-offline {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 10px;
    border: 2px solid tomato;
    margin-left: 8px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-info {
    color: #fff;
    font-size: 13px;
    margin-top: 1px;
    line-height: normal;
}

.mt-whatsapp-chat .mt-whatsapp-chat-container {
    padding: 20px;
    max-height: 400px;
    position: relative;
    overflow: auto;
    background-color: #EAEAEA;
}

.mt-whatsapp-chat .mt-whatsapp-chat-message-wrapper {
    display: flex;
    z-index: 1;
    position: relative;
}

.mt-whatsapp-chat .message {
    background-color: #fff;
    padding: 6px 10px 4px 10px;
    box-shadow: 0px 1px 0.5px 0px rgba(0, 0, 0, 0.13);
    border-radius: 0 8px 8px 8px;
}

.mt-whatsapp-chat .author {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.mt-whatsapp-chat .text-message {
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
    color: #111111;
}

.mt-whatsapp-chat .time {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
}

.mt-whatsapp-chat .mt-whatsapp-chat-footer {
    background-color: #fff;
    padding: 10px 15px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-footer a {
    display: flex;
    color: #fff;
    text-decoration: none;
    background-color: #4fce5d;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 25px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-footer i {
    margin-right: 5px;
    fill: currentColor;
}

.mt-whatsapp-chat .close {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

.mt-whatsapp-chat .close:before,
.mt-whatsapp-chat .close:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #e2e2e2;
    border-radius: 2px;
    display: block;
}

.mt-whatsapp-chat .close:before {
    transform: rotate(45deg);
}

.mt-whatsapp-chat .close:after {
    transform: rotate(-45deg);
}

.mt-whatsapp-chat-floating-left {
    position: fixed;
    bottom: 25px;
    left: 25px;
}

.mt-whatsapp-chat-floating-right .mt-ctc-button-wrapper {
    text-align: right;
}

.mt-whatsapp-chat-floating-right {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.mt-whatsapp-chat-floating-right .mt-whatsapp-popup {
    margin: 0 0 0 auto;
}

.mt-whatsapp-chat .mt-whatsapp-popup {
    position: relative;
    border-radius: 50px;
    background-color: #4fce5d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    z-index: 9;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-with-text {
    padding: 10px 20px;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-animate:before,
.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-animate:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #4fce5d;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backface-visibility: hidden;
    opacity: 0;
    animation: ma-pulse-small 1.5s linear infinite;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-with-text:before,
.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-with-text:after {
    border-radius: 20px;
    animation: ma-pulse 1.5s linear infinite;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-animate:after {
    animation-delay: 1s;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box-open+.mt-whatsapp-animate:before,
.mt-whatsapp-chat .mt-whatsapp-chat-box-open+.mt-whatsapp-animate:after {
    display: none;
}

.mt-whatsapp-chat .mt-whatsapp-popup i {
    color: #fff;
    line-height: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 16px;
}

.mt-whatsapp-chat .mt-whatsapp-popup .mt-whatsapp-popup-text {
    color: #fff;
    line-height: normal;
    font-weight: 600;
    margin-left: 5px;
    z-index: 1;
    font-size: 16px;
}

.mt-whatsapp-chat .mt-whatsapp-popup .mt-whatsapp-popup-icon {
    z-index: 1;
}

@keyframes ma-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ma-pulse-small {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.mt-whatsapp-chat .mt-button-icon-left {
    display: flex;
    flex-flow: row;
}

.mt-whatsapp-chat .mt-button-icon-right {
    display: flex;
    flex-flow: row-reverse;
}

/* Click To Call */
.mt-click-to-call {
    z-index: 999999;
}

.mt-click-to-call .mt-ctc-chat-box {
    background-color: #fff;
    width: 260px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 6px -2px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    padding: 20px;
    margin-bottom: 20px;
}

.mt-click-to-call .mt-ctc-chat-box.mt-click-to-call-box-open {
    opacity: 1;
    top: -10px;
    visibility: visible;
}

.mt-click-to-call .mt-ctc-popup .mt-ctc-with-text {
    border-radius: 20px;
    padding: 10px 20px;
}

.mt-click-to-call .mt-ctc-popup.mt-ctc-animate .mt-ctc-button:before,
.mt-click-to-call .mt-ctc-popup.mt-ctc-animate .mt-ctc-button:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #3452ff;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backface-visibility: hidden;
    opacity: 0;
    animation: ma-pulse-small 1.5s linear infinite;
}

.mt-click-to-call .mt-ctc-popup.mt-ctc-animate.mt-ctc-with-text .mt-ctc-button:before,
.mt-click-to-call .mt-ctc-popup.mt-ctc-animate.mt-ctc-with-text .mt-ctc-button:after {
    animation: ma-pulse 1.5s linear infinite;
    border-radius: 20px;
}

.mt-click-to-call .mt-ctc-popup.mt-ctc-animate .mt-ctc-button:after,
.mt-click-to-call .mt-ctc-popup.mt-ctc-animate.mt-ctc-with-text .mt-ctc-button:after {
    animation-delay: 1.2s;
}

.mt-click-to-call .mt-click-to-call-box-open+.mt-ctc-animate .mt-ctc-button:before,
.mt-click-to-call .mt-click-to-call-box-open+.mt-ctc-animate .mt-ctc-button:after {
    display: none;
}

.mt-click-to-call .mt-ctc-chat-box * {
    box-sizing: border-box;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-header-image {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 52px;
    border-radius: 52px;
    width: 52px;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-name {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    line-height: normal;
    text-align: center;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-caption {
    font-size: 14px;
    color: #393939;
    line-height: normal;
    text-align: center;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-s-description {
    font-size: 16px;
    color: #393939;
    line-height: normal;
    text-align: center;
    padding: 10px 0;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-phone {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(52, 82, 255, 0.3);
    border-radius: 40px;
    padding: 6px 10px;
    text-decoration: none;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-phone i {
    margin-right: 5px;
}

.mt-click-to-call .mt-ctc-button {
    position: relative;
    border-radius: 50px;
    background-color: #3452ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}

.mt-click-to-call .mt-ctc-with-text .mt-ctc-button {
    padding: 6px 20px;
}

.mt-click-to-call .mt-ctc-button .mt-ctc-icon {
    position: relative;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
}

.mt-click-to-call .mt-ctc-button i {
    color: #fff;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

.mt-click-to-call .mt-ctc-button .mt-ctc-text {
    color: #fff;
    margin-left: 5px;
}

/* Timeline */
.mt-timeline-wrap {
    position: relative;
}

.mt-timeline-wrap * {
    box-sizing: border-box;
}

.mt-timeline-wrap .mt-timeline-block {
    display: flex;
}

.mt-timeline-wrap .mt-timeline-block:not(:last-child) {
    margin-bottom: 30px;
}

.mt-timeline-wrap .mt-timeline-content {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    width: 100%;
    position: relative;
    filter: drop-shadow(0 0 10px #eee);
}

.mt-timeline-wrap .mt-timeline-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mt-timeline-wrap .mt-timeline-content-text {
    font-size: 16px;
    color: #776868;
}

.mt-timeline-wrap.mt-timeline-view-left .mt-timeline-content {
    order: 1;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block {
    display: flex;
    justify-content: center;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-marker {
    margin: 0 40px;
    flex-shrink: 0;
    flex-grow: 0;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-content,
.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-date {
    flex-basis: 50%;
    flex-grow: 1;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-content .mt-timeline-date {
    display: none;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-content {
    order: 2;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-marker {
    order: 1;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-date {
    text-align: right;
}

.mt-timeline-arrow {
    position: absolute;
    height: 30px;
}

.mt-timeline-arrow:after {
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.mt-timeline-arrow-top .mt-timeline-arrow {
    top: 10px;
}

.mt-timeline-arrow-top .mt-timeline-block {
    align-items: flex-start;
}

.mt-timeline-arrow-middle .mt-timeline-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.mt-timeline-arrow-middle .mt-timeline-block {
    align-items: center;
}

.mt-timeline-arrow-bottom .mt-timeline-arrow {
    bottom: 10px;
}

.mt-timeline-arrow-bottom .mt-timeline-block {
    align-items: flex-end;
}

.mt-timeline-view-left .mt-timeline-arrow {
    left: 0;
}

.mt-timeline-view-left .mt-timeline-arrow:after {
    border-right: 13px solid #fff;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-arrow {
    left: 0;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-arrow:after {
    border-right: 13px solid;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-content {
    text-align: left;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(even) .mt-timeline-arrow {
    right: -13px;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(even) .mt-timeline-arrow:after {
    border-left: 13px solid;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(even) .mt-timeline-content {
    text-align: right;
}

.mt-timeline-view-right .mt-timeline-arrow {
    right: -13px;
}

.mt-timeline-view-right .mt-timeline-arrow:after {
    border-left: 13px solid #fff;
}

.mt-timeline-marker {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #15aabf;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    z-index: 1;
}

.mt-timeline-marker .mt-timeline-marker-inner {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}

.mt-timeline-view-left .mt-timeline-marker {
    margin-right: 40px;
}

.mt-timeline-view-center .mt-timeline-marker {
    margin-left: 40px;
    margin-right: 40px;
}

.mt-timeline-view-right .mt-timeline-marker {
    margin-left: 40px;
}

.mt-timeline-line {
    position: absolute;
    width: 2px;
    background-color: #d6d6d6;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
}

.mt-timeline-view-left .mt-timeline-line {
    left: calc(40px / 2);
}

.mt-timeline-view-center .mt-timeline-line {
    right: auto;
    left: 50%;
}

.mt-timeline-view-right .mt-timeline-line {
    right: calc(40px / 2);
}

.mt-timeline-line-inner {
    background: #4caf50;
    height: 0%;
}

.mt-timeline-image img {
    display: inline-block;
}

.mt-timeline-focused .mt-timeline-marker {
    background-color: red;
}

.mt-timeline-wrap .load-more {
    text-align: center;
    margin-top: 30px;
}

.mt-timeline-wrap .btn {
    color: #fff;
    background-color: #2d3640;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
}

.mt-element-hidden {
    display: none;
}

/* Woo Add to Cart */
.mighty-watc {
    display: flex;
    flex-wrap: wrap;
}

.mighty-watc .mighty-button-link {
    display: flex;
    color: #fff;
    fill: #fff;
    background-color: #111111;
    transition: all .3s;
    justify-content: center;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
}

.mighty-watc .mighty-button-icon-left .mighty-button-text {
    order: 1;
}

.mighty-watc .mighty-button-lg {
    padding: 20px 40px;
    font-size: 20px;
}

.mighty-watc .mighty-button-sm {
    padding: 10px 20px;
    font-size: 14px;
}

.mighty-watc .mighty-button-icon-right .mighty-button-text {
    margin-left: 0;
    margin-right: 10px;
}

.mighty-watc .mighty-button-icon-left .mighty-button-text {
    margin-right: 0;
    margin-left: 10px;
}

.mighty-watc svg {
    width: 1em;
}

.mighty-watc.mighty-watc-align-left {
    justify-content: flex-start;
}

.mighty-watc.mighty-watc-align-center {
    justify-content: center;
}

.mighty-watc.mighty-watc-align-right {
    justify-content: flex-end;
}

.mighty-watc.mighty-watc-align-justify .mighty-button {
    flex-grow: 1;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .mighty-watc.mighty-watc-align-left-tablet {
        justify-content: flex-start;
    }

    .mighty-watc.mighty-watc-align-center-tablet {
        justify-content: center;
    }
    
    .mighty-watc.mighty-watc-align-right-tablet {
        justify-content: flex-end;
    }
    
    .mighty-watc.mighty-watc-align-justify-tablet .mighty-button {
        flex-grow: 1;
    }

    .mighty-watc.mighty-watc-align-left-tablet .mighty-button,
    .mighty-watc.mighty-watc-align-center-tablet .mighty-button,
    .mighty-watc.mighty-watc-align-right-tablet .mighty-button {
        flex-grow: 0 !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mighty-watc.mighty-watc-align-left-mobile {
        justify-content: flex-start;
    }

    .mighty-watc.mighty-watc-align-center-mobile {
        justify-content: center;
    }
    
    .mighty-watc.mighty-watc-align-right-mobile {
        justify-content: flex-end;
    }
    
    .mighty-watc.mighty-watc-align-justify-mobile .mighty-button {
        flex-grow: 1;
    }
    
    .mighty-watc.mighty-watc-align-left-mobile .mighty-button,
    .mighty-watc.mighty-watc-align-center-mobile .mighty-button,
    .mighty-watc.mighty-watc-align-right-mobile .mighty-button {
        flex-grow: 0 !important;
    }
}

.mighty-watc .added_to_cart {
    padding-left: 5px;
    display: none;
    margin: auto 0;
    background: transparent;
}

.mighty-watc .added_to_cart:hover {
    background: transparent;
}

.mighty-atc-loader {
    font-size: inherit;
    margin-left: 5px;
    display: none;
}

.mighty-atc-loader {
    animation: loader 2s infinite linear;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* mighty woo-slider */
.mt-woo-slider-card {
    position: relative;
}

.mt-woo-product-image {
    line-height: 0;
    position: relative;
    overflow:hidden;
}

.mt-woo-product-header {
    position: relative;
    overflow: hidden;
}

.mt-woo-product-title a {
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    line-height: 1.3;
}

.mt-woo-product-title a:hover {
    color: #19499b;
}

.mt-woo-product-category a {
    color: #707070;
    font-size: 14px;
}

.mt-woo-product-price del span {
    color: rgb(255, 0, 0);
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
    opacity: 0.5;
    padding-right: 5px;
}

.mt-woo-product-price span {
    color: #19499b;
    font-size: 16px;
    font-weight: bold;
}

.mt-woo-product-price strike .regular-price {
    opacity: 0.6;
}

.mt-woo-product-rating {
    font-size: 12px;
}

.mt-woo-product-rating .mt-rating-star-full {
    color: #ffd401;
}
.mt-woo-product-rating .mt-rating-star-empty {
    color: #bfbfbf;
}

.mt-woo-product-rating .far {
    color: #ccc3c3;
}

.mt-flash-tags {
    position: absolute;
    top: 10px;
    left: 6px;
}

.mt-woo-sale-flash {
    margin-bottom: 10px;
}

.mt-woo-sale-flash span {
    background-color: #fbd887;
    color: #252525;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-woo-featured-flash span {
    background-color: #fbd887;
    color: #252525;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-woo-addtocart,
.mt-woo-viewproduct {
    color: #fff;
    box-shadow: none;
    background-color: #292929;
    padding: 12px;
    display: block;
    text-align: center;
}

.mt-woo-addtocart:hover,
.mt-woo-addtocart:focus {
    background-color: #19499b;
    color: #fff;
}

.mt-woo-slider-view1 .mt-woo-slider-card,
.mt-woo-slider-view2 .mt-woo-slider-card {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.prev-next .slick-arrow {
    display: block;
}

.mt-woo-slider-view1 .mt-woo-addtocart-wrapper,
.mt-woo-slider-view2 .mt-woo-addtocart-wrapper {
    margin-top: auto;
}

.slick-slide .mt-woo-addtocart-wrapper {
    margin-top: auto;
}

.mt-woo-slider-view1 .mt-woo-product-buttons,
.mt-woo-slider-view2 .mt-woo-product-buttons {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mt-woo-slider-view1 .mt-woo-product-rating {
    margin-top: 2px;
}

.mt-woo-slider-view1 .mt-woo-product-button:not(:last-child) {
    margin-bottom: 5px;
}

.mt-woo-slider-view1 .mt-woo-product-button,
.mt-woo-slider-view2 .mt-woo-product-button {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.mt-woo-slider-view1 .mt-woo-slider-card:hover .mt-woo-product-button,
.mt-woo-slider-view2 .mt-woo-slider-card:hover .mt-woo-product-button {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.mt-woo-slider-view1 .mt-woo-slider-content {
    padding: 0px 14px;
}

.mt-woo-slider-view1 .mt-woo-slider-right {
    width: 80px;
    text-align: right;
}

.mt-woo-slider-view2 .mt-woo-product-header {
    margin-bottom: 15px;
}

.mt-woo-slider-view2 .mt-woo-addtocart-wrapper {
    position: absolute;
    bottom: -100%;
    width: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.mt-woo-slider-view2 .mt-woo-product-button:not(:last-child) {
    margin-bottom: 5px;
}

.mt-woo-slider-view2 .mt-woo-slider-card:hover .mt-woo-addtocart-wrapper {
    transition: all 0.3s ease;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.mt-woo-slider-view2 .mt-woo-product-rating {
    margin-top: 2px;
}

.mt-woo-slider-view2 .mt-woo-product-price {
    margin-top: 10px;
}

.mt-woo-product-button {
    background-color: #fff;
    border-radius: 4px;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    transition: all .3s;
}

.image-zoom:hover {
    transform: scale(1.5);
}

.mt-woo-slider-effect1 .mt-woo-product-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mt-woo-slider-effect1 .mt-woo-product-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mt-woo-slider-effect1 .mt-woo-product-image:hover .mt-woo-product-image-hover img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.mt-woo-slider-effect1 .mt-woo-product-header:hover .mt-woo-product-image .mt-woo-product-image-hover+img {
    opacity: 0;
}

.mt-woo-slider-effect2 .mt-woo-product-image-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mt-woo-slider-effect2 .mt-woo-product-header:hover .mt-woo-product-image-hover {
    top: 0;
}
.mt-woo-slider-effect2  .mt-woo-product-image:hover .mt-woo-product-image-hover{
    top: 0;
}

.mt-woo-slider-effect3 .mt-woo-product-image-hover {
    display: none;
}

.mt-woo-slider-effect3 .mt-woo-product-image img {
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}

.mt-woo-slider-effect3 .mt-woo-product-header:hover .mt-woo-product-image img {
    transform: scale(1.2) translateX(12px);
}

.mt-woo-slider-effect-none .mt-woo-product-image-hover {
    display: none;
}

.mt-woo-slider-effect2 .mt-woo-product-header .main-img {
    transition: all .3s ease;
}

.mt-woo-slider-effect2 .mt-woo-product-header:hover .main-img {
    opacity: 0;
}

.mt-woo-addtocart-wrapper .added_to_cart {
    display: none;
    margin: auto 0;
}

.mighty-ws-loader {
    font-size: inherit;
    margin: 5px;
    display: none;
}

.slider_type .slick-dots li button:before {
    font-size:30px;
}

.slider_type .slick-next:before, .slick-prev:before {
    color:black;
}

.slider_type .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: 1.25;
}

.mt-woo-addtocart-wrapper .mighty-ws-loader {
    animation: sliderloader 2s infinite linear;
    width:25px;
}

.slick-next ,.slick-prev{
    background:  0 0 !important;
}

@keyframes sliderloader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.image-hide{
    display:none
}

/* slider modal css */
.mt-woo-slider-modal {
    position: relative;

}

.mt-woo-addtocart-wrapper {
    display: flex;
    flex-direction: column;
}

.mt-woo-quantity {
    width: 50px;
    margin-right: 5px;
    padding: 6px;
}

hr {
    margin: 10px 0;
    padding: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.mt-woo-slider-modal-right {
    padding: 20px;
}

@media (min-width:767px) {
    .mt-woo-slider-modal {
       display: flex;
    }
}

@media (max-width: 767px) {
    .mt-woo-slider-modal-left, 
    .mt-woo-slider-modal-right {
        width: 100% !important;
    }
}

.mt-slider-quick-view {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.woo-slider-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 53%;
    position: relative;
}

/* The Close Button */
.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: -13px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.sale_flash_position {
    right: 6px;
    left: auto;
}

.feature_flash_position {
    left: 6px;
    right: auto;
}

.mighty-woo-slider .prev-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 0; */
    z-index: 1;
    cursor: pointer;
}

.mighty-woo-slider .next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.mighty-slider-dots-position-left .slick-dots {
    position: absolute;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-left: 0;
    left: 0;
    top: 0;
}

.mighty-slider-dots-position-right .slick-dots {
    position: absolute;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column;
    padding-right: 0;
    right: 0;
    top: 0;
}
      
/* end woo-slider */

/* Products Grid */
.mt-pg-section .pg-pagination {
    margin-top: 30px;
}

.mt-pg-section .mighty-pg-loader {
    font-size: inherit;
    display: none;
    vertical-align: middle;
}

.mt-pg-section .mighty-pg-loader {
    animation: loader 2s infinite linear;
}

.mt-pg-section .mighty-pg-loader.numbered-pagination-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.mt-pg-section .pg-pagination .numbered-pagination {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.mt-pg-section .pg-pagination .numbered-pagination .page-link:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.mt-pg-section .pg-pagination .numbered-pagination .page-link:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.mt-pg-section .pg-pagination .numbered-pagination .page-link {
    padding: .375rem .75rem;
    color: #0d6efd;
    border: 1px solid #dee2e6;
    cursor: pointer;
    background: #fff;
    font-weight: 400;
}

.mt-pg-section .pg-pagination .numbered-pagination .page-link.active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.mt-woo-product-grid .numbered-pagination-loader {
    margin: 0 auto;
    display: unset;
}

.mt-woo-product-grid .mt-woo-addtocart .mighty-atc-loader {
    color: black;
    vertical-align: middle;
}

.mt-woo-product-grid .added_to_cart {
    margin-top: 5px;
    text-align: center;
}

.mt-woo-product-grid .mt-woo-addtocart-wrapper,
.mighty-woo-product-slide .mt-woo-addtocart-wrapper {
    display: flex;
    flex-flow: column;
}

.mt-woo-slider-modal-left , .mt-woo-slider-modal-right {
    width:50%;
}

.cartwrapper{
    margin-top: 30px;
}

.mt-woo-slider-card .added_to_cart {
    background-color: transparent;
    color: black;
    text-align: center;
}

.mt-woo-slider-card .added_to_cart:hover {
    background-color: transparent;
    color: black;
}

.mt-slider-quick-view .added_to_cart , .mt-slider-quick-view .added_to_cart:hover{ 
    background: none;
    color: black;
    text-align: center;
}

.mighty-woo-slider .slick-slider .slick-list,
.mighty-woo-slider .slick-slider .slick-track {
    display: flex;
}

.mighty-woo-slider .slick-track .slick-slide > div,
.mighty-woo-slider .slick-track .slick-slide > div .mighty-woo-product-slide
 {
    height: 100%;
    /* display: block !important; */
}


.mt-woo-slider-modal-right hr {
    padding: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.mt-hr {
    margin: 10px 0 !important;
}

.slick-dots li.slick-active button:before {
    color: #19499b;
}

.mt-woo-slider-card a {
    text-decoration: none;
}

.woo-addtocart {
    cursor: pointer;
    margin-top: 2px;
}

/* .mt-woo-addtocart .mt-woo-addtocart-text {
    color: white;
} */

.mt-woo-product-title a {
    color: #111;
}

.mighty-woo-slider .slick-dots {
    bottom: unset !important;
}

.slider_type .mt-woo-slider-content div {
    margin-bottom: 5px;
}

.mt-woo-slider-modal-right div {
    margin-bottom: 5px;
}

.woo-slider-modal-content .woo-addtocart {
    margin-top: 5px;
}

.mt-woo-slider-modal-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_type .mt-woo-product-image,
.slider_type .mt-woo-product-image,
.slider_type .mt-woo-product-image-hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_type .mt-woo-addtocart-wrapper .mighty-ws-loader{
    color: black;
}

/* chart widget css */
.mt_chart_left {
    float: left;
}

.mt_chart_right {
    float: right;
}

.mt_chart_center {
    margin: 0 auto;
}