.is-forward[data-header-default],
.submenu-parent-icon,
.desktop-header-search.toggle-box .icon-search {
    display: none !important;
}

.is-accordion-submenu-parent {
    position: relative;
}

.is-accordion-submenu-parent>.submenu-parent-icon {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 10px;
    height: 10px;
    color: #000;
}

.is-accordion-submenu-parent>.submenu-parent-icon-minus {
    display: none !important;
}

.is-accordion-submenu-parent[aria-expanded=true]>a {
    color: var(--color_primary_hover);
}

.is-accordion-submenu-parent[aria-expanded=true]>.submenu-parent-icon {
    display: none !important;
    color: var(--color_primary_hover);
}

.is-accordion-submenu-parent[aria-expanded=true]>.submenu-parent-icon-minus {
    display: block !important;
}

@media print,
screen and (min-width: 50.0625em) {
    .switcher:hover .option {
        display: block;
        -webkit-animation-name: openDropdownPanel;
        animation-name: openDropdownPanel;
    }
}

.mobile-menu-society>.cell {
    display: none;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.mobile-menu-society>.cell:nth-child(1),
.mobile-menu-society>.cell:nth-child(2),
.mobile-menu-society>.cell:nth-child(3),
.mobile-menu-society>.cell:nth-child(4),
.mobile-menu-society>.cell:nth-child(5) {
    display: block;
}

.index-slideshow-container {
    position: relative;
    margin-bottom: 70px !important;
}

.index-slideshow-container .index-slideshow-navigation {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: transparent;
    border-radius: 100%;
    border: 2px dashed #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.index-slideshow-container .index-slideshow-navigation em {
    color: white;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.index-slideshow-container .index-slideshow-navigation:hover {
    background: transparent;
    border-color: var(--color_primary);
}

.index-slideshow-container .index-slideshow-navigation:hover em {
    color: var(--color_primary);
}

.index-slideshow-container .index-slideshow-nav-prev {
    left: 7% !important;
}

.index-slideshow-container .index-slideshow-nav-next {
    right: 7% !important;
}

.index-slideshow-container .swiper-wrapper-loader {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-slideshow-container .swiper-wrapper-loader img {
    width: 400px;
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index-slideshow-container .swiper-container.swiper-container-horizontal+.swiper-wrapper-loader {
    display: none !important;
}

@media screen and (max-width: 800px) {
    .index-slideshow-container {
        margin-bottom: 30px !important;
    }
}

.about-content .section-slideshow .carousel-wrapper,
.about-content .section-customerstories .carousel-wrapper {
    position: relative;
}

.about-content .section-slideshow .carousel-wrapper .carousel-navigation,
.about-content .section-customerstories .carousel-wrapper .carousel-navigation {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: transparent;
}

.about-content .section-slideshow .carousel-wrapper .carousel-navigation em,
.about-content .section-customerstories .carousel-wrapper .carousel-navigation em {
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.about-content .section-slideshow .carousel-wrapper .carousel-navigation:hover,
.about-content .section-customerstories .carousel-wrapper .carousel-navigation:hover {
    background: transparent;
}

.about-content .section-slideshow .carousel-wrapper .carousel-navigation:hover em,
.about-content .section-customerstories .carousel-wrapper .carousel-navigation:hover em {
    color: var(--color_primary);
}

@media print,
screen and (max-width: 34.43625em) {
    .about-content .section-slideshow .carousel-wrapper .carousel-navigation,
    .about-content .section-customerstories .carousel-wrapper .carousel-navigation {
        display: none;
    }
}

.about-content .section-slideshow .carousel-wrapper .carousel-nav-prev,
.about-content .section-customerstories .carousel-wrapper .carousel-nav-prev {
    left: 30px !important;
}

.about-content .section-slideshow .carousel-wrapper .carousel-nav-next,
.about-content .section-customerstories .carousel-wrapper .carousel-nav-next {
    right: 30px !important;
}

.about-content .section-slideshow .carousel-pagination,
.about-content .section-customerstories .carousel-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    bottom: 1.875rem;
}

@media print,
screen and (max-width: 34.43625em) {
    .about-content .section-slideshow .carousel-pagination,
    .about-content .section-customerstories .carousel-pagination {
        bottom: 0.625rem;
    }
}

.about-content .section-slideshow .carousel-pagination-bullet,
.about-content .section-customerstories .carousel-pagination-bullet {
    padding: 0 0.25rem;
    cursor: pointer;
}

.about-content .section-slideshow .carousel-pagination-bullet:before,
.about-content .section-customerstories .carousel-pagination-bullet:before {
    content: '';
    display: block;
    background: transparent;
    height: 0.75rem;
    width: 0.75rem;
    border: 1px solid white;
    border-radius: 50%;
}

.about-content .section-slideshow .carousel-pagination-bullet-active:before,
.about-content .section-customerstories .carousel-pagination-bullet-active:before {
    height: 0.75rem;
    width: 0.75rem;
    background: white;
    border-color: var(--color_primary);
}

@media print,
screen and (max-width: 34.43625em) {
    .about-content .section-slideshow .carousel-pagination-bullet:before,
    .about-content .section-customerstories .carousel-pagination-bullet:before {
        content: '';
        display: block;
        background: transparent;
        height: 0.625rem;
        width: 0.625rem;
        border: 1px solid #dddddd;
        border-radius: 50%;
    }
    .about-content .section-slideshow .carousel-pagination-bullet-active:before,
    .about-content .section-customerstories .carousel-pagination-bullet-active:before {
        height: 0.625rem;
        width: 0.625rem;
        background: white;
        border-color: var(--color_primary);
    }
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .about-content .section-slideshow .carousel-pagination-bullet:before,
    .about-content .section-customerstories .carousel-pagination-bullet:before {
        content: '';
        display: block;
        background: transparent;
        height: 0.75rem;
        width: 0.75rem;
        border: 1px solid #dddddd;
        border-radius: 50%;
    }
    .about-content .section-slideshow .carousel-pagination-bullet-active:before,
    .about-content .section-customerstories .carousel-pagination-bullet-active:before {
        height: 0.75rem;
        width: 0.75rem;
        background: white;
        border-color: var(--color_primary);
    }
}

.hover-scale {
    overflow: hidden;
}

.hover-scale img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-scale:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.index-collection-tab-content .tabs-panel {
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.index-collection-tab-content .tabs-panel.is-active {
    height: auto;
    visibility: inherit;
}

.seeall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.seeall a {
    display: inline-block;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    background: var(--color_primary);
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
}

.seeall a:hover {
    background: gray;
    color: white;
}

.spr-badge-starrating .spr-icon {
    font-size: 114%;
}

.index-banner-bottom-grid .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.index-banner-bottom-grid .index-banner-grid-button {
    position: absolute;
    background: white;
    border-color: white;
    color: #1e1e1e;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 14.5%;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    margin: 0;
    padding: 12px 28px;
}

.index-banner-bottom-grid .index-banner-grid-button:hover {
    border-color: var(--color_primary);
}

.index-brand-bottom .index-banner-grid-image {
    text-align: center;
    min-height: 80px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-brand-bottom .index-banner-grid-image img {
    max-height: 80px;
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.index-brand-bottom .index-banner-grid-image:hover img {
    opacity: 1;
    -webkit-filter: initial;
    filter: initial;
}

.index-brand-bottom .carousel-navigation {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: inherit;
}

.index-brand-bottom .carousel-nav-prev {
    left: 0;
}

.index-brand-bottom .carousel-nav-next {
    right: 0;
}

.index-banner-bottom-grid .index-banner-grid-list .cell {
    margin-top: 0;
    margin-bottom: 0;
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-banner-bottom-grid .index-banner-grid-list .cell {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .index-banner-bottom-grid .index-banner-grid-list .cell:last-child,
    .index-banner-bottom-grid .index-banner-grid-list .cell:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.index-banner-grid-item {
    margin-top: 0;
}

.index-banner-grid-item .info-icon {
    margin-bottom: 13px;
}

.index-banner-grid-item .info-text .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.index-banner-grid-item .info-text .sub-title {
    font-size: 12px;
}

@media print,
screen and (max-width: 34.43625em) {
    .index-brand-bottom .carousel-navigation {
        display: none;
    }
    .index-information-grid-container {
        padding: 0;
    }
    .index-bannercaption-container {
        padding-left: 0;
        padding-right: 0;
    }
    .index-banner-grid-item {
        margin-bottom: 20px;
    }
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-information-grid-container {
        padding: 0;
    }
    .index-banner-grid-item {
        margin-bottom: 30px;
    }
}

@media print,
screen and (min-width: 50.0625em) and (max-width: 78.81125em) {
    .index-information-grid-container {
        padding: 0;
    }
    .index-brand-bottom .carousel-navigation {
        display: none;
    }
    .index-brand-bottom .carousel-nav-prev {
        left: 0;
    }
    .index-brand-bottom .carousel-nav-next {
        right: 0;
    }
    .index-brand-bottom:hover .carousel-navigation {
        display: block;
    }
}

@media screen and (min-width: 78.8125em) and (max-width: 90.06125em) {
    .index-brand-bottom .carousel-navigation {
        display: none;
    }
    .index-brand-bottom .carousel-nav-prev {
        left: 0;
    }
    .index-brand-bottom .carousel-nav-next {
        right: 0;
    }
    .index-brand-bottom:hover .carousel-navigation {
        display: block;
    }
}

@media print,
screen and (max-width: 34.43625em) {
    .index-listing-collection .index-listing-collection-list {
        margin: 0 !important;
    }
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-listing-collection .index-listing-collection-list {
        margin: 0 -10px !important;
    }
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-item {
    overflow: hidden;
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-listing-collection .index-listing-collection-list .index-listing-collection-item {
        padding: 0 10px !important;
    }
}

@media print,
screen and (max-width: 34.43625em) {
    .index-listing-collection .index-listing-collection-list .index-listing-collection-item {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .index-listing-collection .index-listing-collection-list .index-listing-collection-item:last-child {
        margin-bottom: 0;
    }
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title {
    position: absolute;
    margin: 0;
    font-size: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-listing-collection .index-listing-collection-list .index-listing-collection-title {
        font-size: 22px;
    }
}

@media print,
screen and (min-width: 50.0625em) and (max-width: 78.81125em) {
    .index-listing-collection .index-listing-collection-list .index-listing-collection-title {
        font-size: 22px;
    }
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title a {
    display: block;
    color: white;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title a.btn-shop {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title p {
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
    text-transform: initial;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.vertical-top {
    top: 0;
    padding-top: 10%;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.vertical-center.horizontal-middle {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.vertical-bottom {
    bottom: 0;
    padding-bottom: 10%;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.horizontal-left {
    left: 0;
    padding-left: 10%;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.horizontal-middle {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.index-listing-collection .index-listing-collection-list .index-listing-collection-title.horizontal-right {
    right: 0;
    padding-right: 10%;
    text-align: right;
}

.scroll-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scroll-to-top .button-to-top-text {
    font-size: 13px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 700;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 551px) {
    .scroll-to-top .button-to-top-text {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .scroll-to-top .button-to-top-text {
        font-family: var(--font_desktop_paragraph);
    }
}

.scroll-to-top .button-to-top-text em {
    margin-left: 9px;
    font-size: 14px;
}

.scroll-to-top .button-to-top-text:hover {
    color: var(--color_primary);
}

@media print,
screen and (max-width: 34.43625em) {
    .scroll-to-top .button-to-top-text {
        margin-right: 10px;
    }
}

.footer-newsletter-social {
    margin-bottom: 65px;
}

@media screen and (max-width: 550px) {
    .footer-newsletter-social {
        margin-bottom: 0px;
    }
}

.group-instagram {
    width: 300px;
    max-width: 50%;
}

.group-instagram .footer-instagram {
    overflow: hidden;
}

.group-instagram .footer-instagram .footer-instagram-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
}

.group-instagram .footer-instagram .footer-instagram-container>div {
    width: 33.33333%;
    padding: 5px;
}

@media screen and (max-width: 550px) {
    .group-instagram {
        width: 100%;
        max-width: 100%;
    }
}

.footer-social {
    margin-top: 5px;
}

.footer-social .social-media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social .social-media-container>div {
    padding: 10px;
}

.footer-social .social-media-container>div:first-child {
    padding-left: 0 !important;
}

.footer-social .social-media-container>div:last-child {
    padding-right: 0 !important;
}

@media screen and (max-width: 550px) {
    .footer-social .social-media-container>div {
        padding: 5px;
    }
}

.footer-social .social-media-link {
    background-color: transparent;
    border: 1px dashed #fff;
    color: #776E9D;
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}

.footer-social .social-media-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    color: currentColor !important;
}

.footer-social .social-media-link:hover {
    opacity: 1;
    border-color: #776E9D;
}

@media screen and (min-width: 551px) {
    .footer-social .social-media-link:hover {
        background-color: var(--color_footer_desktop_social_bg);
    }
}

@media screen and (max-width: 550px) {
    .footer-social .social-media-link:hover {
        background-color: transparent;
    }
}

@media screen and (min-width: 551px) {
    .footer-social .social-media-link:hover {
        color: var(--color_footer_desktop_social_color);
    }
}

@media screen and (max-width: 550px) {
    .footer-social .social-media-link:hover {
        color: #776E9D;
    }
}

.footer-social .social-media-link:hover svg {
    color: currentColor !important;
}

.layout-footer {
    overflow: hidden;
    font-size: 15px !important;
}

.layout-footer .grid-container {
    width: 100%;
}

.layout-footer .footer-content {
    padding-top: 70px;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1260px) {
    .layout-footer .footer-content {
        background-position: center top;
    }
}

@media screen and (max-width: 800px) {
    .layout-footer .footer-content {
        padding-top: 50px;
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-content {
        padding-top: 30px;
    }
}

.layout-footer .footer-logo {
    text-align: center;
}

.layout-footer .footer-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
}

@media screen and (min-width: 551px) {
    .layout-footer .footer-title {
        font-family: var(--font_desktop_title);
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-title {
        font-family: var(--font_desktop_title);
    }
}

@media screen and (max-width: 800px) {
    .layout-footer .footer-title {
        margin-bottom: 15px;
    }
}

.layout-footer .footer-top-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.layout-footer .footer-top-gr .footer-items {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1261px) {
    .layout-footer .footer-top-gr .footer-items.footer-info {
        margin-top: -15px;
    }
}

.layout-footer .footer-top-gr .footer-items.footer-info .footerlogo {
    margin-bottom: 20px;
    max-width: 150px;
}

.layout-footer .footer-top-gr .footer-items.footer-info .footer-info-caption {
    font-weight: 300;
    line-height: 1.7em;
}

.layout-footer .footer-top-gr .footer-items.footer-info .footer-info-caption .contact-item {
    margin-bottom: 10px;
}

@media screen and (max-width: 1260px) {
    .layout-footer .footer-top-gr .footer-items.footer-info .footer-info-caption ul li {
        list-style: none;
    }
}

@media screen and (min-width: 551px) {
    .layout-footer .footer-top-gr .footer-items .footer-about {
        color: var(--color_footer_desktop_title_color);
    }
    .layout-footer .footer-top-gr .footer-items .footer-about * {
        color: var(--color_footer_desktop_title_color);
    }
}

.layout-footer .footer-top-gr .footer-items .footer-about .caption {
    line-height: 1.7em;
}

.layout-footer .footer-top-gr .footer-items .footer-about .about-item {
    padding-bottom: 13px;
}

.layout-footer .footer-top-gr .footer-items .footer-about .about-item address {
    font-style: initial;
}

.layout-footer .footer-top-gr .footer-items .footer-about .about-item>address,
.layout-footer .footer-top-gr .footer-items .footer-about .about-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-footer .footer-top-gr .footer-items .footer-about .about-item svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.layout-footer .footer-top-gr .footer-items.footer-contact .contact-item {
    margin-bottom: 10px;
    line-height: 1.6;
}

.layout-footer .footer-top-gr .footer-items.footer-contact .address {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
}

.layout-footer .footer-top-gr .footer-items.footer-contact .address svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.layout-footer .footer-top-gr .footer-items.footer-linklist .linklist-content li {
    margin-bottom: 10px;
}

@media screen and (max-width: 1260px) {
    .layout-footer .footer-top-gr .footer-items {
        margin-bottom: 30px;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about,
    .layout-footer .footer-top-gr .footer-items.footer-info {
        width: 100% !important;
        text-align: center;
    }
    .layout-footer .footer-top-gr .footer-items.footer-about>div,
    .layout-footer .footer-top-gr .footer-items.footer-info>div {
        width: 700px;
        margin: 0 auto;
        max-width: 100%;
    }
    .layout-footer .footer-top-gr .footer-items.footer-linklist {
        width: 33.33333% !important;
    }
    .layout-footer .footer-top-gr .footer-items .social-media-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .layout-footer .footer-top-gr .footer-items.footer-linklist {
        width: 33.33333% !important;
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-top-gr .footer-items {
        margin-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .layout-footer .footer-top-gr .footer-items.footer-linklist,
    .layout-footer .footer-top-gr .footer-items.group-about {
        width: 100% !important;
    }
    .layout-footer .footer-top-gr .footer-items.footer-info {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-top-gr {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.layout-footer .footer-top {
    padding-top: 45px;
    padding-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-footer .footer-top .footer-top-gr {
    padding-top: 50px;
    position: relative;
}

.layout-footer .footer-top .footer-top-gr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid var(--color_footer_desktop_border);
}

@media screen and (min-width: 551px) {
    .layout-footer .footer-top {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-top {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (min-width: 1261px) {
    .layout-footer .footer-top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 1260px) {
    .layout-footer .footer-top {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .layout-footer .footer-top {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.layout-footer .footer-bottom .footer-bottom-content {
    border-top: 1px solid var(--color_footer_desktop_border);
}

.layout-footer .footer-bottom .grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
}

.layout-footer .footer-bottom .copyright {
    font-size: 14px;
    font-weight: 200;
}

@media screen and (min-width: 551px) {
    .layout-footer .footer-bottom .copyright {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-bottom .copyright {
        font-family: var(--font_desktop_paragraph);
    }
}

.layout-footer .footer-bottom .footer-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.layout-footer .footer-bottom .footer-payment>div {
    margin-left: 5px;
}

@media screen and (max-width: 800px) {
    .layout-footer .footer-bottom .footer-bottom {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-bottom .footer-payment {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }
    .layout-footer .footer-bottom .footer-payment>div {
        margin-left: 3px;
        margin-right: 3px;
    }
    .layout-footer .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 20px;
    }
}

.layout-footer .accordion {
    margin-top: 0 !important;
}

@media screen and (max-width: 550px) {
    .layout-footer .footer-top-gr .footer-items .footer-about .caption {
        text-align: left;
    }
    .layout-footer .accordion-content a {
        color: #000;
    }
    .layout-footer .accordion-content ul li {
        padding: 5px 0;
    }
    .layout-footer .accordion-content ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .layout-footer .accordion .accordion-item .accordion-title {
        text-align: left;
    }
    .layout-footer .accordion .accordion-item .accordion-title:before {
        right: 0;
        display: block !important;
        position: absolute;
        top: 50%;
        margin-top: 0;
        content: "+";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
    }
    .layout-footer .accordion .accordion-item.is-active>.accordion-title:before {
        content: "–";
    }
}

.header {
    -webkit-box-shadow: 0 1px 20px rgba(186, 191, 194, 0.5);
    box-shadow: 0 1px 20px rgba(186, 191, 194, 0.5);
    -webkit-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    overflow: hidden;
    margin-bottom: 0;
}

.header em {
    position: relative;
    display: block;
}

.header-wrap {
    position: relative;
    z-index: 1008;
}

.header-icon-search {
    padding: 0.75rem;
}

.header-content {
    position: relative;
    max-width: calc(100% - 250px);
    min-width: calc(100% - 250px);
}

.header-content>* {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-content .is-forward,
.header-content .is-hide {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-content .is-forward {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.header-content .is-hide {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.header-content .is-show {
    position: static;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}

.header-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font_paragraph);
}

.header-button-back {
    padding: 0.625rem;
    padding-right: 0;
}

.header-button-back .svg-icon {
    height: 1.25rem;
    width: 1.4375rem;
}

@media screen and (max-width: 800px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 550px) {
    .header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.header-menu-submenu>ul {
    list-style-type: none;
}

.header-menu-dropdown::after {
    content: '';
    display: inline-block;
    width: 1px;
    background: var(--color_header_desktop_bg);
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}

.dropdown .is-dropdown-submenu {
    min-width: 220px;
}

.dropdown .is-dropdown-submenu a:not(.product-item-button-cart) {
    padding: 0 !important;
    line-height: 1.25rem;
}

.dropdown .is-dropdown-submenu .is-submenu-item>a {
    white-space: nowrap;
}

.dropdown .is-dropdown-submenu .is-submenu-item a:not(.product-item-button-cart) {
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 39px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container a:not(.product-item-button-cart) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: inherit !important;
    border-bottom-style: none;
}

.dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .product-item-title {
    font-size: 18px;
}

.dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .product-item-title a {
    font-size: 18px;
}

@media screen and (max-width: 1260px) {
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-wishlist,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-quickview,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-compare {
        background: none;
        border-color: transparent;
        opacity: 1;
        width: 20px;
        height: 20px;
    }
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-wishlist em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-quickview em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-compare em {
        color: #000;
        width: 15px;
    }
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-wishlist.is-added,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-wishlist:hover,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-quickview.is-added,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-quickview:hover,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-compare.is-added,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-compare:hover {
        background: none;
        border-color: transparent;
    }
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-wishlist.is-added em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-wishlist:hover em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-quickview.is-added em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-quickview:hover em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-compare.is-added em,
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .group-button-compare:hover em {
        color: var(--color_primary);
    }
    .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container .product-item .product-item-button-cart {
        font-size: 14px !important;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
        padding: 0 10px !important;
        min-width: 100px;
    }
}

.header-menu-dropdown {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-top: 18px;
    padding-bottom: 30px;
}

.header-menu-dropdown .level1-menu {
    margin-bottom: 40px !important;
}

.header-menu-dropdown .level1-menu>a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px !important;
}

.header-menu-dropdown .level2-menu {
    margin-bottom: 1px !important;
}

.header-menu-dropdown .level2-menu>a {
    font-size: 13px;
    text-transform: capitalize;
}

.header-menu-dropdown .header-menu-dropdown-product {
    max-width: 300px;
}

.header-menu-dropdown .header-menu-dropdown-product .product-title {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 20px;
}

.header-menu-dropdown .header-menu-dropdown-product .product-item .product-item-title a {
    font-size: 16px;
}

.header-content-custom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desktop-header-mini-menu {
    text-align: center;
}

.header-menu {
    z-index: 800;
    width: auto;
    z-index: 800;
    display: inline-block;
    text-align: left;
}

.header-menu .menu.horizontal {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-menu .header-menu-root {
    padding: 50px 15px !important;
    z-index: 99;
}

.header-menu .header-menu-root:first-child {
    padding-left: 0 !important;
}

.header-menu .header-menu-root:last-child {
    padding-right: 0 !important;
}

.header-menu .header-menu-root>a {
    font-family: var(--font_desktop_title);
    font-size: 20px;
    font-weight: 700;
    padding: 2px 0 !important;
}

@media screen and (max-width: 1440px) {
    .header-menu .header-menu-root {
        padding: 50px 13px !important;
    }
}

@media screen and (max-width: 999px) {
    .header-menu .header-menu-root {
        padding: 15px 25px !important;
    }
}

.header-menu ul,
.header-menu li {
    margin: 0px;
}

.header-menu .row-1 {
    min-width: 12.5rem;
}

.header-menu .row-2 {
    min-width: 25rem;
}

.header-menu .row-3 {
    min-width: 37.5rem;
}

.header-menu .row-4 {
    min-width: 50rem;
}

.header-menu .row-5 {
    min-width: 62.5rem;
}

.header-menu .row-6 {
    min-width: 75rem;
}

.header-menu .menu .is-active>a:not(.product-item-button-cart),
.header-menu .menu.dropdown .is-active>a:not(.product-item-button-cart) {
    background: transparent;
    color: var(--color_primary);
}

.header-menu li>.is-dropdown-submenu {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.header-menu li.header-menu-root>.js-dropdown-active {
    -webkit-animation-name: openDropdownPanel;
    animation-name: openDropdownPanel;
}

.header-menu li.header-menu-root li>.js-dropdown-active {
    -webkit-animation-name: openSubMenu;
    animation-name: openSubMenu;
}

.header-menu .submenu {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
    border: 0;
    margin: 0;
}

.header-menu .submenu>li.is-dropdown-submenu-parent>a:after {
    content: "";
    position: static;
    display: inline-block;
    margin: 0.25rem 0 0 0;
    height: 0.5rem;
    width: 0.5rem;
    border: 1px solid var(--color_header_desktop_color);
    border-width: 1px 1px 0px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
}

.header-menu .header-menu-root>a {
    padding: 0.5rem 0.625rem;
}

.header-menu-root {
    padding: 0 7px;
}

.header-menu-root>a {
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
}

.header-menu-root:hover>a:not(.product-item-button-cart),
.header-menu-root.active>a:not(.product-item-button-cart) {
    background: transparent;
    position: relative;
}

.header-menu-dropdown {
    width: 100vw;
    -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.1);
    border: 0;
    list-style-type: none;
}

.header-menu-dropdown-container {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 15px;
    margin: 0 auto !important;
    line-height: 1;
}

.header-menu-dropdown-menu-parent {
    font-family: var(--font_title);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 1rem;
    margin-bottom: 0.5rem !important;
}

.header-menu-dropdown-background {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: -1;
}

.header-menu-submenu li>a {
    padding: 0.5rem 1rem;
}

.header-menu-multi-column+.header-menu-multi-column {
    border-left: 1px solid var(--color_header_desktop_border);
    padding-left: 0.5rem;
}

.header-menu .header-menu-root>.header-menu-dropdown>.header-menu-dropdown-container>.grid-x {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-menu .header-menu-dropdown.submenu .image-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.header-menu .header-menu-dropdown.submenu .header-menu-dropdown-html {
    max-width: 500px;
}

.header-menu .header-menu-dropdown.submenu .header-menu-dropdown-html>a {
    background-color: #000;
}

.header-menu .header-menu-dropdown.submenu .header-menu-dropdown-html>a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu .header-menu-dropdown.submenu .header-menu-dropdown-html:hover>a img {
    opacity: 0.5;
}

@media screen and (max-width: 1260px) {
    .header-menu-dropdown-container {
        padding: 20px 15px;
    }
    .header-menu .header-menu-root>a {
        font-size: 17px;
    }
    .header-menu .row-1 {
        min-width: 12.5rem;
    }
    .header-menu .row-2 {
        min-width: 25rem;
    }
    .header-menu .row-3,
    .header-menu .row-4,
    .header-menu .row-5,
    .header-menu .row-6 {
        min-width: 450px;
    }
}

@media screen and (min-width: 1261px) {
    .tablet-header-menu {
        display: none;
    }
}

@media screen and (min-width: 801px) and (max-width: 1260px) {
    .middle-menu {
        display: none;
    }
    .tablet-header-menu {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .tablet-header-menu .header-menu {
        width: 100%;
    }
    .tablet-header-menu .menu {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .tablet-header-menu .menu>li>a {
        padding: 20px 13px;
    }
    .tablet-header-menu .header-menu .header-menu-root {
        padding: 20px 20px !important;
    }
}

.mobile-logo img {
    display: block;
    max-height: var(--dimension_mobile_height) px;
}

.mobile-currency .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: none;
}

@media screen and (max-width: 800px) {
    .header-icon-search {
        padding: 10px;
    }
    .mobile-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mobile-menu-link {
        margin-bottom: 0;
    }
    .mobile-menu-link .is-accordion-submenu li a {
        font-size: 0.8125rem;
        color: #333333;
    }
    .mobile-menu-link .is-accordion-submenu li ul li a {
        font-size: 0.6875rem;
        color: #333333;
    }
    .header {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header .cell-custom-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0;
    }
    .header .mini-cart .mini-cart-icon,
    .header .mobile-header-compare .sli,
    .header .mobile-header-wishlist .sli {
        position: relative;
    }
    .header .mobile-header-compare .sli .header-counter-pill,
    .header .mobile-header-wishlist .sli .header-counter-pill,
    .header .mini-cart .mini-cart-icon .header-counter-pill,
    .header .mini-cart .mini-cart-icon .mini-cart-total {
        position: absolute;
        top: 0;
        right: 5px;
        left: auto;
        font-size: 10px;
        background-color: var(--color_header_color);
        color: var(--color_header_bg);
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 100%;
        text-align: center;
        line-height: 20px;
        -webkit-transform: translate(70%, -15%);
        transform: translate(70%, -15%);
    }
    .header .mobile-header-user-nav.is-active {
        display: block;
    }
    .header .mobile-header-user-nav a,
    .header .header-icon-search a,
    .header .mini-cart a {
        padding: 10px;
    }
    .header .mobile-header-user-nav .sli-refresh,
    .header .mobile-header-user-nav .sli-heart,
    .header .header-icon-search .sli-magnifier,
    .header .mini-cart .sli-handbag {
        font-size: 20px !important;
    }
    .header .header-button-back {
        padding: 10px;
    }
    .header .header-button-back .svg-icon {
        height: 25px;
        width: 25px;
    }
}

@media screen and (max-width: 550px) {
    .layout-header .header-button-back .svg-icon,
    .header .header-button-back .svg-icon {
        height: 20px;
        width: 20px;
    }
    .layout-header .mobile-header-user-nav .sli-refresh,
    .layout-header .mobile-header-user-nav .sli-heart,
    .layout-header .header-icon-search .sli-magnifier,
    .layout-header .mini-cart .sli-handbag,
    .header .mobile-header-user-nav .sli-refresh,
    .header .mobile-header-user-nav .sli-heart,
    .header .header-icon-search .sli-magnifier,
    .header .mini-cart .sli-handbag {
        font-size: 17px !important;
    }
    .layout-header .mobile-header-compare .sli .header-counter-pill,
    .layout-header .mobile-header-wishlist .sli .header-counter-pill,
    .layout-header .mini-cart .mini-cart-icon .header-counter-pill,
    .layout-header .mini-cart .mini-cart-icon .mini-cart-total,
    .header .mobile-header-compare .sli .header-counter-pill,
    .header .mobile-header-wishlist .sli .header-counter-pill,
    .header .mini-cart .mini-cart-icon .header-counter-pill,
    .header .mini-cart .mini-cart-icon .mini-cart-total {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        -webkit-transform: translate(70%, -50%);
        transform: translate(70%, -50%);
    }
    .layout-header .header-content,
    .header .header-content {
        position: relative;
        max-width: calc(100% - 150px);
        min-width: calc(100% - 150px);
    }
    .layout-header .header-button-back,
    .layout-header .mobile-header-user-nav a,
    .layout-header .header-icon-search a,
    .layout-header .mini-cart a,
    .header .header-button-back,
    .header .mobile-header-user-nav a,
    .header .header-icon-search a,
    .header .mini-cart a {
        padding: 5px;
    }
}

.desktop-header-top.sticky {
    width: 100%;
    padding: 0;
    padding-top: 0 !important;
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.desktop-header-top.sticky .desktop-header-logo>div>a img,
.desktop-header-top.sticky .desktop-header-logo h1>a img {
    max-height: 60px;
}

.desktop-header-top.sticky .header-menu .menu.horizontal {
    border-top: none;
}

.desktop-header-top.sticky .header-menu .header-menu-root {
    padding: 25px 13px !important;
}

.desktop-header-top.sticky .header-menu-root:first-child {
    padding-left: 0 !important;
}

@media screen and (max-width: 1260px) {
    .desktop-header-top.sticky .menu.horizontal {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .desktop-header-top.sticky .header-menu-root {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
}

.desktop-header-currency {
    max-width: 80px;
    margin-right: 0px;
    position: relative;
    font-family: var(--font_desktop_title);
}

.desktop-header-currency .currency-dropdown-title {
    font-size: 20px;
    font-weight: 400;
    background-image: none !important;
    position: relative;
    padding-right: 20px;
    line-height: 1em;
    display: block;
}

@media screen and (min-width: 551px) {
    .desktop-header-currency .currency-dropdown-title {
        font-family: var(--font_desktop_title);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-currency .currency-dropdown-title {
        font-family: var(--font_desktop_title);
    }
}

.desktop-header-currency .currency-dropdown-title:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\e604";
    font-family: "simple-line-icons";
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.desktop-header-currency .currency-dropdown-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 100px;
    width: 100%;
    display: none;
}

@media screen and (max-width: 1440px) {
    .desktop-header-currency .currency-dropdown-title {
        font-size: 18px;
    }
}

.desktop-header-currency .collection-sort-desktop-dropdown-panel {
    width: 80px;
    min-width: 80px;
    text-align: center;
    margin-top: 0px !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: none;
}

.desktop-header-currency:hover .collection-sort-desktop-dropdown-panel {
    display: block;
    -webkit-animation-name: openDropdownPanel;
    animation-name: openDropdownPanel;
}

.desktop-header-currency:hover .currency-dropdown-title:after {
    display: block;
}

@media screen and (max-width: 1260px) {
    .desktop-header-currency .currency-dropdown-title {
        font-size: 15px;
    }
}

.desktop-header-user-nav {
    margin-left: 50px;
    font-size: 12px;
}

.desktop-header-user-nav>a {
    border-radius: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.desktop-header-user-nav>a em {
    font-size: 22px;
}

.desktop-header-user-nav>a span {
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 20px;
}

@media screen and (min-width: 551px) {
    .desktop-header-user-nav>a span {
        font-family: var(--font_desktop_title);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-user-nav>a span {
        font-family: var(--font_desktop_title);
    }
}

.desktop-header-user-nav .header-counter-pill {
    position: absolute;
    top: 0;
    right: -50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
}

@media screen and (max-width: 1680px) {
    .desktop-header-user-nav {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .desktop-header-user-nav>a em {
        font-size: 18px;
    }
}

@media screen and (max-width: 1260px) {
    .desktop-header-user-nav>a span {
        font-size: 15px;
    }
    .desktop-header-user-nav svg.svg-icon {
        width: 15px;
        height: 15px;
    }
}

.desktop-header-top {
    z-index: 999;
    border-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.desktop-header-top .group {
    padding-left: 15px;
    padding-right: 15px;
}

.desktop-header-top .desktop-search-content {
    max-width: 25%;
}

.desktop-header-top .desktop-header-top-content {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}

.desktop-header-top .desktop-header-top-content .grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.desktop-header-top .desktop-header-top-content .grid-x .left-logo img {
    max-width: 150px;
}

.desktop-header-top .desktop-header-top-content .grid-x .right-icons,
.desktop-header-top .desktop-header-top-content .grid-x .left-logo {
    width: 425px;
}

@media screen and (max-width: 1680px) {
    .desktop-header-top .desktop-header-top-content .grid-x .right-icons,
    .desktop-header-top .desktop-header-top-content .grid-x .left-logo {
        width: 315px;
    }
}

@media screen and (max-width: 1440px) {
    .desktop-header-top .desktop-header-top-content .grid-x .right-icons,
    .desktop-header-top .desktop-header-top-content .grid-x .left-logo {
        width: 270px;
    }
}

@media screen and (max-width: 1260px) {
    .desktop-header-top .desktop-header-top-content .grid-x .right-icons,
    .desktop-header-top .desktop-header-top-content .grid-x .left-logo {
        width: 40% !important;
    }
}

.desktop-header-top .desktop-header-top-content .grid-x .middle-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.desktop-header-top .desktop-header-top-content .grid-x .right-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.desktop-header-top .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    left: 0px;
    top: 100%;
    background-color: #fff;
    color: #000;
    z-index: 99;
}

.desktop-header-top .dropdown.menu>li.opens-right>.is-dropdown-submenu .product-item .gr-btncart .product-item-buttons .product-item-button-cart:hover {
    border-bottom: 1px solid #e1e1e1 !important;
}

.desktop-header-top .dropdown .is-dropdown-submenu .is-submenu-item a:not(.product-item-button-cart) {
    border-bottom: 1px solid #e6e6e6;
    color: #000 !important;
    font-size: 16px;
}

.desktop-header-top .dropdown .is-dropdown-submenu .is-submenu-item a:not(.product-item-button-cart):hover {
    color: var(--color_primary_hover) !important;
}

.desktop-header-top .switcher .option {
    left: 0;
    right: auto;
    width: 100%;
}

.desktop-header-top .dropdown .is-dropdown-submenu .is-submenu-item.header-menu-dropdown-container a:not(.product-item-button-cart) {
    border-bottom: 0;
}

.desktop-header-top .header-menu-dropdown .product-title {
    color: #000;
}

.desktop-header-top .header-menu-dropdown .product-item {
    margin-bottom: 0;
}

.desktop-header-top .header-menu-dropdown .product-item .product-item-caption .product-item-title {
    margin-bottom: 5px;
}

.desktop-header-top .header-menu-dropdown .product-item .product-item-caption .product-item-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desktop-header-top .header-menu-dropdown .product-item .product-item-caption .product-item-price-sale {
    margin-bottom: 0px;
}

.desktop-header-search .search-box-desktop-form .input-group {
    border-radius: 0;
    padding-right: 40px;
}

.desktop-header-search .search-box-desktop-form .input-group-button {
    width: 40px;
}

.desktop-header-search .search-box-desktop-form .input-group-field {
    border-radius: 0;
    height: 40px !important;
    line-height: 40px !important;
    min-width: 170px;
    padding: 0 15px;
    font-size: 14px;
}

@media screen and (min-width: 551px) {
    .desktop-header-search .search-box-desktop-form .input-group-field {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-search .search-box-desktop-form .input-group-field {
        font-family: var(--font_desktop_paragraph);
    }
}

.desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-webkit-input-placeholder {
    font-size: 14px;
}

@media screen and (min-width: 551px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-webkit-input-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-webkit-input-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

.desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-moz-placeholder {
    font-size: 14px;
}

@media screen and (min-width: 551px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-moz-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-moz-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

.desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field:-ms-input-placeholder {
    font-size: 14px;
}

@media screen and (min-width: 551px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field:-ms-input-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field:-ms-input-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

.desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-ms-input-placeholder {
    font-size: 14px;
}

@media screen and (min-width: 551px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-ms-input-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

@media screen and (max-width: 550px) {
    .desktop-header-search .search-box-desktop-form .input-group-field .desktop-header-search .search-box-desktop-form .input-group-field::-ms-input-placeholder {
        font-family: var(--font_desktop_paragraph);
    }
}

.topheader {
    background-color: #f4f4f4;
}

.topheader .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topheader .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.topheader .col-left .header-social .social-media-container>div:last-child .social-media-link {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.topheader .col-left .header-social .social-media-link {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.topheader .col-left .header-social .social-media-link svg {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.topheader .col-left .header-social .social-media-link:hover {
    color: var(--color_primary);
}

.topheader .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topheader .col-right .desktop-header-welcome p.welcome-text {
    margin-bottom: 0;
    font-size: 12px;
}

.topheader .col-right .desktop-header-account,
.topheader .col-right .desktop-header-currency {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 40px;
    margin-left: 40px;
}

.topheader .col-right .desktop-header-account>a.icon-account,
.topheader .col-right .desktop-header-currency {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1260px) {
    .topheader .col-right .desktop-header-account,
    .topheader .col-right .desktop-header-currency {
        padding-left: 20px;
        margin-left: 20px;
    }
}

.layout-header {
    border-style: solid;
    border-width: 0;
}

.desktop-header-top,
.layout-header {
    color: var(--color_header_desktop_color);
    border-color: var(--color_header_desktop_border);
    background: var(--color_header_desktop_bg);
}

.desktop-header-top a,
.layout-header a {
    color: var(--color_header_desktop_color);
}

.desktop-header-user-nav>a {
    color: var(--color_header_desktop_color) !important;
}

.desktop-header-user-nav>a:hover {
    color: var(--color_top_nav_desktop_color_hover) !important;
    border-color: var(--color_header_desktop_border) !important;
}

.header-menu {
    background: var(--color_top_nav_desktop_bg);
    color: var(--color_top_nav_desktop_color);
    border-color: var(--color_top_nav_desktop_border);
}

.header-menu .header-menu-root>a:hover,
.header-menu .header-menu-root.active>a:hover,
.header-menu .header-menu-root.active>a {
    color: var(--color_top_nav_desktop_color_hover) !important;
}

.header-menu .header-menu-root>a {
    color: var(--color_top_nav_desktop_color) !important;
    position: relative;
}

.header-menu .header-menu-root:hover>a,
.header-menu .header-menu-root>a:hover,
.header-menu .header-menu-root.active>a:hover,
.header-menu .header-menu-root.active>a {
    color: var(--color_top_nav_desktop_color_hover) !important;
}

.desktop-header-account .dropdown-pane {
    background-color: #fff;
    color: #000;
    right: 0;
    left: auto !important;
    visibility: visible;
    z-index: 999;
}

.desktop-header-account .dropdown-pane.is-open {
    top: 100% !important;
}

.desktop-header-account .dropdown-pane .account-field {
    border-width: 1px;
}

.desktop-header-account .dropdown-pane>li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.desktop-header-account .dropdown-pane>li a {
    color: #000 !important;
    padding: 5px 0;
}

.desktop-header-account .dropdown-pane>li a:hover {
    color: var(--color_primary) !important;
}

.desktop-header-account .dropdown-pane .sign-in_create-account .account-login-submit {
    margin-right: 10px !important;
}

.desktop-header-account .dropdown-pane.is-open {
    -webkit-animation: openDropdownPanel .2s ease both;
    animation: openDropdownPanel .2s ease both;
}

.desktop-header-currency .collection-sort-desktop-dropdown-panel {
    background-color: #FFF;
}

.desktop-header-currency .collection-sort-desktop-dropdown-panel .currency-dropdown-item {
    color: #333;
    cursor: pointer;
}

.desktop-header-currency .collection-sort-desktop-dropdown-panel .currency-dropdown-item:hover,
.desktop-header-currency .collection-sort-desktop-dropdown-panel .currency-dropdown-item.active {
    color: var(--color_primary);
}

.desktop-header-currency .collection-sort-desktop-dropdown>li>span.currency-dropdown-title {
    color: var(--color_header_desktop_color);
}

.desktop-header-currency .collection-sort-desktop-dropdown>li>span.currency-dropdown-title:before {
    color: var(--color_header_desktop_color);
}

.desktop-header-currency:hover .collection-sort-desktop-dropdown-panel {
    -webkit-animation: openDropdownPanel .2s ease both;
    animation: openDropdownPanel .2s ease both;
}

.desktop-header-currency:hover .collection-sort-desktop-dropdown>li>span.currency-dropdown-title {
    color: var(--color_top_nav_desktop_color_hover);
}

.desktop-header-currency:hover .collection-sort-desktop-dropdown>li>span.currency-dropdown-title:before {
    color: var(--color_top_nav_desktop_color_hover);
}

.desktop-header-top .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    border-top: 2px solid var(--color_primary) !important;
}

.desktop-header-user-nav .header-counter-pill {
    background-color: var(--color_primary);
    color: #fff;
}

@media screen and (max-width: 800px) {
    .layout-header {
        background: var(--color_header_bg);
        color: var(--color_header_color);
    }
    .layout-header a {
        color: var(--color_header_color);
    }
    .layout-header .header {
        background: var(--color_header_bg);
        color: var(--color_header_color);
    }
    .layout-header .header a {
        color: var(--color_header_color);
    }
}

.desktop-header-currency .collection-sort-desktop-dropdown-panel {
    z-index: 801;
}

.index-welcome-message .box {
    margin-bottom: 0;
}

.index-welcome-message-content {
    text-align: center;
    font-size: 0.875rem;
    padding: 0.25rem 0;
}

.index-welcome-message-content a {
    color: var(--color_primary);
}

@media print,
screen and (min-width: 50.0625em) {
    .index-welcome-message .box {
        margin-bottom: 3.25rem;
    }
}

.mobile-nav {
    background: white;
    padding: 0.625rem 0;
    -webkit-box-shadow: 0 -1px 20px rgba(186, 191, 194, 0.5);
    -ms-box-shadow: 0 -1px 20px rgba(186, 191, 194, 0.5);
    box-shadow: 0 -1px 20px rgba(186, 191, 194, 0.5);
    z-index: 1010;
}

.mobile-nav-link {
    width: 100%;
}

.mobile-nav-link,
.mobile-nav-link:hover,
.mobile-nav-link:focus {
    color: #333;
}

.mobile-nav-link.active,
.mobile-nav-link.hover,
.mobile-nav-link:hover.active,
.mobile-nav-link:hover.hover,
.mobile-nav-link:focus.active,
.mobile-nav-link:focus.hover {
    color: var(--color_primary_hover);
}

.mobile-nav-icon em {
    display: block;
}

.mobile-nav-icon svg {
    margin: 0 auto;
    height: 26px;
}

.mobile-nav-text {
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    line-height: 1;
}

#mobile-menu-wrap {
    background: white;
}

#mobile-menu-contact-dropup {
    left: 0 !important;
    -webkit-box-shadow: 0 3px 10px 0 rgba(176, 180, 183, 0.79);
    box-shadow: 0 3px 10px 0 rgba(176, 180, 183, 0.79);
}

#mobile-menu-contact-dropup:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.5625rem;
    left: 68.5%;
    height: 0;
    width: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.625rem solid white;
}

.mobile-menu-link {
    font-size: 13px;
}

.mobile-menu-link a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    line-height: 19px;
    z-index: 2;
}

.mobile-menu-link .is-accordion-submenu-parent>a:after {
    display: none !important;
}

.mobile-menu-link .is-accordion-submenu-parent>ul {
    margin-bottom: 1.25rem;
}

.mobile-menu-link .submenu a {
    font-weight: 400;
}

.mobile-menu-link .submenu .is-accordion-submenu-parent[aria-expanded="true"]>a {
    color: var(--color_primary);
}

.mobile-menu-society-link {
    border-color: transparent;
    background: transparent;
    width: auto;
    height: auto;
}

.mobile-menu-society-link .svg-icon {
    width: 2.5rem;
    height: 2.375rem;
    color: #3f3f41;
}

.mobile-menu-contact-button {
    background: var(--color_primary);
    padding: 0.6875rem 1.875rem;
    min-width: 17.625rem;
    font-size: 0.875rem;
}

.mobile-menu-contact-button em {
    font-size: 1.125rem;
    margin-right: 0.625rem;
}

.index-slideshow {
    position: relative;
    margin-bottom: 0 !important;
}

@media print,
screen and (max-width: 34.43625em) {
    .index-slideshow>.grid-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.index-slideshow:hover .index-slideshow-navigation {
    visibility: visible;
}

.index-slideshow-caption {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    line-height: 1;
    white-space: nowrap;
    overflow: visible;
    z-index: 1;
}

.index-slideshow-caption img {
    display: block;
    width: 100%;
}

.index-slideshow-caption-title.dark,
.index-slideshow-caption-description.dark {
    color: #fff;
}

.index-slideshow-caption-title.light,
.index-slideshow-caption-description.light {
    color: white;
}

.index-slideshow-caption-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.index-slideshow-caption-title .animated {
    font-size: 120px !important;
}

@media print,
screen and (max-width: 34.43625em) {
    .index-slideshow-caption-title .animated {
        font-size: 30px !important;
    }
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-slideshow-caption-title .animated {
        font-size: 60px !important;
    }
}

@media print,
screen and (min-width: 50.0625em) and (max-width: 78.81125em) {
    .index-slideshow-caption-title .animated {
        font-size: 60px !important;
    }
}

.index-slideshow-caption-description {
    font-size: 1.125rem;
    font-weight: normal;
}

@media print,
screen and (max-width: 34.43625em) {
    .index-slideshow-caption-description {
        max-width: 11.25rem !important;
    }
    .index-slideshow-caption-description>div {
        white-space: pre-wrap;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 1.75rem;
        overflow: hidden;
    }
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-slideshow-caption-description {
        max-width: 12.5rem !important;
    }
    .index-slideshow-caption-description>div {
        white-space: pre-wrap;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 1.75rem;
        overflow: hidden;
    }
}

.index-slideshow-caption-action a {
    border: 1px solid;
    border-radius: 0;
    padding: 0.6875rem 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.3s, width 0s, height 0s, margin 0s, padding 0s;
    transition: all 0.3s, width 0s, height 0s, margin 0s, padding 0s;
}

.index-slideshow-caption-action a:after {
    display: none;
}

@media print,
screen and (max-width: 34.43625em) {
    .index-slideshow-caption-action a {
        padding: 5px 10px;
    }
}

.index-slideshow-caption-action.dark a {
    background: #111111;
    color: white;
    border: 1px solid #111111;
}

.index-slideshow-caption-action.dark a:hover {
    background: var(--color_primary);
    color: white;
    border: 1px solid var(--color_primary);
}

.index-slideshow-caption-action.light a {
    background: #f4f4f4;
    color: #fff;
    border: 1px solid #f4f4f4;
}

.index-slideshow-caption-action.light a:hover {
    background: var(--color_primary);
    color: white;
    border: 1px solid var(--color_primary);
}

.index-slideshow-background {
    position: relative;
    z-index: 2;
}

.index-slideshow-background img {
    width: 100%;
}

.index-slideshow-video-loader {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    border-radius: 50%;
    border: 0.1875rem solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    -webkit-transition: all 0.1s ease-out 0.5s;
    transition: all 0.1s ease-out 0.5s;
    z-index: 2;
}

.index-slideshow-video-containercontainer>img {
    position: relative;
    z-index: 1;
}

.index-slideshow-video-containercontainer>iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.index-slideshow-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.index-slideshow-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    bottom: 120px;
}

.index-slideshow-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
    height: 26px;
    width: 26px;
    border: 1px dotted transparent;
    padding: 2px;
    border-radius: 100%;
}

.index-slideshow-pagination-bullet:before {
    content: '';
    display: block;
    background: white;
    height: 100%;
    width: 100%;
    border: 1px dashed white;
    border-radius: 100%;
    background: transparent;
}

.index-slideshow-pagination-bullet-active {
    border: 1px dashed white;
}

.index-slideshow-pagination-bullet-active:before {
    height: 100%;
    width: 100%;
    background: white;
    border: 1px solid white;
}

@media print,
screen and (max-width: 34.43625em) {
    .index-slideshow-pagination-bullet {
        height: 15px;
        width: 15px;
    }
    .index-slideshow-pagination-bullet:before {
        height: 100%;
        width: 100%;
    }
    .index-slideshow-pagination-bullet-active:before {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .index-slideshow-pagination {
        bottom: 40px;
    }
}

.index-slideshow-navigation {
    position: absolute;
    display: block;
    background: white;
    color: black;
    padding: 0.9375rem 0;
    margin: 0;
    height: 2.875rem;
    width: 2.875rem;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 9;
}

.index-slideshow-navigation svg {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.index-slideshow-nav-top>.index-slideshow-nav-prev {
    top: 0;
    left: 0;
}

.index-slideshow-nav-top>.index-slideshow-nav-next {
    top: 0;
    right: 0;
}

.index-slideshow-nav-top-left>.index-slideshow-nav-prev {
    top: 0.625rem;
    left: 0.625rem;
}

.index-slideshow-nav-top-left>.index-slideshow-nav-next {
    top: 0.625rem;
    left: 4.125rem;
}

.index-slideshow-nav-top-right>.index-slideshow-nav-prev {
    top: 0.625rem;
    right: 4.125rem;
}

.index-slideshow-nav-top-right>.index-slideshow-nav-next {
    top: 0.625rem;
    right: 0.625rem;
}

.index-slideshow-nav-middle-navigation {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-slideshow-nav-middle>.index-slideshow-nav-prev {
    left: 0;
    top: 50%;
}

.index-slideshow-nav-middle>.index-slideshow-nav-next {
    right: 0;
    top: 50%;
}

.index-slideshow-nav-bottom>.index-slideshow-nav-prev {
    bottom: 0;
    left: 0;
}

.index-slideshow-nav-bottom>.index-slideshow-nav-next {
    bottom: 0;
    right: 0;
}

.index-slideshow-nav-bottom-left>.index-slideshow-nav-prev {
    bottom: 0.625rem;
    left: 0.625rem;
}

.index-slideshow-nav-bottom-left>.index-slideshow-nav-next {
    bottom: 0.625rem;
    left: 4.125rem;
}

.index-slideshow-nav-bottom-right>.index-slideshow-nav-prev {
    bottom: 0.625rem;
    right: 4.125rem;
}

.index-slideshow-nav-bottom-right>.index-slideshow-nav-next {
    bottom: 0.625rem;
    right: 0.625rem;
}

.index-slideshow-nav-top-bottom-left>.index-slideshow-nav-prev {
    top: 0;
    left: 0;
}

.index-slideshow-nav-top-bottom-left>.index-slideshow-nav-next {
    bottom: 0;
    left: 0;
}

.index-slideshow-nav-top-bottom-right>.index-slideshow-nav-prev {
    top: 0;
    right: 0;
}

.index-slideshow-nav-top-bottom-right>.index-slideshow-nav-next {
    right: 0;
    bottom: 0;
}

.index-slideshow-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 1900px) {
    .index-slideshow .swiper-container,
    .index-slideshow .index-slideshow-background img {
        max-width: 100% !important;
    }
}

@media print,
screen and (min-width: 50.0625em) {
    .index-slideshow-caption-title {
        font-size: 3.75rem;
        font-weight: bold;
    }
    .index-slideshow-caption-description {
        font-size: 1.125rem;
    }
    .index-slideshow-caption-action a {
        background: transparent;
        border-radius: 0;
        padding: 0.9375rem 2.1875rem;
    }
}

.no-js .index-slideshow .swiper-slide:nth-child(n+2) {
    display: none;
}

.index-carousel-link {
    display: block;
}

.index-carousel-image-effect {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.index-carousel-image-effect:hover {
    opacity: 1;
    -webkit-filter: initial;
    filter: initial;
}

@media (min-width: 97rem) {
    .index-carousel .carousel-nav-middle .carousel-nav-prev {
        left: -2.875rem;
    }
    .index-carousel .carousel-nav-middle .carousel-nav-next {
        right: -2.875rem;
    }
}

.carousel {
    position: relative;
}

.carousel:hover .carousel-navigation {
    visibility: visible;
}

.carousel-wrapper {
    position: relative;
}

.carousel-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-pagination-bullet {
    padding: 4px 4px;
    cursor: pointer;
}

.carousel-pagination-bullet:before {
    content: "";
    display: block;
    background: transparent;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 50%;
    border: 1px solid #333333;
}

.carousel-pagination-bullet-active:before {
    height: 0.75rem;
    width: 0.75rem;
    background: var(--color_primary);
    border-color: var(--color_primary);
}

.carousel-navigation {
    position: absolute;
    display: block;
    background: transparent;
    color: black;
    padding: 0.9375rem 0;
    margin: 0;
    height: auto;
    width: auto;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 9;
}

.carousel-navigation:hover {
    background: transparent;
    color: black;
}

.carousel-navigation:hover em {
    color: var(--color_primary);
}

.carousel-navigation em {
    font-size: 0.875rem;
    color: #969696;
    font-weight: 700;
}

.carousel-nav-visible .carousel-navigation {
    visibility: visible;
}

.carousel-nav-top .carousel-nav-prev {
    top: 0;
    left: 0;
}

.carousel-nav-top .carousel-nav-next {
    top: 0;
    right: 0;
}

.carousel-nav-top-left .carousel-nav-prev {
    top: 0.625rem;
    left: 0.625rem;
}

.carousel-nav-top-left .carousel-nav-next {
    top: 0.625rem;
    left: 4.125rem;
}

.carousel-nav-top-right .carousel-nav-prev {
    top: 0.625rem;
    right: 4.125rem;
}

.carousel-nav-top-right .carousel-nav-next {
    top: 0.625rem;
    right: 0.625rem;
}

.carousel-nav-middle .carousel-navigation {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0;
    width: 30px;
    height: 60px;
    line-height: 60px;
    background: #b4b4b4;
}

.carousel-nav-middle .carousel-navigation em {
    color: #fff;
}

.carousel-nav-middle .carousel-navigation:hover {
    background: var(--color_primary);
}

.carousel-nav-middle .carousel-nav-prev {
    top: 50%;
    left: 0;
}

.carousel-nav-middle .carousel-nav-next {
    top: 50%;
    right: 0;
}

.carousel-nav-bottom .carousel-nav-prev {
    bottom: 0;
    left: 0;
}

.carousel-nav-bottom .carousel-nav-next {
    bottom: 0;
    right: 0;
}

.carousel-nav-bottom-left .carousel-nav-prev {
    bottom: 0.625rem;
    left: 0.625rem;
}

.carousel-nav-bottom-left .carousel-nav-next {
    bottom: 0.625rem;
    left: 4.125rem;
}

.carousel-nav-bottom-right .carousel-nav-prev {
    bottom: 0.625rem;
    right: 4.125rem;
}

.carousel-nav-bottom-right .carousel-nav-next {
    bottom: 0.625rem;
    right: 0.625rem;
}

.carousel-nav-top-bottom-left .carousel-nav-prev {
    top: 0;
    left: 0;
}

.carousel-nav-top-bottom-left .carousel-nav-next {
    bottom: 0;
    left: 0;
}

.carousel-nav-top-bottom-right .carousel-nav-prev {
    top: 0;
    right: 0;
}

.carousel-nav-top-bottom-right .carousel-nav-next {
    bottom: 0;
    right: 0;
}

@media print,
screen and (min-width: 50.0625em) {
    .carousel-pagination-bullet {
        padding: 4px 4px;
    }
}

.index-instagram .box-divider {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index-instagram .box-divider .box-title {
    margin: 0 15px;
}

.index-instafeed-item {
    position: relative;
    overflow: hidden;
}

.index-instafeed-item:hover .index-instafeed-item-info {
    top: 0;
}

.index-instafeed-item-info {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

.index-instafeed-item-info>a {
    position: relative;
    height: 100%;
    width: 100%;
}

.index-instafeed-item-like,
.index-instafeed-item-comment {
    color: white;
    font-size: 0.9375rem;
}

.index-instafeed-item-like em,
.index-instafeed-item-comment em {
    font-size: 1.125rem;
    vertical-align: middle;
}

.index-instafeed-item-comment {
    margin-left: 1.5rem;
}

.instafeed-photos {
    margin-left: -2px;
    margin-right: -2px;
}

.instafeed-photos .cell {
    padding: 0 2px;
}

.instafeed-photos a {
    display: inline-block;
    overflow: hidden;
}

.instafeed-photos a img {
    -webkit-transition: all 0.25s cubic-bezier(0.66, 0.36, 0.17, 0.91);
    transition: all 0.25s cubic-bezier(0.66, 0.36, 0.17, 0.91);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
}

.instafeed-photos a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4 ease;
    transition: all 0.4 ease;
}

.index-top-collection .accordion-item {
    background: transparent;
    border: 0;
    padding: 0;
}

.index-top-collection .accordion-item.is-active>a {
    display: none;
}

.index-top-collection .index-top-collection-item {
    position: relative;
    margin-bottom: 0.625rem;
}

.index-top-collection .index-top-collection-item:nth-child(n+4) {
    display: none;
}

.index-top-collection .index-top-collection-accordion-item {
    margin-bottom: 0.625rem;
}

.index-top-collection .index-top-collection-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-top-collection .index-top-collection-info--image {
    top: 50%;
    left: 50%;
    width: auto;
    text-align: initial;
    -webkit-transition: top 0.3s, left 0.3s;
    transition: top 0.3s, left 0.3s;
}

.index-top-collection .index-top-collection-info--image .index-top-collection .index-top-collection-image {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.index-top-collection .index-top-collection-info--image .index-top-collection .index-top-collection-title {
    font-family: var(--font_desktop_title);
    font-size: 1.625rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    overflow: inherit;
}

.index-top-collection .index-top-collection-info--image .index-top-collection .index-top-collection-title p {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: bold;
    text-transform: initial;
}

.index-top-collection .index-top-collection-info--image .index-top-collection .index-top-collection-title.position-left {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.index-top-collection .index-top-collection-info--image .index-top-collection .index-top-collection-title.position-right {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
}

.index-top-collection .index-top-collection-info--image .index-top-collection .index-top-collection-button {
    padding: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.1875rem;
    font-weight: 500;
}

.index-top-collection .index-top-collection-button {
    background: white;
    border-radius: 0.1875rem;
    padding: 0.8125rem 1.625rem;
    color: #2b2b2c;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}

.index-top-collection .index-top-collection-button:hover {
    background: var(--color_primary);
    color: white;
    opacity: 1;
}

.index-top-collection .index-top-collection-title {
    font-size: 1.875rem;
}

.index-top-collection .index-top-collection-title--dark a {
    color: #333;
}

.index-top-collection .index-top-collection-title--light a {
    color: white;
}

.index-top-collection .index-top-collection-expand {
    display: block;
    font-weight: 600;
    margin-top: 0.25rem;
}

@media print,
screen and (min-width: 34.4375em) {
    .index-top-collection-info--image .index-top-collection-title {
        font-size: 22px;
    }
    .index-top-collection-info--image .index-top-collection-title.position-left {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    .index-top-collection-info--image .index-top-collection-title.position-right {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}

@media print,
screen and (min-width: 50.0625em) {
    .index-top-collection .index-top-collection-container {
        margin-bottom: 1.375rem;
    }
    .index-top-collection .index-top-collection-item {
        margin-bottom: 1.25rem;
    }
    .index-top-collection .index-top-collection-item:nth-child(n+4) {
        display: block;
    }
    .index-top-collection .index-top-collection-item:hover .index-top-collection-info .index-top-collection-title.position-left {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .index-top-collection .index-top-collection-item:hover .index-top-collection-info .index-top-collection-title.position-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .index-top-collection .index-top-collection-item:hover .index-top-collection-image {
        opacity: 0.75;
    }
    .index-top-collection .grid-margin-x {
        margin-left: -0.3125rem;
        margin-right: -0.3125rem;
    }
    .index-top-collection .grid-margin-x>.cell {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem;
    }
    .index-top-collection .grid-margin-x>.index-top-collection-item {
        width: calc(33.33333% - 0.625rem);
    }
}

@media screen and (min-width: 78.8125em) {
    .index-top-collection .index-top-collection-container {
        margin-bottom: 1.375rem;
    }
    .index-top-collection .index-top-collection-item {
        margin-bottom: 1.25rem;
    }
    .index-top-collection .index-top-collection-item:nth-child(n+4) {
        display: block;
    }
    .index-top-collection .index-top-collection-info--image {
        top: 50%;
        left: 50%;
    }
    .index-top-collection .index-top-collection-info--image .index-top-collection-title {
        font-size: 1.875rem;
        font-weight: 400;
    }
    .index-top-collection .index-top-collection-info--image .index-top-collection-button {
        border-radius: 1.25rem;
        padding: 0.5rem 1rem;
    }
}

.index-collection-tab-tab {
    margin-bottom: 0;
}

.index-collection-tab-title {
    margin-bottom: 0;
    border-style: none;
}

.index-collection-tab-title>a {
    position: relative;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: inherit;
    color: #999999;
}

.index-collection-tab-title>a:after {
    display: none;
}

.index-collection-tab-title:hover a {
    color: var(--color_primary);
}

.index-collection-tab-title.is-active a {
    color: black;
}

.index-collection-tab-title>a,
.index-collection-tab-title>a:hover,
.index-collection-tab-title>a.is-active {
    background: transparent !important;
}

.index-collection-tab-title.is-active {
    border-style: none;
}

.index-collection-tab-panel {
    padding: 0;
}

.title-tablist-collection {
    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;
    margin-bottom: 1rem;
}

.index-collection-tab-tab>li+li:before {
    margin: 0 10px;
    content: '';
    height: 1rem;
    width: 1px;
    background: #d6d6d6;
    display: inline-block;
    vertical-align: sub;
}

@media print,
screen and (min-width: 34.4375em) and (max-width: 50.06125em) {
    .index-collection-tab-tab>li+li:before {
        margin: 0 16px;
    }
}

.index-collection-tab-title {
    padding: 0.3125rem 0;
}

.index-collection-tab-title a {
    display: inline-block;
}

@media print,
screen and (min-width: 50.0625em) {
    .index-collection-tab-tab>li+li:before {
        display: none;
    }
    .index-collection-tab-tab {
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .index-collection-tab-title {
        margin-bottom: 0;
        margin: 0 13px;
    }
    .index-collection-tab-title>a {
        position: relative;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        color: #969696;
    }
    .index-collection-tab-panel {
        padding: 0;
    }
    .title-tablist-collection {
        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;
    }
}

.index-listing-collection-custom .isb-product {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.index-listing-collection-custom .index-categories-item {
    background: white;
    border: 1px solid #dfe1e4;
}

.index-listing-collection-custom .index-categories-item .index-categories-item-banner {
    position: relative;
    overflow: hidden;
}

.index-listing-collection-custom .index-categories-item .index-categories-item-banner img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.index-listing-collection-custom .index-categories-item .index-categories-item-banner:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index-listing-collection-custom .index-categories-item .index-categories-item-content {
    padding: 25px 15px 35px;
}

.index-listing-collection-custom .index-categories-item .index-categories-item-divider {
    text-align: center;
}

.index-listing-collection-custom .index-categories-item .index-categories-item-title {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 4px;
}

@media (min-width: 551px) and (max-width: 800px) {
    .index-listing-collection-custom .index-categories-item .index-categories-item-title {
        font-size: 18px;
    }
}

.index-listing-collection-custom .index-categories-item .index-categories-item-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}

.index-listing-collection-custom .index-categories-item .index-categories-item-subtitle a em {
    font-size: 11px;
    margin-left: 5px;
    font-weight: 700;
}

.index-listing-collection-custom .index-categories-item .index-categories-nav-link {
    border-bottom: 1px solid #e6e6e6;
}

.index-listing-collection-custom .index-categories-item .index-categories-nav-link>a {
    padding: 0.9375rem 0;
    font-size: 0.9375rem;
    color: #191a1a;
    line-height: 1;
}

.index-listing-collection-custom .index-categories-item .index-categories-nav-link>a:hover {
    color: var(--color_primary);
}

.index-reviews .box {
    margin-bottom: 0;
}

.index-reviews .rating {
    margin-bottom: 0.5rem;
}

.index-reviews .carousel-pagination {
    margin-top: 1.25rem;
}

.index-reviews-container {
    background: #f2f3f5;
    margin: 1.25rem 0 1.25rem 0;
    padding: 0.25rem 0 1.25rem 0;
}

.index-reviews-item-content {
    position: relative;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 0.3125rem;
    padding: 1.25rem 2.25rem;
    min-height: calc(100% - 2.438rem);
}

.index-reviews-item-content:before {
    content: "";
    position: absolute;
    display: block;
    left: 2.5rem;
    bottom: -1rem;
    border-width: 0.5rem;
    border-style: solid;
    border-color: #d1d1d1 #d1d1d1 transparent transparent;
}

.index-reviews-item-content:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.875rem;
    left: 2.5625rem;
    border-width: 0.4375rem;
    border-style: solid;
    border-color: white white transparent transparent;
}

.index-reviews-item-content> ::last-child {
    margin-bottom: 0;
}

.index-reviews-item-title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.index-reviews-item-caption {
    font-size: 1rem;
    font-weight: 300;
}

.index-reviews-item-name {
    padding-top: 1rem;
    font-size: 1rem;
    margin-left: 1.25rem;
}

@media print,
screen and (min-width: 50.0625em) {
    .index-reviews-container {
        margin: 3.125rem 0 2.25rem 0;
        padding: 2.625rem 0 3.125rem 0;
    }
}

.blog-featured-article-item {
    text-align: left;
}

.blog-featured-article-item:not(:last-child) {
    margin-bottom: 30px;
}

.blog-featured-article .article-list .article-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-featured-article .article-list .article-item .article-item-thumb {
    width: 40% !important;
}

.blog-featured-article .article-list .article-item .article-item-info {
    width: 60% !important;
    padding-left: 15px !important;
    padding-top: 0 !important;
}

.blog-featured-article .article-list .article-item .read-more,
.blog-featured-article .article-list .article-item-content {
    display: none;
}

.blog-featured-article .article-list .article-item-date {
    background-color: transparent;
    text-align: left;
    padding: 0;
}

.blog-featured-article .article-list .article-item-date>span {
    font-size: 14px !important;
    color: #999;
    display: inline;
}

.blog-featured-article .article-list .article-item-info {
    display: block;
    padding-top: 0 !important;
}

.blog-featured-article .article-list .article-item-caption {
    padding-left: 0 !important;
    padding-top: 5px !important;
}

.blog-featured-article .article-list .article-item-caption .article-item-title {
    font-size: 18px !important;
    margin-bottom: 0;
}

@media screen and (min-width: 801px) {
    .blog-featured-article .article-list .article-item-caption .article-item-title a {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.blog-featured-article .article-list .article-item-caption .article-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
}

.blog-tag .layout-sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-tag .layout-sidebar-content li {
    list-style: none;
    padding: 5px 0;
    margin-right: 10px;
    display: inline-block;
}

.blog-tag .layout-sidebar-content li a {
    display: block;
    font-size: 15px;
    color: #666666;
    background-color: #f7f6f2;
    padding: 8px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-tag .layout-sidebar-content li:hover a {
    background-color: var(--color_primary);
    color: #fff;
}

form.search {
    height: 40px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 40px;
}

form.search .search_box {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 100%;
    line-height: 38px;
    padding: 0 15px;
    color: var(--color_desktop_page_paragraph);
    font-size: 15px;
}

form.search .search_box::-webkit-input-placeholder {
    color: var(--color_desktop_page_paragraph);
    font-size: 15px;
}

form.search .search_box::-moz-placeholder {
    color: var(--color_desktop_page_paragraph);
    font-size: 15px;
}

form.search .search_box:-ms-input-placeholder {
    color: var(--color_desktop_page_paragraph);
    font-size: 15px;
}

form.search .search_box::-ms-input-placeholder {
    color: var(--color_desktop_page_paragraph);
    font-size: 15px;
}

form.search .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form.search .search-submit .sli {
    font-size: 18px;
    color: #676767;
}

.index-banner-grid {
    position: relative;
    z-index: 1;
}

.index-banner-grid .gallery-element {
    position: relative;
    overflow: hidden;
}

@media (max-width: 550px) {
    .index-banner-grid .gallery-element:not(:first-child) {
        margin-top: 20px;
    }
}

.index-banner-grid .gallery-element .banner-caption {
    position: absolute;
    width: 100%;
    padding: 8%;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}

.index-banner-grid .gallery-element .banner-caption .heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 800px) {
    .index-banner-grid .gallery-element .banner-caption .heading {
        font-size: 18px;
    }
}

@media (min-width: 801px) and (max-width: 1440px) {
    .index-banner-grid .gallery-element .banner-caption .heading {
        font-size: 24px;
    }
}

.index-banner-grid .gallery-element .banner-caption .heading .white {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

@media (min-width: 801px) and (max-width: 1260px) {
    .index-banner-grid .gallery-element .banner-caption .heading .white {
        font-size: 24px;
    }
}

.index-banner-grid .gallery-element .banner-caption .heading .have-bkg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5% 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.index-banner-grid .gallery-element .banner-caption .desc {
    font-size: 13px;
    color: #646464;
    margin-top: 6px;
}

.index-banner-grid .gallery-element .banner-caption .desc .white {
    color: #fff;
}

.index-banner-grid .gallery-element .banner-caption .desc a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
}

@media (max-width: 400px) {
    .index-banner-grid .gallery-element .banner-caption .desc a {
        display: none;
    }
}

.index-banner-grid .gallery-element .banner-caption.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-banner-grid .gallery-element .banner-caption.vertical-top {
    top: 0;
}

.index-banner-grid .gallery-element .banner-caption.vertical-bottom {
    bottom: 0;
}

.index-banner-grid .gallery-element .banner-caption.horizontal-middle {
    text-align: center;
}

.index-banner-grid .gallery-element .banner-caption.horizontal-left {
    text-align: left;
}

.index-banner-grid .gallery-element .banner-caption.horizontal-right {
    text-align: right;
}

.index-banner-grid .gallery-element:hover .banner-caption {
    padding: 8% 12%;
}

.index-banner-grid .gallery-element:hover .banner-caption .have-bkg {
    padding: 10% 10px;
}

.index-banner-grid .gallery-element:hover .banner-caption a {
    color: var(--color_primary) !important;
}

@media screen and (min-width: 551px) {
    .footer-title {
        color: var(--color_footer_desktop_title_color);
    }
    footer {
        background: var(--color_footer_desktop_bg);
        color: var(--color_footer_desktop_color);
    }
    footer a {
        color: var(--color_footer_desktop_color);
    }
    footer .copyright {
        color: var(--color_footer_copyright_color);
    }
    footer .copyright a {
        color: var(--color_footer_copyright_color);
    }
    footer .copyright a:hover {
        color: var(--color_primary);
    }
    .footer-bottom {
        background-color: var(--color_footer_copyright_bg);
        color: var(--color_footer_copyright_color);
    }
    .footer-bottom a {
        color: var(--color_footer_copyright_color);
    }
}

@media screen and (max-width: 550px) {
    footer {
        background: var(--color_footer_bg);
        color: var(--color_footer_color);
    }
    footer a {
        color: var(--color_footer_color);
    }
    footer .footer-title {
        color: var(--color_footer_color);
    }
    footer .copyright {
        color: var(--color_footer_color);
    }
    footer .copyright a {
        color: var(--color_footer_color);
    }
}

@media screen and (min-width: 1261px) {
    .template-index .desktop-header-user-nav>a.icon-account,
    .template-index .desktop-header-currency .collection-sort-desktop-dropdown>li>span.currency-dropdown-title {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .template-index .desktop-header-top.sticky .desktop-header-user-nav>a.icon-account,
    .template-index .desktop-header-top.sticky .desktop-header-currency .collection-sort-desktop-dropdown>li>span.currency-dropdown-title {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1260px) {
    .template-index .desktop-header-user-nav>a.icon-account,
    .template-index .desktop-header-currency .collection-sort-desktop-dropdown>li>span.currency-dropdown-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .template-index .desktop-header-top.sticky .desktop-header-user-nav>a.icon-account,
    .template-index .desktop-header-top.sticky .desktop-header-currency .collection-sort-desktop-dropdown>li>span.currency-dropdown-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    .mobile-logo img {
        max-height: 50px;
    }
}