.m-header {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.m-topbar {
    padding: 10px 0;
    border-bottom: 1px solid #c4c4c4;
}
.m-topbar__item {
    margin: 0 25px;
    font-weight: 400;
}
.m-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .m-header__inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.m-header__icon:not(:last-child) {
    margin-right: 25px;
}
.m-header__icon.m-header__hamburger {
    margin-right: 0;
}
.m-header__menu {
    position: relative;
}
.m-header__menu-item {
    color: #000;
    text-transform: uppercase;
    margin: 0 25px;
    position: relative;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 25px;
}
.m-header__menu-item:hover {
    color: #3996ae;
    text-decoration: none;
}
.m-header__menu-item:hover::after {
    width: 100%;
}
.m-header__menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #3996ae;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.m-subheader {
    background-color: #f6f6f6;
}
.m-subheader__inner {
    padding-right: 0;
    overflow: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
}
.m-subheader__inner.has-catalog-btn {
    padding-top: 8px;
    padding-bottom: 8px;
}
.m-subheader__item {
    text-transform: uppercase;
    color: #000;
    margin-right: 40px;
    white-space: nowrap;
}
.m-footer {
    background-color: #000;
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (min-width: 992px) {
    .m-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.m-footer__logo {
    padding-bottom: 10px;
}
.m-footer__blocks {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #58595b;
}
@media (min-width: 992px) {
    .m-footer__blocks {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.m-footer__block {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.m-footer__block:not(:last-child) {
    border-bottom: 1px solid #58595b;
}
@media (min-width: 992px) {
    .m-footer__block {
        padding: 0 40px;
        border-bottom: none;
    }
    .m-footer__block:nth-child(3n + 1) {
        padding-left: 0;
    }
    .m-footer__block:not(:last-child) {
        border-right: 1px solid #58595b;
        border-bottom: none;
    }
}
.m-footer__block-heading {
    color: #3996ae;
    margin-bottom: 8px;
}
.m-footer__block-desc {
    margin-bottom: 16px;
}
.m-footer__contact-title {
    color: #3996ae;
}
.m-footer__contact-title::after {
    content: ":";
}
.m-footer__contact-title,
.m-footer__contact-info {
    margin-bottom: 6px;
}
.phone-message {
    display: none;
}
@media (min-width: 992px) {
    .phone-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        right: 96px;
        top: 50vh;
        width: 60px;
        z-index: 10;
    }
}
.phone-message a:not(:first-child) {
    margin-top: -10px;
}
.phone-message img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-btn {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    padding: 16px 20px 13px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    border: none;
    font-weight: 400;
    display: inline-block;
}
.m-btn:hover {
    text-decoration: none;
}
.m-btn--colour {
    background-color: #3996ae;
    color: #fff;
    border: 1px solid #3996ae;
}
.m-btn--colour:hover {
    background-color: #fff;
    color: #3996ae;
}
.m-btn--white {
    background-color: #fff;
    color: #3996ae;
}
.m-btn--white:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.m-btn--line {
    border: 1px solid #3996ae;
    color: #3996ae;
    background-color: transparent;
}
.m-btn--line:hover {
    background-color: #3996ae;
    color: #fff;
}
.m-btn--white-line {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.m-btn--white-line:hover {
    background-color: #fff;
    color: #3996ae;
}
.m-btn--address {
    height: 100%;
}
.m-btn--large {
    min-width: 200px;
    min-height: 48px;
}
.m-btn--full {
    min-width: 100%;
}
.tablink {
    position: relative;
}
.tablink::before {
    content: none;
}
.tablink.is-active span {
    position: relative;
}
.tabcontent {
    display: none;
}
.tabcontent.is-active {
    display: block;
}
.m-help-posts--media .tablink.is-active span::before,
.m-help-posts--v1 .tablink.is-active span::before {
    content: none;
}
.m-help-posts--media .tabcontent,
.m-help-posts--v1 .tabcontent {
    display: none;
}
@media (min-width: 992px) {
    .m-help-posts--media .tabcontent,
    .m-help-posts--v1 .tabcontent {
        display: block;
    }
}
.m-help-posts--media .tabcontent.is-active,
.m-help-posts--v1 .tabcontent.is-active {
    display: block;
}
.tablink--story .m-help-posts__nav-item-title {
    color: #000000;
}
.tablink--story.is-active .m-help-posts__nav-item-title {
    color: #3996ae;
}
.border-ele {
    border-top: 1px solid #c4c4c4 !important;
    border-bottom: 1px solid #c4c4c4 !important;
}
.border-ele .m-help-posts__nav-item {
    border: none;
}
.m-banner {
    width: 100%;
    height: 256px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (min-width: 992px) {
    .m-banner {
        height: 450px;
    }
}
.m-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
}
.m-banner__content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.m-banner--help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-banner--help .m-banner__title {
    display: none;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    .m-banner--help .m-banner__title {
        display: block;
    }
}
.m-banner--help-v2.m-banner {
    width: 100%;
    height: 574px;
    background: center center no-repeat;
    position: relative;
}
@media (min-width: 992px) {
    .m-banner--help-v2.m-banner {
        height: 768px;
    }
}
.m-banner--help-v2 .m-banner__title {
    display: block;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.m-banner--help-v2 .m-help__search-suggests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0;
    gap: 18px;
}
@media (min-width: 992px) {
    .m-banner--help-v2 .m-help__search-suggests {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}
.m-banner--address {
    height: auto;
}
@media (min-width: 992px) {
    .m-banner--address {
        height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.m-banner--address .m-banner__overlay {
    background: -webkit-gradient(linear, left top, right top, color-stop(62.7%, #3996ae), color-stop(80.46%, rgba(57, 150, 174, 0)));
    background: linear-gradient(90deg, #3996ae 62.7%, rgba(57, 150, 174, 0) 80.46%);
}
.m-banner--address .m-banner__content {
    padding: 22px 40px;
}
.m-banner-carousel .owl-dots {
    left: 50%;
}
.m-banner-carousel .owl-dot span {
    border-color: #3996ae !important;
}
.m-banner-carousel .owl-dot.active span {
    background-color: #3996ae !important;
}
.m-input {
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .m-input {
        padding: 10px;
    }
}
.m-input__icon {
    background-color: transparent;
    border: none;
    outline: none;
    margin-right: 20px;
}
.m-input__input {
    border: none;
    padding: 10px;
}
.m-input--help {
    margin: 0 auto;
    width: 100%;
}
.m-breadcrumbs {
    padding: 15px 0;
}
@media (min-width: 768px) {
    .m-breadcrumbs {
        padding: 30px 0;
    }
}
.m-breadcrumbs--help {
    display: none;
}
@media (min-width: 768px) {
    .m-breadcrumbs--help {
        display: block;
    }
}
.m-breadcrumbs__inner li:not(.m-breadcrumbs--current) {
    display: inline-block;
    margin-right: 5px;
}
.m-breadcrumbs__inner li:not(.m-breadcrumbs--current)::after {
    content: "\003e";
    display: inline-block;
    margin-left: 5px;
}
.m-breadcrumbs__inner li:not(.m-breadcrumbs--current) a {
    color: #000;
}
.m-breadcrumbs--current a {
    color: #000;
    font-weight: 600;
}
.m-breadcrumbs--product-listing {
    background-color: #f6f6f6;
}
.m-breadcrumbs--media-detail {
    display: none;
}
@media (min-width: 992px) {
    .m-breadcrumbs--media-detail {
        display: block;
    }
}
.m-pagination {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m-pagination li {
    margin: 0 5px;
}
.m-pagination li a {
    color: #000;
}
.m-pagination li a.current {
    font-weight: 500;
}
.my-carousel {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.my-carousel-item img {
    width: 100%;
}
.my-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.my-carousel .nav-main-slider-btn {
    color: #fff !important;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 30px !important;
    border: none;
    outline: none;
}
.my-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my-carousel .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff !important;
    margin: 10px;
    outline: none;
}
.owl-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.owl-dots .owl-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 10px;
}
.owl-dots .owl-dot.active span {
    background-color: #fff;
}
.m-hero {
    width: 100%;
    height: 256px;
    background-position: center;
    position: relative;
}
@media (min-width: 992px) {
    .m-hero {
        height: 450px;
    }
}
.m-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
}
.m-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.m-hero--help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 39px;
}
@media (min-width: 768px) {
    .m-hero--help {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}
.m-hero--help .m-hero__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #fff;
}
@media (min-width: 768px) {
    .m-hero--help .m-hero__title {
        font-weight: 300;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.04em;
    }
}
.m-hero--custom {
    height: 416px;
    padding: 41px 16px;
    background: center center no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .m-hero--custom {
        height: 452px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.m-hero--custom .m-hero__title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    margin-bottom: 11px;
    color: #fff;
}
.m-hero--custom .m-hero__subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    color: #fff;
}
.m-product-cart {
    padding: 64px 32px;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 16px;
}
.m-product-cart:hover {
    text-decoration: none;
}
.m-product-cart img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-product-cart__title {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .m-product-cart__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.m-product-cart__title h3 {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    width: 70%;
    color: #3996ae;
    padding-right: 10px;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .m-product-cart__title h3 {
        margin-bottom: 0;
    }
}
.m-product-cart__title div {
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}
.m-product-cart__variant,
.m-product-cart__model {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 16px;
}
.m-product-cart__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #c4c4c4;
}
.m-product-cart__quantity {
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    border: 1px solid #000000;
    border-radius: 4px;
}
.m-product-cart__quantity input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    width: 68px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.m-product-cart__quantity button {
    width: 32px;
    border: none;
    background-color: transparent;
    font-size: 22px;
}
.m-product-cart__remove {
    color: #000000;
    width: 26px;
    height: 26px;
    border: 1px solid #000000;
    border-radius: 100%;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-product-cart__info {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-product-cart__info li {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
}
@media (min-width: 992px) {
    .m-product-cart__info li {
        width: 40%;
    }
}
.m-menu-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    background-color: #fff;
    z-index: 999;
    width: 100vw;
}
.m-menu-mobile.is-active {
    right: 0;
}
@media (min-width: 992px) {
    .m-menu-mobile {
        display: none;
    }
}
.m-menu-mobile__close {
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none;
    border: none;
    background-color: transparent;
}
.m-menu-mobile__inner {
    padding-top: 40px;
    padding-bottom: 30px;
}
.m-menu-mobile__top {
    padding: 5px 12px 20px;
}
.m-menu-mobile__user {
    display: inline-block;
    margin-left: 10px;
}
.m-menu-mobile__search {
    padding: 0 12px;
    margin-bottom: 20px;
}
.m-menu-mobile__search-wrapper {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 5px;
}
.m-menu-mobile__search-button {
    border: none;
    outline: none;
    background-color: transparent;
}
.m-menu-mobile__search-input {
    border: none;
    outline: none;
    padding: 5px;
    width: 70%;
}
.m-menu-mobile__menu-item {
    border-top: 1px solid #c4c4c4;
}
.m-menu-mobile__menu-item-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 20px 10px;
}
.js-menu-item.is-active {
    color: #3996ae;
}
.js-menu-item.is-active + ul {
    max-height: 500px;
}
.m-menu-mobile__menu-item-inner {
    padding-top: 0;
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.m-menu-mobile__menu-item-inner.nested {
    padding-left: 0;
}
.m-menu-mobile__menu-item-inner.nested .m-menu-mobile__menu-item-child a {
    text-transform: initial;
}
.m-menu-mobile__menu-item-child {
    padding: 10px 0;
}
.m-menu-mobile__menu-item-child > * {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
}
.m-menu-mobile__info {
    padding: 20px 12px;
    border-top: 1px solid #c4c4c4;
}
.m-menu-mobile__info-item {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.m-menu-mobile__product {
    padding: 15px 12px;
    border-top: 1px solid #c4c4c4;
}
.m-menu-mobile__product-title {
    font-size: 30px;
    line-height: 32px;
    color: #3996ae;
}
.m-menu-mobile__product-subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
}
.m-menu-mobile__product-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
}
.m-menu-mobile__product-img {
    margin-top: 10px;
}
.m-menu-mobile__product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-menu-mobile__product-action {
    margin-top: 10px;
}
.m-menu-mobile__product-action .m-btn {
    width: 48%;
}
.m-mega-menu {
    padding: 50px 0;
    position: absolute;
    bottom: -450px;
    left: 0;
    width: 100vw;
    background-color: #fff;
    display: none;
    border-bottom: 1px solid #f0efef;
    height: 450px;
}
@media (min-width: 992px) {
    .m-mega-menu.is-active {
        display: block;
    }
}
.m-mega-menu__menu {
    border-right: 1px solid #c4c4c4;
    height: 100%;
}
.m-mega-menu__menu li {
    margin-bottom: 20px;
}
.m-mega-menu__menu li.is-active a {
    color: #3996ae;
}
.m-mega-menu__menu a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.m-mega-menu__submenu {
    border-right: 1px solid #c4c4c4;
    height: 100%;
    display: none;
}
.m-mega-menu__submenu li {
    margin-bottom: 20px;
}
.m-mega-menu__submenu a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #000;
}
.m-mega-menu__submenu.is-active {
    display: block;
}
.m-mega-menu__product-subtitle {
    font-size: 36px;
    line-height: 54px;
    color: #3996ae;
}
.m-mega-menu__product-title {
    font-size: 16px;
    line-height: 25px;
}
.m-mega-menu__product-right img {
    width: 100%;
    height: auto;
}
.m-mega-menu__product-left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-mega-menu__product-action {
    margin-top: auto;
}
