@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800);
.prod-sizes,
.swatches {
    font-size: 1em;
    position: relative;
}
.prod-sizes .sub-size,
.sub-swatch {
    margin-right: 6px;
    border: 1px solid #333;
}
.alert,
.alert__message,
.prod-sizes,
.swatches {
    position: relative;
}
.banner-badge .banner-link:focus,
.banner-badge .banner-link:hover,
.banner-subtitle a:focus,
.banner-subtitle a:hover,
.banner-title a:focus,
.banner-title a:hover,
.header-dropdown a:focus,
.header-dropdown a:hover,
a {
    text-decoration: none;
}
.brand:focus,
.btn-product:focus,
.btn-product:hover,
.btn:active,
.btn:focus,
.card-title a,
.header-search select:focus,
.menu a:not(.btn):focus,
.nav-link:focus,
.nav.nav-pills .nav-link:focus,
.search-toggle.active,
.search-toggle:focus,
.search-toggle:hover,
.widget-collapsible .widget-title a:focus {
    outline: 0 !important;
}
#del-address,
.btn-hover-text,
.btn-product-icon span,
.btn:focus .btn-text,
.btn:hover .btn-text,
.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after,
.header-search-visible .search-toggle,
.owl-loaded + .slider-loader,
.product-body .btn-wishlist span,
.sticky-bar,
.top-menu > li > a {
    display: none;
}
.prod-sizes {
    z-index: 3;
    margin-top: 10px;
    border: 0 solid #ccc;
}
.prod-sizes .sub-size {
    display: inline-block;
    padding: 1px 3px;
    background: #fff;
    color: #333;
    font-size: 10pt;
    text-align: center;
    border-radius: 0;
    margin-bottom: 12px;
    min-width: 118px;
}
.prod-sizes .sub-size:hover {
    border: 1px solid #25ad03;
    color: #25ad03;
    cursor: pointer;
}
.swatches {
    float: left;
    z-index: 4;
    margin-top: 6px;
    padding: 0;
}
.sub-swatch {
    float: left;
    margin-top: 2px;
    margin-bottom: 4px;
    border-radius: 0;
    height: 50px;
    width: 50px;
}
.sub-size:hover {
    border: 1px solid #25ad03;
    cursor: pointer;
}
.sub-swatch:hover {
    border: 2px solid #25ad03;
    cursor: pointer;
}
:root {
    --gap: 20px;
}
.alert {
    width: 100%;
    overflow: hidden;
}
.alert__line {
    display: flex;
    padding: 10px 0;
    gap: calc(var(--gap) / 2);
    background-color: #eee;
}
.alert__message {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: calc(var(--gap) / 2 - 2px);
    font-size: 16px;
    left: 0;
    white-space: nowrap;
    color: #333;
}
.marquee-span {
    padding-right: 50px;
    padding-left: 50px;
}
.stock {
    padding: 5px 10px;
    border: 1px solid #333;
    text-align: center;
    margin: auto;
    color: #333;
    max-width: 500px;
}
@media screen and (min-width: 768px) {
    .circle-swatch {
        border-radius: 30px;
        height: 30px;
        width: 30px;
        margin: 4px;
        border: 1px solid #ccc;
    }
    .product-action {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 10;
        transition: 0.35s;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
    }
    .action-icon-top {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .action-icon-top .btn-product {
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: column;
    }
    .action-icon-top .btn-product span {
        margin-top: 0.9rem;
    }
    .action-icon-top:before {
        margin-right: 0;
    }
    .product:focus .product-action,
    .product:hover .product-action {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}
.banner-overlay > a,
.bg-overlay,
.btn-expandable,
.categories.container,
.footer-menu li,
.fullscreen-container,
.header-top .container,
.header-top .container-fluid,
.input-spinner,
.intro-slide .slide-image,
.intro-slider-container,
.menu li,
.menu li > a span:not(.tip),
.menu.sf-arrows .sf-with-ul,
.mobile-menu span:not(.mmenu-btn):not(.tip),
.product-gallery-separated,
.quickView-container,
.top-menu > li,
.widget-banner-sidebar,
.widget-search form,
sub,
sup {
    position: relative;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
body {
    font:
        300 1.4rem/1.86 Poppins,
        sans-serif;
    color: #666;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
::-moz-selection {
    color: #fff;
}
::selection {
    color: #fff;
}
.heading.heading-center .title,
.sidebar .widget:last-child,
p {
    margin-bottom: 1.5rem;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 3rem auto 2.5rem;
}
sub,
sup {
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.logo img,
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.bg-light {
    background-color: #f8f8f8 !important;
}
.bg-light-2 {
    background-color: #f9f9f9 !important;
}
.bg-lighter {
    background-color: #fafafa !important;
}
.bg-gray {
    background-color: #f4f5f8 !important;
}
.bg-image {
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    background-color: #333;
}
.bg-overlay .container,
.bg-overlay .container-fluid {
    position: relative;
    z-index: 2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
    letter-spacing: -0.03em;
}
.h1,
h1 {
    font-size: 4rem;
}
.h2,
h2 {
    font-size: 3.6rem;
}
.h3,
h3 {
    font-size: 2.6rem;
}
.h4,
h4 {
    font-size: 2.2rem;
}
.h5,
h5 {
    font-size: 2rem;
    letter-spacing: -0.025em;
}
.card.card-sm .card-title,
.h6,
h6 {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}
a {
    transition: color 0.3s;
    color: #5CABBC;
}
.text-dark {
    color: #333 !important;
}
.text-light {
    color: #ccc !important;
}
.lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    margin-bottom: 1.2rem;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.no-gutters,
.product-gallery-vertical .row,
.quickView-content > .row,
.quickView-content > .row > div .row {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1800px;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s;
}
.mmenu-active .page-wrapper {
    transform: translateX(200px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page-wrapper {
        display: block;
    }
}
.main {
    flex: 1;
    width: 100%;
}
.page-content {
    padding-bottom: 5rem;
}
.col-xl-2-5col,
.col-xl-3-5col,
.col-xl-4-5col,
.col-xl-5col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 1920px) {
    .container-fluid {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}
.header {
    width: 100%;
    background-color: #fff;
}
.header .container,
.header .container-fluid {
    position: relative;
    display: flex;
    align-items: center;
}
.header-6 .header-middle .header-center a,
.header-center,
.header-left,
.header-right,
.product-nav,
.toolbox-sort,
.top-menu ul {
    display: flex;
    align-items: center;
}
.header-right {
    margin-left: auto;
    align-self: stretch;
}
.header-center {
    margin-left: auto;
    margin-right: auto;
}
.logo {
    display: block;
    margin-top: 2.55rem;
    margin-bottom: 2.95rem;
    flex-shrink: 1;
    min-height: 25px;
}
.header-top {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #777;
    margin-bottom: 0.1rem;
}
.accordion-summary .card-title a:focus,
.accordion-summary .card-title a:hover,
.banner-subtitle a,
.banner-title a,
.cart-dropdown .product-title a,
.contact-box a,
.contact-list a,
.footer a,
.form-tab .form-footer a,
.form-tab .nav.nav-pills .nav-link.active,
.header-menu a,
.header-top a,
.product-cat a,
.product-col .product-title a,
.product-desc-row.text-white h2,
.product-desc-row.text-white h3,
.product-desc-row.text-white h4,
.product-title a,
.ratings-text a,
.review h4 a,
.table.table-summary .summary-shipping-row label,
.table.table-summary a {
    color: inherit;
}
.header-top .container-fluid:after,
.header-top .container:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    background-color: #ebebeb;
}
.header-top .top-menu li + li {
    margin-left: 2.6rem;
}
.top-menu {
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 0;
}
.header-6 .header-right .top-menu + .header-dropdown,
.top-menu li + li {
    margin-left: 3rem;
}
.top-menu a {
    display: inline-flex;
    align-items: center;
}
.top-menu i {
    font-size: 1.5rem;
    margin-right: 0.8rem;
    line-height: 1;
}
.details-action-wrapper .btn-product.btn-wishlist:before,
.top-menu i.icon-heart-o {
    margin-top: -0.2rem;
}
.top-menu span {
    margin-left: 0.3rem;
}
.header-dropdown {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.header-menu,
.mobile-menu li ul li a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.header-dropdown + .header-dropdown {
    margin-left: 2.9rem;
}
.header-dropdown > a,
.header-dropdown > span {
    position: relative;
    display: inline-flex;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 2.2rem;
    align-items: center;
    text-transform: uppercase;
}
.header-dropdown > a::after,
.header-dropdown > span::after {
    font-family: molla;
    content: "\f110";
    position: absolute;
    right: 14px;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -0.7rem;
}
.header-menu {
    position: absolute;
    left: -1.5rem;
    top: 100%;
    z-index: 20;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow:
        2px 5px 8px rgba(51, 51, 51, 0.05),
        -2px 5px 8px rgba(51, 51, 51, 0.05);
    transition: 0.25s;
    margin-top: 1px;
}
.header-bottom .menu .megamenu.megamenu-md,
.header-dropdown:first-child .header-menu,
.input-spinner .input-group-prepend {
    left: 0;
}
.header-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    top: -1px;
    left: 0;
}
.banner-display:hover > a:before,
.banner-overlay:focus > a:after,
.banner-overlay:hover > a:after,
.element:focus .element-hover-img,
.element:hover .element-hover-img,
.filter-colors a.selected:after,
.header-dropdown:focus > .header-menu,
.header-dropdown:hover > .header-menu,
.mmenu-active .mobile-menu-overlay,
.product-gallery-item.active:before,
.sidebar-filter-active .sidebar-filter-overlay {
    visibility: visible;
    opacity: 1;
}
.header-menu ul,
.widget-cats ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-item i::before,
.form-tab .form-footer .custom-control,
.header-menu ul li,
.header-search form,
.table.table-summary .custom-control {
    margin: 0;
}
.header-menu ul a {
    padding: 0.3rem 1.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-right .header-dropdown:first-child .header-menu,
.header-right .header-menu {
    left: auto;
    right: 0;
}
.header-right .top-menu + .header-dropdown {
    margin-left: 2.5rem;
}
.header-middle {
    border-bottom: 0.1rem solid #f4f4f4;
}
.header-middle .menu > li > a {
    letter-spacing: 0.01em;
}
.header-middle .menu.sf-arrows > li > .sf-with-ul {
    padding-right: 1.5rem;
}
.cart-dropdown,
.compare-dropdown {
    display: flex;
    align-self: stretch;
    align-items: center;
}
.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 1;
    color: #333;
}
.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
    display: block;
    width: 300px;
    font-size: 1.3rem;
    z-index: 1001;
    border: none;
    margin: 1px 0 0;
    padding: 2.2rem 3rem 2.5rem;
    border-radius: 0;
    box-shadow:
        5px 10px 16px rgba(51, 51, 51, 0.05),
        -5px 10px 16px rgba(51, 51, 51, 0.05);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
}
.btn:active:focus,
.cart-dropdown .product {
    box-shadow: none !important;
}
.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 1px;
}
.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
    right: -1px;
}
.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
    position: absolute;
    top: 50%;
    right: -0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    color: #ccc;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin-top: -1.2rem;
}
.cart-dropdown {
    padding-left: 2.5rem;
}
.cart-dropdown .dropdown-toggle {
    font-size: 3.2rem;
}
.cart-dropdown .dropdown-toggle i {
    display: inline-block;
    margin-top: -3px;
}
.cart-dropdown .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    color: #fff;
}
.cart-dropdown .dropdown-cart-products,
.nav-dashboard {
    margin-top: -1rem;
}
.cart-dropdown .product {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1.6rem 2.4rem 1.6rem 0;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
}
.cart-dropdown .product-image-container {
    position: relative;
    max-width: 60px;
    margin: 0 0 0 auto;
}
.cart-dropdown .product-title {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #666;
    text-align: left;
    margin-bottom: 0.4rem;
}
.cart-dropdown .product-cart-details {
    font-weight: 400;
    max-width: 150px;
    font-size: 1.3rem;
    color: #999;
    text-align: left;
}
.dropdown-cart-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0.5rem;
}
.dropdown-cart-action .btn {
    font-size: 1.3rem;
    min-width: 110px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.wishlist-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 2.4rem;
    line-height: 1;
    margin-left: 2.4rem;
}
.wishlist-link i {
    display: inline-block;
    margin-top: -2px;
}
.search-toggle {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: 0.3rem 0.2rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    z-index: 11;
}
.header-search {
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
}
.header-search .header-search-wrapper {
    position: absolute;
    right: -1.4rem;
    top: 50%;
    margin-top: -20px;
    display: none;
    align-items: stretch;
    overflow: visible;
    border-radius: 20px;
    width: 100%;
    min-width: 270px;
    background-color: #fff;
    border: 0.1rem solid #ebebeb;
    z-index: 10;
}
.brands-display [class*="col-"],
.header-search .header-search-wrapper.show {
    display: flex;
}
.header-search .search-wrapper-wide {
    width: 570px;
}
.header-search .select-custom {
    flex: 0 0 200px;
    max-width: 200px;
    padding-right: 0;
    margin: 0;
    align-self: center;
}
.header-search .select-custom:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.1rem;
    height: 2.6rem;
    margin-top: -1.3rem;
    background-color: #ebebeb;
}
.header-search .select-custom::after {
    right: 2rem;
    color: #999;
    font-size: 1.2rem;
}
.header-search .form-control,
.header-search select {
    line-height: 1;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    background-color: #fff;
    margin: 0;
}
.header-search .form-control {
    flex: 1 1 auto;
    padding: 0.9rem 5rem 0.9rem 2.3rem;
    width: 100%;
    margin: 0;
    height: 38px;
    line-height: 20px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
}
.header-search select {
    width: 100%;
    border: none;
    line-height: 38px;
    height: 38px;
    color: #777;
    padding: 0.1rem 4rem 0.1rem 2rem;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.header-search option {
    font-size: 1.3rem;
    padding: 0.1rem 0.3rem;
}
.header-search .btn {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: -1px -1px -1rem 0;
    min-width: 0;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}
.footer,
.header-search-extended .form-control,
.header-search-extended select,
.menu li > a {
    font-weight: 300;
}
.btn.btn-load-more i,
.btn.btn-spinner i,
.header-search .btn i,
.widget-search .btn i {
    margin: 0 !important;
}
.header-search-extended {
    margin-right: 19rem;
    width: 100%;
    max-width: 570px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
}
.header-search-extended .header-search-wrapper {
    border-radius: 30px;
}
.header-search-extended .form-control {
    height: 44px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2.4rem;
    border-radius: 30px 0 0 30px;
}
.header-search-extended select {
    line-height: 44px;
    height: 44px;
}
.header-search-extended .btn {
    flex: 0 0 70px;
    max-width: 70px;
    height: 46px;
    font-size: 2rem;
    border-radius: 0 30px 30px 0;
}
.header-search-visible .header-search-wrapper {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    display: flex;
}
.custom-checkbox .custom-control-label::before,
.header-search-no-radius .btn,
.header-search-no-radius .form-control,
.header-search-no-radius .header-search-wrapper {
    border-radius: 0;
}
.header-search-no-round .header-search-wrapper {
    border-radius: 0.3rem;
}
.header-search-no-round .form-control {
    border-radius: 0.3rem 0 0 0.3rem;
}
.header-search-no-round .btn {
    border-radius: 0 0.3rem 0.3rem 0;
}
.mobile-menu-toggler {
    border: none;
    background: 0 0;
    color: #666;
    padding: 0.2rem 0.25rem;
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem;
}
.error-content,
.page-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-bottom .mobile-menu-toggler {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
    margin-left: -0.4rem;
}
.menu .megamenu.demo {
    height: 65vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu .megamenu.demo::-webkit-scrollbar {
    height: 10px;
    width: 7px;
}
.menu .megamenu.demo::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
}
.menu .megamenu.demo::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
}
.menu .megamenu.demo .demo-item.hidden {
    opacity: 0;
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    transform: translateY(50px);
    transition: 0.5s;
}
.menu .megamenu.demo .demo-item.show {
    opacity: 1;
    max-height: 100%;
    padding-bottom: 3rem;
    transform: translateY(0);
}
.disabled-hidden {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0 !important;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .header-search .search-wrapper-wide {
        width: 480px;
    }
    .header-search-extended {
        margin-right: 10rem;
    }
    .header-search-extended .btn {
        flex: 0 0 50px;
        max-width: 50px;
    }
    .icon-box-sm br {
        display: none;
    }
}
.menu .megamenu-action,
.menu .menu-col {
    padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .circle-swatch {
        border-radius: 20px;
        height: 20px;
        width: 20px;
        margin: 2px;
    }
    .product-action {
        position: relative;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 10;
        transition: 0.35s;
        opacity: 1;
        visibility: visible;
    }
    .action-icon-top {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .action-icon-top .btn-product {
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: column;
    }
    .action-icon-top .btn-product span {
        margin-top: 0.4rem;
    }
    .action-icon-top:before {
        margin-right: 0;
    }
    .no-mobile {
        visibility: visible;
        display: none;
    }
    .header-search .search-wrapper-wide {
        width: 420px;
    }
    .header-search .select-custom {
        flex: 0 0 180px;
        max-width: 180px;
    }
}
@media screen and (max-width: 575px) {
    .header-search .search-wrapper-wide {
        width: 300px;
    }
    .compare-dropdown,
    .header-search .select-custom,
    .wishlist-link {
        display: none;
    }
    .cart-dropdown {
        padding-left: 1.4rem;
    }
}
@media (max-width: 340px) {
    .header-search .search-wrapper-wide {
        width: 260px;
    }
    .account,
    .compare-dropdown,
    .wishlist,
    .wishlist-link {
        display: none !important;
    }
}
.main-nav {
    margin-left: 2rem;
    display: none;
}
.mobile-show {
  display: block; 
}
.menu,
.menu ul,
.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu {
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.elements > div > a,
.menu li.show > .megamenu,
.menu li.show > ul,
.menu li:hover > .megamenu,
.menu li:hover > ul,
.product-media > a {
    display: block;
}
.menu .megamenu-container {
    position: static;
}
.menu .megamenu,
.menu ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1002;
}
.menu ul {
    left: 0;
    min-width: 218px;
    padding: 1.6rem 0 2rem;
}
.menu ul ul {
    top: -1.6rem;
    left: 100%;
}
.menu .megamenu {
    left: 1.5rem;
    right: 1.5rem;
}
.menu .megamenu.megamenu-sm {
    left: 0;
    right: auto;
    width: 456px;
}
.menu .megamenu.megamenu-md {
    left: -10rem;
    right: auto;
    width: 694px;
}
.menu .megamenu.megamenu-lg {
    left: -10rem;
    right: auto;
    width: 830px;
}
.menu .megamenu div > ul,
.menu .megamenu > ul {
    display: block;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    min-width: 0;
}
.menu .megamenu,
.menu ul {
    margin-top: 1px;
    background-color: #fff;
    box-shadow:
        5px 10px 16px rgba(51, 51, 51, 0.05),
        -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.menu .megamenu:before,
.menu ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    height: 1px;
    left: 0;
    right: 0;
}
.header-6 .cart-dropdown .dropdown-menu,
.header-6 .compare-dropdown .dropdown-menu,
.header-6 .menu .megamenu,
.header-6 .menu ul,
.menu .megamenu ul,
.menu ul ul {
    margin-top: 0;
}
.menu a:not(.btn) {
    display: block;
    position: relative;
    text-decoration: none;
}
.menu li > a {
    color: #999;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0.5rem 3rem;
}
.menu .menu-title,
.menu > li > a {
    color: #333;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.header-6 .menu.sf-arrows .sf-with-ul::after,
.menu > li > a,
.widget-about-info {
    letter-spacing: -0.01em;
}
.menu > li > a {
    font-weight: 500;
    padding: 3.95rem 3rem;
}
.details-footer-col .social-icons,
.form-tab .nav.nav-pills .nav-item + .nav-item,
.header-bottom .main-nav,
.menu > li + li,
.product-details-centered .details-action-wrapper,
.product-details-sidebar .details-action-wrapper {
    margin-left: 0;
}
.menu.sf-arrows > li > .sf-with-ul {
    padding-right: 2rem;
}
.menu.sf-arrows .sf-with-ul::after {
    font-family: molla;
    content: "\f110";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: -0.5rem;
}
.filter-items-count .filter-item,
.menu.sf-arrows ul .sf-with-ul,
.product-body.product-action-inner,
.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem;
}
.menu.sf-arrows ul .sf-with-ul:after {
    content: "\f112";
    right: 3rem;
}
.menu .megamenu .banner > a {
    display: block;
    padding: 0;
    margin: 0;
}
.details-filter-row .select-custom .form-control,
.header-bottom .menu > li > .sf-with-ul,
.menu .menu-col {
    padding-right: 3rem;
}
.menu .megamenu li a {
    padding-right: 0;
    padding-left: 0;
}
.menu .megamenu .btn {
    min-width: 210px;
    text-transform: uppercase;
}
.menu .banner {
    margin: 0;
    max-width: 218px;
    float: right;
    height: 100%;
}
.menu .menu-col {
    padding-left: 3rem;
    margin-top: 2.2rem;
}
.menu .menu-title {
    font-weight: 400;
    margin-bottom: 0.6rem;
}
.menu ul + .menu-title {
    margin-top: 1.5rem;
}
.banner-display .banner-content,
.details-filter-row .product-nav-thumbs,
.menu .banner-content,
.product-details-accordion .card .card-body {
    padding-top: 0;
}
.menu .banner-content.banner-content-bottom {
    left: 2.4rem;
    bottom: 2.4rem;
}
.menu .banner-content.banner-content-top {
    left: 2rem;
    top: 2.4rem;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.menu .banner-title {
    margin: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0;
}
.breadcrumb-item,
.header-6 .top-menu {
    text-transform: capitalize;
}
.menu .banner-title span,
.product-details .product-price {
    font-size: 2.4rem;
}
.menu .banner-content-top .banner-title span {
    line-height: 1.05;
    font-size: 3.1rem;
}
.btn i:last-child,
.btn-link i:last-child,
.header-bottom .menu > li + li,
.nav.nav-pills .nav-item + .nav-item {
    margin-left: 1rem;
}
.header-bottom .menu > li > a {
    padding: 1.65rem 1rem;
}
.header-bottom .menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
.header-bottom .menu li.active > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li:hover > a:before,
.nav.nav-border-anim .nav-link.active:before {
    transform-origin: left center;
    transform: scale(1, 1);
}
.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
    right: 1rem;
}
.side-nav {
    position: relative;
    margin: 0;
}
.menu-brands.menu-col {
    padding-top: 2rem;
    margin-top: 0 !important;
    border-top: 0.1rem solid #ebebeb;
}
.menu-brands .brand {
    display: flex !important;
}
.menu-brands .col,
.menu-brands [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.mobile-menu-container {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #333;
    width: 100%;
    max-width: 280px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: 0.4s;
}
.mmenu-active .mobile-menu-container {
    visibility: visible;
    transform: translateX(280px);
}
.mobile-menu-container .social-icons {
    justify-content: center;
    margin-bottom: 0;
}
.mmenu-btn,
.mobile-menu-close {
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: #fff;
    cursor: pointer;
}
.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    background-color: transparent;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.45);
}
.mobile-menu li a,
.mobile-menu li ul {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-menu-container .social-icon + .social-icon {
    margin-left: 0.8rem;
}
.banner-link-anim,
.mobile-menu-container .social-icon:focus,
.mobile-menu-container .social-icon:hover,
.quickView-content .btn-product {
    background-color: transparent;
}
.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0;
}
.mobile-menu-close {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    padding: 0;
    z-index: 9;
    font-size: 1.6rem;
    line-height: 1;
    transition: color 0.35s;
}
.mobile-menu-overlay,
.sidebar-filter-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
.mobile-nav {
    padding: 0;
    margin: 0 0 2.5rem;
}
.mobile-menu li {
    display: block;
    position: relative;
}
.mobile-menu li a {
    position: relative;
    display: block;
    padding: 1rem 4.5rem 1rem 2rem;
    color: #fff;
}
.mobile-menu li a:focus,
.mobile-menu li a:hover {
    text-decoration: none;
    outline: 0 !important;
}
.mobile-menu li ul {
    margin: 0;
    padding: 0.7rem 0 0.9rem;
    display: none;
}
.mobile-menu li ul li a {
    padding-left: 3.5rem;
    border-bottom: none;
}
.mobile-menu li ul li a:not(:hover):not(:focus) {
    color: rgba(255, 255, 255, 0.8);
}
.mobile-menu li ul li:last-child ul {
    border-bottom: none;
    padding-bottom: 0;
}
.mobile-menu li ul ul {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}
.mobile-menu li ul ul li a {
    padding-left: 5rem;
}
.mobile-menu > li > a {
    text-transform: uppercase;
}
.mmenu-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 10;
    font-size: 1.2rem;
    margin-top: -1.5rem;
    border-radius: 0;
    background-color: transparent;
    outline: 0;
    transition: color 0.35s;
}
.product-countdown,
.product-countdown-container {
    z-index: 6;
    visibility: visible;
    transition: 0.4s;
    opacity: 1;
}
.mmenu-btn::after {
    font-family: molla;
    content: "\f110";
    display: inline-block;
}
.open > a > .mmenu-btn::after,
.widget-collapsible .widget-title a.collapsed:after {
    content: "\e802";
}
.mobile-search {
    margin: 1rem 0 1.5rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}
.mobile-search .form-control {
    height: 36px;
    margin-bottom: 0;
    -webkit-appearance: none;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.8rem 1.5rem;
    max-width: calc(100% - 36px);
    background-color: #fff;
    border-color: #50B9CE;
    border-right-width: 0;
}
.mobile-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control:focus,
.product-size a.active,
.product-size a:focus,
.product-size a:hover {
    color: #333;
    background-color: #fff;
}
.mobile-search .btn {
    font-size: 1.2rem;
    min-width: 3.6rem;
    padding: 0.8rem 0.2rem;
}
.mobile-menu-container .tab-content {
    padding: 0;
    margin: 0 0 2.5rem;
    border: none;
}
.banner-badge .banner-subtitle,
.banner-display.banner-link-anim .banner-title,
.details-filter-row .product-nav,
.form-group .form-control,
.form-group .select-custom,
.heading .title,
.icon-box-content p:last-child,
.mobile-menu-container .tab-content .mobile-cats-nav,
.mobile-menu-container .tab-content .mobile-nav,
.nav-pills + .tab-content .tab-pane p:last-child,
.owl-carousel .entry,
.product-desc-content blockquote p,
.product-details .product-content p:last-child,
.product-details-footer .social-icon,
.review:last-child,
.summary.summary-cart .summary-title,
.tab-pane p:last-child,
.toolbox .select-custom,
.widget-list,
.widget-text p:last-child {
    margin-bottom: 0;
}
.mobile-menu-container .tab-pane,
.modal-body,
.product-details-extended .tab-content .tab-pane {
    padding: 0;
}
.header-6 .header-top {
    background-color: #ccc;
    padding-top: 8px;
}
.header-6 .header-dropdown {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}
.header-6 .header-dropdown + .header-dropdown,
.header-6 .header-right .top-menu + .header-dropdown,
.header-6 .top-menu li + li,
.product-details-tab .nav.nav-pills .nav-item + .nav-item {
    margin-left: 2rem;
}
.header-6 .header-dropdown > a,
.header-6 .header-dropdown > span {
    font-weight: 400;
    text-transform: initial;
    padding-right: 2.8rem;
}
.header-6 .header-menu {
    margin-top: 0;
    font-size: 1.5rem;
}
.btn-wishlist,
.header-6 .top-menu i,
.nav.nav-pills .nav-link {
    font-size: 1.6rem;
}
.header-6 .header-middle {
    display: flex;
    min-height: 84px;
    color: #777;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: none;
    margin-bottom: 0.1rem;
}
.header-6 .header-middle a {
    color: #666;
}
.header-6 .header-middle .container {
    position: relative;
    min-height: 0;
}
.header-6 .cart-dropdown,
.header-6 .compare-dropdown {
    padding-left: 2.3rem;
}
#filter-price-range,
.account a:focus,
.account a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:hover,
.btn-video,
.btn.btn-spinner:focus,
.btn.btn-spinner:hover,
.card-title a.collapsed:focus,
.card-title a.collapsed:hover,
.cart-dropdown .product-title a:focus,
.cart-dropdown .product-title a:hover,
.cart-dropdown.show .dropdown-toggle,
.cart-dropdown:hover .dropdown-toggle,
.category-dropdown .dropdown-item:focus,
.category-dropdown .dropdown-item:hover,
.checkout-discount label span,
.close:focus,
.close:hover,
.coming-countdown .countdown-amount,
.coming-countdown.countdown-separator .countdown-section:not(:last-child):after,
.compare-actions .action-link:focus,
.compare-actions .action-link:hover,
.compare-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-product-title a:focus,
.compare-product-title a:hover,
.contact-box a:focus,
.contact-box a:hover,
.contact-list a:focus,
.contact-list a:hover,
.contact-list i,
.count-wrapper,
.demo-item a:focus,
.demo-item a:hover,
.entry-tags a:focus,
.entry-title a:focus,
.entry-title a:hover,
.entry-video a:focus:after,
.entry-video a:hover:after,
.feature-box i,
.feature-box-simple i,
.footer .widget-about-info a,
.footer a:focus,
.footer a:hover,
.footer-dark.footer-2 .widget-about-title,
.form-tab .form-footer a:focus,
.form-tab .form-footer a:hover,
.header-3 .header-search-extended .btn:focus,
.header-3 .header-search-extended .btn:hover,
.header-4 .header-search-extended .btn:focus,
.header-4 .header-search-extended .btn:hover,
.header-6 .cart-dropdown:focus .cart-txt,
.header-6 .cart-dropdown:hover .cart-txt,
.header-6 .compare-dropdown:focus .cart-txt,
.header-6 .compare-dropdown:hover .cart-txt,
.header-6 .header-middle a:focus,
.header-6 .header-middle a:hover,
.header-menu a:focus,
.header-menu a:hover,
.header-top a:focus,
.header-top a:hover,
.instagram-feed-content a:focus,
.instagram-feed-content a:hover,
.menu li.active > a,
.menu li.show > a,
.menu li:hover > a,
.menu-cat a:focus,
.menu-cat a:hover,
.mmenu-btn:focus,
.mmenu-btn:hover,
.mobile-cats-menu li a:focus,
.mobile-cats-menu li a:hover,
.mobile-menu li a:focus,
.mobile-menu li a:hover,
.mobile-menu li.active > a,
.mobile-menu li.open > a,
.mobile-menu-close:focus,
.mobile-menu-close:hover,
.mobile-menu-light .mobile-menu li.active > a,
.mobile-menu-light .mobile-menu li.open > a,
.nav-dashboard .nav-link.active,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link:hover,
.nav-filter a:focus,
.nav-filter a:hover,
.nav.nav-pills .nav-link:focus,
.nav.nav-pills .nav-link:hover,
.newsletter-popup-container .banner-title span,
.owl-full .owl-nav [class*="owl-"],
.owl-full .owl-nav [class*="owl-"]:focus,
.owl-full .owl-nav [class*="owl-"]:hover,
.owl-full.owl-nav-dark .owl-nav [class*="owl-"]:focus,
.owl-full.owl-nav-dark .owl-nav [class*="owl-"]:hover,
.owl-simple .owl-nav [class*="owl-"]:not(.disabled):hover,
.owl-theme .owl-nav [class*="owl-"],
.posts-list a:focus,
.posts-list a:hover,
.product-col .product-title a:focus,
.product-col .product-title a:hover,
.product-countdown.countdown-primary .countdown-amount,
.product-pager-link:focus,
.product-pager-link:hover,
.product-title a:focus,
.product-title a:hover,
.product.product-5 .btn-product,
.product.product-7 .btn-product,
.product.product-7 .btn-product span,
.product.product-8 .btn-product:before,
.product.product-8 .new-price,
.product.product-list .btn-product:focus,
.product.product-list .btn-product:hover,
.ratings-primary .ratings-val,
.ratings-text a:focus,
.ratings-text a:hover,
.review h4 a:focus,
.review h4 a:hover,
.search-toggle.active,
.search-toggle:focus,
.search-toggle:hover,
.size-guide:focus,
.size-guide:hover,
.store a:not(.btn):focus,
.store a:not(.btn):hover,
.table .total-col,
.table.table-summary a:focus,
.table.table-summary a:hover,
.tagcloud a:focus,
.tagcloud a:hover,
.top-menu span,
.widget-cats a:focus,
.widget-cats a:hover,
.widget-search .btn:focus,
.widget-search .btn:hover,
.wishlist a:focus,
.wishlist a:hover,
.wishlist-link:focus,
.wishlist-link:hover {
    color: #5CABBC;
}
.banner:hover .banner-content-static,
.card.bg-light .card-title a,
.card.bg-white .card-title a,
.header-6 .header-bottom,
.product-details-accordion .card .card-title a:not(.collapsed) {
    background-color: #fff;
}
.header-6 .header-bottom .menu > li + li {
    margin-left: 0.6rem;
}
.header-6 .header-bottom .menu > li > a {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
    letter-spacing: 0.05em;
    color: #333;
}
.header-6 .header-bottom .menu > li > a:before {
    bottom: 1rem;
}
.header-6 .header-top .social-icons {
    margin-right: 3rem;
}
.header-6 .header-top .social-icons a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}
.header-6 .header-search-extended .header-search-wrapper {
    border-radius: 0;
    border: none;
    border-bottom: 0.1rem solid #ccc;
}
.header-6 .header-search .search-wrapper-wide {
    width: 270px;
}
.header-6 .header-search-extended {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.header-6 .header-search-extended .form-control {
    font-size: 1.3rem;
    font-weight: 400;
    color: #666;
    border-radius: 0;
    padding: 1.4rem 2.4rem 1.2rem 2rem;
}
.header-6 .header-search-extended .form-control::placeholder {
    color: #666;
}
.header-6 .header-search-extended .btn {
    background-color: transparent;
    color: #666;
    font-size: 2.6rem;
    padding-left: 1rem;
    max-width: 0;
    z-index: 1;
}
.header-6 .cart-dropdown .cart-count {
    min-width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 1.5rem;
    margin-left: -1.2rem;
}
.header-6 .cart-txt {
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #222;
    margin-left: 1rem;
    margin-top: -0.5rem;
    transition: 0.3s;
    font-weight: 500;
}
.banner-subtitle.text-white a,
.banner-title.text-white a,
.bg-image .btn-link-dark,
.footer,
.footer .widget-about-title,
.header-6 .header-middle a.btn:focus,
.header-6 .header-middle a.btn:hover,
.product-action-dark .btn-product:not(:hover):not(:focus) span,
.product.product-7 .btn-product:focus,
.product.product-7 .btn-product:hover {
    color: #fff;
}
.header-6 .btn-primary.focus,
.header-6 .btn-primary:focus,
.header-6 .btn-primary:hover,
.header-6 .btn-primary:not(:disabled):not(.disabled).active,
.header-6 .btn-primary:not(:disabled):not(.disabled):active,
.header-6 .show > .btn-primary.dropdown-toggle {
    color: #c15454;
    background-color: transparent;
}
@media screen and (min-width: 992px) {
    .col-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .mobile-menu-toggler {
        display: none;
    }
    .mobile-show{
      display: none  
    }
    .main-nav {
        display: block;
    }
    .sticky-header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1040;
        animation-name: fixedHeader;
        animation-duration: 0.4s;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    }
    .sticky-header.fixed .logo {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sticky-header.fixed.header-middle .menu > li > a {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .header-6 .logo {
        position: absolute;
        width: 245px;
        height: 70px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin: 0;
    }
}
.brands-display [class*="col-"] .brand,
.breadcrumb-with-filter .container-fluid,
.carousel-equal-height .product,
.footer,
.product-details-sidebar .details-action-col,
.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image,
.products .product {
    width: 100%;
}
.wishlist a .wishlist-count {
    background-color: #5CABBC;
}
.entry-cats a:focus,
.entry-cats a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.menu-cat li.active a,
.product-details .product-cat a:focus,
.product-details .product-cat a:hover,
.review-action a:focus,
.review-action a:hover {
    color: #5CABBC;
    box-shadow: 0 1px 0 #5CABBC;
}
::-moz-selection {
    background-color: #5CABBC;
}
::selection {
    background-color: #5CABBC;
}
.bg-primary {
    background-color: #5CABBC !important;
}
.bg-secondary {
    background-color: #000 !important;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #bf8040;
}
.link-underline,
.title-link:focus,
.title-link:hover {
    box-shadow: 0 1px 0 0 #5CABBC;
}
.paypal-link:focus,
.paypal-link:hover,
.text-primary {
    color: #5CABBC !important;
}
.text-secondary {
    color: #000 !important;
}
.alert-primary,
.banner-badge .banner-link:focus .banner-link-text,
.banner-badge .banner-link:hover .banner-link-text,
.cart-dropdown .cart-count,
.category-dropdown .dropdown-toggle:before,
.category-dropdown:not(.is-on):hover .dropdown-toggle,
.header-bottom .menu > li > a:before,
.product.product-5 .btn-product:focus,
.product.product-5 .btn-product:hover,
.product.product-8 .btn-product:focus,
.product.product-8 .btn-product:hover,
.product.product-list .btn-product.btn-cart:focus,
.product.product-list .btn-product.btn-cart:hover,
.tip {
    background-color: #5CABBC;
}
.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
    background-color: transparent;
    color: #333;
}
.btn-video:focus,
.btn-video:hover,
.product.product-4 .btn-product:focus,
.product.product-4 .btn-product:hover {
    background-color: #000;
}
.product.product-7 .btn-product:focus,
.product.product-7 .btn-product:hover {
    background-color: #5CABBC;
    border-bottom-color: #5CABBC;
}
.product.product-list .btn-product.btn-cart {
    color: #5CABBC;
    border-bolor: #5CABBC;
}
.action-col .dropdown-item.active,
.action-col .dropdown-item:active,
.action-col .dropdown-item:focus,
.action-col .dropdown-item:hover,
.btn-product-gallery:focus,
.btn-product-gallery:hover,
.btn-product-icon:focus,
.btn-product-icon:hover,
.category-dropdown .dropdown-toggle:focus,
.category-dropdown .dropdown-toggle:hover,
.category-dropdown.show .dropdown-toggle,
.product-label.label-primary {
    color: #fff;
    background-color: #5CABBC;
}
.mobile-menu-light .mobile-search .form-control:focus,
.mobile-search .form-control:focus,
.owl-full .owl-dots .owl-dot span,
.owl-theme.owl-light .owl-nav [class*="owl-"]:not(.disabled):hover,
.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:focus,
.product-details-extended .nav.nav-pills .nav-link:hover {
    border-color: #5CABBC;
}
.nav-filter .active a,
.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:focus,
.nav.nav-pills-mobile .nav-link:hover,
.product-desc-content a:focus,
.product-desc-content a:hover,
.product-details-tab .nav.nav-pills .nav-link:focus,
.product-details-tab .nav.nav-pills .nav-link:hover,
.table.table-summary .summary-shipping-estimate a:focus,
.table.table-summary .summary-shipping-estimate a:hover {
    color: #5CABBC;
    border-bottom-color: #5CABBC;
}
.product-pager-link:focus span,
.product-pager-link:hover span {
    box-shadow: 0 1px 0 #5CABBC;
}
.owl-full .owl-dots .owl-dot.active span,
.owl-full .owl-dots .owl-dot:hover span,
.owl-simple.owl-light .owl-dots .owl-dot.active span,
.owl-simple.owl-light .owl-dots .owl-dot:hover span,
.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover,
.owl-theme.owl-light .owl-dots .owl-dot.active span,
.owl-theme.owl-light .owl-dots .owl-dot:hover span {
    border-color: #5CABBC;
    background: #5CABBC;
}
.btn-product:focus span,
.btn-product:hover span,
.quickView-content .details-action-wrapper .btn-product:focus span,
.quickView-content .details-action-wrapper .btn-product:hover span {
    color: #5CABBC;
    box-shadow: 0 1px 0 0 #5CABBC;
}
.quickView-content .carousel-dot.active img,
.quickView-content .product-left .carousel-dot.active img {
    opacity: 1;
    box-shadow: 0 0 0 1px #5CABBC;
}
.mfp-wrap.mfp-ready .mfp-content,
.product:hover .product-image-hover,
.quickView-content .carousel-dot:focus img,
.quickView-content .carousel-dot:hover img,
.quickView-content .product-left .carousel-dot:focus img,
.quickView-content .product-left .carousel-dot:hover img {
    opacity: 1;
}
.footer {
    font-size: 1.4rem;
    background-color: #333;
}
.footer .widget,
.product-details-tab {
    margin-bottom: 5rem;
}
.footer .footer-middle {
    border-top-width: 0;
    padding-top: 7rem;
    padding-bottom: 1rem;
}
.footer-logo {
    margin-bottom: 2rem;
    margin-top: -0.8rem;
}
.footer .widget-title {
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}
.container-fluid .widget-about p,
.footer .widget-about p {
    max-width: 540px;
}
.banner img,
.col-lg-6 .widget-about p,
.col-md-6 .widget-about p {
    max-width: none;
}
.accordion-summary,
.widget-about p:last-of-type {
    margin-bottom: 3.2rem;
}
.widget-list li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.footer-bottom .container,
.footer-bottom .container-fluid {
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-top: 2.1rem;
    padding-bottom: 2.9rem;
}
.footer-bottom .container-fluid:before,
.footer-bottom .container:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    background-color: #ebebeb;
}
.card-header,
.card-title a,
.icon-box-left,
.product,
.product-media {
    position: relative;
}
#scroll-top,
.card.bg-light .card-title a.collapsed,
.product-details .product-countdown .countdown-section,
.product-details-accordion .card .card-title a {
    background-color: #fafafa;
}
.footer-copyright {
    margin-bottom: 1rem;
    text-align: center;
}
.footer-payments {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
#scroll-top {
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 50px;
    bottom: 128px;
    z-index: 999;
    color: #ccc;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border: none;
    font-size: 3rem;
    transition: 0.4s;
    transform: translateY(60px);
    -ms-transform: translateY(60px);
}
#scroll-top:focus,
#scroll-top:hover {
    color: #777;
    background-color: #eaeaea;
}
#scroll-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footer .widget-about .social-icon:not(:last-child) {
        margin-right: 0.4rem;
    }
}
.footer-2 .footer-middle {
    padding-top: 4.5rem;
    padding-bottom: 0.4rem;
}
.footer-2 .footer-bottom .container {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    flex-direction: column-reverse;
}
.widget-about-info {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    padding-top: 0.7rem;
}
.widget-about-info .footer-payments {
    margin-top: 0.6rem;
}
.widget-about-title {
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
}
.footer-bottom .social-icons {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.contact-box .social-icon,
.footer-bottom .social-icon {
    font-size: 1.3rem;
}
.footer-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    margin-left: auto;
    margin-right: auto;
}
.footer-menu li + li {
    margin-left: 2.1rem;
}
.footer-menu li + li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2rem;
    position: absolute;
    left: -1.1rem;
    top: 50%;
    margin-top: -0.6rem;
    background-color: #b5b5b5;
}
.page-header {
    padding: 4.6rem 0 5rem;
    background-color: #ebebeb;
}
.breadcrumb,
.card-header,
.card-title a {
    background-color: transparent;
}
.page-header h1 {
    color: #333;
    font:
        400 3.2rem/1.1 Poppins,
        sans-serif;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}
.page-header h1 span {
    display: block;
    color: #5CABBC;
    font-size: 1.6rem;
    margin-top: 0.8rem;
}
.page-header.page-header-big {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    margin-bottom: 5rem;
}
.page-header.page-header-big h1 span {
    font-size: 1.6rem;
    margin-top: 0.4rem;
    letter-spacing: 0;
}
.breadcrumb-nav {
    margin-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}
.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
    padding-top: 0;
    padding-bottom: 1.4rem;
}
.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.breadcrumb-item {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
}
.footer .widget-title,
.icon-box-card .icon-box-title,
.title-lg {
    font-weight: 600;
}
.breadcrumb-item i {
    font-size: 1.3rem;
    vertical-align: top;
    margin-top: -0.2rem;
}
.bg-image .btn-wrap > span,
.breadcrumb-item a,
.text-white .title-separator {
    color: #777;
}
.breadcrumb-item.active,
.btn-link.btn-link-dark,
.card-title a.collapsed {
    color: #333;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #999;
    content: "\f112";
    font-family: molla;
    padding-right: 0.7rem;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-top: -0.1rem;
}
.title {
    font-size: 2.2rem;
    letter-spacing: -0.03em;
}
.title-lg {
    font-size: 2.6rem;
    letter-spacing: -0.01em;
}
.title-sm {
    font-size: 2rem;
    letter-spacing: -0.03em;
}
.icon-box,
.title-desc {
    line-height: 1.5;
    letter-spacing: -0.01em;
}
.banner-cat .banner-subtitle,
.heading,
.product-details .product-content {
    margin-bottom: 1.6rem;
}
.heading.heading-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.heading.heading-center,
.product-details-centered {
    text-align: center;
}
.heading.heading-center .title-lg {
    margin-bottom: 2.4rem;
}
.title-separator {
    font-weight: 300;
    color: #ccc;
}
.title-desc {
    color: #777;
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.brands-display,
.heading-right {
    margin-top: 0.5rem;
}
.title-link {
    font-weight: 500;
    transition: 0.3s;
}
.page-link i,
.title-link i {
    font-size: 1.5rem;
}
.btn-layout + .btn-layout,
.title-link i:last-child {
    margin-left: 0.5rem;
}
.icon-box {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.icon-box.icon-box-sm {
    font-size: 1.4rem;
    line-height: 1.86;
}
.icon-box-title {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    margin-bottom: 0.9rem;
}
.icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 2rem;
}
.icon-box-left {
    padding-left: 70px;
}
.icon-box-left .icon-box-icon {
    position: absolute;
    left: 0;
    top: -1rem;
}
.icon-box-circle .icon-box-icon {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    color: #fff;
    background-color: #5CABBC;
}
.icon-box-circle.icon-box-left {
    padding-left: 100px;
}
.icon-box-circle.icon-box-left .icon-box-icon {
    left: 1rem;
}
.checkout .form-control,
.dashboard .form-control,
.form-tab .form-group,
.icon-box-card .icon-box-icon,
.product-details .ratings-container,
.widget-search .widget-title {
    margin-bottom: 1.3rem;
}
.icon-boxes-container {
    padding-top: 0.5rem;
    padding-bottom: 2.8rem;
}
.icon-boxes {
    display: flex;
    flex-wrap: wrap;
}
.details-action-wrapper .btn-product span,
.icon-box-side,
.sidebar-filter .widget-clean a {
    font-size: 1.4rem;
}
.icon-box-icon,
.icon-box-side .icon-box-icon {
    color: #333;
    font-size: 3.4rem;
}
.icon-box-side .icon-box-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #333;
}
.accordion,
.contact-box,
.contact-info,
.product-details-sidebar,
.sidebar-product .products,
.summary.summary-cart,
.table {
    margin-bottom: 3rem;
}
.card {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-top: 0.1rem solid #ebebeb;
}
.card:last-child {
    border-bottom: 0.1rem solid #ebebeb;
}
.card-header {
    padding: 0;
    border: none;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
.card-header::after,
.toolbox::after {
    display: block;
    clear: both;
    content: "";
}
.card-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0;
}
.card-title a {
    display: block;
    padding: 1.7rem 4rem 1.7rem 1.2rem;
    color: #5CABBC;
    border: none;
}
.card-title a i {
    min-width: 17px;
    margin-right: 2.4rem;
}
.card-title a:before {
    content: "\e802";
    display: inline-block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    color: #5CABBC;
    font-family: molla;
    line-height: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.3s;
}
.card-title a.collapsed:before {
    content: "\f110";
    color: #8c8c8c;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.card-body {
    padding: 0.4rem 4rem 1.8rem 1.2rem;
    border: none;
    border-radius: 0;
}
.accordion-icon .card-body {
    padding-left: 5.5rem !important;
}
.accordion-plus .card-title a:before,
.icon-minus:before {
    content: "\f28e";
}
.accordion-plus .card-title a.collapsed:before,
.icon-plus:before {
    content: "\f2c2";
}
.accordion-rounded .card:first-child {
    border-radius: 0.3rem 0.3rem 0 0;
}
.accordion-rounded .card:last-child {
    border-radius: 0 0 0.3rem 0.3rem;
}
.card.card-box .card-title a,
.nav-dashboard .nav-link.active {
    padding-left: 2rem;
}
.card.card-box .card-title a:before,
.card.card-sm .card-title a:before {
    right: 2rem;
}
.btn-lg i:first-child,
.card.card-box .card-title a i {
    margin-right: 1.4rem;
}
.card.card-box .card-body,
.card.card-sm .card-body {
    padding: 1rem 2rem 2rem;
}
.card.card-sm .card-title a {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}
.card.bg-light,
.card.bg-white {
    background-color: #fff !important;
    border: 0.1rem solid #ebebeb;
}
.nav.nav-tabs {
    border-bottom-right-radius: 0.3rem;
    border: 0.1rem solid #d7d7d7;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
}
.nav.nav-tabs .nav-link {
    color: #777;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
    padding: 0.85rem 2.2rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    text-align: center;
    transition: 0.35s;
}
.btn,
.nav.nav-pills .nav-link {
    letter-spacing: -0.01em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.nav.nav-tabs .nav-link:focus,
.nav.nav-tabs .nav-link:hover {
    color: #5CABBC;
    border-color: transparent;
}
.nav.nav-tabs .nav-item + .nav-item {
    margin-left: 0.1rem;
}
.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item.show .nav-link {
    color: #5CABBC;
    border-color: #d7d7d7 #d7d7d7 transparent;
}
.nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
    border-color: #ebebeb #ebebeb #d7d7d7;
    background-color: #fafafa;
}
.nav.nav-tabs.justify-content-center {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.tab-content-border {
    border: 0.1rem solid #d7d7d7;
    border-radius: 0 0.3rem 0.3rem;
    border-top-width: 0;
}
.justify-content-center + .tab-content-border {
    border-top-left-radius: 0.3rem;
}
.tab-pane {
    padding: 1.4rem 2.2rem;
}
.nav.nav-pills .nav-link {
    color: #777;
    padding: 0.45rem 1rem;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    border-bottom: 0.1rem solid transparent;
    background-color: transparent;
    transition: 0.35s;
}
.nav.nav-pills .nav-item .nav-link.active,
.nav.nav-pills .nav-item.show .nav-link {
    color: #5CABBC;
    border-color: #d7d7d7 #d7d7d7 #5CABBC;
}
.nav-pills + .tab-content .tab-pane,
.table td,
.table th {
    padding: 1.4rem 0;
}
.tab-content.tab-content-carousel > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0 !important;
}
.tab-content.tab-content-carousel > .tab-pane:not(.active) {
    overflow: hidden !important;
}
.tab-content.tab-content-carousel > .active {
    height: auto !important;
    visibility: visible;
}
.nav.nav-border-anim .nav-link {
    position: relative;
    border-bottom: none;
}
.nav.nav-border-anim .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #5CABBC;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
.form-tab .nav.nav-border-anim .nav-link:before,
.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
    height: 0.2rem;
}
.btn-wrap {
    display: inline-block;
    margin-bottom: 2rem;
}
.btn-wrap > span {
    display: block;
    color: #ccc;
    margin-bottom: 0.3rem;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    font-size: 1.4rem;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: 0.3s;
}
.btn span,
.social-icons-color,
.social-icons-simple {
    line-height: 1;
}
.btn i:first-child,
.btn-link i:first-child,
.details-action-wrapper .btn-product:before,
.product-details .new-price,
.social-icon:not(:last-child),
.social-icons-sm .social-label {
    margin-right: 1rem;
}
.btn:focus {
    box-shadow: none;
}
.btn.btn-minwidth-sm {
    min-width: 112px;
}
.btn-lg,
.btn.btn-minwidth {
    min-width: 170px;
}
.btn.btn-minwidth-lg,
.product-details-centered .product-details-action .btn-cart {
    min-width: 218px;
}
.btn:active,
button:focus {
    outline: 0;
}
.btn-rounded,
.form-control-rounded,
.product-nav-thumbs img,
.sidebar-shop .custom-control-label::before {
    border-radius: 0.2rem;
}
.btn-round {
    border-radius: 3rem;
}
.btn-lg {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 1.1rem 2rem;
}
.btn-lg i:last-child {
    margin-left: 1.4rem;
}
.btn-more {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    min-width: 230px;
    text-transform: uppercase;
}
.btn-link {
    padding: 0.4rem 1rem;
    color: #5CABBC;
    text-decoration: none;
    border: none;
    border-bottom: 0.1rem solid transparent;
    letter-spacing: 0;
    font-size: 1.4rem;
    min-width: 0;
    font-family: Poppins, sans-serif;
}
.product-cat,
.product-label,
.product-label-text,
.product-title {
    letter-spacing: -0.01em;
}
.btn-link .btn-link-dark:focus,
.btn-link .btn-link-dark:hover,
.btn-link:focus,
.btn-link:hover {
    color: #5CABBC;
    text-decoration: none;
    border-color: #5CABBC;
}
.banner-sidebar > a,
.btn:focus .btn-hover-text,
.btn:hover .btn-hover-text {
    display: inline-block;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-outline-darker.focus,
.btn-outline-darker:focus,
.btn-outline-darker:hover,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-gray.focus,
.btn-outline-gray:focus,
.btn-outline-gray:hover,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:focus,
.btn-outline-primary-2:hover,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-white.focus,
.btn-outline-white:focus,
.btn-outline-white:hover,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-primary,
.btn-primary-white,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-white-primary.focus,
.btn-white-primary:focus,
.btn-white-primary:hover,
.btn-white-primary:not(:disabled):not(.disabled).active,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white.focus,
.btn-white:focus,
.btn-white:hover,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle,
.show > .btn-outline-darker.dropdown-toggle,
.show > .btn-outline-gray.dropdown-toggle,
.show > .btn-outline-primary-2.dropdown-toggle,
.show > .btn-outline-white.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-white-primary.dropdown-toggle,
.show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #5CABBC;
    border-color: #5CABBC;
    box-shadow: none;
}
.btn-outline-white-2.focus,
.btn-outline-white-2:focus,
.btn-outline-white-2:hover,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary,
.btn-white-2.focus,
.btn-white-2:focus,
.btn-white-2:hover,
.btn-white-2:not(:disabled):not(.disabled).active,
.btn-white-2:not(:disabled):not(.disabled):active,
.show > .btn-outline-white-2.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-white-2.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary-white.disabled,
.btn-primary-white:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.show > .bg-image .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5CABBC;
    border-color: #5CABBC;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-white-3.focus,
.btn-outline-white-3:focus,
.btn-outline-white-3:hover,
.btn-outline-white-3:not(:disabled):not(.disabled).active,
.btn-outline-white-3:not(:disabled):not(.disabled):active,
.btn-white,
.btn-white-2,
.show > .btn-outline-white-3.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.btn-white-2.disabled,
.btn-white-2:disabled,
.btn-white.disabled,
.btn-white:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-white-4.focus,
.btn-outline-white-4:focus,
.btn-outline-white-4:hover,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-primary-white.focus,
.btn-primary-white:focus,
.btn-primary-white:hover,
.btn-primary-white:not(:disabled):not(.disabled).active,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-white-primary,
.show > .btn-outline-white-4.dropdown-toggle,
.show > .btn-primary-white.dropdown-toggle {
    color: #5CABBC;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-white-primary.disabled,
.btn-white-primary:disabled,
.show > .bg-image .btn-outline-dark.dropdown-toggle {
    color: #5CABBC;
    background-color: #fff;
    border-color: #fff;
}
.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-dark {
    box-shadow: none;
}
.btn-outline {
    color: #5CABBC;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline.focus,
.btn-outline:focus,
.btn-outline:hover,
.btn-outline:not(:disabled):not(.disabled).active,
.btn-outline:not(:disabled):not(.disabled):active,
.show > .btn-outline.dropdown-toggle {
    color: #5CABBC;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline.disabled,
.btn-outline:disabled,
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"]:focus,
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"]:hover {
    color: #5CABBC;
    background-color: transparent;
}
.btn-outline-primary,
.btn-outline-primary-2 {
    color: #5CABBC;
    background-color: transparent;
    background-image: none;
    border-color: #5CABBC;
    box-shadow: none;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle {
    color: #5CABBC;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-outline-light,
.btn-outline-white,
.btn-outline-white-2,
.btn-outline-white-3,
.btn-outline-white-4 {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #5CABBC;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled,
.btn-outline-white-3.disabled,
.btn-outline-white-3:disabled,
.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled,
.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}
.btn-outline-dark,
.btn-outline-dark-3,
.btn-outline-darker {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
}
.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled,
.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-darker.disabled,
.btn-outline-darker:disabled,
.btn-outline-gray.disabled,
.btn-outline-gray:disabled,
.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
    color: #333;
    background-color: transparent;
}
.btn-outline-dark-2,
.btn-outline-lightgray {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}
.btn-outline-dark-2.focus,
.btn-outline-dark-2:focus,
.btn-outline-dark-2:hover,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark-2.dropdown-toggle {
    color: #5CABBC;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none;
}
.btn-outline-dark-3.focus,
.btn-outline-dark-3:focus,
.btn-outline-dark-3:hover,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark-3.dropdown-toggle {
    color: #5CABBC;
    background-color: transparent;
    border-color: #5CABBC;
    box-shadow: none;
}
.btn-outline-gray {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #959595;
    box-shadow: none;
}
.btn-outline-lightgray.focus,
.btn-outline-lightgray:focus,
.btn-outline-lightgray:hover,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.show > .btn-outline-lightgray.dropdown-toggle {
    color: #5CABBC;
    background-color: #f5f6f9;
    border-color: #ebebeb;
    box-shadow: none;
}
.btn-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}
.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}
.bg-image .btn-link-dark:focus,
.bg-image .btn-link-dark:hover {
    color: #5CABBC;
    border-color: #5CABBC;
}
.bg-image .btn-outline-dark {
    color: #fff;
    border-color: #fff;
}
.product {
    margin-bottom: 1rem;
    transition: box-shadow 0.35s;
    background-color: #fff;
    overflow: hidden;
}
.mb-0,
.owl-carousel .product {
    margin-bottom: 0 !important;
}
.product:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.product-media {
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
}
.product-image {
    display: block;
    width: 100%;
    height: auto;
}
.product-image-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    transition: 0.4s;
}
.product-countdown {
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 1.3rem;
}
.product-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 10px);
}
.product-countdown .countdown-section {
    font-size: 1rem;
    line-height: 1;
    padding: 1.4rem 0 1.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.4rem;
}
.product-countdown .countdown-section:not(:last-child):after {
    color: #fff;
    content: ":";
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 3px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.product-countdown .countdown-period {
    display: block;
    font-weight: 400;
    color: #333;
    text-transform: lowercase;
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-countdown .countdown-amount {
    display: inline-block;
    color: #ef837b;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    margin-bottom: 0.6rem;
}
.product-countdown-container {
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.3rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-radius: 0.3rem;
    background-color: rgba(255, 255, 255, 0.95);
    letter-spacing: -0.01em;
}
.accordion-summary .card-title a.collapsed:after,
.product-action-vertical,
.product-gallery-item.active:after,
.product-gallery-item:hover:after,
.product:hover .product-countdown,
.product:hover .product-countdown-container {
    visibility: hidden;
    opacity: 0;
}
.product-countdown-container .product-contdown-title {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    text-align: center;
}
.product-countdown-container .product-countdown {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 6;
    line-height: 1;
    opacity: 1;
}
.product-countdown-container .product-countdown .countdown-amount {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-body {
    position: relative;
    padding: 1.6rem 2rem;
    transition: 0.35s;
    background-color: #fff;
}
.product-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #333;
    margin-bottom: 0.2rem;
}
.product-cat {
    color: #777;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 0.3rem;
}
.product-cat a:focus,
.product-cat a:hover {
    color: #666;
}
.product-price {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #5CABBC;
    margin-bottom: 1.3rem;
}
.new-price {
    color: #ef837b;
    margin-right: 0.8rem;
}
.banner-big,
.old-price,
.out-price,
.review .review-date,
.toolbox-info {
    color: #ccc;
}
.old-price {
    text-decoration: line-through;
}
.out-text {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0.2rem;
}
.product-label {
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 2rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 0.5rem 0.9rem;
    min-width: 45px;
    text-align: center;
    color: #333;
    background-color: #fff;
}
.product-label + .product-label {
    top: 5rem;
}
.product-label.label-sale {
    color: #fff;
    background-color: #ef837b;
}
.product-label.label-new {
    color: #fff;
    background-color: #4698AA;
}
.product-label.label-top {
    color: #fff;
    background-color: #7dd2ea;
}
.product-label.label-out {
    color: #fff;
    background-color: #ccc;
}
.product-label.label-secondary {
    color: #fff;
    background-color: #000;
}
.product-label-text {
    color: #5CABBC;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: -0.1rem;
}
.label-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    min-width: 0;
    border-radius: 50%;
    line-height: 1;
}
.label-circle + .label-circle {
    top: 5.6rem;
}
.label-circle.label-out {
    font-size: 1.1rem;
}
.ratings-container {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 1.7rem;
    line-height: 1;
    white-space: nowrap;
}
.ratings {
    position: relative;
    color: #ccc;
}
.ratings,
.ratings-val {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: molla;
}
.btn-product,
.btn-product-icon,
.product-action-vertical {
    display: flex;
    transition: 0.35s;
}
.ratings-val:before,
.ratings:before {
    content: "\f318" "\f318" "\f318" "\f318" "\f318";
}
.ratings-val {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fcb941;
}
.ratings-text {
    color: #ccc;
    letter-spacing: -0.01em;
    margin-left: 0.8rem;
}
.btn-product {
    color: #5CABBC;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    flex-grow: 1;
    flex-basis: 0;
}
.btn-product + .btn-product {
    border-left: 0.1rem dotted #e5e5e5;
}
.btn-product:before {
    font-family: molla;
    margin-right: 0.9rem;
}
.btn-product span {
    color: #666;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    transition: 0.35s;
}
.product-action-dark {
    background-color: #333;
}
.product-action-dark .btn-product + .btn-product {
    border-left-color: #4b4b4b;
}
.product-action-vertical {
    flex-direction: column;
    position: absolute;
    right: 2rem;
    top: 2rem;
    background-color: transparent;
    z-index: 10;
    transform: translateX(-15px);
}
.btn-expandable:focus span,
.btn-expandable:hover span,
.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.btn-product-icon {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 50%;
    color: #5CABBC;
    background-color: #fff;
}
.product-nav-thumbs,
.product-size {
    padding-top: 0.2rem;
    margin-bottom: 1.6rem;
}
.btn-product-icon:before {
    font-family: molla;
}
.accordion-summary .card-title a img,
.banner-big .banner-title + .btn,
.btn-product-icon + .btn-product-icon,
.checkout .custom-control + label,
.toolbox-layout {
    margin-top: 1rem;
}
.btn-cart:before {
    content: "\e812";
}
.btn-wishlist:before,
.icon-heart-o:before {
    content: "\f234";
}
.product-body .btn-wishlist {
    position: absolute;
    top: 3.4rem;
    right: 2rem;
    color: #ccc;
    padding: 0;
    margin: 0;
    background: 0 0;
}
.btn.banner-link i:first-child,
.product-body .btn-wishlist:before,
.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child,
.product-size a:last-child {
    margin-right: 0;
}
.product-body .btn-wishlist:focus,
.product-body .btn-wishlist:hover {
    color: #5CABBC;
    background: 0 0;
}
.btn-quickview:before {
    content: "\f145";
}
.btn-compare:before {
    content: "\f2d0";
}
.btn-expandable span {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    align-items: center;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.1rem;
    white-space: nowrap;
    letter-spacing: 0;
    min-width: 100px;
    padding-left: 1.8rem;
    padding-right: 0.4rem;
    color: #fff;
    background-color: #5CABBC;
    transition: 0.35s;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: translateX(15px);
    z-index: -1;
}
.banner,
.banner > a {
    position: relative;
}
.product-size,
.product-size a {
    align-items: center;
    display: flex;
}
.btn-expandable:focus,
.btn-expandable:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-size a {
    justify-content: center;
    text-align: center;
    width: 2.1rem;
    height: 2.1rem;
    font-weight: 400;
    font-size: 1.2rem;
    padding-top: 0.1rem;
    line-height: 1;
    color: #666;
    background-color: #f7f8fa;
    border-radius: 0.2rem;
    transition: 0.35s;
    margin-right: 0.5rem;
}
.product-size a.disabled {
    color: #ccc;
    pointer-events: none;
}
.product-nav-thumbs a,
.product-nav-thumbs span {
    display: flex;
    align-items: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #fff;
    margin-right: 0.4rem;
    transition: box-shadow 0.35s;
}
.product-nav-thumbs a.active,
.product-nav-thumbs a:focus,
.product-nav-thumbs a:hover,
.product-nav-thumbs span.active,
.product-nav-thumbs span:focus,
.product-nav-thumbs span:hover {
    box-shadow: 0 0 0 0.1rem #ccc;
}
.product-disabled,
.product-gallery-carousel.owl-carousel .owl-item:not(.active) {
    pointer-events: none;
}
.product-disabled .btn-product,
.product-disabled .btn-product-icon {
    pointer-events: none;
    color: #fff;
    background-color: #ccc !important;
}
.product-details-centered .details-filter-row,
.product-details-centered .product-price,
.product-details-centered .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-price,
.product.text-center .product-size,
.product.text-center .ratings-container {
    justify-content: center;
}
.banners-group {
    margin-bottom: 1.9rem;
}
.banner {
    display: block;
    margin-bottom: 2rem;
    background-color: #ccc;
}
.banner > a {
    display: block;
    outline: 0 !important;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.banner.banner-menu img {
    height: 100%;
}
.banner-content {
    display: inline-block;
    position: absolute;
    padding-top: 0.4rem;
    left: 2rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-content a:focus,
.banner-content a:hover,
.form-tab .form-footer a:not(.forgot-link) {
    text-decoration: underline;
}
.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
    max-width: none;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-title {
    color: #333;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}
.banner-subtitle {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
}
.banner-link {
    font-weight: 400;
    display: inline-block;
}
.banner-big .banner-content {
    max-width: 470px;
    left: 3rem;
}
.banner-big .banner-subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}
.banner-big .banner-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.banner-big p:last-of-type {
    margin-bottom: 2.3rem;
}
.banner-display > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.4);
    transition: 0.35s;
}
.banner-display .banner-title {
    font-weight: 600;
    font-size: 2rem;
}
.banner-display.banner-link-anim:hover .banner-content {
    padding-bottom: 4.5rem;
}
.btn.banner-link {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
    min-width: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}
.btn.banner-link i {
    margin-right: 0;
    margin-left: 0;
}
.btn.banner-link i:last-child {
    margin-left: 0.9rem;
}
.banner-overlay > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.25);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.banner-overlay.banner-overlay-light > a:after {
    background-color: rgba(255, 255, 255, 0.3);
}
.banner-cat .banner-title {
    margin-bottom: 0.1rem;
}
.banner-content-overlay {
    overflow: hidden;
    padding: 1.8rem 2rem 0.7rem;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    transition: 0.3s;
}
.banner-content-overlay .banner-subtitle {
    margin-bottom: 0.9rem;
}
.banner-content-overlay .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transition: 0.3s;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.banner:hover .banner-content-overlay {
    padding-bottom: 3.7rem;
    background-color: #fff;
}
.banner:hover .banner-content-overlay .banner-link,
.banner:hover .banner-content-static .banner-link {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.banner-content-static {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 1.2rem 2rem;
    background-color: #fff;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    transition: 0.3s;
}
.banner-content-static .banner-subtitle {
    transition: 0.25s;
    margin-bottom: 0.9rem;
}
.banner-content-static .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    transition: 0.3s;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
}
.banner:hover .banner-content-static .banner-subtitle,
.element:focus .element-img,
.element:hover .element-img {
    opacity: 0;
}
.banner-content.banner-content-top {
    top: 105px;
}
.banner-content.banner-content-bottom {
    top: auto;
    bottom: 60px;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.banner-content.banner-content-right {
    left: auto;
    right: 30px;
}
.banner-badge .banner-link {
    font-size: 1.6rem;
    display: inline-block;
    background-color: #fff;
    padding: 1.2rem 2rem;
    text-align: center;
    min-width: 170px;
    border-radius: 0.2rem;
    position: absolute;
    top: auto;
    bottom: 3.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    overflow: hidden;
}
.banner-badge .banner-subtitle,
.banner-badge .banner-title {
    transition: 0.3s;
}
.banner-badge .banner-link-text {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: 0.3s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.banner-badge .banner-link:focus .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:hover .banner-title {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.banner-badge .banner-link:focus .banner-link-text,
.banner-badge .banner-link:hover .banner-link-text {
    opacity: 1;
    background-color: #5CABBC;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.form-footer,
.social-icon {
    align-items: center;
    display: flex;
}
.social-icon {
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #777;
    margin: 0;
    background-color: transparent;
    border: 0.1rem solid #e1e2e6;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: 0.35s;
}
.form-control,
label {
    font-weight: 300;
    font-size: 1.4rem;
}
.details-action-col .product-details-quantity,
.product-details-centered .details-row-size .select-custom,
.product-details-separator .details-filter-row .product-size,
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child),
.social-label {
    margin-right: 2rem;
}
.product-details .product-size a.active,
.product-details .product-size a:focus,
.product-details .product-size a:hover,
.social-icon:focus,
.social-icon:hover {
    color: #5CABBC;
    border-color: #5CABBC;
    background-color: transparent;
}
.social-icon.social-facebook {
    color: #8f79ed;
}
.social-icon.social-twitter {
    color: #79c8ed;
}
.social-icon.social-instagram {
    color: #dd6d9a;
}
.social-icon.social-pinterest,
.social-icon.social-youtube {
    color: #e66262;
}
.social-icon.social-linkedin {
    color: #39c;
}
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
    width: auto;
    height: auto;
    border: none;
}
.social-label {
    margin-bottom: 0;
}
.social-icons-sm .social-icon {
    font-size: 1.2rem;
    width: 3rem;
    height: 3rem;
}
.social-icons-sm .social-icon:not(:last-child) {
    margin-right: 0.5rem;
}
.social-icons-colored .social-icon.social-facebook {
    color: #fff;
    border-color: #8f79ed;
    background-color: #8f79ed;
}
.social-icons-colored .social-icon.social-twitter {
    color: #fff;
    border-color: #79c8ed;
    background-color: #79c8ed;
}
.social-icons-colored .social-icon.social-instagram {
    color: #fff;
    border-color: #dd6d9a;
    background-color: #dd6d9a;
}
.social-icons-colored .social-icon.social-pinterest,
.social-icons-colored .social-icon.social-youtube {
    color: #fff;
    border-color: #e66262;
    background-color: #e66262;
}
.social-icons-colored .social-icon.social-linkedin {
    color: #fff;
    border-color: #39c;
    background-color: #39c;
}
.social-icons-colored .social-icon:focus,
.social-icons-colored .social-icon:hover {
    background-color: #fff !important;
    border-color: #d7d7d7 !important;
}
.social-icons-colored .social-icon:focus.social-facebook,
.social-icons-colored .social-icon:hover.social-facebook {
    color: #8f79ed;
}
.social-icons-colored .social-icon:focus.social-twitter,
.social-icons-colored .social-icon:hover.social-twitter {
    color: #79c8ed;
}
.social-icons-colored .social-icon:focus.social-instagram,
.social-icons-colored .social-icon:hover.social-instagram {
    color: #dd6d9a;
}
.social-icons-colored .social-icon:focus.social-youtube,
.social-icons-colored .social-icon:hover.social-youtube {
    color: #e66262;
}
.social-icons-colored .social-icon:focus.social-pinterest,
.social-icons-colored .social-icon:hover.social-pinterest {
    color: #e66262;
}
.social-icons-colored .social-icon:focus.social-linkedin,
.social-icons-colored .social-icon:hover.social-linkedin {
    color: #39c;
}
.testimonial-icon:before {
    font-family: molla;
    content: "\f10d";
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1;
    color: #5CABBC;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.form-control,
.form-group,
.product-details,
.product-gallery,
.quickView-content .rating-container {
    margin-bottom: 2rem;
}
.testimonial img {
    display: inline-block !important;
    max-width: 70px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-bottom: 2.1rem;
}
.owl-testimonials.owl-theme .owl-nav [class*="owl-"] {
    top: 65px;
}
.owl-testimonials-photo.owl-theme .owl-nav [class*="owl-"] {
    top: 110px;
}
.form-control {
    height: 40px;
    padding: 0.85rem 2rem;
    line-height: 1.5;
    color: #000;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    transition: 0.3s;
    box-shadow: none;
}
.form-text,
.table th {
    line-height: 1.5;
    color: #999;
}
.custom-control,
.product-main-image,
.select-custom {
    position: relative;
    margin-bottom: 1rem;
}
select.form-control:not([size]):not([multiple]) {
    height: 40px;
}
.form-control-white {
    border-color: #fff;
}
.form-control:focus {
    color: #777;
    background-color: #fff;
    border-color: #5CABBC;
    box-shadow: none;
    outline: 0 !important;
}
.form-control::placeholder {
    color: #333;
}
textarea.form-control {
    min-height: 130px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.input-group-round .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.input-group-round > .input-group-append > .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
label {
    color: #666;
    margin: 0 0 1.1rem;
}
.form-text {
    margin-top: 0;
}
.required,
.required-field > label::after {
    color: #e02b27;
    font-size: 1.2rem;
}
.form-control + .form-text {
    margin-top: -0.5rem;
    margin-bottom: 0.6rem;
}
small.form-text {
    font-size: 85%;
}
.required-field > label::after {
    content: "*";
    margin: 0 0 0 0.45rem;
}
.required + .form-footer {
    margin-top: 0.8rem;
}
.form-footer {
    flex-wrap: wrap;
    padding-top: 0.6rem;
}
.select-custom select {
    -webkit-appearance: none;
    appearance: none;
}
.select-custom::after {
    font-family: molla;
    content: "\f110";
    position: absolute;
    display: inline-block;
    right: 1.9rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-51%);
    color: #333;
}
.custom-control-label::after,
.custom-control-label::before {
    top: 0.6rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
}
.checkout .form-control + .form-control,
.dashboard .form-control + .form-control,
.form-group-custom-control {
    margin-top: 2rem;
}
.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem;
}
.form-group-custom-control + .form-group-custom-control {
    margin-top: -0.5rem;
}
.form-group-custom-control .custom-control-label {
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 400;
}
.custom-control {
    padding-left: 2.6rem;
    margin-top: 1rem;
}
.custom-control-label {
    position: static;
    margin-bottom: 0;
    margin-top: 0.1rem;
    font-size: 1.4rem;
    padding-left: 2.6rem;
    margin-left: -2.6rem;
}
.custom-control-label::before {
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    box-shadow: none !important;
}
.accordion-summary .card-title a.collapsed:before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dadada;
}
.custom-checkbox .custom-control-label::after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: none;
    font-size: 1rem;
    font-family: molla;
    content: "\ec2d";
    line-height: 1;
    text-align: center;
    opacity: 0;
    margin-top: 0.1rem;
    visibility: hidden;
    transition: opacity 0.01s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #333;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(51, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    opacity: 1;
    visibility: visible;
}
.custom-control.custom-radio .custom-control-label::before {
    top: 0.4rem;
    background-color: #f9f9f9;
    border-color: #dadada;
    border-radius: 50%;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5CABBC;
    background-color: #fff;
}
.custom-control.custom-radio .custom-control-label::after {
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    top: 0.9rem;
    left: 0.5rem;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important;
    z-index: 2;
    background-color: #5CABBC;
}
.form-control-tooltip {
    position: relative;
    padding-right: 4rem;
}
.form-control-tooltip .input-tooltip {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 2.4rem;
    color: #777;
    transform: translateY(-50%);
    transition: 0.3s;
}
.form-control-tooltip .input-tooltip:focus,
.form-control-tooltip .input-tooltip:hover {
    color: #000;
}
.table th {
    font-weight: 400;
    font-size: 1.4rem;
}
.table td,
.table th,
.table thead th {
    border-top: none;
    border-bottom: 0.1rem solid #ebebeb;
}
.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    color: #5CABBC;
    background-color: transparent;
    border-color: #ebebeb;
}
.table td {
    vertical-align: middle;
}
.count-container {
    margin-bottom: 3.3rem;
}
.count-wrapper {
    color: #5CABBC;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 0.6rem;
}
.count-title {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}
.page-item-total,
.page-link {
    font-size: 1.4rem;
    font-weight: 400;
}
.pagination {
    border-radius: 0;
    align-items: center;
    margin-bottom: 2rem;
}
.banner-subtitle,
.intro-subtitle {
    margin-bottom: 0.5rem;
}
.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    padding: 0 0.3rem;
    line-height: 1;
    color: #706f6c;
    border-radius: 0.3rem;
    background-color: transparent;
    border: 0.1rem solid transparent;
}
.page-link.page-link-prev {
    margin-right: 1.7rem;
}
.page-link.page-link-prev i {
    margin-left: 0;
    margin-right: 1rem;
}
.page-link.page-link-next {
    margin-left: 1.8rem;
}
.page-link.page-link-next i {
    margin-left: 1rem;
    margin-right: 0;
}
.page-link.page-link-next,
.page-link.page-link-prev {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 70px;
}
.page-link:focus,
.page-link:hover {
    box-shadow: none;
    text-decoration: none;
    outline: 0 !important;
}
.page-item-total {
    color: #ccc;
    margin-left: 1.2rem;
}
.page-item + .page-item {
    margin-left: 0.4rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.page-item.disabled .page-link {
    border-color: transparent;
    color: #eaeaea;
}
.modal-backdrop {
    background-color: #333;
}
.modal-backdrop.show {
    opacity: 0.4;
}
.modal-body .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
.modal-content {
    border: none;
    box-shadow:
        5px 10px 16px rgba(51, 51, 51, 0.05),
        -5px 10px 16px rgba(51, 51, 51, 0.05);
}
.close {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666;
    opacity: 1;
    transition: 0.3s;
}
.elements > div {
    padding: 1rem;
}
.elements > div:first-child .element-img {
    background-position: calc(-200px * calc(1 - 1)) 0;
}
.elements > div:first-child .element-hover-img {
    background-position: calc(-200px * 1 + 100px) 0;
}
.elements > div:nth-child(2) .element-img {
    background-position: calc(-200px * calc(2 - 1)) 0;
}
.elements > div:nth-child(2) .element-hover-img {
    background-position: calc(-200px * 2 + 100px) 0;
}
.elements > div:nth-child(3) .element-img {
    background-position: calc(-200px * calc(3 - 1)) 0;
}
.elements > div:nth-child(3) .element-hover-img {
    background-position: calc(-200px * 3 + 100px) 0;
}
.elements > div:nth-child(4) .element-img {
    background-position: calc(-200px * calc(4 - 1)) 0;
}
.elements > div:nth-child(4) .element-hover-img {
    background-position: calc(-200px * 4 + 100px) 0;
}
.elements > div:nth-child(5) .element-img {
    background-position: calc(-200px * calc(5 - 1)) 0;
}
.elements > div:nth-child(5) .element-hover-img {
    background-position: calc(-200px * 5 + 100px) 0;
}
.elements > div:nth-child(6) .element-img {
    background-position: calc(-200px * calc(6 - 1)) 0;
}
.elements > div:nth-child(6) .element-hover-img {
    background-position: calc(-200px * 6 + 100px) 0;
}
.elements > div:nth-child(7) .element-img {
    background-position: calc(-200px * calc(7 - 1)) 0;
}
.elements > div:nth-child(7) .element-hover-img {
    background-position: calc(-200px * 7 + 100px) 0;
}
.elements > div:nth-child(8) .element-img {
    background-position: calc(-200px * calc(8 - 1)) 0;
}
.elements > div:nth-child(8) .element-hover-img {
    background-position: calc(-200px * 8 + 100px) 0;
}
.elements > div:nth-child(9) .element-img {
    background-position: calc(-200px * calc(9 - 1)) 0;
}
.elements > div:nth-child(9) .element-hover-img {
    background-position: calc(-200px * 9 + 100px) 0;
}
.elements > div:nth-child(10) .element-img {
    background-position: calc(-200px * calc(10 - 1)) 0;
}
.elements > div:nth-child(10) .element-hover-img {
    background-position: calc(-200px * 10 + 100px) 0;
}
.elements > div:nth-child(11) .element-img {
    background-position: calc(-200px * calc(11 - 1)) 0;
}
.elements > div:nth-child(11) .element-hover-img {
    background-position: calc(-200px * 11 + 100px) 0;
}
.elements > div:nth-child(12) .element-img {
    background-position: calc(-200px * calc(12 - 1)) 0;
}
.elements > div:nth-child(12) .element-hover-img {
    background-position: calc(-200px * 12 + 100px) 0;
}
.elements > div:nth-child(13) .element-img {
    background-position: calc(-200px * calc(13 - 1)) 0;
}
.elements > div:nth-child(13) .element-hover-img {
    background-position: calc(-200px * 13 + 100px) 0;
}
.elements > div:nth-child(14) .element-img {
    background-position: calc(-200px * calc(14 - 1)) 0;
}
.elements > div:nth-child(14) .element-hover-img {
    background-position: calc(-200px * 14 + 100px) 0;
}
.element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #ebebeb;
    position: relative;
    transition: 0.3s;
}
.element:focus,
.element:hover {
    box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
}
.btn-remove:focus,
.btn-remove:hover,
.element:focus p,
.element:hover p,
.product-desc-content ul,
.slider-loader,
.table.table-summary .summary-shipping-row,
.toolbox-info span {
    color: #333;
}
.element p {
    margin-top: -1rem;
    padding-bottom: 1rem;
}
.element-hover-img,
.element-img {
    width: 100px;
    height: 100px;
    background-image: url(../images/elements.png);
    background-repeat: no-repeat;
    transition: 0.3s;
}
.element-hover-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.element-type {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: Poppins;
    letter-spacing: 0.01em;
    color: #666;
    text-transform: uppercase;
}
.intro-section {
    margin-top: -1px;
}
.text-darkwhite {
    color: #ebebeb;
}
.intro-slide,
.intro-slider-container {
    background-color: #ccc;
}
.intro-slide .slide-image:before,
.intro-slider-container:before {
    display: block;
    content: "";
    width: 100%;
}
.intro-slider-1 .slide-image:before,
.slider-container-1:before {
    padding-top: 56.5384615385%;
}
@media screen and (max-width: 479px) {
    .intro-slider-1 .slide-image:before,
    .slider-container-1:before {
        padding-top: 83.3333333333%;
    }
}
.slide-image > img,
.slide-image > picture,
.slider-container-ratio .intro-slider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
.slide-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}
.slider-loader::after {
    content: "\f311";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    font-family: molla;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 4rem;
    transform-origin: center center;
    animation: 3s linear infinite rotating;
    z-index: 20;
}
.brand,
.toolbox {
    align-items: center;
}
@keyframes rotating {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.intro-content {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.intro-content .btn {
    font-size: 1.2rem;
    min-width: 90px;
    padding: 0.65rem 1rem;
}
.intro-subtitle {
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
}
.intro-title {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
    text-indent: -0.2rem;
}
.brand {
    display: flex;
    justify-content: center;
    min-height: 48px;
}
.brand img {
    width: auto !important;
    max-width: 100% !important;
}
.title-lg {
    letter-spacing: -0.025em;
}
.mt-v3 {
    margin-top: -3rem;
}
.categories.container::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: 0.1rem;
    top: 0;
    background-color: #ebebeb;
}
.more-container {
    margin-bottom: 7rem;
}
.icon-box-card {
    background-color: transparent;
    padding: 2rem;
}
.carousel-with-shadow .owl-stage-outer {
    padding: 3rem 1rem 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -3rem;
}
.carousel-with-shadow.owl-simple .owl-nav [class*="owl-"] {
    margin-top: -31px;
}
.widget-about p {
    max-width: 260px;
}
.cross-txt {
    position: absolute;
    left: -1px;
    right: -1px;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.mfp-ready.mfp-bg {
    opacity: 0.6;
}
.quickView-content {
    padding: 4rem 2rem;
    background-color: #fff;
}
.quickView-content .owl-theme.owl-light .owl-nav [class*="owl-"] {
    border: none;
    font-size: 3rem;
    color: #fff;
    background-color: transparent;
}
.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 30px;
    margin: 0;
}
.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 30px;
    margin: 0;
}
.quickView-content .owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
}
.quickView-content .owl-theme.owl-nav-inside .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}
.quickView-content > .row > div {
    padding-left: 2rem;
    padding-right: 2rem;
}
.quickView-content .product-title,
.sidebar {
    margin-top: 3rem;
}
.quickView-content .product-price,
.quickView-content .product-title {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #333;
    margin-bottom: 1rem;
}
.quickView-content p {
    color: #666;
    margin-bottom: 4rem;
}
.quickView-content .product-nav-thumbs a,
.quickView-content .product-nav-thumbs span {
    height: 5.4rem;
}
.quickView-content .details-filter-row label {
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #333;
}
.quickView-content .btn-product span {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    color: #777;
    text-transform: uppercase;
}
.quickView-content .product-left {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex: 0 0 19.2%;
    max-width: 19.2%;
}
.dashboard .tab-pane p,
.product-details-top,
.quickView-content .product-left img,
.widget-cats li:not(:last-child) {
    margin-bottom: 1rem;
}
.quickView-content .product-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex: 0 0 80.8%;
    max-width: 80.8%;
}
.quickView-content .intro-slide,
.quickView-content .intro-slider-container {
    height: unset;
}
.quickView-content .details-action-wrapper .btn-product + .btn-product {
    margin-left: 0;
    padding-left: 0;
}
.quickView-content .carousel-dot img {
    transition: 0.3s;
    opacity: 0.6;
}
.container.newsletter-popup-container,
.container.quickView-container,
.fullscreen-container .container {
    width: 1000px;
    max-width: 100%;
}
.fullscreen-container button.mfp-close,
.quickView-container button.mfp-close {
    color: #666;
    font-size: 1.8rem;
    top: 1.5rem;
    right: 2rem;
    display: block;
    width: 2rem;
    height: 2rem;
}
.fullscreen-container {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}
.fullscreen-container .carousel-dots {
    margin-top: 2rem;
    display: flex;
    padding-left: 6rem;
    padding-right: 6rem;
}
.fullscreen-container .carousel-dot {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.fullscreen-container .quickView-content {
    padding: 1rem 0 4rem;
}
.mfp-newsletter.mfp-bg {
    background: #222;
    opacity: 0.6;
}
.mfp-wrap .mfp-content {
    transition: 0.35s;
    opacity: 0;
}
@media screen and (max-width: 900px) {
    .fullscreen-container {
        margin-left: -0.6rem;
        margin-right: -0.6rem;
    }
}
@media screen and (max-width: 591px) {
    .newsletter-popup-container .banner-content {
        flex: 0 0 90%;
        max-width: 90%;
    }
}
@media screen and (max-width: 439px) {
    .quickView-content .details-action-wrapper {
        flex-direction: column;
    }
    .quickView-content .details-action-wrapper .btn-product + .btn-product {
        border: none;
        margin-top: 1rem;
    }
}
.toolbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2rem;
}
.toolbox .select-custom::after {
    right: 0.9rem;
    font-size: 1rem;
}
.toolbox .select-custom .form-control {
    font-size: 1.3rem;
    padding-right: 2rem;
    max-width: 140px;
    min-width: 140px;
    background-color: #fff;
    border-color: #e4e4e4;
}
.toolbox label {
    font-weight: 400;
    color: #333;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    margin: 0;
}
.toolbox .form-control {
    color: #999;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 0.45rem 1rem;
    height: 30px;
    margin-bottom: 0;
}
.toolbox .form-control:not(:focus) {
    border-color: #d7d7d7;
}
.toolbox select.form-control:not([size]):not([multiple]) {
    height: 30px;
}
.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    flex-wrap: wrap;
}
.toolbox-center {
    margin-top: 1rem;
    flex: 0 1 auto;
}
.toolbox-right {
    margin-top: 1rem;
    flex-direction: column;
}
.toolbox-sort label {
    margin-right: 1.6rem;
}
.btn-layout {
    display: inline-flex;
    padding: 0.5rem;
}
.btn-layout svg {
    fill: #dadada;
    transition: fill 0.35s;
}
.btn-layout.active svg,
.btn-layout:focus svg,
.btn-layout:hover svg {
    fill: #333;
}
.products > .row > [class*="col-"] {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}
.carousel-equal-height .owl-item,
.carousel-equal-height .owl-stage {
    display: flex;
    align-items: stretch;
}
.load-more-container {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.btn.btn-load-more {
    text-transform: uppercase;
    min-width: 190px;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}
.sidebar-shop .widget {
    color: #333;
    margin: 0 0 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.sidebar-filter .widget:last-child,
.sidebar-shop .widget:last-child {
    border-bottom: none;
}
.sidebar-shop .widget-title {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 0.7rem;
}
.sidebar-shop .custom-control {
    padding-left: 2.7rem;
    margin: 0;
}
.sidebar-shop .custom-control-label {
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
.widget-collapsible .widget-title a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-right: 3rem;
}
.widget-collapsible .widget-title a:after {
    color: #333;
    content: "\f110";
    display: block;
    font-family: molla;
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -0.7rem;
}
.widget-collapsible .widget-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.filter-item {
    position: relative;
    margin-bottom: 0.3rem;
}
.filter-items-count .item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    min-width: 2.5rem;
    height: 2rem;
    margin-top: -1rem;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 0.6rem;
    color: #777;
    background-color: #f8f8f8;
}
.sidebar-toggler {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-right: 3rem;
}
.sidebar-toggler i {
    font-size: 1.6rem;
    margin-right: 0.9rem;
}
.sub-filter-items {
    padding-left: 2.7rem;
}
.filter-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
}
.filter-colors a {
    position: relative;
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 30%;
    border: 0.2rem solid #ccc;
    margin: 0 0.3rem 0.3rem;
    transition: box-shadow 0.35s;
}
.product-details .product-cat span,
.size-guide i {
    margin-right: 0.7rem;
}
.filter-colors a.selected,
.filter-colors a:focus,
.filter-colors a:hover {
    box-shadow: 0 0 0 0.1rem #000;
}
.filter-price {
    padding-top: 0.2rem;
    padding-bottom: 3rem;
}
.filter-price-text {
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
}
.top-filter-btn {
    font-size: 12px;
}
.product-main-image img,
.product-separated-item img {
    max-width: none;
    width: 100%;
}
.btn-product-gallery {
    position: absolute;
    left: 35rem;
    bottom: 4rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #777;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
    transition: 0.35s;
}
.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.product-gallery-item {
    position: relative;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}
.max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.product-gallery-item:after,
.product-gallery-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    transition: 0.35s;
}
.product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid #5CABBC;
}
.product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}
.product-gallery-vertical .product-image-gallery {
    width: calc(100% + 10px);
}
.product-gallery-masonry {
    position: relative;
    display: block !important;
}
.product-gallery-masonry .product-gallery-item {
    max-width: 50%;
    width: 50%;
}
.product-gallery-carousel.owl-carousel {
    z-index: initial;
}
.product-gallery-image {
    margin-bottom: 0;
    padding-right: 1rem;
}
.product-separated-item {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.product-details .product-title {
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    margin-bottom: 1.2rem;
    margin-top: -0.5rem;
    padding-right: 1rem;
}
.product-details .product-countdown {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 260px;
    margin-left: -5px;
    margin-bottom: 2rem;
}
.product-details .product-nav-dots a,
.product-details .product-nav-dots span {
    width: 2rem;
    height: 2rem;
}
.product-details .product-cat {
    font-weight: 400;
    font-size: 1.4rem;
}
.product-details .product-cat a {
    color: #666;
    box-shadow: none;
    transition: 0.35s;
}
.product-details .product-size {
    flex-flow: row wrap;
    padding-top: 0;
    margin-bottom: 0;
}
.product-details .product-size a {
    color: #666;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    border: 0.1rem solid #d7d7d7;
    background-color: transparent;
    border-radius: 0;
    margin-right: 1rem;
}
.product-details .product-size a.disabled {
    color: #dadada;
    border-color: #ebebeb;
    background-color: transparent;
}
.details-filter-row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
}
.details-filter-row .form-control {
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-color: #d7d7d7;
    min-width: 131px;
}
.details-filter-row .select-custom {
    margin-bottom: 0;
    margin-right: 3.9rem;
}
.details-filter-row .select-custom::after {
    font-size: 1rem;
    right: 0.9rem;
}
.details-action-col label,
.details-filter-row label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.product-desc-content h2,
.product-desc-content h3 {
    letter-spacing: -0.01em;
    margin-bottom: 1.8rem;
    font-weight: 400;
}
.size-guide {
    color: #777;
    display: inline-flex;
    align-items: center;
}
.size-guide i {
    font-size: 1.8rem;
}
.product-details-quantity {
    max-width: 131px;
}
.product-details-quantity .form-control {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    text-align: center;
    margin-bottom: 0;
}
.product-details-action {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 3rem;
}
.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #5CABBC;
    border: 0.1rem solid #5CABBC;
}
.product-details-action .btn-cart span {
    font-size: 1.4rem;
    color: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition:
        box-shadow 0.35s,
        color;
}
.product-details-action .btn-cart:before {
    margin-right: 0.4rem;
}
.product-details-action .btn-cart:focus,
.product-details-action .btn-cart:hover {
    color: #fff;
    border-color: #5CABBC;
    background-color: #5CABBC;
}
.product-details-extended .nav.nav-pills,
.product-details-footer {
    border-top: 0.1rem solid #ebebeb;
}
.details-action-wrapper {
    display: flex;
    align-items: center;
    margin-left: 4rem;
}
.product-details-footer .social-icons,
.sidebar-product {
    margin-left: auto;
}
.details-action-wrapper .btn-product {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    align-self: stretch;
    line-height: 1.4;
}
.details-action-wrapper .btn-product + .btn-product {
    padding-left: 1.3rem;
    margin-left: 1.6rem;
}
.product-details-footer {
    color: #777;
    display: flex;
    font-weight: 400;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}
@media screen and (min-width: 1700px) {
    .container-fluid .product-details-action .btn-cart {
        min-width: 240px;
    }
    .container-fluid .details-filter-row .form-control {
        min-width: 171px;
    }
}
.product-details-tab .nav.nav-pills .nav-link {
    color: #333;
    font-size: 1.6rem;
    padding: 0.55rem 3rem;
    border-bottom-width: 0.2rem;
    text-transform: capitalize;
}
.product-details-tab .tab-content {
    border: 0.1rem solid #dadada;
    margin-top: -0.1rem;
    border-radius: 0.3rem;
}
.product-details-tab .tab-content .tab-pane {
    padding: 2.7rem 3rem;
}
.product-desc-content h2 {
    font-size: 2.4rem;
}
.product-desc-content h3 {
    font-size: 1.6rem;
}
.product-desc-content ul li {
    position: relative;
    padding-left: 1.3rem;
}
.product-desc-content ul li:before {
    content: "•";
    position: absolute;
    display: block;
    top: 0;
    left: 0.2rem;
}
.product-desc-content a {
    color: #333;
    border-bottom: 0.1rem solid #b8b8b8;
    transition: 0.35s;
}
.product-desc-content blockquote {
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.6rem;
}
.review h4,
.reviews h3 {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}
.product-desc-content blockquote cite {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.reviews h3 {
    margin-bottom: 2.3rem;
}
.review {
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.review h4,
.review-content {
    margin-bottom: 0.8rem;
}
.review .col-auto {
    width: 120px;
    padding-right: 2rem;
}
.review h4 {
    color: #333;
    font-weight: 400;
    line-height: 1.25;
}
.review .ratings-container {
    padding-top: 0.7rem;
    margin-bottom: 0.5rem;
}
.review-action {
    font-size: 1.2rem;
}
.review-action a {
    color: #777;
    transition: 0.35s;
}
.review-action a + a {
    margin-left: 1.6rem;
}
.review-action i {
    font-size: 1.4rem;
    margin-right: 0.6rem;
}
.product-details-centered .product-content {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.product-details-centered .details-filter-row label {
    width: auto;
    margin-right: 1rem;
}
.product-details-centered .details-filter-row .form-control {
    min-width: 104px;
}
.product-details-centered .product-details-action {
    flex-direction: column;
    align-items: center;
}
.product-details-centered .details-action-wrapper .btn-product + .btn-product {
    border-left-width: 0;
}
.product-details-centered .product-details-quantity {
    max-width: 100px;
}
.details-action-col {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
}
.product-details-extended .nav.nav-pills .nav-link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: 0.2rem solid transparent;
    border-bottom: none;
    margin-top: -0.1rem;
}
.product-details-extended .tab-content {
    border: none;
}
.product-desc-row {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 500px;
}
.product-details-separator {
    margin-bottom: 6rem;
}
.product-details-separator .details-filter-row label {
    margin-right: 2.4rem;
}
.details-footer-col {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    border-top: none;
}
.product-details-centered .details-footer-col {
    align-items: center;
}
.details-footer-col .product-cat {
    margin-bottom: 2.6rem;
}
.product-details-accordion .card {
    border: 0.1rem solid #ebebeb;
}
.product-details-accordion .card .card-title {
    font-weight: 400;
}
.checkout label,
.dashboard label,
.product-details-accordion .card .card-body p:last-child {
    margin-bottom: 0.2rem;
}
.product-details-sidebar .details-filter-row .select-custom {
    margin-right: 1.9rem;
}
.product-details-sidebar .product-details-action {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.6rem;
}
.product-details-sidebar .details-action-col .btn-product {
    flex: 1 1 auto;
    max-width: 230px;
}
.sidebar-product {
    max-width: 280px;
    margin-right: auto;
}
.sidebar-product .widget,
.widget {
    margin-bottom: 4.5rem;
}
.sidebar-product .widget-title {
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    margin-bottom: 2.4rem;
}
.sidebar-product .btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .details-action-wrapper {
        margin-left: 1rem;
    }
    .product-details-sidebar .product-details-quantity {
        max-width: 91px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start;
    }
    .details-action-wrapper {
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .product-details-action .btn-cart {
        min-width: 198px;
    }
    .product-details-tab .nav.nav-pills .nav-item + .nav-item {
        margin-left: 1rem;
    }
    .product-details-tab .nav.nav-pills .nav-item .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media screen and (max-width: 580px) {
    .product-details-action,
    .product-details-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .details-action-wrapper {
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .product-details-footer .social-icons {
        margin-left: 0;
        margin-top: 1rem;
    }
    .review .row {
        flex-direction: column;
    }
    .details-filter-row .select-custom {
        margin-right: 1.5rem;
    }
    .product-details-action .btn-cart,
    .product-details-centered .product-details-action .btn-cart {
        min-width: 198px;
    }
    .product-details-sidebar .details-action-col .btn-product {
        min-width: 168px;
    }
}
.read-more {
    display: inline-block;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.01em;
    padding-bottom: 0.1rem;
    transition: 0.3s;
}
.read-more:after {
    font-family: molla;
    content: "\f274";
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75rem;
    opacity: 0;
    transition: 0.25s;
    transform: translateX(-6px);
}
.read-more:focus,
.read-more:hover {
    padding-right: 2.2rem;
    box-shadow: 0 1px 0 0 #5CABBC;
}
.read-more:focus:after,
.read-more:hover:after {
    opacity: 1;
    transform: translateX(0);
}
.widget-title {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 2rem;
}
.widget-search .form-control {
    height: 40px;
    padding: 0.95rem 5rem 0.95rem 1.4rem;
    font-weight: 300;
    font-size: 1.3rem;
    background-color: transparent;
    margin-bottom: 0;
}
.widget-search .btn {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    min-width: 0;
    font-weight: 400;
    font-size: 1.8rem;
    color: #666;
    padding: 0;
    width: 3rem;
    height: 3rem;
    margin-top: -1.4rem;
}
.widget-cats a {
    color: #333;
    display: block;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
}
.banner-sidebar-title,
.nav-filter a {
    color: #777;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.widget-cats a span {
    float: right;
}
.banner-sidebar-title {
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.banner-sidebar {
    position: relative;
    text-align: center;
    line-height: 0;
}
.btn.btn-login,
.nav-filter a,
.sidebar-filter .widget-clean {
    font-size: 1.4rem;
    line-height: 1.5;
}
.nav-filter {
    display: flex;
    margin-bottom: 3rem;
}
.nav-filter a {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-weight: 400;
    border-bottom: 0.1rem solid transparent;
}
.contact-box h3,
.contact-info h3,
.form-choice,
.form-tab .nav.nav-pills .nav-link {
    font-weight: 400;
    letter-spacing: -0.025em;
}
.about-images {
    position: relative;
    text-align: right;
    padding-top: 4rem;
}
.about-img-front {
    position: relative;
    z-index: 2;
    border: 2rem solid #f9f9f9;
}
.about-img-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.brands-text {
    max-width: 430px;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}
.brands-text .title {
    line-height: 1.5;
}
.brands-display .brand {
    min-height: 0;
    margin-bottom: 4rem;
}
.about-testimonials blockquote {
    color: #666;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    line-height: 1.875;
}
@keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOutUpShort {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}
.contact-info h3 {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.contact-list {
    max-width: 270px;
    list-style: none;
    padding-left: 0;
}
.contact-list li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.4rem;
}
.contact-list i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.3rem;
    font-size: 2rem;
    line-height: 1;
    color: #5CABBC;
}
.contact-box h3 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
}
.contact-box address,
.contact-box div {
    font-weight: 300;
    font-style: normal;
}
.contact-box .social-icons {
    padding-top: 1.5rem;
}
.form-box {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 2.2rem 2rem 4.4rem;
    box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}
.form-box .btn {
    min-width: 115px;
}
.form-tab .nav.nav-pills {
    color: #333;
    border-bottom: 0.1rem solid #ebebeb;
}
.form-tab .nav.nav-pills .nav-item {
    margin-bottom: -0.1rem;
}
.form-tab .nav.nav-pills .nav-link {
    text-transform: capitalize;
    font-size: 2rem;
    color: inherit;
    border-bottom-width: 0.2rem;
    padding: 0.9rem 1rem;
}
.form-tab .nav-fill .nav-item {
    flex: 1 1 0;
}
.form-tab .tab-content .tab-pane {
    padding: 2rem 0 0;
}
.form-tab .form-footer {
    padding-top: 0.6rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #ebebeb;
    margin-bottom: 2.3rem;
}
.form-tab .form-footer .btn {
    margin-left: auto;
    margin-top: 1rem;
    order: 2;
    width: 100%;
}
.form-tab .form-footer .forgot-link {
    order: -1;
    width: 100%;
    margin-bottom: 0.6rem;
}
.form-choice {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
}
.checkout-title,
.summary-title {
    font-weight: 500;
    font-size: 1.6rem;
}
.form-choice p {
    margin-bottom: 2.7rem;
}
.btn.btn-login {
    color: #333;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.85rem 1rem;
    border: 0.1rem solid #ebebeb;
    min-width: 0;
}
.btn.btn-login i {
    text-align: left;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-width: 2rem;
}
.btn.btn-login.btn-g i {
    color: #c33;
    min-width: 2.6rem;
}
.btn.btn-login.btn-f i {
    color: #36c;
}
.btn.btn-login:focus,
.btn.btn-login:hover {
    background-color: #f5f6f9;
}
.form-choice .col-sm-6:not(:last-child) {
    margin-bottom: 0.6rem;
}
@media screen and (min-width: 576px) {
    .intro-content {
        left: 50px;
    }
    .intro-content .btn {
        font-size: 1.2rem;
        min-width: 110px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .intro-subtitle {
        font-size: 1.6rem;
    }
    .intro-title {
        font-size: 3.6rem;
        margin-bottom: 1.3rem;
    }
    .toolbox-right {
        flex-direction: row;
    }
    .toolbox-layout {
        margin-top: 0;
        margin-right: -0.5rem;
        margin-left: 1rem;
    }
    .form-choice .col-sm-6:not(:last-child) {
        margin-bottom: 0;
    }
    .form-tab .form-footer .btn {
        width: auto;
        margin-top: 0;
    }
}
.sidebar-filter {
    position: fixed;
    left: -350px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    transition: 0.35s;
}
.checkout .form-control:not(:focus),
.dashboard .form-control:not(:focus),
.input-spinner .form-control[disabled],
.summary {
    background-color: #f9f9f9;
}
.sidebar-filter-active .sidebar-filter {
    visibility: visible;
    transform: translateX(350px);
}
.sidebar-filter .widget {
    padding-left: 1rem;
    padding-right: 1rem;
}
.sidebar-filter .widget-clean {
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.01em;
    border-bottom: 0.1rem solid #ebebeb;
    padding: 0 1rem 2.4rem;
    margin-bottom: 2rem;
}
.sidebar-filter .widget-clean i {
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 1rem;
}
.sidebar-filter-banner.sidebar-shop .widget:not(.widget-clean) {
    border-bottom: none;
    margin-bottom: 4rem;
}
.sidebar-filter-banner.sidebar-shop .widget-title {
    margin-bottom: 1.7rem;
}
.sidebar-filter-wrapper {
    position: relative;
    padding: 3.5rem 2.7rem 1.5rem;
}
.sidebar-filter-clear {
    text-transform: capitalize;
    margin-left: auto;
}
@media screen and (max-width: 380px) {
    .sidebar-filter {
        left: -300px;
        max-width: 300px;
    }
    .sidebar-filter-active .sidebar-filter {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    .sidebar-filter-wrapper {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
}
.checkout textarea.form-control {
    min-height: 150px;
}
.checkout .custom-control {
    margin-top: 2.5rem;
}
.checkout .custom-control + .custom-control {
    margin-top: 1.8rem;
}
.checkout .custom-control .custom-control-label {
    font-weight: 400;
    color: #333;
}
.checkout-title {
    letter-spacing: 0;
    margin-top: 2.2rem;
    margin-bottom: 1.8rem;
}
.checkout-discount {
    position: relative;
    max-width: 340px;
    margin-bottom: 0.5rem;
}
.checkout-discount label {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-weight: 400;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    transition: 0.3s;
}
.checkout-discount .form-control {
    background-color: transparent !important;
    border-radius: 0.3rem;
    border: 0.1rem dashed #d7d7d7;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
.checkout-discount .form-control:focus {
    border-color: #5CABBC;
    outline: 0 !important;
}
.summary {
    padding: 2.5rem 3rem 3rem;
    border: 0.1rem dashed #d7d7d7;
    border-radius: 0.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.summary-title {
    letter-spacing: 0;
    padding-bottom: 1.7rem;
    border-bottom: 0.1rem solid #ccc;
    margin-bottom: 2.1rem;
}
.table.table-summary {
    line-height: 1.43;
    color: #666;
    border: none;
    margin-bottom: 0;
}
.table.table-summary .summary-shipping,
.table.table-summary .summary-shipping-estimate,
.table.table-summary .summary-subtotal td,
.table.table-summary thead th {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
}
.table.table-summary thead th {
    border-bottom: none;
    padding: 0 0 0.3rem;
}
.table.table-summary tbody td {
    padding: 6px;
    border-bottom: 0.1rem solid #ebebeb;
}
.table.table-summary tbody td,
.table.table-summary thead th {
    vertical-align: middle;
    border-top: none;
}
.table.table-summary tbody td:last-child,
.table.table-summary thead th:last-child {
    text-align: right;
    min-width: 100px;
}
.table.table-summary .summary-total td {
    font-weight: 400;
    font-size: 1.6rem;
    color: #5CABBC;
    border-bottom: none;
}
.accordion-summary .card {
    color: #999;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.67;
    border: none;
    background-color: transparent;
}
.accordion-summary .card-title {
    font-weight: 300;
    font-size: 1.4rem;
    color: #333;
    letter-spacing: 0;
}
.product-col .product-title,
.table .price-col,
.table .stock-col {
    font-size: 1.6rem;
    font-weight: 400;
}
.accordion-summary .card-title a {
    color: inherit;
    padding: 0.7rem 0 0.7rem 3rem;
}
.accordion-summary .card-title a small {
    font-size: 1.1rem;
    color: #999;
}
.accordion-summary .card-title a:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.1rem solid #5CABBC;
    right: auto;
    left: 0;
    top: 0.7rem;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.accordion-summary .card-title a:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    left: 0.5rem;
    top: 1.2rem;
    border-radius: 50%;
    background-color: #5CABBC;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
.accordion-summary .card-body {
    padding: 0.4rem 0 0.8rem 3rem;
}
.table .price-col {
    width: 180px;
    color: #333;
}
.table .stock-col {
    width: 160px;
}
.table .action-col {
    width: 202px;
}
.table .action-col .btn {
    height: 40px;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.table .action-col .btn i {
    font-size: 1.8rem;
    margin-right: 1rem !important;
    margin-left: 0 !important;
}
.table .action-col .btn.disabled {
    opacity: 1 !important;
    color: #ccc !important;
    cursor: default;
    pointer-events: none;
    background-color: #fafafa !important;
    border-color: #ebebeb !important;
}
.table .remove-col {
    padding-right: 0;
    padding-left: 0;
    width: 38px;
    text-align: right;
}
.table .remove-col .btn-remove {
    margin-right: -0.7rem;
}
.product-col .product {
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 2rem;
    box-shadow: none;
}
.product-col .product-media {
    display: inline-block;
    margin: 0 2.8rem 0 0;
    flex-shrink: 0;
    max-width: 80px;
}
.product-col .product-title {
    display: inline-block;
    color: #333;
    line-height: 1.25;
    margin: 0;
}
.in-stock {
    color: #a6c76c;
}
.out-of-stock {
    color: #ef837b;
}
.btn-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #ccc;
    background-color: transparent;
    font-size: 1.7rem;
    line-height: 1;
    border: none;
    outline: 0;
    transition: 0.35s;
}
.action-col .dropdown-menu {
    color: #666;
    border-radius: 0;
    width: 100%;
    font-size: 1.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.action-col .dropdown-item {
    padding: 0.5rem 1.5rem;
    transition:
        background 0.35s,
        color 0.1s;
}
@media screen and (max-width: 991px) {
    .top-menu:not(.top-link-menu) {
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    .top-menu:not(.top-link-menu) > li {
        display: flex;
        align-items: center;
        align-self: stretch;
        padding-right: 2.2rem;
    }
    .top-menu:not(.top-link-menu) > li > a {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .top-menu:not(.top-link-menu) > li::after {
        font-family: molla;
        content: "\f110";
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        margin-top: -0.7rem;
    }
    .top-menu:not(.top-link-menu) ul {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 20;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 1px;
        background-color: #fff;
        box-shadow:
            2px 5px 8px rgba(51, 51, 51, 0.05),
            -2px 5px 8px rgba(51, 51, 51, 0.05);
        text-transform: capitalize;
    }
    .top-menu:not(.top-link-menu) ul:before {
        content: "";
        display: block;
        width: 100%;
        height: 0.1rem;
        position: absolute;
        top: -1px;
        left: 0;
    }
    .top-menu:not(.top-link-menu):focus ul,
    .top-menu:not(.top-link-menu):hover ul {
        visibility: visible;
        opacity: 1;
    }
    .top-menu:not(.top-link-menu) li + li {
        margin-left: 0 !important;
    }
    .top-menu:not(.top-link-menu) a {
        padding: 0.3rem 1.5rem;
    }
    .header-left .top-menu ul {
        right: auto;
        left: 0;
    }
    .header-6 .header-middle .header-left,
    .header-bottom,
    .header-search {
        display: none;
    }
    .header-search-extended {
        margin-right: 0;
    }
    .header-search-extended .btn {
        height: 40px;
    }
    .header-search-extended .form-control {
        height: 38px;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .header-search-extended select {
        height: 38px;
        line-height: 38px;
    }
    .header-6 .header-bottom,
    .header-6 .header-middle .header-center,
    .header-search-visible .search-toggle {
        display: block;
    }
    .header-search-visible .header-search-wrapper {
        position: absolute;
        right: -10rem;
        top: 100%;
        margin-top: 0.8rem;
        display: none;
        border-width: 0.4rem;
    }
    .header-search-visible .header-search-wrapper:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 10rem;
        bottom: 100%;
        border-style: solid;
        border-width: 0 11px 13px;
        border-color: transparent transparent #ebebeb;
    }
    .header-6 .logo {
        position: absolute;
        width: 140px;
        top: 50%;
        left: 1rem;
        transform: translate(0, -50%);
        margin-top: 0;
        margin-bottom: 0;
    }
    .sticky-wrapper {
        z-index: 1;
    }
    .sticky-content.is_stuck {
        position: static !important;
        top: auto !important;
        width: auto !important;
        bottom: auto !important;
    }
    .table-mobile,
    .table-mobile tbody,
    .table-mobile td,
    .table-mobile tr {
        width: 100% !important;
        display: block !important;
    }
    .table-mobile thead {
        display: none !important;
    }
    .table-mobile tr {
        position: relative;
        padding-top: 4.2rem;
        padding-bottom: 4rem;
    }
    .table-mobile .remove-col {
        position: absolute;
        right: 1.5rem;
        top: 0.5rem;
        padding: 0.5rem !important;
        width: auto !important;
    }
    .table-mobile tr td {
        text-align: center;
        padding: 0.1rem 3rem;
        border-bottom: none;
    }
    .table-mobile tr .product-col {
        padding-bottom: 0.6rem;
    }
    .table-mobile tr .action-col {
        padding-top: 1.5rem;
    }
    .table-mobile tr .action-col .btn,
    .table-mobile tr .action-col .dropdown {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .table-mobile .product-col .product {
        justify-content: center;
    }
    .table-mobile .product-col .product-title {
        text-align: left;
    }
    .table-mobile {
        border: 0.1rem solid #ebebeb;
    }
    .table-mobile tr:not(:last-child) {
        border-bottom: 0.1rem solid #ebebeb;
    }
    .table-mobile .cart-product-quantity {
        margin: 0.5rem auto;
    }
    .product-col .product {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-desc-row {
        min-height: 380px;
    }
    .product-desc-content h2,
    .product-details .product-title {
        font-size: 2.2rem;
    }
    .product-gallery-separated {
        margin-bottom: 3rem;
    }
    .table-mobile .product-col .product-media {
        margin-right: 1.5rem;
    }
}
@media screen and (max-width: 575px) {
    .header-6 .cart-dropdown,
    .header-6 .compare-dropdown {
        padding-left: 1.4rem;
    }
    .header-6 .compare-dropdown,
    .header-6 .wishlist-link {
        display: flex;
    }
    .widget-about-info .col-sm-6:not(:last-child) {
        margin-bottom: 1rem;
    }
    .cta-display .cta-desc {
        margin-bottom: 2rem;
    }
    .cta-display .btn {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }
    .toolbox-left {
        padding-top: 10px;
    }
    .top-filter-btn {
        margin: 0;
        display: block;
        padding-left: 30px;
    }
    .breadcrumb-nav .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .product-pager {
        margin-right: auto;
        margin-top: 1rem;
    }
    .product-details-tab .nav.nav-pills .nav-item + .nav-item {
        margin-left: 0;
    }
    .nav-filter {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart-bottom {
        flex-direction: column;
        margin-bottom: 4rem;
    }
    .cart-bottom .cart-discount .btn {
        margin-top: 0;
    }
    .cart-bottom .btn {
        margin-left: 0 !important;
        margin-top: 1rem;
    }
    .page-header {
        margin-bottom: 20px;
    }
    .breadcrumb-nav,
    .btn-product-gallery-div,
    .cart-extra-products,
    .summary-section {
        visibility: hidden;
        display: none;
    }
    .product-main-image {
        padding-right: 30px;
        padding-left: 30px;
    }
    #product-zoom {
        border: 1px solid #333;
    }
}
.cart-product-quantity .form-control,
.input-spinner .form-control {
    padding: 0.85rem 2.6rem;
    border-color: #dadada;
    background-color: #fff;
    margin: 0;
}
.table .total-col {
    color: #5CABBC;
    font-weight: 400;
    font-size: 1.6rem;
}
.table.table-cart .price-col {
    width: 120px;
}
.table.table-cart .total-col {
    width: 80px;
}
.table.table-cart .quantity-col {
    width: 135px;
}
.cart-product-quantity {
    width: 100px;
}
.cart-product-quantity .form-control {
    height: 40px;
    max-width: 100%;
}
.input-spinner .input-group-append,
.input-spinner .input-group-prepend {
    position: absolute;
    top: 0;
}
.input-spinner .input-group-append {
    right: 0;
}
.input-spinner .form-control {
    height: auto;
}
.btn.btn-spinner {
    min-width: 0;
    color: #333;
    padding: 1.25rem 0.4rem;
    font-size: 1rem;
    border: none;
    background: 0 0;
}
.cart-bottom {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
}
.cart-bottom .btn {
    margin-left: auto;
    min-width: 152px;
}
.cart-discount {
    flex: 0 0 50%;
    max-width: 326px;
}
.cart-discount .form-control {
    margin-right: 1.1rem;
}
.cart-discount .btn {
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
}
.table.table-summary .summary-shipping td {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
    height: auto;
    border-bottom: none;
}
.table.table-summary .summary-shipping-row td {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: none;
}
.table.table-summary .summary-shipping-estimate td {
    height: auto;
    padding-top: 1.4rem;
    padding-bottom: 2.3rem;
}
.table.table-summary .summary-shipping-estimate a {
    margin-top: 0.6rem;
    display: inline-block;
    font-weight: 300;
    color: #999;
    font-size: 1.4rem;
    border-bottom: 0.1rem solid #999;
}
.summary-cart .table.table-summary tbody td:last-child,
.summary-cart .table.table-summary thead th:last-child {
    min-width: 0;
}
.dashboard .tab-pane {
    padding: 0 0 2rem;
    border: none;
    line-height: 2.15;
}
.dashboard .btn {
    min-width: 123px;
}
.nav-dashboard .nav-link {
    overflow: hidden;
    position: relative;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.4rem 0;
    color: #333;
    border-bottom: 0.1rem solid #ebebeb;
}
.nav-dashboard .nav-link:before {
    font-family: molla;
    content: "\f274";
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -7.5px;
    transition: 0.3s;
    opacity: 0;
}
.nav-dashboard .nav-link.active:before {
    left: 0;
    opacity: 1;
}
.card-dashboard {
    margin-bottom: 3rem;
    background-color: #f9f9f9;
    border: 0.1rem solid #ebebeb;
}
.card-dashboard .card-title {
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}
.card-dashboard .card-body {
    padding: 4rem 2.8rem 2rem;
}
.error-content {
    color: #777;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
    padding-top: 8.5rem;
    min-height: 480px;
    background-color: #fdfdfd;
}
.error-content p {
    margin-bottom: 2.5rem;
}
.error-title {
    letter-spacing: -0.025em;
    margin-bottom: 1.4rem;
}
.mt-0 {
    margin-top: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.pt-3 {
    padding-top: 3rem !important;
}
.pb-3 {
    padding-bottom: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.pt-4 {
    padding-top: 4rem !important;
}
.pb-4 {
    padding-bottom: 4rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
.mb-5 {
    margin-bottom: 5rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}
.pb-5 {
    padding-bottom: 5rem !important;
}
.mt-6 {
    margin-top: 6rem !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.pt-6 {
    padding-top: 6rem !important;
}
.pb-6 {
    padding-bottom: 6rem !important;
}
.mt-7 {
    margin-top: 7rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}
.pt-7 {
    padding-top: 7rem !important;
}
.pb-7 {
    padding-bottom: 7rem !important;
}
.mt-8 {
    margin-top: 8rem !important;
}
.mb-8 {
    margin-bottom: 8rem !important;
}
.pt-8 {
    padding-top: 8rem !important;
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.mt-9 {
    margin-top: 9rem !important;
}
.mb-9 {
    margin-bottom: 9rem !important;
}
.pt-9 {
    padding-top: 9rem !important;
}
.pb-9 {
    padding-bottom: 9rem !important;
}
.mt-10 {
    margin-top: 10rem !important;
}
.mb-10 {
    margin-bottom: 10rem !important;
}
.pt-10 {
    padding-top: 10rem !important;
}
.pb-10 {
    padding-bottom: 10rem !important;
}
.mt-11 {
    margin-top: 11rem !important;
}
.mb-11 {
    margin-bottom: 11rem !important;
}
.pt-11 {
    padding-top: 11rem !important;
}
.pb-11 {
    padding-bottom: 11rem !important;
}
.mt-12 {
    margin-top: 12rem !important;
}
.mb-12 {
    margin-bottom: 12rem !important;
}
.pt-12 {
    padding-top: 12rem !important;
}
.pb-12 {
    padding-bottom: 12rem !important;
}
.mt-13 {
    margin-top: 13rem !important;
}
.mb-13 {
    margin-bottom: 13rem !important;
}
.pt-13 {
    padding-top: 13rem !important;
}
.pb-13 {
    padding-bottom: 13rem !important;
}
.mt-14 {
    margin-top: 14rem !important;
}
.mb-14 {
    margin-bottom: 14rem !important;
}
.pt-14 {
    padding-top: 14rem !important;
}
.pb-14 {
    padding-bottom: 14rem !important;
}
.mt-15 {
    margin-top: 15rem !important;
}
.mb-15 {
    margin-bottom: 15rem !important;
}
.pt-15 {
    padding-top: 15rem !important;
}
.pb-15 {
    padding-bottom: 15rem !important;
}
@media screen and (min-width: 768px) {
    .h1,
    h1 {
        font-size: 5rem;
    }
    .banner-big .banner-title,
    .h2,
    h2 {
        font-size: 4rem;
    }
    .h3,
    .title-lg,
    h3 {
        font-size: 3rem;
    }
    .form-tab .nav.nav-pills .nav-link,
    .h4,
    .title,
    h4 {
        font-size: 2.4rem;
    }
    #scroll-top {
        display: flex;
    }
    .page-header h1 {
        font-size: 3.6rem;
    }
    .banner-display .banner-title,
    .intro-subtitle,
    .page-header h1 span {
        font-size: 1.8rem;
    }
    .page-header.page-header-big {
        min-height: 350px;
    }
    .icon-box {
        margin-bottom: 4rem;
    }
    .icon-box-side {
        margin-bottom: 0;
    }
    .banner-content {
        left: 3rem;
    }
    .banner-big .banner-content {
        left: 6rem;
    }
    .modal-dialog {
        max-width: 575px;
    }
    .intro-content {
        left: 70px;
    }
    .intro-content .btn {
        font-size: 1.3rem;
        min-width: 130px;
        padding: 0.95rem 1.5rem;
    }
    .intro-title {
        font-size: 4.2rem;
        margin-bottom: 1.7rem;
    }
    .toolbox {
        flex-direction: row;
    }
    .toolbox-center {
        margin-top: 0;
    }
    .toolbox-right {
        margin-top: 0;
        justify-content: flex-end;
    }
    .product-details-separator [class*="col-"] {
        padding-top: 1rem;
    }
    .product-details-separator [class*="col-"] + [class*="col-"]:before {
        content: "";
        width: 0.1rem;
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-color: #ebebeb;
    }
    .form-box {
        padding: 3.7rem 6rem 6.4rem;
    }
    .form-tab .form-footer .btn {
        margin-left: 0;
        margin-right: 1.6rem;
        order: -1;
    }
    .form-tab .form-footer .forgot-link {
        order: 2;
        width: auto;
        margin-bottom: 0;
        margin-left: auto;
    }
    .error-content {
        padding-top: 12.5rem;
        min-height: 620px;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 1rem !important;
    }
    .mt-md-2 {
        margin-top: 2rem !important;
    }
    .mt-md-3 {
        margin-top: 3rem !important;
    }
    .mt-md-4 {
        margin-top: 4rem !important;
    }
    .mt-md-5 {
        margin-top: 5rem !important;
    }
    .mt-md-6 {
        margin-top: 6rem !important;
    }
    .mt-md-7 {
        margin-top: 7rem !important;
    }
    .mt-md-8 {
        margin-top: 8rem !important;
    }
    .mt-md-9 {
        margin-top: 9rem !important;
    }
    .mt-md-10 {
        margin-top: 10rem !important;
    }
    .mt-md-11 {
        margin-top: 11rem !important;
    }
    .mt-md-12 {
        margin-top: 12rem !important;
    }
    .mt-md-13 {
        margin-top: 13rem !important;
    }
    .mt-md-14 {
        margin-top: 14rem !important;
    }
    .mt-md-15 {
        margin-top: 15rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 1rem !important;
    }
    .mb-md-2 {
        margin-bottom: 2rem !important;
    }
    .mb-md-3 {
        margin-bottom: 3rem !important;
    }
    .mb-md-4 {
        margin-bottom: 4rem !important;
    }
    .mb-md-5 {
        margin-bottom: 5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 6rem !important;
    }
    .mb-md-7 {
        margin-bottom: 7rem !important;
    }
    .mb-md-8 {
        margin-bottom: 8rem !important;
    }
    .mb-md-9 {
        margin-bottom: 9rem !important;
    }
    .mb-md-10 {
        margin-bottom: 10rem !important;
    }
    .mb-md-11 {
        margin-bottom: 11rem !important;
    }
    .mb-md-12 {
        margin-bottom: 12rem !important;
    }
    .mb-md-13 {
        margin-bottom: 13rem !important;
    }
    .mb-md-14 {
        margin-bottom: 14rem !important;
    }
    .mb-md-15 {
        margin-bottom: 15rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 1rem !important;
    }
    .pt-md-2 {
        padding-top: 2rem !important;
    }
    .pt-md-3 {
        padding-top: 3rem !important;
    }
    .pt-md-4 {
        padding-top: 4rem !important;
    }
    .pt-md-5 {
        padding-top: 5rem !important;
    }
    .pt-md-6 {
        padding-top: 6rem !important;
    }
    .pt-md-7 {
        padding-top: 7rem !important;
    }
    .pt-md-8 {
        padding-top: 8rem !important;
    }
    .pt-md-9 {
        padding-top: 9rem !important;
    }
    .pt-md-10 {
        padding-top: 10rem !important;
    }
    .pt-md-11 {
        padding-top: 11rem !important;
    }
    .pt-md-12 {
        padding-top: 12rem !important;
    }
    .pt-md-13 {
        padding-top: 13rem !important;
    }
    .pt-md-14 {
        padding-top: 14rem !important;
    }
    .pt-md-15 {
        padding-top: 15rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 1rem !important;
    }
    .pb-md-2 {
        padding-bottom: 2rem !important;
    }
    .pb-md-3 {
        padding-bottom: 3rem !important;
    }
    .pb-md-4 {
        padding-bottom: 4rem !important;
    }
    .pb-md-5 {
        padding-bottom: 5rem !important;
    }
    .pb-md-6 {
        padding-bottom: 6rem !important;
    }
    .pb-md-7 {
        padding-bottom: 7rem !important;
    }
    .pb-md-8 {
        padding-bottom: 8rem !important;
    }
    .pb-md-9 {
        padding-bottom: 9rem !important;
    }
    .pb-md-10 {
        padding-bottom: 10rem !important;
    }
    .pb-md-11 {
        padding-bottom: 11rem !important;
    }
    .pb-md-12 {
        padding-bottom: 12rem !important;
    }
    .pb-md-13 {
        padding-bottom: 13rem !important;
    }
    .pb-md-14 {
        padding-bottom: 14rem !important;
    }
    .pb-md-15 {
        padding-bottom: 15rem !important;
    }
}
@media screen and (min-width: 992px) {
    .footer-2 .footer-bottom .container,
    .footer-2 .footer-bottom .container-fluid,
    .footer-bottom .container,
    .footer-bottom .container-fluid {
        flex-direction: row;
    }
    .footer-copyright {
        margin-bottom: 0;
        text-align: left;
    }
    .footer-payments,
    .sticky-bar .btn-wishlist:before {
        margin-right: 0;
    }
    .footer-menu {
        margin-bottom: 0;
        margin-left: 0.6rem;
        margin-right: 0;
    }
    .footer-bottom .social-icons {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 0;
    }
    .page-header h1,
    .single-entry .entry-title-big {
        font-size: 4rem;
    }
    .card-title,
    .page-header h1 span {
        font-size: 2rem;
    }
    .page-header.page-header-big {
        min-height: 450px;
    }
    .heading.heading-flex {
        align-items: center;
        flex-direction: row;
        text-align: left;
    }
    .heading-right {
        margin-top: 0;
        margin-left: auto;
    }
    .nav-pills + .tab-content .tab-pane {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .banner-content {
        left: 4rem;
    }
    .banner-big .banner-content {
        left: 10rem;
    }
    .banner-big .banner-title {
        font-size: 5rem;
    }
    .cta-display .cta-title {
        font-size: 3rem;
    }
    .banners-sm .banner-link-anim {
        padding-left: 0;
        padding-right: 0;
    }
    .banners-sm .row {
        margin-left: 0;
        margin-right: 0;
    }
    .container-fluid .product-details-top .col-lg-7 {
        -ms-flex: 0 0 56.5%;
        flex: 0 0 56.5%;
        max-width: 56.5%;
    }
    .container-fluid .product-details-top .col-lg-5 {
        -ms-flex: 0 0 43.5%;
        flex: 0 0 43.5%;
        max-width: 43.5%;
    }
    .product-gallery-vertical .product-gallery-item:after,
    .product-gallery-vertical .product-gallery-item:before,
    .sticky-bar {
        left: 0;
        right: 0;
    }
    .sticky-bar,
    .sticky-bar .row {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .product-gallery-vertical .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        flex-direction: row-reverse;
    }
    .product-gallery-vertical .btn-product-gallery {
        right: 2.5rem;
    }
    .product-gallery-vertical .product-image-gallery,
    .product-gallery-vertical .product-main-image {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .product-gallery-vertical .product-main-image {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .product-gallery-vertical .product-image-gallery {
        width: auto;
        flex: 0 0 20%;
        max-width: 20%;
        margin-left: 0;
        margin-right: 0;
    }
    .product-gallery-vertical .product-gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .sticky-bar {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 500;
        background-color: #fff;
        box-shadow: -15px 0 43px rgba(51, 51, 51, 0.15);
    }
    .sticky-bar .col-6 {
        display: flex;
        align-items: center;
    }
    .sticky-bar .product-media {
        max-width: 60px;
        margin-right: 2rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .sticky-bar .product-title {
        margin-bottom: 0;
        letter-spacing: -0.025em;
    }
    .sticky-bar .product-price {
        margin-bottom: 0;
        margin-right: 2rem;
    }
    .sticky-bar .product-details-quantity {
        margin-right: 2rem;
        max-width: 100px;
    }
    .entry-fullwidth .social-icons.social-icons-vertical,
    .sticky-bar .product-details-action {
        margin-bottom: 0;
    }
    .sticky-bar .btn-cart {
        min-width: 200px;
        margin-right: 2rem;
    }
    .sticky-bar .btn-product + .btn-product {
        border: none;
    }
    .sticky-bar .btn-wishlist {
        font-size: 1.8rem;
        margin-right: 2rem;
    }
    .sticky-bar .btn-wishlist span {
        display: none;
    }
    .sidebar {
        margin-top: -0.3rem;
    }
    .entry {
        margin-bottom: 6rem;
    }
    .entry-grid {
        margin-bottom: 4rem;
    }
    .max-col-2 .entry-grid .entry-media {
        margin-bottom: 2.4rem;
    }
    .max-col-2 .entry-grid .entry-title {
        font-size: 2.4rem;
    }
    .max-col-2 .entry-grid .entry-cats {
        margin-bottom: 1.5rem;
    }
    .max-col-4 .entry-grid .entry-video a:after {
        width: 5rem;
        height: 5rem;
        margin-left: -2.5rem;
        margin-top: -2.5rem;
    }
    .max-col-4 .entry-grid .entry-video a:focus:after,
    .max-col-4 .entry-grid .entry-video a:hover:after {
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
    }
    .social-icons.social-icons-vertical {
        flex-direction: column;
        text-align: center;
        padding-bottom: 4rem;
    }
    .social-icons.social-icons-vertical .social-label {
        margin-right: 0;
        margin-bottom: 1.1rem;
    }
    .social-icons.social-icons-vertical .social-icon {
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .social-icons.social-icons-vertical .social-icon + .social-icon {
        margin-left: 0;
    }
    .cart .col-lg-3,
    .checkout .col-lg-3,
    .dashboard .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .cart .col-lg-9,
    .checkout .col-lg-9,
    .dashboard .col-lg-9 {
        -ms-flex: 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .summary {
        margin-top: 0;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 1rem !important;
    }
    .mt-lg-2 {
        margin-top: 2rem !important;
    }
    .mt-lg-3 {
        margin-top: 3rem !important;
    }
    .mt-lg-4 {
        margin-top: 4rem !important;
    }
    .mt-lg-5 {
        margin-top: 5rem !important;
    }
    .mt-lg-6 {
        margin-top: 6rem !important;
    }
    .mt-lg-7 {
        margin-top: 7rem !important;
    }
    .mt-lg-8 {
        margin-top: 8rem !important;
    }
    .mt-lg-9 {
        margin-top: 9rem !important;
    }
    .mt-lg-10 {
        margin-top: 10rem !important;
    }
    .mt-lg-11 {
        margin-top: 11rem !important;
    }
    .mt-lg-12 {
        margin-top: 12rem !important;
    }
    .mt-lg-13 {
        margin-top: 13rem !important;
    }
    .mt-lg-14 {
        margin-top: 14rem !important;
    }
    .mt-lg-15 {
        margin-top: 15rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 7rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 8rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 10rem !important;
    }
    .mb-lg-11 {
        margin-bottom: 11rem !important;
    }
    .mb-lg-12 {
        margin-bottom: 12rem !important;
    }
    .mb-lg-13 {
        margin-bottom: 13rem !important;
    }
    .mb-lg-14 {
        margin-bottom: 14rem !important;
    }
    .mb-lg-15 {
        margin-bottom: 15rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 1rem !important;
    }
    .pt-lg-2 {
        padding-top: 2rem !important;
    }
    .pt-lg-3 {
        padding-top: 3rem !important;
    }
    .pt-lg-4 {
        padding-top: 4rem !important;
    }
    .pt-lg-5 {
        padding-top: 5rem !important;
    }
    .pt-lg-6 {
        padding-top: 6rem !important;
    }
    .pt-lg-7 {
        padding-top: 7rem !important;
    }
    .pt-lg-8 {
        padding-top: 8rem !important;
    }
    .pt-lg-9 {
        padding-top: 9rem !important;
    }
    .pt-lg-10 {
        padding-top: 10rem !important;
    }
    .pt-lg-11 {
        padding-top: 11rem !important;
    }
    .pt-lg-12 {
        padding-top: 12rem !important;
    }
    .pt-lg-13 {
        padding-top: 13rem !important;
    }
    .pt-lg-14 {
        padding-top: 14rem !important;
    }
    .pt-lg-15 {
        padding-top: 15rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 7rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 9rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 10rem !important;
    }
    .pb-lg-11 {
        padding-bottom: 11rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 12rem !important;
    }
    .pb-lg-13 {
        padding-bottom: 13rem !important;
    }
    .pb-lg-14 {
        padding-bottom: 14rem !important;
    }
    .pb-lg-15 {
        padding-bottom: 15rem !important;
    }
}
@media screen and (min-width: 1200px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-4-5col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .col-xl-2-5col {
        -ms-flex: 0 0 calc(40%);
        flex: 0 0 calc(40%);
        max-width: calc(40%);
    }
    .col-xl-3-5col {
        -ms-flex: 0 0 calc(60%);
        flex: 0 0 calc(60%);
        max-width: calc(60%);
    }
    .no-gutters .col-xl-2-5col {
        -ms-flex: 0 0 calc(40% + 8px);
        flex: 0 0 calc(40% + 8px);
        max-width: calc(40% + 8px);
    }
    .no-gutters .col-xl-3-5col {
        -ms-flex: 0 0 calc(60% - 8px);
        flex: 0 0 calc(60% - 8px);
        max-width: calc(60% - 8px);
    }
    .footer-bottom .container-fluid:before,
    .header-top .container-fluid:after {
        left: 30px;
        right: 30px;
    }
    .icon-boxes-separator [class*="col-"] + [class*="col-"]:before {
        content: "";
        display: block;
        width: 0.1rem;
        height: 5.3rem;
        background-color: #e9e9e9;
        position: absolute;
        left: -0.3rem;
        top: 50%;
        margin-top: -2.55rem;
    }
    .quickView-content > .row .product-fullscreen {
        flex: 0 0 calc(50% + 2rem);
        max-width: calc(50% + 2rem);
        padding-left: 0;
        padding-right: 0;
    }
    .intro-content {
        left: 100px;
    }
    .intro-content .btn {
        font-size: 1.4rem;
        min-width: 150px;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
    }
    .intro-subtitle {
        font-size: 2rem;
    }
    .intro-title {
        font-size: 5.2rem;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 1rem !important;
    }
    .mt-xl-2 {
        margin-top: 2rem !important;
    }
    .mt-xl-3 {
        margin-top: 3rem !important;
    }
    .mt-xl-4 {
        margin-top: 4rem !important;
    }
    .mt-xl-5 {
        margin-top: 5rem !important;
    }
    .mt-xl-6 {
        margin-top: 6rem !important;
    }
    .mt-xl-7 {
        margin-top: 7rem !important;
    }
    .mt-xl-8 {
        margin-top: 8rem !important;
    }
    .mt-xl-9 {
        margin-top: 9rem !important;
    }
    .mt-xl-10 {
        margin-top: 10rem !important;
    }
    .mt-xl-11 {
        margin-top: 11rem !important;
    }
    .mt-xl-12 {
        margin-top: 12rem !important;
    }
    .mt-xl-13 {
        margin-top: 13rem !important;
    }
    .mt-xl-14 {
        margin-top: 14rem !important;
    }
    .mt-xl-15 {
        margin-top: 15rem !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 7rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 8rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 10rem !important;
    }
    .mb-xl-11 {
        margin-bottom: 11rem !important;
    }
    .mb-xl-12 {
        margin-bottom: 12rem !important;
    }
    .mb-xl-13 {
        margin-bottom: 13rem !important;
    }
    .mb-xl-14 {
        margin-bottom: 14rem !important;
    }
    .mb-xl-15 {
        margin-bottom: 15rem !important;
    }
}
@media screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xxl-4-5col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .footer-bottom .container-fluid:before,
    .header-top .container-fluid:after {
        left: 70px;
        right: 70px;
    }
    .header .container-fluid .megamenu-container {
        position: relative;
    }
    .header .container-fluid .megamenu-container .megamenu {
        right: auto;
        width: 1170px;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 1rem !important;
    }
    .mt-xxl-2 {
        margin-top: 2rem !important;
    }
    .mt-xxl-3 {
        margin-top: 3rem !important;
    }
    .mt-xxl-4 {
        margin-top: 4rem !important;
    }
    .mt-xxl-5 {
        margin-top: 5rem !important;
    }
    .mt-xxl-6 {
        margin-top: 6rem !important;
    }
    .mt-xxl-7 {
        margin-top: 7rem !important;
    }
    .mt-xxl-8 {
        margin-top: 8rem !important;
    }
    .mt-xxl-9 {
        margin-top: 9rem !important;
    }
    .mt-xxl-10 {
        margin-top: 10rem !important;
    }
    .mt-xxl-11 {
        margin-top: 11rem !important;
    }
    .mt-xxl-12 {
        margin-top: 12rem !important;
    }
    .mt-xxl-13 {
        margin-top: 13rem !important;
    }
    .mt-xxl-14 {
        margin-top: 14rem !important;
    }
    .mt-xxl-15 {
        margin-top: 15rem !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 2rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 4rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 5rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 6rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 7rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 8rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 10rem !important;
    }
    .mb-xxl-11 {
        margin-bottom: 11rem !important;
    }
    .mb-xxl-12 {
        margin-bottom: 12rem !important;
    }
    .mb-xxl-13 {
        margin-bottom: 13rem !important;
    }
    .mb-xxl-14 {
        margin-bottom: 14rem !important;
    }
    .mb-xxl-15 {
        margin-bottom: 15rem !important;
    }
}
@font-face {
    font-family: molla;
    src: url("../fonts/molla.eot?74273691");
    src:
        url("../fonts/molla.eot?74273691#iefix") format("embedded-opentype"),
        url("../fonts/molla.woff2?74273691") format("woff2"),
        url("../fonts/molla.woff?74273691") format("woff"),
        url("../fonts/molla.ttf?74273691") format("truetype"),
        url("../fonts/molla.svg?74273691#molla") format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: molla;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
    content: "\f364";
}
.icon-search:before {
    content: "\f2eb";
}
.icon-shopping-cart:before {
    content: "\f2fa";
}
.icon-close:before {
    content: "\f191";
}
.icon-bars:before {
    content: "\f131";
}
.icon-truck:before {
    content: "\f352";
}
.icon-rotate-left:before {
    content: "\e81c";
}
.icon-headphones:before {
    content: "\e816";
}
.icon-check-circle-o:before {
    content: "\e80b";
}
.icon-info-circle:before {
    content: "\e80c";
}
.icon-arrow-up:before {
    content: "\f122";
}
.icon-facebook-f:before {
    content: "\f39e";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-blogger:before {
    content: "\f37c";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-angle-down:before {
    content: "\f110";
}
.icon-angle-left:before {
    content: "\f111";
}
.icon-angle-right:before {
    content: "\f112";
}
.icon-th-list:before {
    content: "\f33b";
}
.icon-edit:before {
    content: "\f1c1";
}
.icon-arrows:before {
    content: "\f123";
}
.icon-long-arrow-left:before {
    content: "\f273";
}
.icon-long-arrow-right:before {
    content: "\f274";
}
.icon-refresh:before {
    content: "\e813";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-amex:before {
    content: "\f1f3";
}
.icon-cc:before {
    content: "\f2dc";
}
.icon-map-marker:before {
    content: "\e815";
}
.icon-phone:before {
    content: "\e806";
}
.icon-envelope:before {
    content: "\f1c6";
}
.icon-clock-o:before {
    content: "\f18f";
}
.icon-calendar:before {
    content: "\f15c";
}
.cta-newsletter.text-center .input-group {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.cta-newsletter .cta-icon {
    color: #333;
    display: inline-block;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 1.1rem;
}
.cta-newsletter .title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}
.cta-newsletter .title-desc {
    color: #777;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin-bottom: 2.4rem;
}
.cta-newsletter .form-control {
    height: 46px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    background-color: #fafafa;
}
.cta-newsletter .form-control:not(:focus) {
    border-color: #fafafa;
}
.cta-newsletter .btn {
    min-width: 160px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}
.cta-newsletter .btn i {
    font-size: 1.5rem;
    margin-left: 0.5rem;
}
.cta-newsletter .newsletter-desc {
    color: #777;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1.4rem 0 0;
}
table.sizechart {
    border-collapse: collapse;
    width: 100%;
}
table.sizechart td {
    border: 1px solid #ccc;
    padding: 3px;
    width: 20%;
    text-align: center;
}
.autosearchM {
    background: #333;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
}
.klarna-basket-button {
    margin-bottom: 6px;
    height: 33px;
    width: 100%;
}
.btn-primary-yell {
    background-color: #f0d102;
    color: #000;
}
.btn-primary-yell.active,
.btn-primary-yell:active,
.btn-primary-yell:focus,
.btn-primary-yell:hover {
    background-color: #e1c402;
    color: #000;
}
.btn-primary-yell.active,
.btn-primary-yell:active {
    background: #e1c402;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle;
}
.mfp-bg {
    z-index: 1442;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    background: #333;
    transition: opacity 0.55s;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-ready.mfp-bg {
    opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-removing .mfp-ajax-holder,
.mfp-removing .mfp-container,
.mfp-removing .mfp-iframe-holder,
.mfp-removing .mfp-image-holder,
.mfp-removing.mfp-ready.mfp-bg {
    opacity: 0;
}
.mfp-wrap {
    z-index: 1443;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-arrow,
.mfp-close {
    padding: 0;
    text-align: center;
}
.mfp-container:before {
    content: "";
    height: 100%;
}
.mfp-align-top .mfp-container:before,
.mfp-close span,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1445;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-gallery .mfp-image-holder .mfp-figure,
.mfp-zoom {
    cursor: pointer;
}
.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1444;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-preloader a {
    color: #ccc;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1446;
    box-shadow: none;
    touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 6rem;
    height: 5.2rem;
    font: 2.6rem/1 molla;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: 0.6;
    transition: 0.35s;
}
.mfp-close:before {
    content: "\f191";
}
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-ready .mfp-ajax-holder,
.mfp-ready .mfp-container,
.mfp-ready .mfp-iframe-holder,
.mfp-ready .mfp-image-holder {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-ajax-holder,
.mfp-iframe-holder,
.mfp-image-holder {
    opacity: 0;
    transition:
        transform 0.5s,
        opacity 0.5s;
}
.mfp-ajax-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    outline: 0 !important;
    display: none;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0.6;
    margin: -50px 0 0;
    top: 50%;
    font-family: molla;
    color: #fff;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1;
    width: 64px;
    height: 100px;
    transition: 0.35s;
    -webkit-tap-highlight-color: transparent;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:before {
    content: "\f111";
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:before {
    content: "\f112";
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1060px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    content: "";
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty,
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
