.m-menu-mobile {
    bottom: 0;
}
.admin-bar .m-menu-mobile {
    top: 46px;
}
.header-static-link:hover svg * {
    transition: all ease 0.3s;
}
.header-static-link:hover svg path,
.header-static-link:hover svg circle {
    stroke: var(--main-blue-color);
}

.m-topbar__item {
    font-family: CasperRegular, serif;
}
.m-header__menu-item {
    font-family: CasperRegular, serif;
}
.child-menu-item {
    margin-bottom: 15px;
}
.m-mega-menu {
    height: auto;
    bottom: auto;
}
.m-mega-menu__menu a {
    font-family: CasperMedium, serif;
}
.m-mega-menu__submenu a {
    font-family: CasperLight, serif;
}
.m-mega-menu__product {
    display: none;
}
.m-mega-menu__product.is-active {
    display: block;
}
.m-mega-menu__product-subtitle {
    font-family: CasperLight, serif;
}
.m-mega-menu__product-title {
    text-transform: uppercase;
    font-family: CasperMedium, serif;
}
.m-mega-menu__product-desc {
    font-family: CasperLight, serif;
    margin-bottom: 40px;
}
.m-menu-mobile__menu-item-child > .js-menu-item {
    display: inline-block;
    width: 100%;
}
.js-menu-item.is-active + ul.m-menu-mobile__menu-item-inner.nested {
    padding-top: 10px;
}
.m-menu-mobile__menu-item-inner.nested .m-menu-mobile__menu-item-child {
    padding-top: 18px;
    padding-bottom: 18px;
}

.m-about-timeline .m-about-timeline__carousel::after {
    background-color: #BCBEC0;
    height: 1px;
}
/* PLP*/
.product-category-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 0;
    padding-bottom: 31.4%;
    width: 100%;
}
@media (max-width: 767px) {
    .product-category-banner {
        padding-bottom: 62%;
    }
}
.products-listing-content {
    padding-top: 50px;
}
.m-banner-carousel .banner-slider-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 31%;
}
.m-banner-carousel .owl-dots {
    left: 0;
    right: 0;
    text-align: center;
}
.m-banner-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-color: var(--main-blue-color);
    transition: all ease 0.3s;
}
.m-banner-carousel .owl-dots .owl-dot.active span,
.m-banner-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--main-blue-color);
}
.category-banner {
    background-image: url("img/category-banner-placeholder.jpg");
}
.products-list-container div.product-card-container {
    margin-bottom: 15px;
}
.m-article-item__title {
    transition: all ease 0.3s;
}
.m-article-item:hover .m-article-item__title {
    color: var(--main-blue-color);
}
.m-articles__title {
    font-family: CasperLight, serif;
}
.m-product-card {
    transition: all ease 0.3s;
    height: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
}
.m-product-card:hover {
    box-shadow: 0 4px 46px rgba(0, 0, 0, 0.15);
}
.m-product-card__title {
    font-family: CasperMedium, serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.m-product-card__inner {
    padding-bottom: 16px;
}
.m-product-card__seemore {
    margin-top: auto;
}
.m-products-bestseller__item-image {
    padding-left: 25px;
    padding-right: 25px;
}
.product-card-image {
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.products ul.m-product-card__info  {
    margin-bottom: 0;
}

.wc-filter-element-label-list-count  {
    display: none;
}
.wc-block-attribute-filter__title {
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid #C4C4C4;
}
.wc-block-attribute-filter {
    padding: 0 8px;
}
.wc-block-checkbox-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input[type='checkbox'] {
    display: none;
}
.wc-block-attribute-filter .wc-block-checkbox-list li label {
    padding-left: 32px;
    position: relative;
}
.wc-block-attribute-filter .wc-block-checkbox-list li label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
}
.wc-block-attribute-filter .wc-block-checkbox-list li label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input[type='checkbox']:checked+label::after {
    background-color: #000;
}

.m-products-bestseller__title {
    font-family: CasperLight, serif;
}

.m-products-bestseller__banner-title {
    display: block;
    font-family: CasperLight, serif;
}
.m-products-bestseller__banner-subtitle {
    font-family: CasperSemiBold, serif;
    text-transform: capitalize;
}
.m-products-bestseller__item {
    padding: 10px;
}
.m-products-bestseller__item:hover {
    box-shadow: 0 4px 46px rgba(0, 0, 0, 0.15);
}
.m-products-bestseller__item-image img {
    height: auto;
}
.m-products-bestseller__item-title {
    font-family: CasperBold, serif;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;
    transition: all ease 0.3s;
    font-size: 16px;
    line-height: 20px;
}
.m-products-bestseller__item:hover .m-products-bestseller__item-title {
    color: var(--main-blue-color);
}

.m-products-explore__title {
    font-family: CasperLight, serif;
}
.m-products-explore__item-title {
    font-family: CasperBold, serif;
    transition: all ease 0.3s;
}
.m-products-explore__item:hover .m-products-explore__item-title {
    color: var(--main-blue-color);
}

.m-product-filter .wpfFilterTitle {
    padding: 16px 0;
    border-bottom: 1px solid #c4c4c4;
}
.m-product-filter .wpfFilterWrapper .wfpTitle {
    font-size: 20px;
    line-height: 31px;
    font-family: CasperSemiBold, serif;
    font-weight: normal;
    padding: 0;
    height: auto;
}
.m-product-filter .wpfFilterWrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
    user-select: none;
}
.m-product-filter .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background-image: url("img/icons/dot.svg") !important;
    background-size: 6px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.m-product-filter .wpfFilterWrapper .wpfCheckbox label:before {
    border: 1px solid #000 !important;
}
.m-product-filter .wpfFilterWrapper .wpfCheckbox label:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.m-product-filter .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::after {
    background-color: #000;
}
.m-product-filter .wpfCheckbox {
    height: 16px;
    margin-bottom: 2px;
}
.js-products-explore-carousel .owl-item {
    padding: 15px 15px 45px;
}
.js-products-explore-carousel{
    display: flex !important;
    justify-content: center;
}
.js-products-explore-carousel .owl-stage-outer {
    width: fit-content;
}
.m-products-explore__item-image {
    height: 0;
    padding-bottom: 70%;
    position: relative;
}
.m-products-explore__item-image .item-image {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    transition: all ease 0.3s;
}
.m-products-explore__item {
    display: inline-block;
    width: 100%;
}
.m-products-explore__item:hover {
    box-shadow: 0 4px 26px rgba(0, 0, 0, 0.12);
}

.m-products-bestseller__banner-content {
    position: relative;
    z-index: 2;
}
.m-products-bestseller__banner-actions .btn {
    margin-bottom: 10px;
    margin-right: 10px;
}
.m-products-bestseller__banner-actions .btn:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    .m-products-bestseller__banner-actions .btn {
        margin-right: 0;
    }
    .m-products-explore__item {
        background-color: #F6F6F6;
    }
    .m-products-explore__item-image {
        padding-bottom: 90%;
    }
}
/* PDP */
.page-main-content {
    padding-top: 50px;
}
.m-product-detail-main__note p {
    margin-bottom: 0;
}
.m-product-detail-main__content .m-product-detail-main__desc {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.m-product-detail-main__content .m-product-detail-main__desc li {
    margin-bottom: 5px;
}
.product-details-slider-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
}
.m-product-detail-main__thumb.owl-carousel .owl-item {
    border: 1px solid transparent;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: #F6F6F6;
}
.m-product-detail-main__thumb.owl-carousel .owl-item:hover,
.m-product-detail-main__thumb.owl-carousel .owl-item.current {
    border-color: var(--main-blue-color);
}
.m-product-detail-main__thumb .owl-dots {
    bottom: -30px;
}
.m-product-detail-banner__top {
    margin-top: 80px;
}
.m-product-detail-info .m-product-detail-info__content-item p {
    margin-bottom: 0;
}
.m-product-detail-slide {
    margin-top: 15px;
}
.m-product-detail-info {
    padding-top: 100px;
}
.product-design-info {
    padding-bottom: 45px;
}
.m-product-detail-table-info {
    background-color: #F6F6F6;
}
.agency-block-container .agency-lists {
    position: relative;
}
.agency-block-container .agency-lists .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 20px;
}
.agency-block-container .agency-lists .owl-nav button.owl-prev {
    left: -25px;
}
.agency-block-container .agency-lists .owl-nav button.owl-next {
    right: -25px;
}
@media (max-width: 1599px) {
    .agency-block-container .agency-lists .owl-nav button.owl-prev {
        left: 15px;
    }
    .agency-block-container .agency-lists .owl-nav button.owl-next {
        right: 15px;
    }
}
.agency-item .agency-item-content {
    padding: 0 5px 10px;
}
.agency-item-content .item-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.m-image-with-text p {
    letter-spacing: 0.6px;
}
.m-about-timeline .m-about-timeline__carousel-title {
    height: 265px;
    margin-bottom: 15px;
    overflow: auto;
}
@media (max-width: 767px) {
    .m-banner-carousel {
        margin-left: -15px;
        margin-right: -15px;
    }
    .m-banner-carousel .banner-slider-image {
        padding-bottom: 62%;
    }
    .m-articles {
        margin-left: -15px;
        margin-right: -15px;
    }
    .m-products-bestseller {
        margin-left: -15px;
        margin-right: -15px;
    }
    .m-products-bestseller__list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-products-explore {
        margin-left: -15px;
        margin-right: -15px;
    }
    .m-products-explore__item-title {
        padding-left: 0;
        padding-right: 0;
    }
    .m-product-detail-main__thumb {
        display: none !important;
    }
    .m-sponsor__item-content .item-image {
        padding-bottom: 70%;
    }
    .m-product-filter {
        width: 100vw;
        height: 100vh;
    }
}
.m-help-posts__video  {
    width: 100%;
}
.m-story-two-up .btn {
    text-transform: uppercase;
}
.m-story-two-up__item-desc {
    margin-bottom: 15px;
}
.wp-block-lazyblock-career-contact .m-story-two-up {
    padding-bottom: 0;
}
.wp-block-lazyblock-career-contact:last-child .m-story-two-up {
    padding-bottom: 85px;
}
@media (min-width: 992px) {
    .wp-block-lazyblock-career-contact .m-story-two-up {
        padding-bottom: 0;
    }
    .wp-block-lazyblock-career-contact:last-child .m-story-two-up {
        padding-bottom: 100px;
    }
}
.social-accounts-list {
    display: flex;
}
.social-accounts-list .social-account-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.social-accounts-list .social-account-link.facebook-account {
    background-image: url("img/icons/facebook.svg");
}
.social-accounts-list .social-account-link.youtube-account {
    background-image: url("img/icons/youtube.svg");
}
.social-accounts-list .social-account-link.linkedin-account {
    background-image: url("img/icons/linkedin.svg");
}
.social-accounts-list .social-account-link.instagram-account {
    background-image: url("img/icons/instagram.svg");
}
.social-accounts-list .social-account-link.messenger-account {
    background-image: url("img/icons/messenger.svg");
}
.social-accounts-list .social-account-link.tiktok-account {
    background-image: url("img/icons/tiktok.svg");
}
.social-accounts-list .social-account-link.phone-account {
    background-image: url("img/icons/phone.svg");
}
/* Our Culture */
.custom-nav-block {
    margin-bottom: 0;
}
.custom-nav-link-container {
    padding: 0 40px;
}
.custom-nav-link-container .custom-nav-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding: 16px 10px;
}
.custom-nav-link-container .custom-nav-link:before {
    margin-bottom: 50px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
.custom-nav-link-container.active .custom-nav-link:before {
    background-color: var(--main-blue-color);
}
.custom-nav-link-container.active .custom-nav-link,
.custom-nav-link-container .custom-nav-link:hover {
    color: var(--main-blue-color);
}

@media (max-width: 767px) {
    .custom-nav-link-container {
        padding: 0 15px;
    }
}

.warranty-link-image {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.m-help-multi-column__list {
    display: flex;
}
@media (max-width: 767px) {
    .m-help-multi-column__subtitle {
        margin-bottom: 15px;
    }
    .m-help-multi-column__list.owl-carousel {
        width: auto;
    }
}

.m-help-multi-column__item-content {
    background-color: #ffffff;
}
.m-help-multi-column__item-content {
    transition: all ease 0.3s;
}
.warranty-info-link:hover .m-help-multi-column__item-content {
    box-shadow: 0 4px 46px rgba(0, 0, 0, 0.15);
}
.m-banner--help-v2.m-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-centers-list {
    max-height: 300px;
    overflow: auto;
}
.service-centers-list thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
}
.service-centers-list thead tr th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.product-features-content {
    padding-top: 40px;
}
@media (min-width: 992px) {
    .product-features-content {
        padding-top: 140px;
    }
}
.where-to-buy-block .block-container,
.where-to-buy-form-container {
    position: relative;
}
.where-to-buy-form-container:after,
.where-to-buy-block .block-container:after {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url("img/loading.svg");
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.where-to-buy-form-container.loading:after,
.where-to-buy-block .block-container.loading:after {
    display: block;
}
.where-to-buy-block .m-banner {
    background-image: url("img/where-to-buy-banner.png");
}
.map-container iframe {
    height: 100%;
}
.m-address__form-item select {
    user-select: none;
    height: 50px;
}
.stores-results-list-container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.stores-item-link {
    display: inline-block;
    width: 100%;
}
.stores-item-link.active,
.stores-item-link:hover {
    background-color: #e4e4e4;
    color: #000000;
}
.m-address__list-item {
    padding: 15px;
}
.m-address__list {
    max-height: 500px;
    overflow: auto;
}
.map-container {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}
@media (max-width: 1400px) {
    .m-address__list {
        max-height: 400px;
    }
}
@media (max-width: 1200px) {
    .m-address__list {
        max-height: 350px;
    }
}
@media (max-width: 767px) {
    .map-container {
        padding-bottom: 100%;
    }
    .m-address__list {
        max-height: 300px;
    }
    .m-help-posts__nav-item {
        border-top: none;
        border-bottom: none;
    }
    .category-nav-header-container {
        border-bottom: 1px solid #C4C4C4;
    }
    .m-help-posts__nav-item-title {
        font-size: 14px;
    }
}
.map-container .map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.stores-list-title {
    margin: 20px 0;
}
.m-media-carousel-item__link:hover {
    color: #ffffff;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .m-media-banner__content.owl-carousel {
        height: 100%;
    }
    .m-media-banner__content.owl-carousel .owl-stage-outer {
        height: 100%;
    }
    .m-media-banner__content.owl-carousel .owl-stage-outer .owl-stage {
        height: 100%;
    }
    .m-media-banner__content.owl-carousel .owl-stage-outer .owl-stage .owl-item {
        height: 100%;
    }
    .m-media-carousel-item {
        height: 100%;
    }
    .m-media-banner__content {
        height: 100%;
    }
}
.related-post-image {
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featured-posts-banner .owl-item {
    height: 100%;
}
.m-help-posts__nav-item::before {
    width: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #3996ae;
    transition: all ease 0.3s;
}
.m-help-posts__nav-item.is-active::before {
    width: 100%;
}
.m-help-posts__nav-item-title {
    user-select: none;
}
.google-search-container {
    overflow: hidden;
    border-radius: 4px;
}
.search-box-container {
    width: 100%;
    padding: 0;
}
.search-box-container .gsc-control-cse {
    padding: 0 10px 0 0;
}
.search-box-container form.gsc-search-box {
    margin-bottom: 0;
}
.search-box-container input.gsc-input {
    line-height: 24px;
}
.search-box-container .gsc-search-button-v2 svg {
    fill: var(--main-blue-color);
    height: 20px;
    width: 20px;
}
.mobile-menu-link-container {
    display: inline-block;
    width: 100%;
    padding-right: 50px;
    position: relative;
}
.mobile-menu-link-container.has-child-items:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    background-image: url("img/icons/down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
}
.mobile-menu-link-container.has-child-items.is-active:after {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .m-header__icon {
        padding: 5px;
    }
}
.search-modal .m-banner--help-v2.m-banner {
    height: 400px;
}
.search-modal .m-banner__overlay {
    background-color: transparent;
}
.search-modal .m-banner--help-v2 .m-banner__title {
    color: var(--main-blue-color);
}
.search-modal .m-help__search-suggest {
    color: #000000;
    border-color: #000000;
    background-color: rgba(255, 255, 255, 0.3);
}
.search-modal .m-help__search-suggest:hover {
    color: #ffffff;
    background-color: var(--main-blue-color);
    border-color: var(--main-blue-color);
}
.search-modal .google-search-container {
    border: 1px solid #000000;
}
.modal button.close {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: none;
    position: absolute;
    top: -20px;
    right: -20px;
    background-image: url("img/icons/close.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.6;
}
.modal button.close:hover {
    opacity: 1;
}
.wpml-ls-item .wpml-ls-flag {
    opacity: 0.4;
    transition: all ease 0.3s;
}
.wpml-ls-item.wpml-ls-current-language .wpml-ls-flag,
.wpml-ls-item:hover .wpml-ls-flag {
    opacity: 1;
}

.page-block-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
