/*
 * Theme Name: Fitnessnord
 * Theme URI: https://www.fitnessnord.com/
 * Description: 2020 version of fitnessnord.com
 *
 * Author: Maninder Pal Singh
 * Author URI:
 */
/* Custom Bootstrap Grid
 * -------------------------------------------------- */
@media (min-width: 1420px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1380px;
    }
}

@media (max-width: 349px) {
    .col-xxs {
        flex: 1 1 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
    }
}

@media (min-width: 1420px) {
    .col-xxl-6 {
        flex: 1 1 50%;
        max-width: 50%;

        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
    }
}

.p-h-0 {
    padding-right: 0;
    padding-left: 0;
}

.p-h-0 > .row {
    margin-right: 0;
    margin-left: 0;
}

.p-h-0 > .row > [class^='col'] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 575px) {
    .p-h-xs-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .p-h-xs-0 > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .p-h-xs-0 > .row > [class^='col'] {
        padding-right: 0;
        padding-left: 0;
    }
    .p-h-xs-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .p-h-md-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .p-h-md-0 > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .p-h-md-0 > .row > [class^='col'] {
        padding-right: 0;
        padding-left: 0;
    }
    .p-h-md-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .p-h-lg-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .p-h-lg-0 > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .p-h-lg-0 > .row > [class^='col'] {
        padding-right: 0;
        padding-left: 0;
    }
    .p-h-lg-1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Base Styles
 * -------------------------------------------------- */
body {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

body,
body:before,
body:after,
body *,
body *:before,
body *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #637199;
    outline: none;
}

.more {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.more:hover,
.more:focus,
.more:active {
    color: #637199;
}

sup {
    font-size: 0.6em;
}

.strikethrough {
    text-decoration: line-through;
}

.bg-sea-green {
    background-color: #11b2ac;
}

.bg-green {
    background-color: #51a538;
}

.bg-purple {
    background-color: #39297c;
}

.bg-white {
    background-color: #fff;
}

.bg-slate-gradient {
    background: #ecf9fe;
    background: -o-radial-gradient(center, circle closest-side, #ecf9fe 0%, #c2ccd0 100%);
    background: radial-gradient(circle closest-side at center, #ecf9fe 0%, #c2ccd0 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECF9FE', endColorstr='#C2CCD0',GradientType=1 );
}

.bg-purple-gradient {
    background: #8845b9;
    background: -o-radial-gradient(center, circle closest-side, #8845b9 0%, #41016f 100%);
    background: radial-gradient(circle closest-side at center, #8845b9 0%, #41016f 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8845B9', endColorstr='#41016F',GradientType=1 );
}

img {
    max-width: 100%;
}

.reveal {
    display: none;
}

/* Buttons
 * -------------------------------------------------- */
.btn-primary {
    color: #fff;
    border-color: #000;
    border-radius: 6px;
    outline: none;
    background-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #637199;
    outline: none;
    background-color: #637199;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary {
    color: #fff;
    border-color: #637199;
    border-radius: 6px;
    outline: none;
    background-color: #637199;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #000;
    outline: none;
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-block + .btn-block {
    margin-top: 0.6875rem;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.btn.focus:focus,
.btn:focus:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.text-overflow {*/
/*    overflow: hidden;*/
/*    transition: all 0.3s;*/
/*    max-height: 300px;*/
/*}*/
.end-cat-info {
    display: none;
    padding-top: 10px;
}

.text-overflow.open {
    max-height: none;
}

#checkout-shipping-method-load li {
    list-style: none;
}

/* Site Sub-header
 * -------------------------------------------------- */
.site-sub-header {
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #1f222e;
    position: relative;
    padding: 0.80769em 0;
    height: 41px;
}

.catalogsearch-result-index .items .col-sm-6 {
    margin-bottom: 30px;
}

.site-sub-header strong {
    font-weight: 800;
    color: #ff0;
}

.site-sub-header .rotator {
    text-align: center;
}

.site-sub-header .sub-nav {
    font-size: 0.92307em;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    color: #777b8c;
}

.site-sub-header .sub-nav ul,
.site-sub-header .sub-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-sub-header .sub-nav li {
    display: inline-block;
}

.site-sub-header .sub-nav li:not(:last-child) {
    margin-right: 7px;
    padding-right: 8px;
    border-right: 1px solid #777b8c;
}

.site-sub-header .sub-nav a {
    color: #777b8c;
}

.site-sub-header .sub-nav a:hover,
.site-sub-header .sub-nav a:focus,
.site-sub-header .sub-nav a:active {
    color: #fff;
}

.site-sub-header .mobile-link {
    display: none;
}

.site-sub-header .link {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.site-sub-header  a {
    color: #fff;
}

.site-sub-header a.desktop-link {
    display: block;
}

.site-sub-header .mobile-link {
    display: none;
}

@media (max-width: 992px) {
    .site-sub-header a.mobile-link {
        display: block;
    }

    .site-sub-header a.desktop-link {
        display: none;
    }

    .site-sub-header .container {
        max-width: 100%;
    }
}
/* Site Header
 * -------------------------------------------------- */
.sticky-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 202;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.anchor {
    position: relative;
    top: -165px;
}

@media (min-width: 350px) {
    .anchor {
        top: -115px;
    }
}

@media (min-width: 992px) {
    .anchor {
        top: -210px;
    }
}

/* Site Branding
 * -------------------------------------------------- */
.site-branding {
    line-height: 0;
    padding: 1rem 0;
    background-color: #000;
}

@media (min-width: 992px) {
    .site-branding {
        padding: 1.5625rem 0;
    }
}

.site-branding .logo {
    margin-bottom: 1rem;
    text-align: center;
}

@media (min-width: 350px) {
    .site-branding .logo {
        margin-bottom: 0;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .checkout .site-branding .logo {
        margin-bottom: 0;
        text-align: left;
    }
}

@media (max-width: 992px) {
    .checkout .site-branding .logo {
        margin-bottom: 0;
        text-align: center;
    }
}

.site-branding .logo a {
    display: inline-block;
}

.site-branding .header-controls {
    position: relative;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 350px) {
    .site-branding .header-controls {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.site-branding .search-panel .form-group {
    position: relative;
    margin-bottom: 0;
}

.site-branding .search-panel .form-control {
    font-size: 1.1rem;
    font-weight: 400;
    height: 50px;
    padding-left: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #545973;
    border: 1px solid #fff;
    border-radius: 8px;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-branding .search-panel .form-control:focus {
    border: 1px solid #ff0;
}

.site-branding .search-panel .btn {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 0;
    color: #d4d5d9;
}

.site-branding .search-toggle {
    font-size: 1.5rem;
    margin-left: 30px;
    color: #637199;
}

@media (min-width: 576px) {
    .site-branding .search-toggle {
        font-size: 1.5625rem;
    }
}

.site-branding .search-toggle:hover,
.site-branding .search-toggle:focus,
.site-branding .search-toggle:active {
    color: #fff;
}

.site-branding .search-panel-mobile {
    display: none;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #1f222e;
}

.site-branding .cart {
    font-size: 1.5rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 30px;
    padding: 10px 0;
    color: #637199;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 576px) {
    .site-branding .cart {
        font-size: 1.5625rem;
        margin-left: 15px;
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .site-branding .cart {
        margin-left: 0;
    }
}

.site-branding .cart:hover,
.site-branding .cart:focus,
.site-branding .cart:active {
    color: #fff;
}

.site-branding .cart:hover .cart-counter,
.site-branding .cart:focus .cart-counter,
.site-branding .cart:active .cart-counter {
    color: #637199;
    background-color: #fff;
}

@media (min-width: 576px) {
    .site-branding .cart.active {
        color: #637199;
        border-radius: 7px 7px 0 0;
        background-color: #fff;
    }
    .site-branding .cart.active .cart-counter {
        color: #fff;
        background-color: #637199;
    }
}

@media (max-width: 575px) {
    .site-branding .cart.active:after {
        position: absolute;
        right: 4px;
        bottom: -4px;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-right: 8px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 8px solid transparent;
    }
}

.site-branding .cart-counter {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border-radius: 50%;
    background-color: #637199;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .site-branding .cart-counter {
        font-size: 0.9rem;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
}

.site-branding .cart-dropdown {
    position: absolute;
    z-index: 999;
    top: 108%;
    right: -15px;
    display: none;
    width: 100vw;
    height: auto;
    max-height: calc(100vh - 104px);
    padding: 15px;
    border-radius: 0 0 7px 7px;
    background-color: #fff;
    overflow-y: auto;
}

@media (min-width: 576px) {
    .site-branding .cart-dropdown {
        top: 100%;
        right: 0;
        width: 440px;
        border-radius: 7px 0 7px 7px;
    }
}

.site-branding .cart-dropdown ul,
.site-branding .cart-dropdown li {
    margin: 0;
    padding: 0;
}

.site-branding .cart-dropdown li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e1e5e8;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-branding .cart-dropdown .item-img {
    flex: 0 0 75px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    height: 75px;
}

.site-branding .cart-dropdown .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-branding .cart-dropdown .item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    flex: 1;
    padding-right: 15px;
    color: #000;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.site-branding .cart-dropdown .item-qty {
    flex: 0 0 60px;
    padding-right: 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
}

.site-branding .cart-dropdown .form-group {
    margin: 0;
}

.site-branding .cart-dropdown .form-control {
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0 0 0 8px;
    color: #000;
}

.site-branding .cart-dropdown .item-cta {
    font-size: 20px;
    flex: none;

    -webkit-box-flex: 0;
    -ms-flex: none;
}

.site-branding .cart-dropdown .item-cta a {
    color: #637199;
}

.site-branding .cart-dropdown .item-cta a:hover,
.site-branding .cart-dropdown .item-cta a:focus,
.site-branding .cart-dropdown .item-cta a:active {
    color: #000;
}

.site-branding .cart-dropdown .btn-checkout {
    font-size: 1.375rem;
    font-weight: 600;
    height: 50px;
    margin-top: 20px;
    text-transform: uppercase;
}

/* Site Nav
 * -------------------------------------------------- */
.site-nav {
    background-color: #000;
}

.site-nav .nav {
    position: relative;
    width: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-nav .nav,
.site-nav .nav-item {
    margin: 0;
    padding: 0;
}

.site-nav .nav-item {
    text-align: left;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}

.site-nav .nav-item:hover,
.site-nav .nav-item:focus,
.site-nav .nav-item:active {
    border-bottom: 5px solid #fff;
}

.site-nav .nav-item > a {
    font-size: 1.0625rem;
    padding: 0.42em 0;
    text-transform: uppercase;
}

.site-nav .nav-item .dropdown {
    position: absolute;
    top: 49px;
    right: 0;
    left: 0;
    visibility: hidden;
    max-height: calc(100vh - 230px);
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    background-color: #000;
    overflow-y: auto;
    overflow-x: hidden;
}

.site-nav .nav-item:hover .dropdown,
.site-nav .nav-item:focus .dropdown,
.site-nav .nav-item:active .dropdown {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
    .site-nav .nav-item .dropdown > .row {
        display: block;
        columns: 12rem;
        gap: 1rem;
    }

    .site-nav .nav-item .dropdown > .row .col-lg-3 {
        flex: auto;
        max-width: 100%;
        break-inside: avoid;
    }

    .site-nav .nav-item .dropdown > .row .col-lg-3 ul li a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
        white-space: nowrap;
    }
}

.site-nav .nav-item ul,
.site-nav .nav-item li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0;
    list-style: none;
}

.site-nav .nav-item ul {
    margin: 0 0 1.5rem;
}

.site-nav .nav-item ul:empty {
    display: none;
}

.site-nav .nav-item li {
    margin: 4px 0;
}

.site-nav a {
    /* font-size: 0.875rem; */
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    /* color: #637199; */
    color: #8591b5;
}

.site-nav .dropdown a {
    line-height: 1.8;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a:active {
    color: #fff;
}

.site-nav h3 a,
.site-nav h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45rem;
    margin: 0 0 0.6rem 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

.site-nav img {
    border: 1px solid #1f222e;
}

/* Site Nav - Mobile
 * -------------------------------------------------- */
.body-overlay {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

body.slide-out {
    overflow: hidden;
}

body.slide-out .body-overlay {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.slide-menu {
    position: fixed;
    z-index: 203;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    max-width: 100%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #000;
}

.slide-menu,
.slide-menu .slide-menu__slider {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

    will-change: transform;
}

.slide-menu .slide-menu__slider {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-menu__decorator {
    margin-left: auto;
}

.slide-menu__decorator .fas {
    margin-left: 0.5rem;
}

.slide-menu__backlink .fas {
    font-size: 1.35rem;
    margin-right: 0.5rem;
}

.slide-menu .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slide-menu .btn {
    font-size: 1rem;
    flex: 0 0 auto;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    /* color: #637199; */
    /* color: #b8bece; */
    color: #8591b5;
    background-color: #000;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
}

.slide-menu .btn:hover,
.slide-menu .btn:focus,
.slide-menu .btn:active {
    color: #fff;
}

.slide-menu .btn:first-of-type {
    text-align: left;
}

.slide-menu .btn:first-of-type:before {
    margin-right: 0.5rem;
    content: '⮜';
}

.slide-menu .btn:last-of-type {
    text-align: right;
}

.slide-menu .btn:last-of-type:before {
    margin-right: 0.5rem;
    content: '✕';
}

.slide-menu .slide-menu__backlink {
    text-transform: uppercase;
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.slide-menu ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-menu,
.slide-menu a {
    font-size: 1.125rem;
    /* color: #637199; */
    /* color: #b8bece; */
    color: #8591b5;
}

.slide-menu a {
    padding: 0.9rem 1.5rem;
    cursor: pointer;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    hyphens: auto;
    border-bottom: 1px solid #1f222e;

    -ms-hyphens: auto;
}

.slide-menu a:hover {
    color: #fff;
}

.slide-menu li i {
    margin-right: 10px;
}

.slide-menu li:last-child a,
.slide-menu .bdr-b-0 {
    border-bottom: none;
}

/* Header - Site Nav Hamburger
 * -------------------------------------------------- */
.site-nav-hamburger {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 19px;
}

.site-nav-hamburger .bar {
    position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    background-color: #637199;
}

.site-nav-hamburger:hover .bar,
.site-nav-hamburger:focus .bar,
.site-nav-hamburger:active .bar {
    background-color: #fff;
}

.site-nav-hamburger .bar:nth-child(1) {
    top: 0;
}

.site-nav-hamburger .bar:nth-child(2),
.site-nav-hamburger .bar:nth-child(3) {
    top: 8px;
}

.site-nav-hamburger .bar:nth-child(4) {
    top: 16px;
}

/* Site Footer
 * -------------------------------------------------- */
.site-footer .taglines {
    padding-top: 30px;
    background-color: #50556e;
}

.site-footer .tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    color: #b4bbd9;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (min-width: 992px) {
    .site-footer .tagline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

.site-footer .tagline img {
    width: 55px;
}

@media (min-width: 768px) {
    .site-footer .tagline img {
        width: auto;
    }
}

.site-footer .tagline h6 {
    font-size: 1.0625rem;
    font-weight: 400;
    margin: 10px 0 0 0;
    text-align: center;
    color: #b4bbd9;
}

.site-footer .tagline h6 strong {
    font-size: 1.4375rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .site-footer .tagline h6 {
        margin: 0 0 0 20px;
        text-align: left;
    }
}

.footer-nav {
    margin-bottom: 20px;
    text-align: left;
}

.footer-nav h6 {
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #868eb3;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-nav h6 {
        cursor: pointer;
    }
}

.footer-nav h6 i {
    margin-left: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 992px) {
    .footer-nav h6 i {
        display: none;
    }
}

@media (max-width: 991px) {
    .footer-nav ul {
        display: none;
    }
}

.footer-nav ul,
.footer-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    padding: 3px 0;
}

.footer-nav ul a {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #868eb3;
}

.footer-nav ul a:hover,
.footer-nav ul a:focus,
.footer-nav ul a:active {
    color: #fff;
}

.footer-nav.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-widgets {
    padding: 30px 0;
    text-align: center;
    background-color: #20232e;
}

@media (min-width: 992px) {
    .footer-widgets {
        text-align: left;
    }
}

.footer-widget {
    height: 100%;
}

.footer-widget .social {
    font-size: 29px;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    color: #868eb3;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer-widget .social {
        margin: 90px 0 0;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-widget .social a {
    display: block;
    margin: 0 12px;
}

.footer-widget .social a,
.footer-widget .social a:hover,
.footer-widget .social a:focus,
.footer-widget .social a:active {
    color: #868eb3;
}

.footer-credentials {
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #868eb3;
    background-color: #000;
}

@media (min-width: 992px) {
    .footer-credentials {
        padding: 10px 0;
    }
}

.footer-credentials .row.align-items-end {
    min-height: 45px;
}

.footer-credentials .row.align-items-end > div {
    margin: 8px 0;
}

.footer-credentials .payment-options {
    text-align: left;
}

.footer-credentials .payment-options img {
    display: block;
    margin: 7px 0 0;
}

@media (min-width: 992px) {
    .footer-credentials .payment-options {
        text-align: center;
    }
    .footer-credentials .payment-options img {
        display: inline-block;
        margin: 0 0 0 15px;
    }
}

.footer-credentials .country-selector {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.footer-credentials .country-selector .current-city {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.footer-credentials .country-selector .other-city-list {
    list-style: none;
    background-color: #fff;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 15px;
    border-radius: 7px;
    text-align: right;
    display: none;
}

.footer-credentials .country-selector .other-city-list.active {
    display: inline-block;
}

.footer-credentials .country-selector .other-city-list li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-credentials .country-selector .other-city-list li a {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #000;
}

.footer-credentials .country-selector .other-city-list li a:hover {
    color: #637199;
}

.footer-credentials .country-selector i {
    font-size: 22px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .footer-credentials {
        text-align: left;
    }
}

/* Billboard
 * -------------------------------------------------- */
.billboard a {
    line-height: 0;
    display: block;
}

.billboard img {
    width: 100%;
    margin-top: -1px;
}

/* Nouveau Items
 * -------------------------------------------------- */
.nouveau-items h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 35px 0;
    text-align: center;
    text-transform: uppercase;
}

.nouveau-items .item {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
}

.nouveau-items img {
    width: 100%;
}

.nouveau-items .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(50%, rgba(128, 128, 128, 0)),
        to(rgba(0, 0, 0, 0.66))
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(128, 128, 128, 0) 50%,
        rgba(0, 0, 0, 0.66) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(128, 128, 128, 0) 50%,
        rgba(0, 0, 0, 0.66) 100%
    );
    /* IE6-9 */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#54000000',GradientType=0 );
}

.nouveau-items .label-wrap {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    top: 0;
    left: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 40px;
    padding-left: 12px;
    -webkit-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    text-transform: uppercase;
    color: #000;
    border-bottom-right-radius: 10px;
    background-color: #ff0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nouveau-items .label {
    -webkit-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.nouveau-items .item-detail {
    position: absolute;
    right: 15px;
    bottom: 25px;
    left: 15px;
}

.nouveau-items .item-title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5em;
    color: #fff;
}

.nouveau-items .item-price {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

/* Product Slider and Product Slider for sub pages
 * -------------------------------------------------- */
.product-slider .item,
.product-slider-subpage .item,
.items .item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 20px 73px;
    outline: none;
    background-color: #fff;
}

.product {
    margin-bottom: 30px;
}

.product-slider .ribbon-sale,
.product-slider-subpage .ribbon-sale,
.items .ribbon-sale {
    font-size: 1.0625rem;
    font-weight: 900;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    top: 25px;
    right: -40px;
    width: 170px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #ffed34;
}
.product-slider-subpage .ribbon-soldout,
.item .ribbon-soldout,
.product-slider .ribbon-soldout {
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 40px;
    position: absolute;
    z-index: 1;
    top: 29px;
    left: -42px;
    width: 180px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.product-slider-subpage .ribbon-soldout,
.item .ribbon-soldout,
.product-slider .ribbon-soldout {
    background: #474747;
    background: -o-radial-gradient(center, ellipse, #474747 0%, #000 100%);
    background: radial-gradient(ellipse at center, #474747 0%, #000 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=1 );
}

.product-slider .item.soldout .item-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.item.soldout .item-properties,
.item.soldout .item-detail,
.product-slider .item.soldout .item-properties,
.product-slider .item.soldout .item-detail {
    pointer-events: none;
}
.item.soldout .buy-now,
.product-slider .item.soldout .buy-now {
    background-color: #d1d6d9;
}
.item.soldout .item-price .price,
.item.soldout .item-price .regular-price,
.item.soldout .item-properties,
.item.soldout .item-properties .form-control
.product-slider .item.soldout .item-price .price,
.product-slider .item.soldout .item-price .regular-price,
.product-slider .item.soldout .item-properties,
.product-slider .item.soldout .item-properties .form-control {
    color: #d1d6d9;
}

.product-slider .badge,
.product-slider-subpage .badge,
.items .badge {
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: 60px;
    margin: 0;
    padding: 0;
}

.product-slider .badge div,
.product-slider-subpage .badge div,
.items .badge div {
    height: 60px;
}

.product-slider .badge div + div,
.product-slider-subpage .badge div + div,
.items .badge div + div {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .product-slider .badge,
    .product-slider-subpage .badge,
    .items .badge {
        width: 70px;
    }
    .product-slider .badge div,
    .product-slider-subpage .badge div,
    .items .badge div {
        height: 70px;
    }
}

.product-slider .item-img,
.product-slider-subpage .item-img,
.items .item-img {
    line-height: 0;
    text-align: center;
}

.product-slider .item-img a,
.product-slider-subpage .item-img a,
.items .item-img a {
    display: inline-block;
}

.product-slider .item-img img,
.product-slider-subpage .item-img img,
.items .item-img img {
    object-fit: contain;
}

.product-slider .item-img,
.product-slider-subpage .item-img,
.items .item-img {
    max-height: 250px;
    min-height: 250px;
}

.product-slider .item-img img,
.product-slider-subpage .item-img img,
.items .item-img img {
    max-height: 250px;
    min-height: 250px;
}

@media (min-width: 576px) {
    .product-slider .item-img,
    .product-slider-subpage .item-img,
    .items .item-img {
        max-height: 290px;
    }

    .product-slider .item-img img,
    .product-slider-subpage .item-img img,
    .items .item-img img {
        max-height: 290px;
    }
}

@media (min-width: 992px) {
    .product-slider .item-img,
    .product-slider-subpage .item-img,
    .items .item-img {
        max-height: 275px;
    }

    .product-slider .item-img img,
    .product-slider-subpage .item-img img,
    .items .item-img img {
        max-height: 275px;
    }
}

.product-slider .item-manufacturer,
.product-slider-subpage .item-manufacturer,
.items .item-manufacturer {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 2px;
    text-align: center;
    color: #000;
}

.product-slider .item-manufacturer a,
.product-slider-subpage .item-manufacturer a,
.items .item-manufacturer a {
    color: #000;
    margin: 0;
}

.product-slider .item-title,
.product-slider-subpage .item-title,
.items .item-title {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.8rem;
    text-align: center;
    color: #000;
}

.product-slider .item-title span,
.product-slider-subpage .item-title span,
.items .item-title span {
    font-weight: 500;
    display: block;
}

.product-slider .item-title a,
.product-slider-subpage .item-title a,
.items .item-title a {
    display: block;
    color: #000;
}

.product-slider .item-title a:hover,
.product-slider .item-title a:focus,
.product-slider .item-title a:active,
.product-slider-subpage .item-title a:hover,
.product-slider-subpage .item-title a:focus,
.product-slider-subpage .item-title a:active,
.items .item-title a:hover,
.items .item-title a:focus,
.items .item-title a:active {
    color: #637199;
}

.product-slider .item-properties,
.product-slider-subpage .item-properties,
.items .item-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    margin: 0 -20px;
    padding: 0 20px;
    border-top: 1px solid #e1e5e8;
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-slider .item-properties .form-group,
.product-slider-subpage .item-properties .form-group,
.items .item-properties .form-group {
    position: relative;
    flex: 1;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.product-slider .item-properties .form-group .fa-angle-down,
.product-slider-subpage .item-properties .form-group .fa-angle-down,
.items .item-properties .form-group .fa-angle-down {
    position: absolute;
    top: 11px;
    right: 0;
    pointer-events: none;
}

.product-slider .item-properties .form-control,
.product-slider-subpage .item-properties .form-control,
.items .item-properties .form-control {
    font-size: 1rem;
    padding: 0;
    color: #000;
    border: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-slider .item-properties .form-control:focus,
.product-slider .item-properties .form-control:active,
.product-slider .item-properties .form-control:hover,
.product-slider-subpage .item-properties .form-control:focus,
.product-slider-subpage .item-properties .form-control:active,
.product-slider-subpage .item-properties .form-control:hover,
.items .item-properties .form-control:focus,
.items .item-properties .form-control:active,
.items .item-properties .form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-slider .item-properties .form-control:disabled,
.product-slider-subpage .item-properties .form-control:disabled,
.items .item-properties .form-control:disabled {
    color: #cbced1;
    background-color: transparent;
}

.product-slider .item-properties .form-control:disabled + .fa-angle-down,
.product-slider-subpage .item-properties .form-control:disabled + .fa-angle-down,
.items .item-properties .form-control:disabled + .fa-angle-down {
    color: #cbced1;
}

.product-slider .item-detail,
.product-slider-subpage .item-detail,
.items .item-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 73px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf0f2+0,ffffff+99&1+0,0+14 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#edf0f2),
        color-stop(14%, rgba(240, 242, 244, 0)),
        color-stop(99%, rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
        top,
        #edf0f2 0%,
        rgba(240, 242, 244, 0) 14%,
        rgba(255, 255, 255, 0) 99%
    );
    background: linear-gradient(
        to bottom,
        #edf0f2 0%,
        rgba(240, 242, 244, 0) 14%,
        rgba(255, 255, 255, 0) 99%
    );

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0f2', endColorstr='#00ffffff',GradientType=0 );
}

.product-slider .item-price,
.product-slider-subpage .item-price,
.items .item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    padding: 5px 5px 5px 20px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-slider .item-price .price,
.product-slider-subpage .item-price .price,
.items .item-price .price {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #000;
}

.product-slider .item-price .regular-price,
.product-slider-subpage .item-price .regular-price,
.items .item-price .regular-price {
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
}

.product-slider .buy-now,
.product-slider-subpage .buy-now,
.items .buy-now {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 77px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.items .row .col-sm-6.col-xl-4 {
    margin-bottom: 30px;
}

/* Slider for Product Intro
 * -------------------------------------------------- */
.slider-for-thumbnails,
.slider-thumbnails {
    position: relative;
}

.slider-for-thumbnails .slick-controls,
.slider-thumbnails .slick-controls {
    height: 50px;
}

.slider-for-thumbnails .slick-controls-left,
.slider-for-thumbnails .slick-controls-right,
.slider-thumbnails .slick-controls-left,
.slider-thumbnails .slick-controls-right {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-for-thumbnails .slick-controls-left,
.slider-thumbnails .slick-controls-left {
    left: 0;
}

.slider-for-thumbnails .slick-controls-right,
.slider-thumbnails .slick-controls-right {
    right: 0;
}

.slider-for-thumbnails .slider,
.slider-thumbnails .slider {
    margin: 0 35px;
}

.slider-for-thumbnails .slick-slide,
.slider-thumbnails .slick-slide {
    margin: 0 8px;
}

.slider-for-thumbnails.slider-for-thumbnails .slider,
.slider-thumbnails.slider-for-thumbnails .slider {
    margin: 0;
}

.slider-for-thumbnails.slider-for-thumbnails .slick-slide,
.slider-thumbnails.slider-for-thumbnails .slick-slide {
    margin: 0;
}

.slider-for-thumbnails .slick-controls-left {
    left: 20px;
}

.slider-for-thumbnails .slick-controls-right {
    right: 20px;
}

/* Recommended and Training
 * -------------------------------------------------- */
.recommended-items,
.training-items,
body .dfwidget-host {
    position: relative;
    margin-top: 30px;
    padding-top: 40px;
    background-color: #e1e5e8;
}

body df-recommendations-v2:first-of-type .dfwidget-host, body .dfd-widget:first-of-type .dfwidget-host, .billboard + .dfd-widget .dfwidget-host{
    margin-top: 0;
    padding-top: 70px;
}

body df-recommendations-v2:first-of-type .dfwidget-host .dfwidget-title, body .dfd-widget:first-of-type .dfwidget-host .dfwidget-title,
.billboard + .dfd-widget .dfwidget-host .dfwidget-title
{
    margin: -60px 0 0;
}

.recommended-items h2,
.training-items h2,
body .dfwidget-host .dfwidget-title {
    font-size: 1.3125rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    display: inline-block;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: -70px 0 0;
    padding: 10px 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    background-color: #e1e5e8;
}

@media (max-width: 480px) {
    body .dfwidget-host .card-media {
        max-height: 250px;
    }

    body .dfwidget-host .card-media-thumbnail img {
        top: 0;
        margin: unset;
    }
}

.recommended-items h2:before,
.recommended-items h2:after,
.training-items h2:before,
.training-items h2:after,
body .dfwidget-host .dfwidget-title:before,
body .dfwidget-host .dfwidget-title:after {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-right: 20px solid transparent;
    border-bottom: 30px solid #e1e5e8;
    border-left: 20px solid transparent;
}

.recommended-items h2:before,
body .dfwidget-host .training-items h2:before,
body .dfwidget-host .dfwidget-title:before {
    left: -20px;
}


.recommended-items h2:after,
body .dfwidget-host .training-items h2:after,
body .dfwidget-host .dfwidget-title:after {
    right: -20px;
}

.recommended-items .slick-dots li button,
.training-items .slick-dots li button {
    background: #fff;
}

.recommended-items .slick-prev,
.recommended-items .slick-next,
.training-items .slick-prev,
.training-items .slick-next {
    color: #fff;
}

.training-items {
    background-color: #000;
}

.training-items h2 {
    color: #fff;
    background-color: #000;
}

.training-items h2:before,
.training-items h2:after {
    border-bottom: 30px solid #000;
}

.training-items .slick-dots li button {
    background: #333;
}

.training-items .slick-dots li.slick-active button {
    background: #fff;
}

.training-items .slick-prev,
.training-items .slick-next {
    color: #333;
}

.training-items .slick-prev:hover,
.training-items .slick-prev:focus,
.training-items .slick-next:hover,
.training-items .slick-next:focus {
    color: #fff;
}

/* Popular Categories
 * -------------------------------------------------- */
.popular-categories h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 35px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .popular-categories .col-6 {
        padding: 0;
    }
}

.popular-category {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    outline: none;
}

.popular-category img {
    width: 100%;
}

.row.category45 .col-lg-3 {
    width: auto !important;
    flex: 17%;
    max-width: 100%;
}

.row.category45 .col-lg-3 h3 {
    margin: 0 !important;
}

@media (min-width: 576px) {
    .popular-category {
        margin: 15px 0;
    }
}

.popular-category-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.05;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 10px black;
}

@media (min-width: 576px) {
    .popular-category-title {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .popular-category-title {
        font-size: 2rem;
    }
}

/* Goals
 * -------------------------------------------------- */
.goals {
    text-align: center;
}

.goals h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 35px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.goals .row > div {
    margin-top: 25px;
    margin-bottom: 25px;
}

.goal {
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.3;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}

.goal img {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .goal {
        font-size: 1.3125rem;
        line-height: 1.05;
    }
}

/* Featured
 * -------------------------------------------------- */
.featured-items h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 35px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.featured-items h3 {
    font-size: 1.4375rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.featured-items h3 span {
    font-weight: 400;
}

.featured-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (min-width: 575px) {
    .featured-items .item {
        margin: 15px 0;
    }
}

@media (min-width: 992px) {
    .featured-items .item {
        padding-top: 0;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

@media (min-width: 1200px) {
    .featured-items .item {
        height: calc(100% - 30px);
    }
}

.featured-items .item > * {
    flex: 1;
    margin: 0;
    padding: 18px 20px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}

@media (max-width: 991px) {
    .featured-items .item > a {
        min-height: 300px;
    }
}

.featured-items .item img {
    width: 100%;
}

.featured-items .item a {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
}

.featured-items .item-detail {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.featured-items .item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-top: 30px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.featured-items .item-price .price {
    font-size: 1.75rem;
    font-weight: 600;
}

.featured-items .item-price .buy-now {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50px;
    height: auto;
    min-height: auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Testimonials
 * -------------------------------------------------- */
.testimonials {
    font-size: 1.0625rem;
    margin-top: 35px;
}

.testimonials h2 {
    font-size: 1.3125rem;
    font-weight: 700;
    margin: 35px 0 40px;
    text-align: center;
    text-transform: uppercase;
}

.testimonials a {
    color: #000;
}

.testimonials a:hover,
.testimonials a:focus,
.testimonials a:active {
    color: #637199;
}

.testimonials h5 {
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0;
}

.testimonials h5 a {
    display: inline-block;
}

.testimonials p:last-child {
    margin-bottom: 0;
}

.ratings {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.ratings a {
    color: #000;
}

.ratings a:hover,
.ratings a:focus,
.ratings a:active {
    color: #000;
}

.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-img {
    flex: 0 0 160px;
    padding: 0 25px 0 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
}

.testimonial-img a {
    display: inline-block;
}

.testimonial-img img {
    width: 100%;
}

.testimonial-detail {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

/* This was breaking the layout
testimonial-detail p:not(.testimonial-author) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
}
*/

.testimonial-author {
    font-size: 1.0625rem;
    font-weight: 600;
}

.page-product .testimonials {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0;
    padding-bottom: 30px;
    background-color: #fff;
}

.page-product .product-description .tab-pane.description iframe {
    width: 100%;
}

.page-product .product-description .tab-pane.description p {
    flex-basis: 100%;
}

@media (min-width: 576px) {
    .page-product .testimonials {
        margin-top: 20px;
        padding-bottom: 0;
        background-color: transparent;
    }
}

.page-product .testimonials .slider {
    margin: 0;
    padding: 30px 15px 0;
    background-color: #fff;
}

@media (min-width: 576px) {
    .page-product .testimonials .slider {
        padding: 30px 15px;
    }
}

.page-product .testimonials h2 {
    margin: 0 0 20px;
}

.page-product .testimonials h5 {
    font-size: 1rem;
}

.page-product .testimonials .testimonial-img {
    flex: 0 0 105px;
    padding: 0 25px 0 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
}

.page-product .testimonials .testimonial-author {
    font-size: 0.875rem;
}

/* Modal Window
 * -------------------------------------------------- */
.modal-content {
    border-radius: 7px;
}

.modal-backdrop.show {
    opacity: 0.6;
}

.modal-buy-now .item-img {
    padding-top: 15px;
    text-align: center;
}

.modal-buy-now .item-img a {
    display: inline-block;
}

.modal-buy-now .item-img img {
    max-height: 200px;
}

@media (min-width: 576px) {
    .modal-buy-now .item-img img {
        max-height: 300px;
    }
}

.modal-buy-now .item-title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
    text-align: center;
    color: #000;
}

@media (min-width: 576px) {
    .modal-buy-now .item-title {
        margin: 20px 0 40px;
    }
}

.modal-buy-now .item-title span {
    font-weight: 500;
}

.modal-buy-now .item-title a {
    display: inline-block;
    color: #000;
}

.modal-buy-now .item-title a:hover,
.modal-buy-now .item-title a:focus,
.modal-buy-now .item-title a:active {
    color: #637199;
}

.modal-buy-now .item-properties .form-group {
    font-size: 1.1875rem;
    line-height: 1.4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    margin: 0 -16px;
    padding: 0 20px;
    border-top: 1px solid #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .modal-buy-now .item-properties .form-group {
        height: 60px;
    }
}

.modal-buy-now .item-properties .form-group label {
    font-weight: 500;
    margin: 0 15px 0 0;
}

.modal-buy-now .item-properties .form-group .fa-angle-down {
    position: absolute;
    top: 22px;
    right: 20px;
    pointer-events: none;
}

.modal-buy-now .item-properties .form-group:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.modal-buy-now .item-properties .form-control {
    font-size: 1.1875rem;
    font-weight: 700;
    padding: 0;
    color: #000;
    border: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-buy-now .item-properties .form-control:focus,
.modal-buy-now .item-properties .form-control:active,
.modal-buy-now .item-properties .form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-buy-now .item-properties .form-control:disabled {
    color: #cbced1;
    background-color: transparent;
}

.modal-buy-now .item-properties .form-control:disabled + .fa-angle-down {
    color: #cbced1;
}

.modal-buy-now .item-status {
    font-size: 1.55rem;
    display: none;
    margin: -10px -16px 20px;
    padding: 0 20px 25px;
    text-align: center;
    border-bottom: 1px solid #000;
}

@media (min-width: 576px) {
    .modal-buy-now .item-status {
        font-size: 1.875rem;
    }
}

.modal-buy-now .item-status-added {
    display: none;
}

.modal-buy-now .item-cta .btn {
    font-size: 1.15rem;
    font-weight: 600;
    height: 50px;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .modal-buy-now .item-cta .btn {
        font-size: 1.375rem;
        height: 60px;
    }
}

.modal-order-processed .modal-img {
    padding-top: 15px;
    text-align: center;
}

.modal-order-processed .modal-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0 0;
    text-align: center;
    color: #000;
}

@media (min-width: 576px) {
    .modal-order-processed .modal-title {
        margin-top: 25px;
    }
}

.modal-order-processed .modal-title h4 {
    font-size: 1.75rem;
    font-weight: 700;
}

/* Main
 * -------------------------------------------------- */
main#content {
    padding-bottom: 40px;
    background-color: #e1e5e8;
}

@media (min-width: 992px) {
    main#content {
        /* padding-top: 30px; */
        padding-top: 20px;
    }
}

.page-home main#content {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.page-product main#content {
    padding-bottom: 0;
}

.page-shop-thank-you main#content {
    text-align: center;
}

@media (min-width: 992px) {
    .page-shop-thank-you main#content,
    .checkout-onepage-success main#content {
        padding-top: 30px;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .page-shop-thank-you main#content,
    .checkout-onepage-success main#content {
        text-align: center;
    }
    .page-shop main#content,
    .page-shop-thank-you main#content {
        padding-bottom: 0;
    }
    .page-search main#content,
    .catalogsearch-result-index main#content {
        padding-top: 30px;
    }
    .page-generic main#content {
        padding-bottom: 0;
    }
}

/* Breadcrumbs
 * -------------------------------------------------- */
.breadcrumbs {
    font-size: 0.9375rem;
    font-weight: 600;
    display: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #9aa1a6;
}

@media (min-width: 992px) {
    .breadcrumbs {
        display: block;
    }
}

.breadcrumbs ul,
.breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
}

.breadcrumbs li:not(:first-child) {
    margin-left: 10px;
    padding-left: 18px;
}

.breadcrumbs li:not(:first-child):before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    display: block;
    content: '\f105';
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.breadcrumbs li:last-child {
    color: #000;
}

.breadcrumbs a {
    color: #9aa1a6;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
    color: #000;
}

.breadcrumbs a.pill {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 10px 3px 7px;
    color: #e1e5e8;
    border-radius: 40px;
    background-color: #bbc2c7;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumbs a.pill i {
    font-size: 0.9375rem;
    margin-right: 5px;
}

.breadcrumbs a.pill:hover,
.breadcrumbs a.pill:focus,
.breadcrumbs a.pill:active {
    color: #e1e5e8;
    background-color: #000;
}

/* Page - Category
 * -------------------------------------------------- */
.category-intro-bg {
    background-color: #fff;
}

.category-intro {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width: 991px) {
    .category-intro .container {
        width: 100%;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
    .category-intro .container .row {
        margin-right: 0;
        margin-left: 0;
    }
}

.category-intro h1 {
    font-size: 1.875rem;
    font-weight: 700;
}

.category-intro .reveal-below {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.category-intro .reveal-below:hover,
.category-intro .reveal-below:focus,
.category-intro .reveal-below:active {
    color: #637199;
}

.category-intro-img {
    position: relative;
    width: calc(100% + 30px);
    min-height: 250px;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 992px) {
    .category-intro-img {
        width: 100%;
        height: 100%;
        min-height: auto;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .catalog-category-view .category-intro-img {
        display: none;
    }
}

.category-intro-text {
    padding: 25px 25px 10px 0;
}

.category-description {
    font-size: 1.25rem;
    padding: 25px 30px;
    background-color: #fff;
}

.category-description h3 {
    font-size: 1.625rem;
    font-weight: 700;
}

.aside-banner a {
    display: block;
}

/* Sub Pages - Product Slider
 * -------------------------------------------------- */
.product-slider-subpage h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.product-slider-subpage .slick-dots li button {
    background: #c4c4cf;
}

.product-slider-subpage .slick-prev,
.product-slider-subpage .slick-next {
    color: #c4c4cf;
}

/* Product Filters
 * -------------------------------------------------- */
.product-filters {
    margin-bottom: 30px;
    background-color: #fff;
}

.product-filters [class^='col-'] {
    border-bottom: 1px solid #e1e5e8;
}

.product-filters [class^='col-']:last-child {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .product-filters [class^='col-'] {
        border-right: 1px solid #e1e5e8;
        border-bottom: none;
    }
    .product-filters [class^='col-']:last-child {
        border-right: none;
    }
}

.product-filters .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 8px 0;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-filters .form-group .fa-angle-down {
    font-size: 0.9375rem;
    position: absolute;
    top: 21px;
    right: 0;
    pointer-events: none;
}

.product-filters label {
    font-size: 0.9375rem;
    font-weight: 700;
    flex: none;
    margin-bottom: 0;
    padding-right: 20px;
    text-transform: uppercase;

    -webkit-box-flex: 0;
    -ms-flex: none;
}

.product-filters .form-control {
    font-size: 1rem;
    flex: 1;
    padding: 0 25px 0 0;
    -moz-text-align-last: right;
    text-align-last: right;
    color: #000;
    border: none;
    overflow: auto;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-filters .form-control:focus,
.product-filters .form-control:active,
.product-filters .form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-filters .form-control:disabled {
    color: #cbced1;
    background-color: transparent;
}

.product-filters .form-control:disabled + .fa-angle-down {
    color: #cbced1;
}

/* Aside Tabs
 * -------------------------------------------------- */
.aside-tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e1e5e8;
}

.aside-tabs .nav-item {
    flex: 1;
    margin: 0;
    padding: 0;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.aside-tabs .nav-link {
    font-size: 1.125rem;
    font-weight: 700;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 50px;
    padding: 0;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0;
    background-color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aside-tabs .nav-item.show .nav-link,
.aside-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #000;
}

.aside-tabs-content {
    padding: 20px;
    background-color: #fff;
}

.aside-tabs-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-tabs-content li {
    margin: 0;
    padding: 0;
}

.aside-tabs-content a {
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    padding: 3px 0;
    text-transform: uppercase;
    color: #9aa1a6;
}

.aside-tabs-content a:hover,
.aside-tabs-content a:focus,
.aside-tabs-content a:active,
.aside-tabs-content a.active {
    color: #000;
}

.aside-tabs-content a + ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e5e8;
}

.aside-tabs-content a + ul a {
    font-weight: 500;
    text-transform: none;
}

.aside-tabs-content ul ul ul {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    border-bottom: none;
}

.aside-tabs-content ul ul {
    display: none;
}

/* Page - Product
 * -------------------------------------------------- */
.page-product h2 {
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-product h2 {
        font-size: 1.3125rem;
    }
}

@media (max-width: 767px) {
    .page-product .purchased-items {
        position: relative;
        padding-top: 40px;
    }
    .page-product .purchased-items h2 {
        position: absolute;
        left: 50%;
        display: inline-block;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: -70px 0 0;
        padding: 10px 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #e1e5e8;
    }
    .page-product .purchased-items h2:before,
    .page-product .purchased-items h2:after {
        position: absolute;
        z-index: -1;
        top: 0;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-right: 20px solid transparent;
        border-bottom: 30px solid #e1e5e8;
        border-left: 20px solid transparent;
    }
    .page-product .purchased-items h2:before {
        left: -20px;
    }
    .page-product .purchased-items h2:after {
        right: -20px;
    }
    .page-product .viewed-items {
        padding-top: 30px;
    }
}

.page-product .slick-dots li button {
    background: #c4c4cf;
}

.page-product .slick-dots li.slick-active button {
    background: #000;
}

.page-product .slick-prev,
.page-product .slick-next {
    color: #c4c4cf;
}

.page-product .slick-prev:hover,
.page-product .slick-prev:focus,
.page-product .slick-next:hover,
.page-product .slick-next:focus {
    color: #000;
}

@media (min-width: 576px) {
    .product-intro {
        margin-bottom: 20px;
    }
    .product-intro .bg {
        padding: 15px;
    }
}
@media (max-width: 768px) {
    .instagram-customers .slick-dots li:nth-child(n + 8) {
        display: none;
    }
}

.product-intro .product-ratings {
    font-size: 0.8125rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

@media (min-width: 576px) {
    .product-intro .product-ratings {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-intro .product-ratings .ratings {
    font-size: 1.0625rem;
    flex: 1 1 100%;
    margin-bottom: 1px;
    padding-right: 30px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
}

.product-intro .product-ratings .ratings a {
    color: #000;
}

.product-intro .product-ratings .ratings a .fa-star,
.comment-body .ratings a .fa-star {
    color: #000 !important;
}

.comment-body .ratings a .fa-star {
    color: #000 !important;
}

.testimonial .ratings .fa-star {
    color: #000 !important;
    letter-spacing: 3px;
}

.testimonial .ratings .fa-star:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 14px;
}

.product-intro .product-ratings .ratings a .fa-star:before,
.comment-body .ratings a .fa-star:before {
    font-family: 'Font Awesome 5 Free' !important;
}

.comment-body .ratings a .fa-star {
    color: #000 !important;
}

.comment-body .ratings a .fa-star {
    font-size: 0.875rem !important;
}
.product-description li.nav-item a.nav-link .fa-star {
    color: #abaeb0 !important;
}

.product-description li.nav-item a.nav-link .fa-star:before {
    font-size: 20px !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.product-description li.nav-item a.nav-link.active .fa-star {
    color: #fff !important;
}

.comment-body .ratings a .fa-star:before {
    font-size: 14px;
    margin-right: 0;
}

.rating-stat .rating-stat-star .fa-star {
    color: #000 !important;
}

.rating-stats .rating-stat .rating-stat-star .fa-star:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free' !important;
}

@media (min-width: 1200px) {
    .product-intro .product-ratings .ratings {
        flex: 1;

        -webkit-box-flex: 1;
        -ms-flex: 1;
    }
}

.product-intro .product-ratings a {
    color: #999;
}

.product-intro .product-ratings a:hover,
.product-intro .product-ratings a:focus,
.product-intro .product-ratings a:active {
    color: #000;
}

.product-intro .product-brand {
    line-height: 0;
    flex: 0 0 135px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
}

.product-intro .product-brand a {
    display: block;
}

@media (min-width: 992px) {
    .product-intro .product-brand {
        flex: 0 0 150px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
    }
}

.product-intro .product-title {
    margin-bottom: 20px;
}

.product-intro h1 {
    font-size: 1.4375rem;
    font-weight: 600;
}

.product-intro h1 span {
    text-transform: uppercase;
}

.product-intro .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .product-intro .product-price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-intro .product-price .price {
    font-size: 2.0625rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.product-intro .product-price .regular-price {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1;
}

.product-intro .product-overview {
    font-size: 1.0625rem;
}

.product-intro .product-overview ul {
    padding-left: 20px;
}

.product-intro .product-more {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 1200px) {
    .product-intro .product-more {
        font-size: 0.9375rem;
        margin-bottom: 0;
        text-align: right;
    }
}

.product-intro .product-more:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    content: '';
    background-color: #000;
}

@media (min-width: 1200px) {
    .product-intro .product-more:before {
        display: block;
    }
}

.product-intro .product-more a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 3px 20px 4px;
    color: #fff;
    border-radius: 5px;
    background-color: #000;
}

.product-intro .product-more a:hover,
.product-intro .product-more a:focus,
.product-intro .product-more a:active {
    color: #fff;
    background-color: #637199;
}

@media (min-width: 992px) {
    .product-intro .product-more a {
        padding: 5px 30px 6px;
    }
}

@media (min-width: 1200px) {
    .product-intro .product-more a {
        margin-left: 10px;
        padding: 0 0 0 10px;
        color: #000;
        border-radius: 0;
        background-color: #fff;
    }
    .product-intro .product-more a:hover,
    .product-intro .product-more a:focus,
    .product-intro .product-more a:active {
        color: #637199;
        background-color: #fff;
    }
}

.product-intro .product-cta {
    margin: 20px 0;
}

@media (min-width: 786px) {
    .product-intro .product-cta .ml-auto {
        max-width: 265px;
    }
}

.product-cta-list dd {
    margin-bottom: 20px;
}

.product-cta-list dd .select-dropdown {
    margin-bottom: 10px;
}

.product-cta-list dd .qty-holder input {
    width: 100px;
}

.product-intro .product-cta label {
    font-size: 1.125rem;
    font-weight: 500;
}

.product-intro .product-cta .form-control {
    height: 50px;
}

.product-intro .product-cta .number-spinner .form-control {
    height: 48px;
}

.product-intro .product-cta .select-dropdown {
    position: relative;
}

.product-intro .product-cta .select-dropdown .fa-angle-down {
    position: absolute;
    top: 18px;
    right: 20px;
    pointer-events: none;
}

.product-intro .product-cta .select-dropdown .form-control {
    font-size: 1.125rem;
    padding: 0 15px;
    color: #000;
    border: 1px solid #000;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-intro .product-cta .select-dropdown .form-control:disabled {
    color: #cbced1;
    background-color: transparent;
}

.product-intro .product-cta .select-dropdown .form-control:disabled + .fa-angle-down {
    color: #cbced1;
}

.product-intro .btn-add-to-cart {
    font-size: 1.375rem;
    font-weight: 700;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.product-intro .delivery-instruction {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .product-intro .delivery-instruction {
        display: none;
    }
}

.product-intro .delivery-instruction > div:first-child {
    margin-right: 0.9rem;
}

.product-intro .delivery-instruction i {
    font-size: 2.0625rem;
}

.product-cta-sold-out .sold-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-cta-sold-out .sold-out-icon {
    flex: 0 0 90px;
    padding-right: 22px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
}

.product-cta-sold-out .sold-out-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.product-cta-sold-out .sold-out-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    padding-right: 10px;
    text-transform: uppercase;
}

.product-cta-sold-out .sold-out-copy {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .product-cta-sold-out .sold-out-icon {
        flex: 0 0 110px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
    }
    .product-cta-sold-out .sold-out-title {
        font-size: 3rem;
    }
    .product-cta-sold-out .sold-out-copy {
        font-size: 1.125rem;
    }
}

.product-cta-sold-out .form-group {
    margin-bottom: 0;
}

.product-cta-sold-out .form-group-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 6px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-cta-sold-out .form-group-inline .form-control {
    font-size: 1.1rem;
    flex: auto;
    height: 42px;
    padding: 0;
    padding: 0 10px;
    color: #000;
    border: 0;

    -webkit-box-flex: 1;
    -ms-flex: auto;
}

.product-cta-sold-out .form-group-inline .btn {
    font-size: 0.8rem;
    font-weight: 700;
    flex: none;
    height: 42px;
    text-transform: uppercase;
    border-radius: 4px;

    -webkit-box-flex: 0;
    -ms-flex: none;
}

@media (min-width: 768px) {
    .product-cta-sold-out .form-group-inline .btn {
        font-size: 1rem;
    }
}

.product-intro-img {
    position: relative;
    overflow: hidden;
}

.product-intro-img .slick-dots li:nth-child(n + 6) {
    display: none;
}

.slider-main img {
    max-height: 533px;
}

@media (min-width: 576px) {
    .product-intro-img {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .slider-main img {
        max-height: 400px;
        height: 100%;
        object-fit: cover;
    }
}

.product-intro-img img {
    margin: 0 auto;
}

.product-intro-img .badge {
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 90px;
    margin: 0;
    padding: 0;
}

.product-intro-img .badge div {
    height: 90px;
}

.product-intro-img .badge div + div {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .product-intro-img .badge {
        width: 110px;
    }
    .product-intro-img .badge div {
        height: 110px;
    }
}

.product-intro-img .ribbon {
    font-size: 1.5625rem;
    font-weight: 900;
    line-height: 43px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: -48px;
    width: 210px;
    height: 43px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.product-intro-img .ribbon.hot {
    background: #ff8200;
    background: -o-radial-gradient(center, ellipse, #ff8200 0%, #eb4100 100%);
    background: radial-gradient(ellipse at center, #ff8200 0%, #eb4100 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#eb4100',GradientType=1 );
}

.product-intro-img .ribbon.outlet {
    font-size: 22px;
    background: #ff1478;
    background: -o-radial-gradient(center, ellipse, #ff1478 0%, #b80050 100%);
    background: radial-gradient(ellipse at center, #ff1478 0%, #b80050 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF1478', endColorstr='#B80050',GradientType=1 );
}

.product-intro-img .ribbon.soldout {
    background: #474747;
    background: -o-radial-gradient(center, ellipse, #474747 0%, #000 100%);
    background: radial-gradient(ellipse at center, #474747 0%, #000 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=1 );
}

.page-product-sold-out .product-intro-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-intro-thumbnails {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .product-intro-thumbnails {
        margin-bottom: 0;
    }
}

.product-intro-thumbnails img {
    cursor: pointer;
}

.product-intro-thumbnails .slick-slide {
    height: 100px;
}

.product-intro-thumbnails .slick-slide img {
    height: 100%;
    object-fit: contain;
}

.product-intro-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.product-intro-desc a{
    color: #000;
}

.product-intro-desc a:hover{
    color: #637199;
}

@media (max-width: 768px) {
    .product-intro-desc a{
        padding-bottom: 20px;
    }
}

.product-intro-desc .box-brand img {
    max-height: 50px;
}

input.form-control[type='number']::-webkit-outer-spin-button,
input.form-control[type='number']::-webkit-inner-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

input.form-control[type='number'] {
    -moz-appearance: textfield;
}

.number-spinner {
    border: 1px solid #000;
    border-radius: 6px;
}

.number-spinner .input-group-append {
    margin-left: 0;
}

.number-spinner .form-control {
    font-size: 1.125rem;
    font-weight: 500;
    border: 0;
    /* Firefox */
}

@media (max-width: 768px) {
    .number-spinner .form-control {
        pointer-events: none;
    }
}

.number-spinner .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.number-spinner .form-control::-webkit-outer-spin-button,
.number-spinner .form-control::-webkit-inner-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

.number-spinner .form-control {
    -moz-appearance: textfield;
}

.number-spinner .btn {
    font-size: 0.875rem;
}

.number-spinner .spin-plus {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.sale-badge {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-left: 20px;
    padding: 0 10px 0 25px;
    text-transform: uppercase;
    color: #000;
    background: url(../images/icons/price-tag.svg) no-repeat 0 0;
    background-size: 100% 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .full-size-banner {
        margin-bottom: 20px;
    }
    .full-size-banner .bg {
        padding: 15px;
    }
}

.full-size-banner a {
    display: block;
}

@media (min-width: 768px) {
    .product-description {
        margin-bottom: 20px;
    }
    .product-description .bg {
        padding: 15px;
        background-color: #fff;
    }
}

.product-description .disclaimer {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    color: #a8aeb3;
    background-color: #edf0f2;
}

.product-description .disclaimer a {
    font-weight: 700;
    text-decoration: underline;
    color: #a8aeb3;
}

.product-description .disclaimer a:hover,
.product-description .disclaimer a:focus,
.product-description .disclaimer a:active {
    color: #777b8c;
}

/* Product CTA Fixed
 * -------------------------------------------------- */
body.page-product-banner {
    padding-bottom: 105px;
}

@media (min-width: 768px) {
    body.page-product-banner {
        padding-bottom: 145px;
    }
}

@media (min-width: 992px) {
    body.page-product-banner {
        padding-bottom: 190px;
    }
}

@media (min-width: 1200px) {
    body.page-product-banner {
        padding-bottom: 160px;
    }
}

.product-cta-fixed {
    position: fixed;
    z-index: 201;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    border-top: 1px solid #35393d;
    background-color: #000;
}

@media (min-width: 768px) {
    .product-cta-fixed {
        height: 145px;
    }
}

@media (min-width: 992px) {
    .product-cta-fixed {
        height: 190px;
    }
}

@media (min-width: 1200px) {
    .product-cta-fixed {
        display: none;
        height: 160px;
    }
}

@media (max-width: 767px) {
    .product-cta-fixed .container {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .product-cta-fixed {
        padding: 25px 0;
    }
}

.product-cta-fixed .product-title {
    margin-bottom: 15px;
}

.product-cta-fixed h1 {
    font-size: 1.0625rem;
    color: #fff;
}

.product-cta-fixed h1 span {
    text-transform: uppercase;
}

.product-cta-fixed .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-cta-fixed .product-price .price {
    font-size: 1.4375rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.product-cta-fixed .product-price .regular-price {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
}

.product-cta-fixed .sale-badge {
    font-size: 0.9375rem;
    height: 40px;
    padding: 0 10px 0 25px;
}

.product-cta-fixed label {
    font-size: 1rem;
    font-weight: 500;
    color: #737373;
}

@media (max-width: 767px) {
    .product-cta-fixed .form-group {
        margin-bottom: 0;
    }
}

.product-cta-fixed .form-control {
    height: 50px;
}

@media (min-width: 768px) {
    .product-cta-fixed .form-control {
        height: 45px;
    }
}

.product-cta-fixed .select-dropdown {
    position: relative;
}

.product-cta-fixed .select-dropdown .fa-angle-down {
    position: absolute;
    top: 18px;
    right: 20px;
    pointer-events: none;
    color: #fff;
}

.product-cta-fixed .select-dropdown .form-control {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-cta-fixed .select-dropdown .form-control:disabled {
    color: #cbced1;
    background-color: transparent;
}

.product-cta-fixed .select-dropdown .form-control:disabled + .fa-angle-down {
    color: #cbced1;
}

@media (min-width: 768px) {
    .product-cta-fixed .select-dropdown .form-control {
        border: 1px solid #35393d;
        background-color: #35393d;
    }
}

.product-cta-fixed .btn-add-to-cart {
    font-size: 1.1875rem;
    font-weight: 700;
    height: 55px;
    padding-top: 0.4em;
    padding-bottom: 0.5em;
    color: #fff;
    border-top: 1px solid #35393d;
    border-radius: 0;
    background-color: #000;
}

.product-cta-fixed .btn-add-to-cart:hover,
.product-cta-fixed .btn-add-to-cart:focus,
.product-cta-fixed .btn-add-to-cart:active {
    border-color: #000 !important;
    border-top: 1px solid #35393d !important;
    background-color: #000 !important;
}

@media (min-width: 768px) {
    .product-cta-fixed .btn-add-to-cart {
        height: 45px;
        border-radius: 6px;
        background-color: #637199;
    }
    .product-cta-fixed .btn-add-to-cart:hover,
    .product-cta-fixed .btn-add-to-cart:focus,
    .product-cta-fixed .btn-add-to-cart:active {
        border-color: #35393d !important;
        background-color: #35393d !important;
    }
}

.product-cta-fixed .number-spinner {
    border: 1px solid #000;
    border-left-color: #35393d;
    border-radius: 6px;
}

.product-cta-fixed .number-spinner .input-group-append {
    margin-left: 0;
}

.product-cta-fixed .number-spinner .form-control {
    font-size: 0.9375rem;
    font-weight: 500;
    height: 48px;
    color: #fff;
    border: 0;
    background-color: #000;
}

.product-cta-fixed .number-spinner .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-cta-fixed .number-spinner .btn {
    font-size: 0.875rem;
    color: #fff;
    background-color: #000;
}

.product-cta-fixed .number-spinner .spin-plus {
    border-right: 1px solid #35393d;
    border-left: 1px solid #35393d;
}

.product-cta-fixed .number-spinner .spin-minus {
    margin-left: 0;
}

.product-cta-fixed .d-none img {
    max-height: 120px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .product-cta-fixed .number-spinner {
        border: 1px solid #35393d;
    }
    .product-cta-fixed .number-spinner .form-control {
        height: 43px;
        background-color: #35393d;
    }
    .product-cta-fixed .number-spinner .btn {
        background-color: #35393d;
    }
    .product-cta-fixed .number-spinner .spin-plus {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }
}

#discount-coupon-form .cancel-coupon-btn {
    outline: none;
    border: 0;
    padding: 0;
}

#discount-coupon-form .apply-coupon-btn,
#discount-coupon-form .cancel-coupon-btn{
    outline: none;
    border: 0;
    color: #000;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: none;
}

#discount-coupon-form .cancel-coupon-btn i {
    cursor: pointer;
}

/* Product Description Tabs
    * -------------------------------------------------- */
.product-desc-tabs {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #edf0f2;
}

.product-desc-tabs .nav-item {
    flex: 1;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e1e5e8;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.product-desc-tabs .nav-item:last-child {
    border-right: none;
}

@media (min-width: 768px) {
    .product-desc-tabs .nav-item {
        flex: none;

        -webkit-box-flex: 0;
        -ms-flex: none;
    }
    .product-desc-tabs .nav-item:last-child {
        border-right: 1px solid #e1e5e8;
    }
}

.product-desc-tabs .nav-link {
    font-size: 1.25rem;
    font-weight: 600;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #abaeb0;
    border: none;
    border-radius: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .product-desc-tabs .nav-link {
        font-size: 1rem;
    }
}

.product-desc-tabs .nav-item.show .nav-link,
.product-desc-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #000;
}

.product-desc-tabs-content {
    font-size: 1rem;
    font-weight: 500;
}

.product-desc-tabs-content .description {
    font-size: 1.125rem;
    padding: 30px 30px 15px;
    color: #fff;
}

@media (max-width: 768px) {
    .product-desc-tabs-content iframe {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .product-desc-tabs-content .description {
        padding: 45px;
    }
}

.product-desc-tabs-content .description h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #fff;
}

.product-desc-tabs-content .description h4 {
    font-size: 1.3125rem;
    line-height: 1.4;
    color: #fff;
}

.product-desc-tabs-content .toc {
    padding: 30px 30px 15px;
}

@media (min-width: 992px) {
    .product-desc-tabs-content .toc {
        padding: 30px;
    }
}

.product-desc-tabs-content .reviews {
    padding: 30px;
}

@media (min-width: 992px) {
    .product-desc-tabs-content .reviews {
        padding: 30px;
    }
}

.product-desc-tabs-content .reviews h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-desc-tabs-content .rating-form {
    padding-top: 40px;
    display: none;
}

.product-desc-tabs-content .rating-form fieldset:not(:last-child) {
    margin-bottom: 20px;
}

.product-desc-tabs-content .rating-form .form-control {
    font-size: 1rem;
    line-height: 1.4;
    height: 40px;
    padding: 5px 10px 7px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.product-desc-tabs-content .rating-form .rating-form-label {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #000;
}

.product-desc-tabs-content .rating-form .rating-form-contact {
    display: flex;
}

.product-desc-tabs-content .rating-form .rating-form-contact div:first-child {
    margin-right: 20px;
}

.product-desc-tabs-content .rating-form .rating-form-rating .hidden {
    display: none;
}

.product-desc-tabs-content .rating-form .rating-form-rating .rate-wrap {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.product-desc-tabs-content .rating-form .rating-form-rating .rate-wrap li {
    margin-right: 5px;
}

.product-desc-tabs-content .rating-form .rating-form-rating .rate-wrap li i {
    color: #f5c537;
    cursor: pointer;
}

.product-desc-tabs-content .rating-form .rating-form-rating .rate-wrap li i:before {
    font-size: 25px;
    line-height: 31px;
    font-family: 'Font Awesome 5 Free' !important;
}

.product-desc-tabs-content .rating-form .rating-form-review-title {
    margin-bottom: 20px;
}

.product-desc-tabs-content .rating-form .rating-form-review-body .form-control {
   height: 180px;
}

.product-desc-tabs-content .rating-form .rating-form-actions {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .product-desc-tabs-content .rating-form .rating-form-actions .btn {
        font-size: 1.1875rem;
        font-weight: 600;
    }
}


    /* Rating Stats
     * -------------------------------------------------- */
.rating-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .rating-stat:last-child {
        margin-bottom: 0;
    }
}

.rating-stat-star {
    font-size: 1.125rem;
    font-weight: bold;
    flex: 0 0 40px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
}

@media (min-width: 1200px) {
    .rating-stat-star {
        font-size: 1.4375rem;
        flex: 0 0 50px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
    }
}

.rating-stat-bar {
    flex: auto;
    padding: 0 10px;

    -webkit-box-flex: 1;
    -ms-flex: auto;
}

.rating-stat-bar .progress {
    height: 25px;
    border-radius: 6px;
    background-color: #f0f0f0;
}

@media (min-width: 1200px) {
    .rating-stat-bar .progress {
        height: 35px;
    }
}

.rating-stat-bar .progress-bar {
    border-radius: 6px;
    background-color: #000;
}

.rating-stat-percent {
    font-size: 1.125rem;
    font-weight: bold;
    flex: 0 0 85px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
}

@media (min-width: 1200px) {
    .rating-stat-percent {
        font-size: 1.375rem;
    }
}

.rating-stat-number {
    font-weight: 500;
    color: #c4c4c4;
}

.ratings-cta .btn {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 30px;
    height: 45px;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .ratings-cta .btn {
        font-size: 1.1875rem;
    }
}

.ratings-cta .btn + .btn {
    margin-top: 20px;
}

/* Comment Tabs
 * -------------------------------------------------- */
.comments {
    font-size: 1.0625rem;
    font-weight: 300;
    margin-top: 45px;
}

.comments ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comments li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments .comment-avatar {
    flex: 0 0 65px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
}

.comments .comment-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

@media (min-width: 768px) {
    .comments .comment-avatar {
        flex: 0 0 85px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
    }
    .comments .comment-avatar img {
        width: 60px;
        height: 60px;
    }
}

.comments .comment-body {
    flex: auto;

    -webkit-box-flex: 1;
    -ms-flex: auto;
}

.comments .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comments .comment-meta-left {
    flex: 1;
    padding-right: 15px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.comments .author {
    font-size: 1.25rem;
    font-weight: 600;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    hyphens: auto;

    -ms-hyphens: auto;
}

.comments .author-status {
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    color: #a4d014;
}

@media (min-width: 768px) {
    .comments .author-status {
        display: inline-block;
    }
}

.comments .author-location,
.comments .posted-on {
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 5px;
}

.comments .comment-data {
    font-size: 1.0625rem;
    font-weight: 300;
}

.comments .comment-data strong {
    font-weight: 700;
}

.comments .comment-data p {
    margin-bottom: 0.5em;
}

.comments .comment-feedback {
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments .comment-feedback i {
    position: relative;
    margin: 0 3px 0 15px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .comments .comment-feedback i.fa-thumbs-up {
        margin-left: 0;
    }
}

.comments .comment-feedback .fa-thumbs-down {
    top: 3px;
}

.comment-tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}

.comment-tabs .nav-item {
    margin: 0;
    padding: 0 10px 0 0;
    border: none;
}

.comment-tabs .nav-item:last-child {
    padding-right: 0;
}

@media (min-width: 576px) {
    .comment-tabs .nav-item {
        padding: 0 50px 0 0;
    }
}

.comment-tabs .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 40px;
    padding: 0 0 10px;
    color: #000;
    border: none;
    border-bottom: 6px solid #fff;
    border-radius: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .comment-tabs .nav-link {
        font-size: 1.26rem;
    }
}

.comment-tabs .nav-item.show .nav-link,
.comment-tabs .nav-link.active,
.comment-tabs .nav-link:focus,
.comment-tabs .nav-link:hover {
    color: #000;
    border-bottom: 6px solid #000;
}

.comment-tabs-content {
    margin-top: 30px;
}

.comment-tabs-content li:not(:last-child) {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #d9d9d9;
}

/* Image Gallery Grid
 * -------------------------------------------------- */
.img-gallery {
    text-align: center;
}

.img-gallery .bg {
    padding: 15px 30px;
}

.img-gallery a {
    display: inline-block;
}

.img-gallery [class^='col-'] {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Image Only Slider
 * -------------------------------------------------- */
.image-only-slider {
    margin-top: 20px;
}

.image-only-slider .slider {
    margin: 0;
    background-color: #fff;
}

@media (min-width: 768px) {
    .image-only-slider .slider {
        padding: 15px 15px 15px 0;
    }
}

.image-only-slider .slick-slide {
    padding-right: 0;
}

.image-only-slider h2 {
    margin: 0 0 20px;
}

.image-only-slider a {
    display: block;
}

.image-only-slider img {
    width: 100%;
}

@media (max-width: 767px) {
    .image-only-slider {
        margin-top: 0;
        padding-top: 20px;
        background-color: #fff;
    }

    .bari-widget {
        padding-top: 30px;
        overflow: hidden
    }
}

/* Shopping Cart Pages
 * -------------------------------------------------- */
.page-shop {
    min-height: 100vh;
    background-color: #e1e5e8;
}

.page-shop .logo {
    margin-bottom: 0;
}

.page-shop.checkout-onepage-success .logo {
    margin-bottom: 1rem;
}

/* .page-shop .logo {
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 992px) {
    .page-shop .logo {
        text-align: center;
    }
} */

.page-shop .page-title {
    font-size: 1.3125rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-shop .page-title + h6 {
    font-size: 0.9375rem;
    font-weight: 500;
    margin: -7px 0 20px;
}

@media (min-width: 992px) {
    .page-shop .page-title {
        font-size: 1.5625rem;
    }
    .page-shop .logo {
        text-align: left;
    }
}

.page-shop form {
    width: 100%;
}

.page-shop label {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #000;
}

.page-shop .form-group {
    margin-bottom: 0.1rem;
}

.page-shop .form-control {
    font-size: 1rem;
    line-height: 1.4;
    height: 40px;
    padding: 5px 10px 7px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.page-shop .btn {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 10px;
    text-transform: uppercase;
    border-radius: 3px;
}

.page-shop .select-dropdown {
    position: relative;
}

.page-shop .select-dropdown .fa-angle-down {
    position: absolute;
    top: 13px;
    right: 15px;
    pointer-events: none;
}

.page-shop .select-dropdown .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-shop .note {
    font-size: 1.0625rem;
    font-weight: 600;
}

.page-shop .note-small {
    font-size: 0.9375rem;
    font-weight: 500;
}

.page-shop .fa-exclamation-triangle {
    font-size: 1.25rem;
    margin-right: 7px;
    color: #f2c849;
}

.page-shop .number-spinner {
    border: none;
}

.page-shop .number-spinner.input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-shop .number-spinner .input-group-append {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-shop .number-spinner .form-control {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    height: 20px;
    margin-bottom: 0;
    padding: 0 5px;
    text-align: center;
    border: none;
}

.page-shop .number-spinner .btn {
    font-size: 1.25rem;
    line-height: 1;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #d4d4d4;
    border: none;
}

.page-shop .number-spinner .spin-plus,
.page-shop .number-spinner .spin-minus {
    border: none;
}

.page-shop .form-check-label {
    font-size: 0.75rem;
    font-weight: normal;
    margin-left: 5px;
}

/* Checkout Steps
 * -------------------------------------------------- */
.checkout-steps {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #5a6875;
    background-color: #2f353b;
}

@media (min-width: 992px) {
    .checkout-steps {
        font-size: 1rem;
    }
}

.checkout-steps .step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 1px;
    padding: 12px 3px;
    text-align: center;
    border-bottom: 5px solid #000;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 992px) {
    .checkout-steps .step {
        height: auto;
        border-bottom: none;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
    .checkout-steps .step:not(.last) {
        padding-right: 85px;
    }
    .checkout-steps .step:not(.last):after {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 55px;
        height: 2px;
        margin-top: -1px;
        content: '';
        background-color: #5a6875;
    }
}

.checkout-steps .step span {
    font-size: 0.9375rem;
    font-weight: 700;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 0 10px;
    text-align: center;
    color: #2f353b;
    border-radius: 100%;
    background-color: #5a6875;
}

@media (min-width: 992px) {
    .checkout-steps .step span {
        margin: 0 12px 0 0;
    }
}

.checkout-steps .step.active {
    color: #fff;
    border-bottom-color: #ffed34;
}

.checkout-steps .step.active span {
    color: #393e42;
    background-color: #ffed34;
}

.checkout-steps .step.active:not(.last):after {
    background-color: #fff;
}

/* Checkout Info Boxes
 * -------------------------------------------------- */
.checkout-info-box {
    background-color: #fff;
}

.checkout-info-box .product-title a {
    color: #000;
    font-weight: 700;
}

.checkout-info-box.checkout-shipping-options {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .checkout-info-box.checkout-shipping-options {
        margin-bottom: 20px;
    }
    .checkout-info-box:not(:last-child) {
        margin-bottom: 20px;
    }
}

.checkout-info-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
    padding: 0 0 20px;
}

.checkout-info-box-row:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e6e8;
}

.checkout-info-box-title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 9px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-bottom: none !important;
    background-color: #a6adb3;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .checkout-info-box-title {
        text-align: left;
        background-color: #000;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .checkout-info-box-title.breadcrumb {
        min-height: 40px;
        margin-bottom: 0;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .checkout-info-box-title .back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .checkout-info-box-title .back a {
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        display: inline-block;
        color: #dde5ed;
    }
    .checkout-info-box-title .back i {
        font-size: 16px;
        margin-right: 3px;
    }
}

.checkout-info-box-subtitle {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2;
    margin: 0 0 20px;
    padding: 0 20px !important;
    color: #a6adb3;
    border-top: 1px solid #fff;
    background-color: #fff;
}

.checkout-info-box-subtitle [class^='col']:not(:last-child) {
    border-right: 1px solid #e3e6e8;
}

@media (min-width: 992px) {
    .checkout-info-box-subtitle {
        color: #fff;
        background-color: #a6adb3;
    }
    .checkout-info-box-subtitle [class^='col']:not(:last-child) {
        border-right: 1px solid #fff;
    }
}

.checkout-info-box-data.checkout-cards {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px;
}

.checkout-info-box-data.checkout-cards i {
    font-size: 1.25rem;
    margin-right: 3px;
}

.checkout-info-box-data.checkout-cards .lh-0 {
    line-height: 0;
}

.checkout-info-box-data.bb-0 {
    margin-bottom: 0;
    border-bottom: 0;
}

.checkout-info-products .checkout-info-box-title {
    position: relative;
}

@media (min-width: 992px) {
    .checkout-info-products .checkout-info-box-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.checkout-info-products .checkout-info-box-title .back {
    position: absolute;
    top: 12px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-info-products .checkout-info-box-title .back a {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    color: #dde5ed;
}

.checkout-info-products .checkout-info-box-title .back i {
    font-size: 16px;
    margin-right: 3px;
}

.checkout-info-products .checkout-info-box-row:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e6e8;
}

.checkout-info-products .product-img {
    flex: 0 0 90px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    max-height: 90px;
}

.checkout-info-products .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkout-info-products .product-title {
    flex: 1 1 150px;
    padding-right: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
}

@media (min-width: 768px) {
    .checkout-info-products .product-title {
        flex: auto;
        padding-right: 10px;

        -webkit-box-flex: 1;
        -ms-flex: auto;
    }
}

.checkout-info-products .product-price,
.checkout-info-products .product-total {
    flex: 0 0 135px;
    padding-right: 10px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
}

.checkout-info-products .prodcut-qty {
    flex: 0 0 110px;
    padding-right: 20px;
    text-align: center;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
}

.checkout-info-products .prodcut-qty .form-group {
    margin-bottom: 0;
}

.checkout-info-products .product-cta {
    flex: 0 0 25px;
    text-align: center;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
}

.checkout-info-products .checkout-info-box-data {
    position: relative;

    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.checkout-info-products .checkout-info-box-data .product-img {
    margin-bottom: 10px;
}

.checkout-info-products .checkout-info-box-data .prodcut-qty,
.checkout-info-products .checkout-info-box-data .product-total {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.checkout-info-products .checkout-info-box-data .product-total {
    font-weight: 700;
    flex: auto;
    text-align: right;

    -webkit-box-flex: 1;
    -ms-flex: auto;
}

.checkout-info-products .checkout-info-box-data .product-total span {
    font-weight: 500;
}

.checkout-info-products .checkout-info-box-data .product-total .cart-price span.price {
    font-weight: 500;
    font-size: 1.125rem;
}

.checkout-info-products .checkout-info-box-data .product-price {
    display: none;
}

@media (min-width: 768px) {
    .checkout-info-products .checkout-info-box-data {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    }
    .checkout-info-products .checkout-info-box-data .product-img {
        margin-bottom: 0;
    }
    .checkout-info-products .checkout-info-box-data .prodcut-qty,
    .checkout-info-products .checkout-info-box-data .product-total {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .checkout-info-products .checkout-info-box-data .product-total {
        font-weight: 500;
        flex: 0 0 135px;
        text-align: left;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
    }
}

@media (min-width: 992px) {
    .checkout-info-products .checkout-info-box-data .product-price {
        display: block;
    }
}

.checkout-info-products .checkout-info-box-data .product-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
}

.checkout-info-products .checkout-info-box-data .product-title .title {
    text-transform: uppercase;
}

.checkout-info-products .checkout-info-box-data .product-title .flavour {
    font-size: 0.875rem;
    font-weight: 500;
}

.checkout-info-products .checkout-info-box-data .product-price,
.checkout-info-products .checkout-info-box-data .product-total {
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
}

.checkout-info-products .checkout-info-box-data .product-cta {
    font-size: 1.0625rem;
    position: absolute;
    right: 0;
    color: #d4d4d4;
}

.checkout-info-products .checkout-info-box-data .product-cta a {
    color: #d4d4d4;
}

.checkout-info-products .checkout-info-box-data .product-cta a:hover,
.checkout-info-products .checkout-info-box-data .product-cta a:focus,
.checkout-info-products .checkout-info-box-data .product-cta a:active {
    color: #000;
}

@media (min-width: 768px) {
    .checkout-info-products .checkout-info-box-data .product-cta {
        position: relative;
        right: auto;
    }
}

.checkout-info-products .checkout-info-box-data .break {
    height: 0;

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.checkout-info-cart-status {
    font-size: 1.125rem;
    font-weight: 500;
}

.checkout-info-cart-status .checkout-info-box-row {
    margin: 0;
    padding: 10px 20px;
}

.checkout-info-cart-status .checkout-info-box-row.checkout-info-box-title {
    margin: 0;
    padding: 9px 20px;
}

.checkout-info-cart-status .checkout-info-box-row:not(:last-child) {
    border-bottom: 1px solid #e3e6e8;
}

.checkout-info-cart-status .cart-total {
    font-weight: 700;
}

.checkout-info-cart-status .cart-total .price {
    font-weight: 700;
    font-size: 1.125rem;
}

.checkout-info-cart-status .cart-subtotal {
    font-size: 1rem;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .checkout-info-cart-status .cart-subtotal {
        font-size: 1.125rem;
    }
}

.checkout-info-cart-status .checkout-coupon {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #cad2d9;
    background-color: #edf0f2;
}

.checkout-info-cart-status .checkout-coupon .form-group {
    margin-bottom: 0;
}

.checkout-info-cart-status .checkout-coupon .form-control {
    padding: 0;
    border-color: #edf0f2;
    background-color: #edf0f2;
}

.checkout-info-cart-status .checkout-coupon .form-control::-webkit-input-placeholder {
    color: #a6adb3;
}

.checkout-info-cart-status .checkout-coupon .form-control::-moz-placeholder {
    color: #a6adb3;
}

.checkout-info-cart-status .checkout-coupon .form-control:-ms-input-placeholder {
    color: #a6adb3;
}

.checkout-info-cart-status .checkout-coupon .form-control:-moz-placeholder {
    color: #a6adb3;
}

.checkout-info-cart-status .checkout-coupon i {
    font-size: 1.375rem;
}

.checkout-info-cart-status .checkout-coupon i.fa-check-circle {
    color: #000;
}

.checkout-info-cart-status .checkout-cards {
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkout-info-cart-status-payment {
    font-size: 1rem;
    font-weight: 600;
}

.checkout-info-cart-status-payment .checkout-info-box-row {
    padding: 20px;
}

.checkout-info-cart-status-payment .cart-total {
    font-size: 1.25rem;
    font-weight: 700;
}

.checkout-info-cart-status-payment .cart-subtotal {
    font-size: 1rem;
    line-height: 1.3;
}

.checkout-info-cart-status-payment .cart-subtotal span {
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
}

.checkout-info-banner {
    margin: 0;
    padding: 0;
}

.checkout-shipping-options .shipping-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding: 25px 0 10px;
    border-bottom: 1px solid #e3e6e8;

    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-shipping-options .shipping-partners > div {
    flex: 0 1 100px;
    padding: 0 20px 15px 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
}

@media (min-width: 992px) {
    .checkout-shipping-options .shipping-partners > div {
        flex: 0 1 130px;
        padding-right: 40px;

        -webkit-box-flex: 0;
        -ms-flex: 0 1 130px;
    }
}

.checkout-shipping-options .form-check-label {
    font-size: 1.125rem;
    font-weight: 400;
    margin-left: 5px;
}

.checkout-shipping-options input[type='radio'] + label {
    color: #adb0b3;
}

.checkout-shipping-options input[type='radio']:checked + label {
    color: #000;
}

@media (max-width: 992px) {
    .checkout-info-carrier {
        border-bottom: 1px solid #e3e6e8;
    }
    .checkout-info-carrier .note {
        font-size: 1.2rem;
        text-transform: uppercase;
    }
}

.checkout-info-carrier .checkout-info-box-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (max-width: 992px) {
    .checkout-info-carrier-submit {
        padding: 16px 15px 5px;
        background-color: #fff;
    }
}

@media (max-width: 992px) {
    .checkout-page-header {
        padding: 16px 15px 5px;
        text-align: center;
        background-color: #fff;
    }
}

#triocheckout-billing-form {
    margin-left: 0 !important;
}

#triocheckout-billing-form .form-check {
    margin-top: 0.25rem;
}

#triocheckout-billing-form .form-check.mb-1 .link-terms-condition {
    font-weight: normal;
    text-decoration: none;
    color: #000 !important;
}

.carrier-list {
    display: none;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}

.carrier-list li {
    margin: 0;
    padding: 0 20px;
}

.carrier-list li:not(:last-child) {
    margin: 0 0 20px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #e3e6e8;
}

.carrier-list .form-group {
    margin-bottom: 8px;
}

.carrier-list .form-check-label {
    font-size: 1.0625rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-transform: uppercase;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (min-width: 992px) {
    .carrier-list .form-check-label {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

.carrier-list .form-check-label span {
    font-weight: 400;
}

.carrier-list .carrier-detail {
    font-size: 0.875rem;
    padding-left: 25px;
}

.carrier-list .carrier-logo {
    flex: none;
    max-width: 80px;
    margin-top: -2px;
    margin-bottom: 5px;
    padding: 0 10px 0 0;

    -webkit-box-flex: 0;
    -ms-flex: none;
}

.carrier-list .carrier-logo + div {
    flex: 1;

    -webkit-box-flex: 1;
    -ms-flex: 1;
}

@media (min-width: 992px) {
    .carrier-list .carrier-logo {
        flex: 0 0 80px;
        margin-bottom: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
    }
}

.carrier-locations {
    display: none;
    padding-left: 2rem;
}

.carrier-locations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carrier-locations li {
    margin: 0;
    padding: 0;
}

.carrier-locations li:not(:last-child) {
    margin: 20px 0;
    padding: 0;
    border-bottom: none;
}

.carrier-locations li:last-child {
    margin-bottom: 0;
}
.carrier-list li input[name='parcel_shop_address'] {
    opacity: 0;
}

.carrier-locations .form-check-input {
    margin-top: 0.2rem;
}

.carrier-locations .form-check-label {
    font-size: 0.8125rem;
    font-weight: 400;
    display: inline-block;
}

.checkout-thank-you {
    margin-bottom: 2rem;
}

.checkout-thank-you h1 {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 14px 20px 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ac0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-thank-you h1 i {
    font-size: 1.4375rem;
    margin-right: 10px;
}

@media (min-width: 575px) {
    .checkout-thank-you h1 {
        margin: 0 -15px 30px;
    }
}

@media (min-width: 992px) {
    .checkout-thank-you h1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.checkout-thank-you h2 {
    font-size: 1.75rem;
    font-weight: 700;
}

.testimonial .ratings .fas {
    color: black;
}

/* to the body element */
.noscroll {
    overflow: hidden;
}

body.stamped-modal-open {
    overflow: hidden;
}

.stamped-instagram-feed {
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

.stamped-instagram-feed *,
.stamped-instagram-feed :after,
.stamped-instagram-feed :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stamped-instagram-modal-wrapper,
.stamped-instagram-modal-wrapper *,
.stamped-instagram-modal-wrapper:after {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

.stamped-instagram-media {
    padding-top: 100%;
    position: relative;
}

.stamped-instagram-media[data-background=''] video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.stamped-instagram-media-block {
    padding: 1px !important;
    overflow: hidden;
}

.stamped-instagram-media-block[data-index='{0}'] {
    display: none !important;
}

.stamped-instagram-modal-caption {
    margin-top: 15px;
    line-height: 20px;
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.stamped-instagram-modal {
    position: fixed;
    font: 14px/22px 'Proxima', Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    text-align: left;
    white-space: initial;
    visibility: hidden;
}

.stamped-instagram-modal.open {
    opacity: 1;
    pointer-events: auto;
    z-index: 999999;
    visibility: visible;
}

div[data-modal-type='instagram'] .fa-thumbs-down:before,
div[data-modal-type='instagram'] .stamped-fa-thumbs-down:before {
    content: '\e809' !important;
}

.stamped-instagram-modal-wrapper {
    position: relative;
    max-width: 1000px;
    height: auto;
    min-height: 100px;
    margin: 90px auto 30px;
    padding: 0 70px;
    box-shadow: none;
}

.stamped-instagram-modal-wrapper:after {
    position: absolute;
    top: 0;
    right: 70px;
    bottom: 0;
    left: 70px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    content: '';
}

.stamped-instagram-modal-date {
    color: #999;
    margin: 10px 0;
    font-size: 0.9em;
}

.stamped-instagram-modal-tags {
    margin-bottom: 10px;
}

.stamped-ugc-modal-tags a {
    display: inline-block;
    clear: both;
    width: 100%;
}

.stamped-instagram-modal-nav-previous,
.stamped-instagram-nav-previous {
    left: 0;
}

.stamped-instagram-modal-nav-next,
.stamped-instagram-nav-next {
    right: 0;
}

.stamped-instagram-modal-nav-previous i,
.stamped-instagram-modal-nav-next i,
.stamped-instagram-nav-previous i,
.stamped-instagram-nav-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -9px;
    font-size: 45px;
}

.stamped-instagram-modal-nav-previous,
.stamped-instagram-modal-nav-next,
.stamped-instagram-nav-previous,
.stamped-instagram-nav-next {
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: #bfbfbf;
    z-index: 2;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stamped-carousel-buttons {
    float: right;
    width: 65px;
}

.stamped-carousel-buttons div {
    height: 30px;
    width: 30px;
    display: inline-block;
    cursor: pointer;
}

.stamped-instagram-modal-content {
    font-family: 'Open Sans';
    display: inline-block;
    width: 51%;
    vertical-align: top;
    height: 100%;
    overflow-y: scroll;
    max-height: 600px;
    position: relative;
    z-index: 3;
}

.stamped-instagram-modal-content-wrapper {
    padding: 40px 40px 50px 40px;
    height: 100%;
}

.stamped-instagram-media-hover-content-wrapper:before {
    content: '\f16d';
    display: block;
    font-family: 'stamped-font', 'FontAwesome';
    font-size: 19px;
}

.stamped-modal-close {
    cursor: pointer;
    background: #606061;
    color: #ffffff;
    line-height: 30px;
    position: absolute;
    right: 55px;
    top: -15px;
    text-align: center;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    z-index: 5;
}

.stamped-instagram-modal-image {
    display: inline-block;
    position: relative;
    width: 48%;
    min-height: 600px;
    vertical-align: top;
    z-index: 1;
    box-sizing: border-box;
    background: black;
    vertical-align: top;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.stamped-instagram-load-more a {
    color: #000;
    text-decoration: none;
}

.stamped-instagram-load-more a:before {
    content: 'Load More';
}

.stamped-instagram-media-block:hover a {
    opacity: 1 !important;
}

.stamped-instagram-media-block:hover .stamped-instagram-media {
    transform: scale(1.1);
    transition: all 1s;
}

/* Carousel */
#stamped-reviews-widget.carousel {
    float: left;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    clear: both;
    /*position: relative;
  display: inline-table;*/
}

#stamped-reviews-widget.carousel .stamped-instagram-media-block-template {
    width: 100%;
    position: absolute;
    left: 0;
    font-size: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

#stamped-reviews-widget.carousel .stamped-instagram-media-block {
    /*width: 29%;*/
    /*height: 250px;*/
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.stamped-instagram-media-hover-content {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    color: #fff;
    /* opacity: 0.5; */
    width: 100%;
    display: none;
    z-index: 1;
    transition: background 0.3s;
}

.stamped-instagram-media-hover-content-wrapper {
    margin: auto;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.stamped-instagram-media-block:hover .stamped-instagram-media-hover-content {
    display: flex;
}

.stamped-instagram-media-hover-content:hover {
    background: rgba(0, 0, 0, 0.5);
}

.stamped-instagram-modal-user {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.stamped-instagram-modal-user {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.stamped-instagram-modal-user-username {
    float: left;
    margin-top: 6px;
}

.stamped-instagram-modal-user-source {
    float: right;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9em;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .stamped-instagram-modal.open {
        overflow-y: scroll; /* has to be scroll, not auto */
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 10px !important;
    }

    .stamped-instagram-modal > div {
        height: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0px !important;
    }

    .stamped-instagram-modal-content {
        overflow: visible !important;
        width: 100% !important;
        height: auto !important;
        min-height: 300px;
        background: white;
    }

    .stamped-instagram-modal-content-wrapper {
        padding: 20px !important;
    }

    .stamped-instagram-modal-wrapper:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        box-shadow: none;
        content: '';
    }

    .stamped-instagram-modal-image {
        width: 100% !important;
        height: 50% !important;
        min-height: 355px;
        background-size: contain !important;
    }

    .stamped-instagram-modal-nav-previous,
    .stamped-instagram-modal-nav-next {
        height: 50%;
        min-height: 355px;
    }

    .stamped-instagram-modal-tags img {
        width: 50%;
    }

    .stamped-modal-close {
        background: #fff !important;
        color: #000 !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        opacity: 0.6;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

    .stamped-instagram-modal-content {
        max-height: none !important;
    }
}

#co-shipping-method-form .checkbox-holder .checkout-label-shipping {
    display: flex !important;
}

.page-shop .shipping-details {
    width: 100%;
}
.modal-popup-title {
    font-size: 1.55rem;
    margin: -10px -16px 20px;
    padding: 0 20px 25px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.checkout-info-cart-status-payment .cart-total span.price {
    font-size: 1.25rem;
    font-weight: 700;
}

.page-product .product-ratings .ratings .fa-star:before {
    margin-right: 3px;
}

.checkout-onepage-success #ajaxnotice ~ img {
    display: none;
}

.ias-noneleft {
    margin-bottom: 20px;
}

#intercom-container .intercom-messenger-frame{
    bottom: 105px !important;
}

#intercom_launcher_trigger.open img.open{
    display: none;
}
#intercom_launcher_trigger.close img.close{
    display: none;
}

.chat-icon.upper {
    bottom: 200px !important;
}

@media (max-width: 992px) {
    .chat-icon.upper {
        bottom: 155px !important;
    }
}

@media (max-width: 768px) {
    .chat-icon.upper {
        bottom: 115px !important;
    }
}

@media (min-width: 1200px) {
    .chat-icon.upper {
        bottom: 180px !important;
    }
}

a.link-terms-condition, a.link-terms-condition:hover {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

.order-info-box.planning-order-box {
    background-color: #fff;
    padding: 20px;
}

.order-info-box h2 {
    margin-bottom: 10px;
}

.planning-order-box .order-num {
    background: #1d252e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
}

.planning-order-box .descr {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 35px;
}

.delivery-date-info {
    background: #6d7d8c;
}

.delivery-date-info, .go-to-track {
    font-size: 21px;
    line-height: 24px;
    width: 100%;
    display: block;
    padding: 17px;
    background: #86c239;
    color: #fff;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.delivery-date-info span {
    display: block;
}

.planning-order-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.planning-order-list li {
    position: relative;
    background: #d8dde3;
    color: #c0c5cc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 78px;
    margin-bottom: 61px;
}

.planning-order-list li.apply {
    color: #1d252e;
    background: #86c239;
}

.planning-order-list li:before {
    content: '';
    position: absolute;
    left: 21px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    top: 50%;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: url(../images/planning-order-icons.png) 50% 0 no-repeat;
}

.planning-order-list li.planning-order-confirm:before {
    background-position: 0 0;
    width: 42px;
}

.planning-order-list li.planning-order-confirm.apply:before {
    background-position: -43px 0;
}

.planning-order-list li.planning-order-packing.apply:before {
    background-position: -128px 0;
    width: 41px;
}

.planning-order-list li.planning-order-prepared.apply:before {
    background-position: -214px 0;
    width: 44px;
}

.planning-order-list li.planning-order-shipped.apply:before {
    background-position: -298px 0;
    width: 39px;
}

.planning-order-list li .item-content {
    padding: 15px;
    background: #e6ebf0;
    border-left: 1px solid #ffffff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.planning-order-list li.apply .item-content {
    background: #e6ebf0;
}

.planning-order-list li:after {
    content: '';
    clear: both;
    background: url(../images/planning-order-dots.png) 0 5px no-repeat;
    width: 7px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 37px;
}

.planning-order-list li.planning-order-shipped:after{
    display: none;
}

.order-status-info-orderinfo-index .block.mobile-item {
    display: none;
}

.order-status-info-orderinfo-index .grid-col2-sidebar {
    text-align: center;
    margin-bottom: 40px;
}

.order-status-info-orderinfo-index .sidebar a {
    color: #8591b5;
    font-weight: 700;
}

.body-ajaxsearch .product-slider-subpage {
    display: none;
}

.product-overview a {
    color: #999!important;
}

.product-overview a:hover {
    color: #000!important;
}

.std #content.main-container .product-slider-subpage {
    display: none;
}

.search-panel {
    position: relative;
}

.search-loader {
    border: 4px solid #e1e5e8;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 7px;
    right: 8px;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cms-failedtransaction #root-wrapper {
    background-color: #e1e5e8;
}

.cms-failedtransaction .breadcrumbs {
    margin-top: 20px;
    margin-left: -15px;
}

.cms-failedtransaction .inner-container {
    overflow: hidden;
}

.cms-failedtransaction .col-wrapper {
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
    width: calc(100% - 266px);
}

.cms-failedtransaction .col-main {
    width: calc(100% - 20px) !important;
}

.cms-failedtransaction .col-right {
    float: right;
}

.cms-failedtransaction .std {
    font-family: Barlow, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
}

.cms-failedtransaction .std strong span {
    font-size: 1.875rem;
    font-weight: 700;
}

.cms-failedtransaction .std strong {
    font-family: Barlow, sans-serif !important;
}

.cms-failedtransaction .sidebar .mobile-item {
    display: none;
}

.cms-failedtransaction .sidebar a {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 10px;
    display: inline-block;
}

.cms-failedtransaction .sidebar a:hover {
    color: #637199;
}

@media (max-width: 992px) {
    .cms-failedtransaction .inner-container {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .cms-failedtransaction .col-wrapper {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .cms-failedtransaction .col-main {
        width: 100% !important;
    }

    .cms-failedtransaction .col-right {
        float: none;
    }

    .cms-failedtransaction .contacts-right-block {
        display: flex;
        justify-content: center;
    }

    .cms-failedtransaction .fb-page {
        margin-left: 0;
    }

    .cms-failedtransaction .fb-xfbml-parse-ignore {
        text-align: center;
    }
}

.tier-price-product {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tier-prise-items {
    margin-right: 10px;
    border: 1px solid #aaa;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: .25rem;
    cursor: pointer;
}

.tier-prise-items:hover, .tier-prise-items.active {
    border: 1px solid #000;
}

.tier-price-product. span.t-price {
    font-weight: 600;
}

.tier-price-product span.t-discount {
    color: #5a5a5a;
}

@media (min-width: 992px) {
    .display-line .dropdown .row {
        gap: unset !important;
        display: flex !important;
    }

    .display-line .dropdown {
        max-width: 300px;
        left: auto !important;
    }
}


@media (min-width: 768px) {

    .img-gallery .bg {
        padding: 0 30px 15px;
    }
}

@media (min-width: 992px) {
    .img-gallery {
        padding: 0 15px 15px;
    }

    .img-gallery .bg {
        padding: 0 15px;
    }
}

.product-flash-sale .sale-badge {
    color: #fff;
    background-image: url(../images/icons/price-tag-red.svg);
}

.product-flash-sale .product-cta-fixed .sale-badge {
    background-image: url(../images/icons/price-tag.svg);
}

.product-flash-sale .product-intro-img .progress {
    height: 24px;
    font-size: 14px;
    line-height: 14px;
}

.item-flash-sale .progress, .product-flash-sale .product-intro-img .progress {
    font-weight: 800;
    background-color: #ff1e00;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-flash-sale .product-intro-img .progress-bar {
    text-indent: 7px;
}

.item-flash-sale .progress-bar, .product-flash-sale .product-intro-img .progress-bar {
    background-color: #ffd500;
    color: black;
    text-align: left;
    text-transform: uppercase;
    overflow: visible;
}

.product-flash-sale .btn-add-to-cart, .product-flash-sale .product-cta-fixed .btn-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-flash-sale  .btn-add-to-cart {
    background-color: #fd1e1b;
    border-color: #fd1e1b;
    justify-content: space-between;
}

.product-flash-sale  .btn-add-to-cart .img-flash-sale,
.product-flash-sale .product-cta-fixed .btn-add-to-cart .img-flash-sale {
    max-width: 65px;
}

.product-flash-sale .product-cta-fixed {
    border-top: 1px solid #fd8b6e;
    background-color: #fd1e1b;
}

.product-flash-sale .product-cta-fixed .sale-badge {
    color: #fd1e1b;
}

.product-flash-sale .product-cta-fixed .number-spinner .form-control {
    background-color: #fd1e1b;
}

.product-flash-sale .product-cta-fixed label {
    color: #fff;
}

.product-flash-sale .product-cta-fixed .btn-add-to-cart {

    border-color: #fd1e1b;
    border-top: 1px solid #fd8b6e;
    background-color: #fd1e1b;
}

.product-flash-sale .btn-add-to-cart span, .product-flash-sale .product-cta-fixed .btn-add-to-cart span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.product-flash-sale .product-cta-fixed .select-dropdown .form-control {
    border: 1px solid #fd1e1b;
    background-color: #fd1e1b;
}

.product-flash-sale .product-cta-fixed .number-spinner {
    border: 1px solid #fd1e1b;
    border-left-color: #fd8b6e;
}

.product-flash-sale .product-cta-fixed .number-spinner .btn {
    background-color: #fd1e1b;
    border-left: 1px solid #fd8b6e;
    border-right: none;
}

.product-flash-sale .flash-sale-timer {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fd1e1b;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
}

.product-flash-sale .product-cta-fixed .btn-add-to-cart .img-flash-sale {
    display: none;
}

.timer__items {
    display: flex;
    font-size: 20px;
}

.timer__item {
    position: relative;
    min-width: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}

.item-flash-sale .progress {
    height: 17px;
    font-size: 11px;
    line-height: 11px;
}

.item-flash-sale .progress, .product-flash-sale .product-intro-img .progress {
    font-weight: 800;
    background-color: #ff1e00;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-flash-sale .item-img {
    position: relative;
}

.item-flash-sale .progress-bar span {
    line-height: 17px;
}

.item-flash-sale .progress-bar.under-threshold, .product-flash-sale .product-intro-img .progress-bar.under-threshold {
    color: black!important;
}

.item-flash-sale .progress-bar {
    text-indent: 5px;
}

@media (min-width: 576px) {
    .product-flash-sale .product-intro-img .progress {
        margin: 0 42px;
    }
}

@media (min-width: 768px) {
    .product-flash-sale .product-cta-fixed .number-spinner {
        border: 1px solid #fd8b6e;
        overflow: hidden;
    }

    .product-flash-sale .product-cta-fixed .number-spinner .spin-plus {
        border-right: 1px solid #fd8b6e;
        border-left: 1px solid #fd8b6e;
    }

    .product-flash-sale .product-cta-fixed .select-dropdown .form-control {
        border: 1px solid #fd8b6e;
        background-color: #fd1e1b;
    }

    .product-flash-sale .product-cta-fixed .btn-add-to-cart {
        color: #fff;
        background-color: #fed530 !important;
        border-color: #fed530 !important;
        color: #fd1e1b;
    }

    .product-flash-sale .product-cta-fixed .number-spinner .btn {
        background-color: #fd1e1b;
    }

    .product-flash-sale .product-cta-fixed .number-spinner .form-control {
        background-color: #fd1e1b;
    }

    .product-cta-fixed {
        padding: 25px 0;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .product-flash-sale .product-cta-fixed .btn-add-to-cart .img-flash-sale {
        display: block;
    }
}

@media (max-width: 575px) {
    .product-flash-sale .product-intro-img .progress {
        bottom: 40px;
    }
}
.flash-sale .site-sub-header {
    background-color: #ff1e00;
}

.site-sub-header span {
    color: #ff0;
}

.flash-sale .site-sub-header .rotator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 5px;
}

.flash-sale .site-sub-header .sub-nav li:not(:last-child) {
    border-right-color: #fff;
}

.flash-sale .site-sub-header .sub-nav a {
    color: #fff;
}

.flash-sale .site-branding .cart {
    color: #fed530;
}

.flash-sale .site-branding .cart-counter {
    background-color: #ff1e00;
}

@media (min-width: 576px) {
    .flash-sale .site-branding .cart.active {
        color: #fed530;
    }

    .flash-sale .site-branding .cart.active .cart-counter {
        background-color: #ff1e00;
    }
}

.animate-flash {
    -webkit-animation: flash 1.25s ease-in-out infinite;
    animation: flash 1.25s ease-in-out infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
}

.select-dropdown div.select-dropdown {
    color: white;
}

.p-b-0 {
    padding-bottom: 0 !important;
}
.checkout-info-cart-status .checkout-info-box-row .fa-dolly {
    font-size: 1.2em;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.checkout-info-cart-status .checkout-info-box-row .handling-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px -20px 0;
    padding: 1px 15px;
    text-align: center;
    background-color: #aacc28;
    color: #fff;
    font-weight: 600;
    color: #000 !important;
    background-color: #feed35 !important;
    font-size: 14px;
}

.checkout-info-cart-status .checkout-coupon {
    background-color: transparent;
}

.checkout-info-cart-status .checkout-coupon .form-control {
    padding: 5px 80px 7px 10px;
    border-color: #e3e6e8;
    background-color: #fff;
}

.checkout-info-cart-status .checkout-coupon .form-group {
    position: relative;
}

.checkout-info-cart-status .checkout-coupon .form-control + .checkout-coupon-add {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.checkout-info-cart-status .checkout-coupon .form-control + .checkout-coupon-add i {
    font-size: 1em;
    margin-right: 3px;
}

/* Updates June-2022
 * -------------------------------------------------- */
.product-intro .product-more {
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 15px;
}
@media (min-width: 575px) and (max-width: 767px) {
    .product-intro {
        margin-bottom: 0;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .product-intro .product-more {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .product-intro .product-more {
        margin-bottom: 0;
    }
}
.product-intro .product-more:before {
    display: none;
}
.product-intro .product-more a {
    margin-left: 0;
    margin-bottom: 5px;margin-bottom: 5px;
    padding: 2px 12px 3px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #fff;
}
.product-intro .product-more a:first-of-type {
    margin-right: 10px;
}
.product-intro .product-more a:hover,
.product-intro .product-more a:focus,
.product-intro .product-more a:active {
    color: #fff;
    border: 1px solid #637199;
    background-color: #637199;
}
@media (min-width: 1200px) {
    .product-intro .product-more a {
        margin-bottom: 0;
    }
}
.page-shop .number-spinner .btn:hover,
.page-shop .number-spinner .btn:focus,
.page-shop .number-spinner .btn:hover,
.page-shop .number-spinner .btn:focus {
    color: #000;
}
.checkout-info-products .checkout-info-box-data .product-cta a {
    position: relative;
    top: -5px;
    right: 10px;
}
@media(min-width: 768px) {
    .checkout-info-products .checkout-info-box-data .product-cta a {
        right: -5px;
    }
}
.checkout-info-box:not(:last-child), .checkout-info-box:not(:last-child) {
    padding-bottom: 10px;
}
.checkout-info-products .checkout-info-box-data:not(:last-child),
.checkout-info-products .checkout-info-box-data:last-child {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e3e6e8;
}
.checkout-info-products .checkout-info-box-data.has-free-shipping-note
 {
    padding-bottom: 45px !important;
}
@media (max-width: 767px) {
    .checkout-info-products .checkout-info-box-data .product-total {
        font-size: 15px;
        line-height: 1;
        text-transform: capitalize;
    }
    .checkout-info-products .checkout-info-box-data .product-img {
        margin-bottom: 20px;
    }
    .checkout-info-products .prodcut-qty {
        flex: 0 0 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
    }
}
.product-free-shipping-cta,
.product-free-shipping-eligible {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 30px;
    padding: 5px 10px 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #e3e6e8;
}
.checkout-info-carrier .product-free-shipping-eligible {
    position: relative;
    top: -20px;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    border-top: none;
    margin: 0 -20px;
}
.product-free-shipping-cta {
    color: #959ba1;
    background-color: #f5f5f5;
}
.product-free-shipping-eligible {
    color: #a0c426;
    background-color: #f1f7df;
}
.product-free-shipping-eligible .fa-check-circle {
    position: relative;
    top: 1px;
    margin-right: 2px;
    font-size: 16px;
}
.has-free-handling-fee-note {
    background-color: #edf0f2;
}
.has-free-handling-fee-eligible {
    background-color: #fffac7;
}
.has-free-handling-fee-note .handling-note {
    background-color: #959ba1 !important;
    font-size: 14px;
}.has-free-handling-fee-eligible .handling-note {
     color: #000 !important;
     background-color: #feed35 !important;
     font-size: 14px;
 }
.checkout-info-box-data.checkout-cards {
    font-size: 0.9375rem;
    color: #a6adb3;
}
.checkout-info-cart-status .checkout-cards {
    padding-top: 15px;
    padding-bottom: 5px;
}
.checkout-info-box-data.checkout-cards i {
    font-size: 1em;
}
.checkout-info-cart-status .checkout-info-box-row .fa-check-circle {
    margin-right: 5px;
}
/* Payment Methods - Updates May-2023
 * -------------------------------------------------- */
.checkout-info-box-title i {
    margin-right: 3px;
}

.payment-methods .card {
    border-width: 1px 0;
    border-color: #e3e6e8;
    border-radius: 0;
}

.payment-methods .card:first-child {
    border-top: none;
}

.payment-methods .card-header {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    height: 56px;
    background-color: transparent;
    border-bottom: 1px solid #e3e6e8;
    padding: 0;
}

.payment-methods .card-header [role="button"] {
    padding: 16px 20px;
    cursor: pointer;
}

.payment-methods .card-header i {
    font-size: 1.25em;
    margin-right: 3px;
}


.payment-methods .card-header .fa-plus,.payment-methods .card-header .fa-minus {
    font-size: 1em;
    margin-right: 0;
    position: absolute;
    top: 18px;
    right: 20px;
    opacity: 0;
    transition: .5s opacity ease-in-out
}

.payment-methods .card-header :not(.collapsed) .fa-minus {
    opacity: 1
}

.payment-methods .card-header .collapsed .fa-plus {
    opacity: 1
}

.page-shop .form-control {
    margin-bottom: 0.5em;
}

.fal:before, .far:before {
    font-family: "Font Awesome 5 Free" !important;
}

/* Newsletter Popup - Updates April-2023
 * -------------------------------------------------- */
.site-sub-header .sub-nav .fas {
    font-size: 1rem;
    margin-right: 3px;
}

.site-sub-header .rotator {
    text-align: left;
}

@media (max-width: 991px) {
    .site-sub-header .rotator {
        text-align: center;
    }
}

.modal-newsletter .item-img img {
    max-height: 150px;
}

.modal-newsletter .item-title {
    font-size: 1.5rem;
}

.modal-newsletter .item-properties .form-group {
    font-size: 1.0625rem;
    height: 46px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-newsletter .item-properties .form-group:last-child {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.modal-newsletter .item-properties .form-control {
    font-size: 1em;
    font-weight: 400;
}

@media (min-width: 576px) {
    .modal-newsletter .item-img img {
        max-height: 225px;
    }

    .modal-newsletter .item-title {
        font-size: 1.75rem;
        margin: 20px 30px;
    }

    .modal-newsletter .item-properties .form-group {
        height: 50px;
    }
}

.border-none {
    border: none !important;
}

.sub-nav-position {
    right: 0
}

.product-outstock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 30px;
    padding: 5px 10px 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #e3e6e8;
    color: red;
    background-color: #f5f5f5;
}
a.dfd-branding { display: none !important}

/* for slides */
body .dfwidget-host {
    padding-bottom: 28px
}

body .dfwidget-host .dfwidget-carousel {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px
}

body.catalog-category-view .dfwidget-host .dfwidget-carousel {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    body .dfwidget-host .dfwidget-carousel {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 576px) {
    body .dfwidget-host .dfwidget-carousel {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    body .dfwidget-host .dfwidget-carousel {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    body .dfwidget-host .dfwidget-carousel {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    body .dfwidget-host .dfwidget-carousel {
        max-width: 1140px
    }
}

@media (min-width: 1420px) {
    body .dfwidget-host .dfwidget-carousel {
        max-width: 1380px
    }
}

body .dfwidget-host .carousel-content {
    padding: 0;

}

body .dfwidget-host .dfwidget-carousel>.carousel-content{
    flex-basis: 100%;
}

body .dfwidget-host .carousel-arrow {
    order: 2
}

body .dfwidget-host .carousel-arrow {
    font-size: 22px;
    width: 22px;
    height: 27px;
    color: #fff;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block
}
body .dfwidget-host .carousel-arrow:hover {
    color: #000
}

body .dfwidget-host .carousel-arrow svg {
    display: none
}

body .dfwidget-host .carousel-arrow-right:before {
    content: "\f138"
}

body .dfwidget-host .carousel-arrow-left:before {
    content: "\f137"
}

body .dfwidget-host .dfwidget-card {
    border: 0;
    padding: 20px;
    overflow: hidden;
}

body .dfd-guided-filters-header button.dfd-guided-filters-skip-btn, body .dfd-root button.dfd-delete-link-button {
    color: #343a40;
}

.dfd-slider .dfd-slider-tooltip,.dfd-slider .dfd-slider-target .dfd-slider-connect, .dfd-slider-connect, .dfd-slider-connects,
body .df-add-to-cart-btn .df-add-to-cart-spinner, body .dfwidget-host  .df-add-to-cart-btn:disabled{
    border-color: #343a40;
    background-color: #343a40;
}

body .dfwidget-host .dfwidget-card:hover {
    box-shadow: none !important;
}

body .dfwidget-host .card-title {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.8rem;
    text-align: center;
    color: #000
}

body .dfwidget-host .card-pricing {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-right: 0
}

body .dfwidget-host .card-pricing .card-price.card-price-old {
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
    text-decoration: line-through;
}

body .dfwidget-host .card-pricing .card-price {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    color: #000
}

body .dfwidget-host .df-add-to-cart-btn {
    background-color: #000;
    bottom: 20px
}

body .dfwidget-host .df-add-to-cart-btn:hover {
    background-color: #000
}

body .dfwidget-host .card-content>:not(:first-child) {
    margin-top: 0
}

body .dfd-cart-add-button {
    --dfd-btn-bg: #000;
    --dfd-btn-border-color: #000;
}

body .dfd-cart-add-button button:hover {
    background-color: #000;
    border-color: #000;
}

body .dfd-card-price--sale {
    color: #000
}

body .dfd-card:hover,
body .dfd-card:focus-visible {
    border-color: #000;
    box-shadow: 0 0 0 1px #000
}

body .dfd-carousel-arrow svg {
    fill: #000
}

body .dfd-fullscreen .dfd-searchbox {
    border-bottom: 1px solid #000
}