/*
Theme Name: Ludus
Author: ahfront
Description: Ludus - is complete multipurpose polish eCommerce template built with
best practices. It will be perfect solution for your current or future shop, customizable
into any store contains responsiveness & great UI. Well tested on compatible browsers.
The template contains 40+ HTML files, 3 Homepages, 3 Header Styles, 12 Dashboard Pages,
3 Product Pages, 7 Shop Pages, 5 Blog Pages, Box mode and generated 10 Color variations but could
create unlimited colors.
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,
custom-colors, box-mode, custom-header, custom-menu, custom-logo, featured-images
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base Styles
2.0 Typography
3.0 Pre-configured styles
4.0 Layout Utility Styles
5.0 Components
6.0 Header
  6.1 Primary Nav
  6.2 Secondary Nav
7.0 Footer
  7.1 Outer-Footer
  7.3 Lower-Footer
9.0 About-Page
10.0 Contact-Page
11.0 Cart-Wishlist-Pages
12.0 Empty-404-Pages
13.0 Checkout-Page
14.0 Signin Signup Lost Password-Page
15.0 FAQ-Page
16.0 Dashboard-Pages
17.0 Blog-Pages
18.0 Product-Detail-Pages
19.0 Shop-Pages
20.0 Vendor Extension Pages
  20.1 Bootstrap
  20.2 jquery.shopnav
  20.3 Owl-Carousel
  20.4 jquery.scrollUp
  20.5 Slick Carousel

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base Styles
--------------------------------------------------------------*/
/**
 * Setup box-sizing
 */
html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html.boxed {
    background-color: #eee;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/**
 * Set up a background-color and height on the root and body element.
 */
body {
    line-height: 1.5;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    /*background-color: #f8f8f8 !important;*/
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background-image: url("/images/4.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    opacity: 0.1;
    /*filter: grayscale(1);*/

    pointer-events: none;

    z-index: -1;
}

.config {
    overflow: hidden;
}

/**
 * Basic styles for headings and paragraph
 */
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h3 {
    font-size: 18px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}

/**
 * Basic styles for links
 */
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

/**
 * Basic style for image element
 */
img {
    border: 0;
    border-radius: 20px !important;
}

img:focus {
    outline: none;
}

/**
 * Basic style for iframe element
 */
iframe {
    border: none;
    overflow: hidden;
}

iframe[src*="soundcloud"] {
    width: 100%;
}

/*--------------------------------------------------------------
Box Module
--------------------------------------------------------------*/
/* Body Element */
@media (min-width: 576px) {
    html.boxed body {
        background-color: #ffffff;
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    html.boxed body {
        max-width: 546px;
    }
}

@media (min-width: 791px) {
    html.boxed body {
        max-width: 770px;
    }
}

@media (min-width: 1025px) {
    html.boxed body {
        max-width: 990px;
    }
}

@media (min-width: 1230px) {
    html.boxed body {
        max-width: 1200px;
    }
}

/* Header with container Element */
@media (max-width: 1024px) {
    html.boxed header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1025px) {
    html.boxed header .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Header & Footer Element */
@media (min-width: 576px) {
    html.boxed header, html.boxed footer {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media (min-width: 576px) {
    html.boxed header, html.boxed footer {
        max-width: 456px;
    }
}

@media (min-width: 791px) {
    html.boxed header, html.boxed footer {
        max-width: 770px;
    }
}

@media (min-width: 1025px) {
    html.boxed header, html.boxed footer {
        max-width: 990px;
    }
}

@media (min-width: 1230px) {
    html.boxed header, html.boxed footer {
        max-width: 1200px;
    }
}

/* App Content exclude Header & Footer */
@media (min-width: 576px) {
    html.boxed .app-content {
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (min-width: 576px) {
    html.boxed .app-content {
        max-width: 546px;
    }
}

@media (min-width: 791px) {
    html.boxed .app-content {
        max-width: 770px;
    }
}

@media (min-width: 1025px) {
    html.boxed .app-content {
        max-width: 990px;
    }
}

@media (min-width: 1230px) {
    html.boxed .app-content {
        max-width: 1200px;
    }
}

/* App Content with container */
@media (max-width: 1024px) {
    html.boxed .app-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1025px) {
    html.boxed .app-content .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Footer with container Element */
@media (max-width: 1024px) {
    html.boxed footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1025px) {
    html.boxed footer .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Pre-configured styles
--------------------------------------------------------------*/
/**
* JavaScript Disabled Page
*/
.no-js #app {
    display: none;
}

.app-setting {
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    z-index: 1000001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.app-setting__wrap {
    text-align: center;
    padding: 2.1875rem;
    background-color: #fbfbfb;
    border-left: 0.1875rem solid var(--primary-color);
}

.app-setting__h1 {
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 42px;
    color: var(--text-dark);
}

.app-setting__text {
    font-size: 0.8125rem;
    color: #ababab;
}

/**
* Preloader
*/
.preloader.is-active {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    background: white;
    display: block;
}

.preloader {
    display: none;
}

.preloader__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.preloader__img {
    display: block;
}

/*
  * Row modifier class
 */
.row--center {
    -ms-flex-pack: center;
    justify-content: center;
}

/*
  * Fitvids plugin modifier class
 */
.fluid-width-video-wrapper {
    background-color: #f5f5f5;
}

/*
  * Social media classes with property background-color & color.
  * 's' is a prefix and represents a social media class.
 */
/* Facebook */
.s-fb--bgcolor-hover:hover {
    background-color: #4267b2;
}

.s-fb--color-hover:hover {
    color: #4267b2;
}

.s-fb--color {
    color: #4267b2;
}

/* Twitter */
.s-tw--bgcolor-hover:hover {
    background-color: #38A1F3;
}

.s-tw--color-hover:hover {
    color: #38A1F3;
}

.s-tw--color {
    color: #38A1F3;
}

/* instagram */
.s-insta--bgcolor-hover:hover {
    background-color: #f77737;
}

.s-insta--color-hover:hover {
    color: #f77737;
}

.s-insta--color {
    color: var(--secondary-color);
}

/* youtube */
.s-youtube--bgcolor-hover:hover {
    background-color: #ED3833;
}

.s-youtube--color-hover:hover {
    color: #ED3833;
}

.s-youtube--color {
    color: #ED3833;
}

/* linkedin */
.s-linked--bgcolor-hover:hover {
    background-color: #0077B5;
}

.s-linked--color-hover:hover {
    color: #0077B5;
}

.s-linked--color {
    color: #0077B5;
}

/* googleplus */
.s-gplus--bgcolor-hover:hover {
    background-color: #dd4b39;
}

.s-gplus--color-hover:hover {
    color: #dd4b39;
}

.s-gplus--color {
    color: #dd4b39;
}

/* Whats App */
.s-wa--color {
    color: var(--primary-color);
}

.s-wa--color-hover:hover {
    color: var(--primary-color);
}

/*
  * Global classes you can use these classes on elements and components of your application.
  * Remember: Don't confuse your mind with utility classes & Global classes.
  * Utility class has a prefix 'u' that represents root namespace also has a sub-namespace
  * prefix. These are low-level utility classes that make it easy to build complex user interfaces.
  * Global class has a prefix 'gl' and these classes are ready-made styles that you could
  * use on different elements like span, div, h1, h3 and components like button, selectbox. scrollbar etc.
 */
/*
  * Chrome Default Style for scrollbar
 */
.gl-scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.gl-scroll::-webkit-scrollbar-track {
    background: #eee;
}

.gl-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

.gl-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*
  * Global Rating Style apply on any div that has `i` element as children
 */
.gl-rating-style > i {
    margin-left: 2px;
    color: #ffbb00;
    text-shadow: 0 1px #997000;
}

.gl-rating-style > i:first-child {
    margin-left: 0;
}

.gl-rating-style-2 > i {
    margin-left: 2px;
    text-shadow: 0 1px #997000;
    color: #ff4500;
}

.gl-rating-style-2 > i:first-child {
    margin-left: 0;
}

/*
  * Signup, Login Social Buttons
 */
.gl-s-api {
    width: 80%;
    margin: 0 auto;
}

.gl-s-api__btn {
    border: none;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.5s linear;
}

.gl-s-api__btn:focus {
    outline: 0;
}

.gl-s-api__btn span {
    margin-left: 10px;
}

.gl-s-api__btn--fb {
    background-color: #4267b2;
}

.gl-s-api__btn--fb:hover {
    background-color: #3b5c9f;
}

.gl-s-api__btn--gplus {
    background-color: #dd4b39;
}

.gl-s-api__btn--gplus:hover {
    background-color: #d73925;
}

/*
 * Inline Maker 1
  */
.gl-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.gl-inline div {
    -ms-flex: 1;
    flex: 1;
    margin-right: 14px;
}

.gl-inline div:last-child {
    margin-right: 0;
}

/*
* Inline Maker 2
 */
.gl-l-r {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/**
  * DOB: Date of Birth Select Box
 */
.gl-dob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.gl-dob .select-box {
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
}

.gl-dob .select-box:last-child {
    margin-right: 0;
}

.gl-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    transition: color 0.5s linear;
}

.gl-link:hover {
    color: #106062;
}

.gl-h1 {
    color: var(--text-dark);
    font-size: 18px;
    margin-bottom: 8px;
}

.gl-text {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
}

.gl-label {
    font-size: 11px;
    margin-bottom: 8px;
    display: block;
    color: #656565;
    font-weight: 600;
}

/**
* Global Tag
 */
.gl-tag {
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 22px;
}

.gl-tag:last-child {
    margin-right: 0;
}

/*
* Global Modal Classes
 */
.gl-modal-h1 {
    margin-bottom: 8px;
    line-height: 1;
    display: block;
    color: var(--text-dark);
    font-size: 20px;
    font-weight: 600;
}

.gl-modal-text {
    color: #a0a0a0;
    font-size: 13px;
}

.gl-modal-btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.gl-modal-btn-group button {
    margin-right: 12px;
}

.gl-modal-btn-group button:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .gl-inline {
        display: block;
    }

    .gl-inline div {
        display: block;
        margin-right: 0;
    }

    .gl-l-r {
        display: block;
    }

    .gl-dob {
        display: block;
    }

    .gl-dob .select-box {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .gl-dob .select-box:last-child {
        margin: 0;
    }
}

/**
  * Default Pulse Animation
 */
@-webkit-keyframes mypulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7;
    }
    100% {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

@keyframes mypulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7;
    }
    100% {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

/*--------------------------------------------------------------
4.0 Layout Utility Styles
--------------------------------------------------------------*/
/**
 * Utility classes for colors:
 * Convey meaning through color with a handful of color utility classes.
 * Includes support for styling links too.
 */
.u-c-brand {
    color: var(--primary-color) !important;
}

.u-c-secondary {
    color: var(--text-dark) !important;
}

.u-c-white {
    color: #ffffff !important;
}

.u-c-black {
    color: #000000 !important;
}

.u-c-grey {
    color: #7f7f7f !important;
}

.u-c-silver {
    color: #a0a0a0 !important;
}

/*
  * Display Utility
 */
.u-d-block {
    display: block;
}

/*
  * Sizing
  * Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.
 */
.u-w-100 {
    width: 100%;
}

.u-h-100 {
    height: 100%;
}

/**
  * Image Responsive utility classes
 */
.u-img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
5.0 Components
--------------------------------------------------------------*/
/* Breadcrumb Component */
.breadcrumb__wrap {
    /*background-color: #fbfbfb;*/
    padding: 1.125rem;
    border-radius: 0.1875rem;
}

.breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.breadcrumb__list > li {
    display: inline-block;
}

.breadcrumb__list > li > a {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 700;
    transition: color 0.5s;
}

.breadcrumb__list > li > a:hover {
    color: var(--text-dark);
}

.breadcrumb__list > li.is-marked > a {
    color: var(--text-dark);
}

.breadcrumb__list > li.has-separator:after {
    content: '/';
    margin: 0 16px;
}

/* Button Component */
.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
}

.btn:focus {
    outline: none;
}

.btn--icon {
    border: none;
    background-color: transparent;
    padding: 0;
}

.btn--e-brand {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--primary-color);
    transition: background-color .5s ease-in;
}

.btn--e-brand:hover {
    background-color: var(--primary-color);
}

.btn--e-brand-b-2 {
    color: #ffffff;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    transition: background-color 0.5s ease-in, border-color 0.5s ease-in;
}

.btn--e-brand-b-2:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn--e-grey-b-2 {
    color: var(--text-dark);
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    transition: background-color 0.5s ease-in, border-color 0.5s ease-in;
}

.btn--e-grey-b-2:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn--e-secondary {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--text-dark);
    transition: background-color .5s ease-in;
}

.btn--e-secondary:hover {
    background-color: #303030;
}

.btn--e-white-brand {
    border: 1px solid transparent;
    color: var(--text-dark);
    background-color: #ffffff;
    transition: background-color .3s linear, color .3s linear;
}

.btn--e-white-brand:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn--e-transparent-brand-b-2 {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background-color: transparent;
    transition: border-color .5s ease-in;
}

.btn--e-transparent-brand-b-2:hover {
    border-color: var(--secondary-color);
}

.btn--e-transparent-hover-brand-b-2 {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background-color: transparent;
    transition: background-color .1s ease-in, border-color .1s ease-in;
}

.btn--e-transparent-hover-brand-b-2:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn--e-transparent-secondary-b-2 {
    color: var(--text-dark);
    border: 2px solid var(--text-dark);
    background-color: transparent;
    transition: border-color .5s ease-in;
}

.btn--e-transparent-secondary-b-2:hover {
    border-color: #303030;
}

.btn--e-transparent-dark-b-2 {
    color: #2a2a2a;
    border: 2px solid #464646;
    /*background-color: #444444;*/
    transition: border-color .5s ease-in;
}

.btn--e-transparent-dark-b-2:hover {
    color: #ffffff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn--e-transparent-platinum-b-2 {
    color: var(--text-dark);
    border: 2px solid #e5e5e5;
    background-color: transparent;
    transition: border-color 0.5s linear;
}

.btn--e-transparent-platinum-b-2:hover {
    border-color: var(--primary-color);
}

.btn--e-white-brand-shadow {
    border: 1px solid #eee;
    box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
    background-color: #ffffff;
    color: #5c5c5c;
    transition: background-color .3s linear, border-color .3s linear, color .3s linear;
}

.btn--e-white-brand-shadow:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn--e-brand-shadow {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
    background-color: var(--primary-color);
    color: #ffffff;
    transition: background-color .3s linear, border-color .3s linear;
}

.btn--e-brand-shadow:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-color);
}

/* Countdown Component */
.countdown--style-special {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown--style-special .countdown__content {
    margin: 0 6px 10px;
    text-align: center;
    padding: 5px 24px;
    background-color: rgba(255, 255, 255, 0.98);
}

.countdown--style-special .countdown__value {
    font-size: 35px;
    font-weight: 600;
    display: block;
    color: var(--text-dark);
}

.countdown--style-special .countdown__key {
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: var(--primary-color);
}

.countdown--style-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown--style-banner .countdown__content {
    margin: 0 10px 10px;
    text-align: center;
    padding: 5px 24px;
    background-color: var(--text-dark);
}

.countdown--style-banner .countdown__value {
    font-size: 48px;
    font-weight: 600;
    display: block;
    color: #ffffff;
}

.countdown--style-banner .countdown__key {
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: #ffffff;
}

.countdown--style-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.countdown--style-section .countdown__content {
    margin: 18px 20px 20px 0;
    padding: 8px 22px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.98);
}

.countdown--style-section .countdown__value {
    font-size: 26px;
    font-weight: 600;
    display: block;
    color: var(--text-dark);
}

.countdown--style-section .countdown__key {
    font-size: 10px;
    font-weight: 600;
    display: block;
    color: var(--primary-color);
}

/* Input-Counter Component */
.input-counter {
    position: relative;
    display: inline-block;
    max-width: 132px;
    min-width: 132px;
}

.input-counter__text {
    border-radius: 25px;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.input-counter__text:focus {
    outline: 0;
}

.input-counter--text-primary-style {
    color: var(--text-dark);
    transition: all 0.6s linear;
    border: 2px solid transparent;
    background-color: #f1f1f1;
}

.input-counter--text-primary-style:focus {
    background-color: transparent;
    border-color: var(--primary-color);
}

.input-counter__minus, .input-counter__plus {
    top: 0;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    width: 50px;
    line-height: 50px;
    height: 100%;
    text-align: center;
    color: #7f7f7f;
    transition: color 0.5s;
}

.input-counter__minus:hover, .input-counter__plus:hover {
    color: var(--text-dark);
}

.input-counter__minus {
    left: 0;
}

.input-counter__plus {
    right: 0;
}

/* Input Text Component */
.input-text {
    font-size: 12px;
    background-clip: padding-box;
    padding: 0 18px;
    height: 40px;
}

.input-text--border-radius {
    border-radius: 8px !important;
}

.input-text--primary-style {
    color: var(--text-dark);
    transition: all 0.6s linear;
    border: 2px solid transparent;
    background-color: #e9f1ee;
}

.input-text--primary-style:focus {
    background-color: transparent;
    border-color: var(--primary-color);
}

.input-text--style-1 {
    color: #5c636c;
    transition: all 0.6s linear;
    border: 1px solid transparent;
    background-color: #f1f1f1;
}

.input-text--style-1:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-color: #eee;
}

.input-text--style-2 {
    color: #5c636c;
    border: 1px solid transparent;
    background-color: #f1f1f1;
    transition: all 0.6s linear;
}

.input-text--style-2:focus {
    background-color: #ffffff;
}

.input-text--only-white {
    border: 1px solid transparent;
    color: var(--text-dark);
    background-color: #ffffff;
}

.input-text:focus {
    outline: 0;
}

.input-text:disabled {
    background-color: #cecece;
}

input::-ms-clear {
    display: none;
}

/* Preload Aspect Ratio Component */
/*
  * Example 1 For Square: <a class="aspect aspect--bg-grey aspect--square u-d-block"><img src="a.jpg" class="aspect__img" alt=""></a>
  * Example 2 For Non Square: <div class="aspect aspect--bg-grey aspect--1286-890"><img src="a.jpg" class="aspect__img" alt=""></div>
 */
/*
  * Some Points to use Aspect Ratio Component classes:
  * Make sure the element on which it adds, it would be a block or inline-block element,
  * if it is not then you could add utility class 'u-d-block', 'u-d-inline-block' or you
  * could directly target that element with CSS to make inline or block.
  * By default '.aspect--square' or '.aspect--16:9: resolution' class takes height according to
  * the height of the child image element.
  * But if the parent element is a flex element then aspect ratio technique doesn't work because
  * '.aspect--square' or '.aspect--16:9: resolution' contains padding top/bottom property with a
  * percentage value.
  * There are also some cases you do not want to have '.aspect--square' or '.aspect--16:9: resolution'
  * class to take width & height that match with child image element.
  * Then you could append CSS class or directly target that parent element with CSS and
  * set your custom width & height.
  * If the image has aspect ratio square, i.e. 4:3 then you would add class '.aspect--square'
  * on the element. This class has a padding-bottom:100% property.
  * 100% means to take the entire height of the image.
  * If the image doesn't have aspect ratio square then to make a custom class
  * like '.aspect--imageWidth-imageHeight' and use ready-made sass function() nonsquare(imageWidth,imageHeight)
  * that returns padding-bottom property with the value calculated according to image resolution.
  * You could also change the background-color of placeholder according to your own choice.
  * By default, only 2 classes are generated.
 */
.aspect {
    position: relative;
}

.aspect--bg-grey {
    background-color: #f5f5f5;
}

.aspect--bg-grey-fb {
    background-color: #fbfbfb;
}

.aspect--square {
    padding-bottom: 90%;
}

/*
  * Add this class inside '.aspect' child image element. If you want to make an image responsive then
  * you can use utility u-img-fluid class.
 */
.aspect__img {
    position: absolute;
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: contain;
}

/* Product Component */
.product-o {
    padding: 15px;
    background-color: transparent;
}

.product-o--hover-off {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
}

.product-o--radius {
    border-radius: 14px;
}

.product-o--hover-on {
    transition: all 0.4s ease-in-out;
    height: 330px !important;
}

.product-o--hover-on:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
}

.product-o:hover .product-o__wrap:before {
    opacity: 1;
}

.product-m:hover .product-o__wrap:before {
    opacity: 1;
}

.product-o:hover .product-o__action-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.product-m:hover .product-o__action-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.product-m:hover .product-o__action-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-o:hover .product-o__action-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-o__wrap {
    position: relative;
    /*padding:5px 20px;*/
    z-index: 1;
}

.product-o__wrap:before {
    content: "";
    /*background: rgba(0, 0, 0, 0.6);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-o__action-wrap {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    z-index: 2;
    background-color: white;
    padding: 10px 0;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s;
}

.product-o__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-o__action-list > li {
    margin: 0 4px 6px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.3s ease 0.1s;
}

.product-o__action-list > li > a {
    display: block;
    width: 28px;
    text-align: center;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.product-o__action-list > li > a:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.product-o__category {
    display: block;
    margin-top: 4px;
}

.product-o__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.product-o__category > a:hover {
    color: var(--primary-color);
}

.product-o__rating {
    margin-bottom: 4px;
}

.product-o__rating i {
    font-size: 12px;
}

.product-o__review {
    margin-left: 4px;
    font-size: 12px;
    color: #a0a0a0;
}

.product-o__price {
    display: block;
    color: var(--text-dark);
    font-weight: 600;
    margin-left: -3px;
}

.product-o__discount {
    font-weight: 400;
    color: #f2a2a2;
    font-size: 15px!important;
    text-decoration: line-through;
    display: flex;
    flex-direction: column;
}

.product-o__countdown-wrap {
    margin-top: 16px;
}

.product-o__special-count-wrap {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.x-product {
    padding: 20px;
    border-radius: 6px;
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.x-product .row {
    -ms-flex-align: center;
    align-items: center;
}

.x-product__feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.x-product:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.feature {
    margin-bottom: 20px;
}

.feature__name {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.feature__value {
    color: #7f7f7f;
    font-size: 12px;
    display: block;
}

.product-l {
    display: -ms-flexbox;
    display: flex;
}

.product-l__img-wrap {
    margin-right: 5px;
}

.product-l__rating i {
    font-size: 12px;
}

.product-l__link {
    width: 80px;
}

.product-l__category {
    display: block;
}

.product-l__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.product-l__category > a:hover {
    color: var(--primary-color);
}

.product-l__name {
    display: block;
    margin-bottom: 4px;
}

.product-l__name > a {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.product-l__name > a:hover {
    color: var(--primary-color);
}

.product-l__price {
    display: block;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
}

.product-l__discount {
    font-weight: 600;
    margin-left: 15px;
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: line-through;
}

.product-o2 {
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.product-o2__wrap {
    position: relative;
    overflow: hidden;
}

.product-o2__action-wrap {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s linear;
    left: 20px;
    top: 20px;
}

.product-o2__action-list {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.product-o2__action-list > li {
    margin-bottom: 6px;
}

.product-o2__action-list > li > a {
    display: inline-block;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease 0.1s;
}

.product-o2__action-list > li > a:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.product-o2__action-list > li:last-child {
    margin-bottom: 0;
}

.product-o2__countdown-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 100%;
}

.product-o2__img {
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-o2__content {
    padding: 10px;
}

.product-o2__category {
    display: block;
    margin-top: 4px;
}

.product-o2__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.product-o2__category > a:hover {
    color: var(--primary-color);
}

.product-o2__name {
    display: block;
}

.product-o2__name > a {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.product-o2__name > a:hover {
    color: var(--primary-color);
}

.product-o2__rating {
    margin-bottom: 4px;
}

.product-o2__rating i {
    font-size: 12px;
}

.product-o2__review {
    margin-left: 4px;
    font-size: 12px;
    color: #a0a0a0;
}

.product-o2__price {
    display: block;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
}

.product-o2__discount {
    font-weight: 600;
    margin-left: 30px;
    color: var(--text-dark);
    font-size: 14px;
    text-decoration: line-through;
}

.product-o2:hover .product-o2__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-o2:hover .product-o2__action-wrap {
    opacity: 1;
}

.product-r {
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 2px 2px 8px 3px rgba(36, 37, 38, 0.08);
}

.product-r__container {
    position: relative;
}

.product-r__ribbon-wrap {
    position: absolute;
    top: 0;
    right: 25px;
}

.product-r__action-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s;
}

.product-r__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-r__action-list > li {
    margin: 0 4px 6px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.3s ease 0.1s;
}

.product-r__action-list > li > a {
    display: block;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.product-r__action-list > li > a:hover {
    background-color: #ffffff;
    color: var(--primary-color);
}

.product-r__info-wrap {
    padding: 14px;
}

.product-r__category {
    display: block;
    margin-bottom: 2px;
}

.product-r__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.product-r__category > a:hover {
    color: var(--primary-color);
}

.product-r__n-p-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}

.product-r__name, .product-r__price {
    -ms-flex: 0 1 auto;
}

.product-r__name {
    display: block;
}

.product-r__name > a {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.product-r__name > a:hover {
    color: var(--primary-color);
}

.product-r__price {
    display: block;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 16px;
}

.product-r__description {
    margin-bottom: 6px;
    display: block;
    color: #7f7f7f;
    font-size: 12px;
}

.product-r:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.product-r:hover .product-r__action-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.product-r:hover .product-r__action-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-bs {
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.product-bs__wrap {
    position: relative;
    margin-bottom: 4px;
}

.product-bs__action-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s;
}

.product-bs__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-bs__action-list > li {
    margin: 0 4px 6px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.3s ease 0.1s;
}

.product-bs__action-list > li > a {
    display: block;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.product-bs__action-list > li > a:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    color: var(--primary-color);
}

.product-bs__category {
    display: block;
}

.product-bs__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.product-bs__category > a:hover {
    color: var(--primary-color);
}

.product-bs__name {
    display: block;
}

.product-bs__name > a {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.product-bs__name > a:hover {
    color: var(--primary-color);
}

.product-bs__rating {
    margin-bottom: 4px;
}

.product-bs__rating i {
    font-size: 12px;
}

.product-bs__review {
    margin-left: 4px;
    font-size: 12px;
    color: #a0a0a0;
}

.product-bs__price {
    display: block;
    color: var(--text-color) !important;
    font-size: 17px !important;
    /*padding: 5px 0;*/
    /*width: 200px;*/
    font-weight: 400;
}


.product-bs:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.product-bs:hover .product-bs__action-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.product-bs:hover .product-bs__action-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-short {
    background-color: #fbfbfb;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.product-short:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.product-short__container {
    padding: 30px;
}

.product-short__info {
    margin-top: 14px;
}

.product-short__price {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
}

.product-short__name {
    display: block;
}

.product-short__name > a {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    transition: color 0.5s;
}

.product-short__name > a:hover {
    color: var(--primary-color);
}

.product-short__category {
    display: block;
}

.product-short__category > a {
    font-size: 11px;
    color: #a0a0a0;
    transition: color 0.5s;
}

.product-short__category > a:hover {
    color: var(--primary-color);
}

/* Checkbox, Radio Component */
/*
  * Remember these are very important styles and make sure input checkbox always has a greater z-index from label
  * and any other div's.
  * Remember these styles make checkbox horizontal center, and when you click out of the boundary region
  * Behind the scenes checkbox has a opacity 0 but it will be checked.
 */
.check-box [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 16px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.radio-box [type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 16px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.check-box {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
}

.check-box__label {
    position: initial;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: var(--text-dark);
    margin-left: 24px;
    white-space: normal;
}

.check-box__label:before, .check-box__label:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid transparent;
    z-index: 0;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.check-box__label:before {
    background-color: #e8e8e8;
}

.check-box__label:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.check-box input:checked ~ .check-box__state label:before {
    -webkit-animation: mypulse 1s;
    animation: mypulse 1s;
}

.check-box input:checked ~ .check-box__state.check-box__state--primary label:before {
    border-color: var(--primary-color);
    background-color: #ffffff;
}

.check-box input:checked ~ .check-box__state.check-box__state--primary label:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    background-color: var(--primary-color);
}

.radio-box {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
}

.radio-box__label {
    position: initial;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: var(--text-dark);
    white-space: normal;
    margin-left: 24px;
}

.radio-box__label:before, .radio-box__label:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 2px solid transparent;
    z-index: 0;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-box__label:before {
    background-color: #f1f1f1;
}

.radio-box__label:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.radio-box input:checked ~ .radio-box__state label:before {
    -webkit-animation: mypulse 1s;
    animation: mypulse 1s;
}

.radio-box input:checked ~ .radio-box__state.radio-box__state--primary label:before {
    border-color: var(--primary-color);
    background-color: #ffffff;
}

.radio-box input:checked ~ .radio-box__state.radio-box__state--primary label:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    background-color: var(--primary-color);
}

/* Select-Box Component */
.select-box {
    display: block;
    max-width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 12px 11px 15px;
    cursor: pointer;
    line-height: 1.2;
}

.select-box--primary-style {
    color: var(--text-dark);
    border: 2px solid transparent;
    background-color: #f1f1f1;
}

.select-box--transparent-b-2 {
    color: var(--text-dark);
    border: 1px solid transparent;
    background-color: transparent;
}

.select-box:focus {
    outline: 0;
}

.select-box::-ms-expand {
    background-color: transparent;
    border: 0;
}

.select-box:disabled {
    background-color: #cecece;
}

.select-box--primary-style:focus::-ms-value {
    color: var(--text-dark);
    background-color: #f1f1f1;
}

.select-box--transparent-b-2:focus::-ms-value {
    color: var(--text-dark);
    background-color: #ffffff;
}

/* Textarea Component */
.text-area {
    font-size: 12px;
    font-weight: 600;
    padding: 18px;
    max-width: 90vw !important;
    resize: vertical;
}

.text-area--border-radius {
    border-radius: 25px;
}

.text-area--primary-style {
    color: #5c636c;
    transition: all 0.6s linear;
    border: 2px solid transparent;
    background-color: #f1f1f1;
}

.text-area--primary-style:focus {
    background-color: transparent;
    border-color: var(--primary-color);
}

.text-area:focus {
    outline: 0;
}

/* Modal Component */
.dismiss-button {
    z-index: 2;
    position: absolute;
    top: 0;
    right: -50px;
    background-color: transparent;
    padding: 8px;
    font-size: 24px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    transition: color 110ms ease-in-out;
}

.dismiss-button:hover {
    color: var(--primary-color);
}

#dash-newsletter .modal-dialog {
    width: 100%;
    max-width: 450px;
}

#dash-newsletter .modal-body {
    padding: 1.875rem;
}

.d-modal__form {
    width: 100%;
}

.d-modal__form .btn {
    padding: 14px 46px;
    font-size: 12px;
    font-weight: 600;
}

.d-modal__form a {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    transition: color 110ms ease-in-out;
}

.d-modal__form a:hover {
    color: #7f7f7f;
}

#edit-ship-address .modal-dialog, #add-ship-address .modal-dialog {
    width: 100%;
    max-width: 750px;
}

#edit-ship-address .modal-body, #add-ship-address .modal-body {
    padding: 1.875rem;
}

.checkout-modal1__form, .checkout-modal2__form {
    width: 100%;
}

.checkout-modal1__form .btn, .checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .btn, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
    border-radius: 6px;
}

.checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
    width: 100%;
}

.checkout-modal1__form .btn, .checkout-modal2__form .btn {
    font-weight: 600;
    padding: 16px 46px;
}

#add-to-cart .modal-dialog {
    width: 100%;
    max-width: 550px;
}

#add-to-cart .row {
    -ms-flex-align: center;
    align-items: center;
}

.success {
    text-align: center;
}

.success__text-wrap {
    margin-bottom: 18px;
}

.success__text-wrap i {
    margin-right: 8px;
    font-size: 16px;
    color: var(--primary-color);
}

.success__text-wrap span {
    font-weight: 700;
    font-size: 14px;
    color: var(--text-dark);
}

.success__img-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 120px;
    height: 120px;
}

.success__img-wrap img {
    min-width: 120px;
}

.success__name {
    display: block;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.success__quantity {
    margin-bottom: 4px;
    display: block;
    font-size: 12px;
    color: #a0a0a0;
}

.success__price {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
}

.s-option {
    text-align: center;
}

.s-option__text {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a0a0a0;
}

.s-option__link-box {
    width: 85%;
    margin: 0 auto;
}

.s-option__link {
    margin-bottom: 20px;
    display: block;
    padding: 12px 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.quickModal .modal-dialog {
    width: 100%;
    max-width: 991px;
    height: calc(100vh - 200px);
}

.quickModal .modal-body {
    padding: 1.875rem;
}

.new-l--center {
    text-align: center;
}

#newsletter-modal .modal-dialog {
    width: 100%;
    max-width: 800px;
}

#newsletter-modal .modal-body {
    padding: 0;
}

#newsletter-modal .new-l__dismiss {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: transparent;
    padding: 8px;
    font-size: 16px;
    border: 0;
    color: #515151;
    cursor: pointer;
}

#newsletter-modal .row {
    -ms-flex-align: center;
    align-items: center;
}

.new-l__img-wrap {
    background-color: #f5f5f5;
    position: relative;
}

.new-l__img-wrap:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.new-l__img-wrap:hover:before {
    opacity: 1;
}

.new-l__h3 {
    font-size: 26px;
    line-height: 1.2;
    color: var(--text-dark);
}

.new-l__p1 {
    font-size: 14px;
    line-height: 21px;
}

.new-l__p2 {
    font-size: 12px;
    color: #a0a0a0;
}

.new-l__link {
    font-size: 13px;
    color: #7f7f7f;
    transition: all .3s;
}

.new-l__link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.new-l__form {
    width: 100%;
}

.new-l__form .btn {
    width: 100%;
}

.new-l__form .btn {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 600;
}

.news-l__input {
    width: 100%;
    font-size: 12px;
    padding: 0 18px;
    height: 40px;
    color: var(--text-dark);
    transition: all 0.6s linear;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background-color: #ffffff;
}

.news-l__input:focus {
    border-color: var(--primary-color);
}

.news-l__input:focus {
    outline: 0;
}

.news-l__input::-ms-clear {
    display: none;
}

@media (max-width: 991px) {
    .new-l__col-1 {
        display: none;
    }

    .product-o__discount{
        font-size: 11px!important;
    }

    .product-bs__price{
        font-size: 14px!important;
    }
}

/*--------------------------------------------------------------
6.0 Header
--------------------------------------------------------------*/
.header-wrapper {
    position: relative;
}

/*.header--style-1 {*/
/*    !*background-color: rgba(255, 255, 255, 0.1);*!*/
/*    z-index: 9999;*/
/*    background-color: transparent;*/
/*    filter: sepia(10%);*/
/*    transition: background-color 0.5s ease-in-out;*/
/*}*/
.header--style-1 {
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
}

.header--style-2 {
    background-color: #242424;
}

.header--style-3 {
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 2;
}

.header--box-shadow {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
}

/* 6.1 Primary Nav */
.primary-nav-wrapper--border {
    border-bottom: 1px solid rgba(182, 182, 182, 0.07);
}

.primary-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 70px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.main-logo {
    display: inline-block;
    vertical-align: top;
}

.main-logo img {
    display: block;
    /*width: 130px !important;*/
    /*height: 35px;*/
    height: 50px;
    width: auto;
    max-width: 130px;
    object-fit: fill;
}

.footer-logo {
    display: inline-block;
    vertical-align: top;
}

.footer-logo img {
    display: block;
    /*width: 150px !important;*/
    /*height: 45px;*/
    height: 45px;
    width: auto;
    object-fit: fill;
}

.main-form {
    position: relative;
    width: 25%;
    margin-left: 120px;
}

#main-search {
    padding: 0 36px 0 18px;
    width: 100%;
}

.main-search-button {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

/* 6.2 Secondary Nav */
.secondary-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 52px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

/* Add a class to the primary nav when scrolled */
.primary-nav.scrolled {
    /*margin-top: -70px;*/
    background-color: #ffffff;
    transition: top 0.3s ease-in-out;
    /*transition: background-color 0.5s ease-in-out;*/
}

.show-primary-nav .primary-nav {
    /*margin-top: 70px;*/
}

.secondary-nav {
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
}

.secondary-nav.scrolled {
    /*background-color: #ffffff;*/
}

.header--style-1.scrolled {
    background-color: #ffffff;
    height: 52px;
}

.has-superscript {
    position: relative;
}

.has-superscript:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 10px;
    padding: 1px 7px;
    color: #ffffff;
}

.has-superscript--discount20:before {
    content: '-20% OFF';
}

.has-superscript--new:before {
    content: 'NEW';
}

.has-superscript--hot:before {
    content: 'HOT';
}

.has-superscript--sale:before {
    content: 'SALE';
}

.has-superscript--purple:before {
    background-color: #8d54ec;
}

.has-superscript--orange:before {
    background-color: var(--primary-color);
}

.has-superscript--mud:before {
    background-color: #878a85;
}

.has-superscript--ruby:before {
    background-color: #ee1a3d;
}

@media (max-width: 991px) {
    .header--style-3 {
        position: relative;
        background-color: #242424;
    }
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
/* 7.1 Outer-Footer */
.outer-footer {
    padding: 80px 0;
    background-color: #000000;
}

.outer-footer__content-title {
    display: block;
    color: #575757;
    letter-spacing: 1px;

    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.outer-footer__logo-wrap {
    margin-bottom: 4px;
}

.outer-footer__text-wrap {
    margin-bottom: 6px;
}

.outer-footer__text-wrap > i {
    margin-right: 6px;
    font-size: 14px;
    color: #ffffff;
}

.outer-footer__text-wrap span {
    font-size: 14px;
    color: #ffffff;
}

.outer-footer__social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.outer-footer__social ul > li {
    margin-right: 16px;
}

.outer-footer__social ul > li > a {
    font-size: 14px;
    color: #ffffff;
    transition: color 0.6s;
}

.outer-footer__social ul > li:last-child {
    margin-right: 0;
}

.outer-footer__list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.outer-footer__list-wrap ul > li {
    margin-bottom: 8px;
}

.outer-footer__list-wrap ul > li > a {
    transition: color 0.6s;
    color: #ffffff;
    font-size: 14px;
}

.outer-footer__list-wrap ul > li > a:hover {
    color: var(--primary-color);
}

.outer-footer__list-wrap ul > li:last-child {
    margin-bottom: 0;
}

.newsletter__group {
    position: relative;
}

.newsletter__btn {
    position: absolute;
    padding: 14px;
    right: 0;
    font-weight: 600;
    font-size: 12px;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsletter__text {
    margin-top: 10px;
    display: block;
    color: #ffffff;
    font-size: 14px;
}

.newsletter__radio {
    margin-right: 20px;
}

.newsletter__radio .radio-box__label {
    color: #ffffff;
}

.newsletter__radio:last-child {
    margin-right: 0;
}

#newsletter {
    width: 100%;
    padding: 0 100px 0 18px;
}

/* 7.3 Lower-Footer */
.lower-footer {
    background-color: #000000;
    padding: 20px 0;
}

.lower-footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.lower-footer__copyright, .lower-footer__payment {
    -ms-flex: 0 1 auto;
}

.lower-footer__copyright span {
    font-size: 13px;
    color: #ffffff;
}

.lower-footer__copyright a {
    margin: 0 1px;
    font-size: 13px;
    color: var(--primary-color);
    transition: color 0.6s;
}

.lower-footer__copyright a:hover {
    color: var(--primary-color);
}

.lower-footer__img img {
    display: block;
}

.lower-footer__payment ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lower-footer__payment ul > li {
    margin-right: 16px;
}

.lower-footer__payment ul > li > i {
    font-size: 25px;
    color: #ffffff;
}

.lower-footer__payment ul > li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .lower-footer__content {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lower-footer__copyright {
        margin-bottom: 8px;
    }

    .outer-footer__content-title {
        color: #efefef;
    }
}

/*--------------------------------------------------------------
8.0 Index-Pages:
--------------------------------------------------------------*/
.fixed-list {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fixed-list > ul {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border-radius: 1.5625rem;
}

.fixed-list > ul > li > a {
    color: var(--text-dark);
    text-align: center;
    font-size: 14px;
    padding: 14px;
}

.fixed-list > ul > li > a.active {
    background-color: var(--primary-color);
    color: #ffffff;
}

.fixed-list > ul > li:first-child > a {
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
}

.fixed-list > ul > li:last-child > a {
    border-bottom-left-radius: 1.5625rem;
    border-bottom-right-radius: 1.5625rem;
}

.bg-anti-flash-white {
    background-color: #f3f3f3;
}

.white-container {
    width: 1220px;
    background-color: #ffffff;
    max-width: 100%;
    margin: 0 auto;
}

.section__intro {
    position: relative;
}

.block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.block__title {
    color: var(--text-dark);
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.category-o {
    position: relative;
    border: 2px dashed #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
}

.category-o__img-wrap {
    border-radius: 50%;
}

.category-o__img {
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s linear;
}

.category-o__info {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 40px;
}

.category-o__shop-now {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
    font-size: 13px;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}

.category-o:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.category-o:hover:before {
    opacity: 1;
}

.category-o:hover .category-o__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tab-list {
    margin: 0;
    padding: 0;
}

.tab-list > li {
    margin-right: 8px;
    margin-bottom: 12px;
}

.tab-list > li > a {
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 16px;
    color: var(--text-dark);
}

.tab-list > li > a.active {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
}

.tab-list > li:last-child {
    margin-right: 0;
}

.promotion-o {
    position: relative;
    display: block;
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid #f1f1f1;
}

.promotion-o__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 95%;
    text-align: center;
}

@media (max-width: 768px) {
    .promotion-o__content {
        padding-left: 5px
    }
}

.promotion-o__link {
    /*box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);*/
    font-size: 13px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all .3s linear;
    display: inline-block;
    width: 175px;
    box-shadow: none !important;
    color: #0D0A0A;
    background-color: whitesmoke;
}

@media (max-width: 568px) {
    .promotion-o__link {
        background-color: transparent;
        width: auto;
        font-size: 11px;
        margin-left: -28px;
        white-space: nowrap;
    }

    .promotion-o__content {
        top: 115%;
        text-align: left;
    }

    .category-wrapper {
        margin: 60px 0;
    }
}


.promotion-o:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.i3-banner {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.i3-banner:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.i3-banner__img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}

.i3-banner:hover:before {
    opacity: 1;
}

.i3-banner:hover .i3-banner__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aspect--1048-334 {
    padding-bottom: 31.87023%;
}

.section__text-wrap {
    text-align: center;
}

.section__content {
    position: relative;
}

.section__heading {
    font-weight: 500;
    /*letter-spacing: 1px;*/
    font-size: 20px;
    position: relative;
    color: #616161 !important;
    /*color: #cd8128 !important;*/
    /*margin-top: 20px;*/
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.section_gradient {
    background: linear-gradient(40deg, var(--primary-color), #f8f8f8);
    /*background: linear-gradient(40deg, var(--primary-color),var(--primary-color), rgba(119, 200, 79, .5), #eeeeee, #f8f8f8);*/
    color: whitesmoke !important;
    font-weight: 800;
    padding-left: 20px !important;
    letter-spacing: 2px !important;
}

.section_gradient_grey {
    background: rgb(241, 241, 241);
    /*background: linear-gradient(40deg, var(--primary-color),var(--primary-color), rgba(119, 200, 79, .5), #eeeeee, #f8f8f8);*/
    color: #5e5e5e !important;
    font-weight: 800;
    padding-left: 20px !important;
    letter-spacing: 1px !important;
    font-size: 18px !important;
}

.section__span {
    font-size: 13px;
    display: block;
}

.collection {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.collection:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.collection__img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}

.collection:hover:before {
    opacity: 1;
}

.collection:hover .collection__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aspect--1286-890 {
    padding-bottom: 69.20684%;
}

.filter-category-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter__btn--style-1 {
    position: relative;
    transition: all 0.3s ease 0s;
    display: block;
    border: none;
    padding: 18px;
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 600;
    background-color: transparent;
}

.filter__btn--style-1:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.2s ease 0s;
}

.filter__btn--style-1:hover {
    color: var(--primary-color);
}

.filter__btn--style-1:hover:before {
    width: 100%;
}

.filter__btn--style-1.js-checked {
    color: var(--primary-color);
}

.filter__btn--style-1.js-checked:before {
    width: 100%;
}

.filter__btn--style-2 {
    transition: all 0.3s ease 0s;
    display: block;
    padding: 15px 27px;
    margin: 0 8px 10px;
    border: 2px solid #f7f7f9;
    font-size: 12px;
    color: #7f7f7f;
    background-color: transparent;
}

.filter__btn--style-2:hover {
    border-color: var(--primary-color);
    color: var(--text-dark);
}

.filter__btn--style-2.js-checked {
    border-color: var(--primary-color);
    color: var(--text-dark);
}

.load-more {
    text-align: center;
    padding: 1px 0 50px 0;
}

.load-more > button {
    padding: 22px 56px;
    border: none;
    border-radius: 5px;
    font-size: 13px;
}

.banner-bg {
    padding: 7em 0;
    position: relative;
    background: #f5f5f5 url(../images/banners/banner-bg.jpg) repeat fixed center center;
    background-size: cover;
}

.banner-bg__wrap {
    text-align: center;
}

.banner-bg__text-block {
    display: block;
}

.banner-bg__text-1 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 58px;
}

.banner-bg__text-2 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 31px;
}

.banner-bg__text-3 {
    margin-bottom: 18px;
    font-size: 14px;
}

.banner-bg__shop-now {
    display: inline-block;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 40px;
    font-size: 13px;
}

.promotion {
    display: block;
    position: relative;
}

.promotion:before {
    transition: all 0.3s linear;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.promotion__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
}

.promotion__text-wrap {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 15px;
    transition: all 0.5s ease-in-out;
}

.promotion__text-1 {
    font-size: 14px;
}

.promotion__text-2 {
    font-size: 20px;
    font-weight: 600;
}

.promotion:hover:before {
    opacity: 1;
}

.promotion:hover .promotion__text-wrap {
    background-color: white;
}

.column-product__title {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.column-product__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.column-product__item {
    margin-bottom: 30px;
}

.column-product__item:last-child {
    margin-bottom: 0;
}

.service {
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding: 23px;
    box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
    border: 2px solid #f5f5f5;
}

.service__icon, .service__info-wrap {
    -ms-flex: 0 1 auto;
}

.service__icon {
    margin-right: 20px;
}

.service__icon > i {
    color: var(--primary-color);
    font-size: 30px;
}

.service__info-text-1 {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--text-dark);
    font-weight: 600;
}

.service__info-text-2 {
    font-size: 13px;
    display: block;
    color: #7f7f7f;
}

.new-brand-slider {
    position: relative;
}

#brand-slider {
    position: static;
}

@media (max-width: 991px) {
    .block {
        display: block;
    }

    .success__img-wrap, .success__info-wrap {
        display: none;
    }
}

/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
.about {
    background-color: #ffffff;
    box-shadow: 0 1px 15px 0 rgba(236, 236, 236, 0.04);
}

.about__container {
    padding: 60px;
}

.about__info {
    text-align: center;
}

.about__h2 {
    color: #575351;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
}

.about .about__p-wrap {
    position: relative;
    margin-bottom: 20px;
}

.about .about__p-wrap:before, .about .about__p-wrap:after {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    border: solid var(--primary-color);
}

.about .about__p-wrap:before {
    top: -10px;
    left: -8px;
    border-top-width: 1px;
}

.about .about__p-wrap:after {
    bottom: -10px;
    right: -8px;
    border-bottom-width: 1px;
}

.about__p {
    letter-spacing: .7px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 500;
    white-space: pre-line;
}

.about__link {
    display: inline-block;
    padding: 12px 42px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 12px;
}

.team-member {
    background-color: #fbfbfb;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.team-member__wrap {
    position: relative;
}

.team-member__social-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    transition: all 0.2s ease 0s;
}

.team-member__social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-member__social-list > li {
    margin: 0 4px 6px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 0.3s ease 0.1s;
}

.team-member__social-list > li > a {
    display: block;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    color: var(--primary-color);
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.team-member__social-list > li > a:hover {
    color: #ffffff;
}

.team-member__info {
    padding: 16px;
}

.team-member__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.team-member__job-title {
    display: block;
    font-size: 11px;
    color: #a0a0a0;
}

.team-member:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.team-member:hover .team-member__social-wrap {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.team-member:hover .team-member__social-list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.testimonial {
    text-align: center;
}

.testimonial__img-wrap {
    margin-bottom: 16px;
}

.testimonial__double-quote {
    display: block;
}

.testimonial__double-quote i {
    font-size: 28px;
    color: var(--text-dark);
}

.testimonial__block-quote {
    margin: 0 auto;
    width: 70%;
    padding: 10px 20px;
}

.testimonial__block-quote p {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.testimonial__author {
    display: block;
    font-size: 13px;
    color: #a0a0a0;
}

.testimonial .testimonial__img-wrap .testimonial__img {
    display: inline-block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
}

/*--------------------------------------------------------------
10.0 Contact-Page
--------------------------------------------------------------*/
.g-map {
    background-color: #eee;
}

#map {
    height: 250px;
    width: 100%;
}

.contact-o {
    background-color: #ffffff;
    padding: 23px;
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 15px 0 rgba(236, 236, 236, 0.08);
}

.contact-o:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.contact-o__wrap {
    text-align: center;
}

.contact-o__icon {
    margin-bottom: 10px;
}

.contact-o__icon > i {
    color: var(--primary-color);
    font-size: 48px;
}

.contact-o__info-text-1 {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
    color: var(--text-dark);
    font-weight: 600;
    text-transform: uppercase;
}

.contact-o__info-text-2 {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
    color: #484848;
}

.contact-area__heading {
    margin-bottom: 30px;
}

.contact-area__heading h2 {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-dark);
    background-color: transparent !important;
}

.contact-f {
    margin: 0 auto;
    width: 70%;
}

.contact-f .input-text, .contact-f .text-area {
    border-radius: 6px;
    width: 100%;
}

.contact-f .text-area {
    height: 185px;
}

.contact-f .btn {
    padding: 19px 21px;
    border-radius: 25px;
}

/*--------------------------------------------------------------
11.0 Cart-Wishlist-Pages
--------------------------------------------------------------*/
.table-responsive {
    overflow-x: auto;
}

.table-p {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.table-p tr {
    position: relative;
    border-top: 1px solid #eee;
}

.table-p td {
    padding: 20px;
}

.table-p__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.table-p__img-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 120px;
    height: 120px;
}

.table-p__img-wrap img {
    display: block;
    min-width: 120px;
}

.table-p__info {
    margin-left: 18px;
}

.table-p__name {
    display: block;
}

.table-p__name > a {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.table-p__name > a:hover {
    color: var(--primary-color);
}

.table-p__category {
    display: block;
}

.table-p__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.table-p__category > a:hover {
    color: var(--primary-color);
}

.table-p__variant-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-p__variant-list > li > span {
    color: #a0a0a0;
    font-size: 12px;
}

.table-p__price {
    text-align: center;
    display: block;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
}

.table-p__input-counter-wrap {
    text-align: center;
}

.table-p__del-wrap {
    text-align: center;
}

.table-p__delete-link {
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    color: var(--text-dark);
    transition: color 0.5s;
}

.table-p__delete-link:hover {
    color: var(--primary-color);
}

.w-r {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    /*box-shadow: 0 1px 16px rgba(0, 0, 0, 0.01);*/
    border-radius: 8px;
}

.w-r__container {
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-r__wrap-1, .w-r__wrap-2 {
    -ms-flex: 0 1 auto;
}

.w-r__wrap-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.w-r__img-wrap {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 120px;
    height: 120px;
}

.w-r__img-wrap img {
    display: block;
    min-width: 120px;
}

.w-r__info {
    margin-left: 18px;
}

.w-r__name {
    display: block;
}

.w-r__name > a {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.w-r__name > a:hover {
    color: var(--primary-color);
}

.w-r__category {
    display: block;
    margin-bottom: 2px;
}

.w-r__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.w-r__category > a:hover {
    color: var(--primary-color);
}

.w-r__price {
    display: block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.w-r__discount {
    font-weight: 600;
    margin-left: 12px;
    color: var(--text-dark);
    font-size: 14px;
    text-decoration: line-through;
}

.w-r__link {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 30px;
}

.route-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.route-box__g {
    -ms-flex: 0 1 auto;
    background-color: #f6f6f6;
}

.route-box__link, .route-box__link_red {
    color: var(--text-dark);
    font-size: 13px;
    text-align: center;
    padding: 17px;
    font-weight: 600;
    display: inline-block;
    transition: color 0.5s;
}

.route-box__link:hover {
    color: var(--primary-color);
}


.route-box__link_red:hover {
    color: rgba(244, 156, 69, 255);
}

.route-box i {
    margin-right: 2px;
}

.f-cart__pad-box {
    border: 1px solid #eee;
    padding: 32px 22px 35px;
}

.f-cart__table {
    width: 100%;
    border-collapse: collapse;
}

.f-cart__table td {
    color: var(--text-dark);
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
}

.f-cart__table td:first-child {
    text-align: left;
}

.f-cart__table td {
    text-align: right;
}

.f-cart__table tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.f-cart__ship-link {
    font-size: 13px;
    text-align: center;
    padding: 17px;
    font-weight: 600;
    border-radius: 6px;
    display: block;
}

.f-cart .input-text, .f-cart .select-box, .f-cart .text-area, .f-cart .btn {
    border-radius: 6px;
    width: 100%;
}

.f-cart .text-area {
    height: 350px;
}

.f-cart .btn {
    padding: 16px;
    font-weight: 600;
    font-size: 13px;
}

@media (max-width: 991px) {
    .w-r__wrap-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .table-p td {
        min-width: 200px;
    }

    .w-r__container {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w-r__wrap-1 {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w-r__info {
        text-align: center;
        margin: 15px 0 15px;
    }

    .w-r__wrap-2 {
        -ms-flex-align: center;
        align-items: center;
    }
}

/*--------------------------------------------------------------
12.0 Empty-404-Pages
--------------------------------------------------------------*/
.empty {
    text-align: center;
}

.empty__big-text {
    display: block;
    margin-bottom: 12px;
    color: var(--primary-color);
    line-height: 1;
    font-size: 85px;
    font-weight: 600;
}

.empty__text-1 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.empty__text-2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #a0a0a0;
}

.empty__text-2 > a {
    color: var(--primary-color);
    padding: 2px;
}

.empty__text-2 > a:after {
    content: ',';
    margin: 0 2px;
    color: var(--text-dark);
}

.empty__text-2 > a:last-child:after {
    content: none;
}

.empty__search-form {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

.empty__search-form .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.empty__redirect-link {
    border-radius: 40px;
    padding: 16px;
    display: inline-block;
    font-weight: 200;
    font-size: 13px;
}

#search-label {
    padding: 0 36px 0 18px;
    width: 100%;
}

/*--------------------------------------------------------------
13.0 Checkout-Page
--------------------------------------------------------------*/
.msg {
    /*background-color: #ffffff;*/
    /*box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);*/
    padding: 20px;
    /*border: 1px solid #eeeeee;*/
}

.msg__text {
    padding: 8px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.l-f__form {
    width: 100%;
}

.l-f .input-text {
    width: 100%;
}

.l-f .input-text, .l-f .btn {
    border-radius: 6px;
}

.l-f .btn {
    font-weight: 600;
    padding: 12px 18px;
}

.c-f__form {
    position: relative;
    width: 50%;
}

.c-f .input-text {
    width: 100%;
}

.c-f .input-text, .c-f .btn {
    border-radius: 6px;
}

.c-f .btn {
    font-weight: 600;
    padding: 12px 18px;
}

.checkout-f {
    width: 100%;
}

.checkout-f .input-text, .checkout-f .select-box, .checkout-f .text-area, .checkout-f .btn {
    width: 100%;
    border-radius: 6px;
}

.checkout-f .text-area {
    height: 185px;
}

.checkout-f .btn {
    font-weight: 600;
    padding: 18px;
}

.checkout-f__h1 {
    color: var(--text-dark);
    font-size: 18px;
    margin-bottom: 8px;
}

.o-summary__section {
    /*background-color: #ffffff;*/
    border: 1px solid #eee;
}

.o-summary__box {
    padding: 20px;
}

.o-summary__item-wrap {
    max-height: 315px;
    padding: 17px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.o-summary__table {
    width: 100%;
    border-collapse: collapse;
}

.o-summary__table td {
    color: var(--text-dark);
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
}

.o-summary__table td:first-child {
    text-align: left;
}

.o-summary__table td {
    text-align: right;
}

.o-summary__table tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
}

.o-card {
    border: 1px solid #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 22px;
}

.o-card:last-child {
    margin-bottom: 0;
}

.o-card__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.o-card__img-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
}

.o-card__img-wrap img {
    display: block;
    min-width: 60px;
}

.o-card__info-wrap {
    margin-left: 18px;
}

.o-card__name {
    display: block;
}

.o-card__name > a {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 600;
    transition: color 0.5s;
}

.o-card__name > a:hover {
    color: var(--primary-color);
}

.o-card__quantity {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
}

.o-card__price {
    display: block;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
}

.o-card__del {
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    color: var(--text-dark);
    transition: color 0.5s;
}

.o-card__del:hover {
    color: var(--primary-color);
}

.ship-b__text {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.ship-b__box {
    width: 330px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ship-b__p {
    margin-bottom: 4px;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 13px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ship-b__edit {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
}

@media (max-width: 575px) {
    .o-summary__item-wrap {
        max-height: 466px;
    }

    .o-card__flex {
        display: block;
        padding: 14px;
        text-align: center;
    }

    .o-card__info-wrap {
        margin-left: 0;
    }

    .ship-b__box {
        display: block;
    }

    .ship-b__p {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
14.0 Signin Signup Lost Password-Page
--------------------------------------------------------------*/
.l-f-o {
    border: 1px solid #efefef;
}

.l-f-o__pad-box {
    padding: 20px;
}

.l-f-o__form {
    width: 100%;
}

.l-f-o .input-text, .l-f-o .btn, .l-f-o .select-box {
    border-radius: 6px;
}

.l-f-o .input-text {
    width: 100%;
}

.l-f-o .btn {
    font-weight: 600;
    padding: 12px 18px;
}

.l-f-o__create-link {
    font-size: 13px;
    text-align: center;
    padding: 12px;
    display: block;
    font-weight: 600;
    border-radius: 6px;
}

/*--------------------------------------------------------------
15.0 FAQ-Page
--------------------------------------------------------------*/
.faq__heading {
    font-weight: 700;
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.faq__text {
    font-size: 13px;
    color: #7f7f7f;
}

.faq__list {
    border-top: 1px solid #eee;
    padding: 14px 0;
}

.faq__list:last-child {
    border-bottom: 1px solid #eee;
}

.faq__question {
    display: block;
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
}

.faq__question:before {
    content: "\F107";
    font-family: 'Font Awesome 5 Free';
    /* font-family: "Quicksand", sans-serif; */
    font-weight: 900;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 12px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.faq__question.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*--------------------------------------------------------------
16.0 Dashboard-Pages
--------------------------------------------------------------*/
.dash__box {
    padding: 30px 15px;
}

.dash__box--bg-white {
    background-color: #ffffff;
}

.dash__box--bg-grey {
    background-color: #ffffff;
}

.dash__box--shadow {
    box-shadow: -2px 0px 14px 0 rgba(36, 37, 38, 0.08);
}

.dash__box--border {
    border: 1px solid rgb(246, 246, 246);
}

.dash__box--shadow-2 {
    box-shadow: -6px 2px 8px 0 rgba(36, 37, 38, 0.08);
}

.dash__box--radius {
    border-radius: 15px;
}

.dash__pad-1 {
    padding: 26px 20px;
}

.dash__pad-2 {
    padding: 24px;
}

.dash__pad-3 {
    padding: 26px;
}

.dash__f-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dash__f-list > li {
    padding: 4px 0;
}

.dash__f-list > li > a {
    font-size: 13px;
    display: block;
    color: #000000;
    /*text-transform: uppercase;*/
}

.dash-l-r {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dash-active {
    font-weight: 600;
    color: var(--primary-color) !important;
    font-size: 15px !important;
}

.dash__w-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.dash__w-list > li {
    border-bottom: 1px solid #eee;
}

.dash__w-wrap {
    padding: 18px 0;
}

.dash__w-icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    font-size: 14px;
    margin-bottom: 8px;
}

.dash__w-icon-style-1 {
    background-color: rgba(255, 69, 0, 0.14);
}

.dash__w-icon-style-1 > i {
    color: #ff4500;
}

.dash__w-icon-style-2 {
    background-color: rgba(0, 148, 68, 0.14);
}

.dash__w-icon-style-2 > i {
    color: var(--primary-color);
}

.dash__w-icon-style-3 {
    background-color: rgba(49, 133, 252, 0.14);
}

.dash__w-icon-style-3 > i {
    color: #3185FC;
}

.dash__w-text {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000;
}

.dash__w-name {
    display: block;
    color: #a0a0a0;
    font-weight: 600;
    font-size: 13px;
}

.dash__h1 {
    line-height: 1;
    color: var(--text-dark);
    font-size: 18px;
}

.dash__h2 {
    line-height: 1;
    font-size: 14px;
    color: var(--text-dark);
}

.dash__text {
    display: block;
    font-size: 12px;
    color: #7f7f7f;
}

.dash__text-2 {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #7f7f7f;
}

.dash__link > a {
    font-size: 13px;
    font-weight: 600;
    transition: color 0.5s linear;
}

.dash__link--brand > a {
    color: var(--primary-color);
}

.dash__link--brand > a:hover {
    color: #106062;
}

.dash__link--secondary > a {
    color: var(--text-dark);
}

.dash__link--secondary > a:hover {
    color: var(--primary-color);
}

.dash__link--black > a {
    color: #000000;
}

.dash__table-wrap {
    height: 300px;
    overflow: auto;
}

.dash__table {
    width: 100%;
    border-collapse: collapse;
}

.dash__table thead {
    background-color: #fbfbfb;
}

.dash__table th, .dash__table td {
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: var(--text-dark);
}

.dash__table th {
    font-size: 14px;
}

.dash__table td {
    font-size: 13px;
}

.dash__table tbody tr {
    border-bottom: 1px solid #eee;
}

.dash__table tbody tr:last-child {
    border-bottom: 0;
}

.dash__table-img-wrap {
    background-color: #f5f5f5;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.dash__table-img-wrap img {
    display: block;
    min-width: 40px;
}

.dash-edit-p {
    width: 100%;
}

.dash-edit-p .btn, .dash-edit-p .input-text, .dash-edit-p .select-box {
    border-radius: 6px;
}

.dash-edit-p .input-text {
    width: 100%;
}

.dash-edit-p .btn {
    font-weight: 600;
    padding: 16px 46px;
}

.dash__custom-link {
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 14px 18px;
    font-size: 13px;
    border-radius: 6px;
    width: 12rem;
}

.manage-o__text {
    font-size: 13px;
    font-weight: 600;
}

.manage-o__text-2 {
    font-size: 14px;
    font-weight: 600;
}

.manage-o__header {
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.manage-o__icon {
    font-weight: 600;
    font-size: 13px;
    color: var(--text-dark);
}

.manage-o__timeline {
    padding-top: 40px;
}

.manage-o__timeline [class*="col-"] {
    padding: 0;
    text-align: center;
}

.timeline-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.timeline-l-i {
    position: relative;
    border-radius: 3px;
    border-top: 3px solid #eee;
}

.timeline-l-i .timeline-circle {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #eee;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.timeline-l-i .timeline-circle:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #eee;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.timeline-l-i.timeline-l-i--finish {
    border-color: var(--primary-color);
}

.timeline-l-i.timeline-l-i--finish .timeline-circle {
    border-color: var(--primary-color);
}

.timeline-l-i.timeline-l-i--finish .timeline-circle:before {
    background-color: var(--primary-color);
}

.timeline-text {
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: var(--text-dark);
}

.manage-o__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.description__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.description__img-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #f5f5f5;
}

.description__img-wrap img {
    border-radius: 50%;
    display: block;
    min-width: 90px;
}

.description-title {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.dash__address-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dash__table-2-wrap {
    overflow: auto;
}

.dash__table-2 {
    width: 100%;
    border-collapse: collapse;
}

.dash__table-2 thead {
    background-color: #fbfbfb;
}

.dash__table-2 th, .dash__table-2 td {
    padding: 20px;
    min-width: 200px;
    text-align: left;
    font-weight: 600;
    color: var(--text-dark);
}

.dash__table-2 th {
    font-size: 14px;
}

.dash__table-2 td {
    font-size: 13px;
}

.dash__table-2 tbody tr {
    border-bottom: 1px solid #eee;
}

.dash__table-2 tbody tr:last-child {
    border-bottom: 0;
}

.address-book-edit {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
}

.dash__address-make {
    width: 100%;
}

.dash__address-make .btn {
    font-weight: 600;
    padding: 16px 46px;
    border-radius: 6px;
}

.dash-address-manipulation {
    width: 100%;
}

.dash-address-manipulation .btn, .dash-address-manipulation .input-text, .dash-address-manipulation .select-box {
    border-radius: 6px;
}

.dash-address-manipulation .input-text, .dash-address-manipulation .select-box {
    width: 100%;
}

.dash-address-manipulation .btn {
    font-weight: 600;
    padding: 16px 46px;
}

.dash-track-order {
    width: 100%;
}

.dash-track-order .btn, .dash-track-order .input-text {
    border-radius: 6px;
}

.dash-track-order .input-text {
    width: 100%;
}

.dash-track-order .btn {
    font-weight: 600;
    padding: 16px 46px;
}

.m-order {
    width: 100%;
}

.m-order__select-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.m-order label {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 600;
}

.m-order .select-box {
    border-radius: 6px;
}

.m-order__list {
    background-color: #fefefe;
}

.m-order__get {
    /*border: 1px solid #efefef;*/
    /*box-shadow: 1px 5px 8px 11px #f5f5f5;*/
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 24px;
}

.m-order__get:last-child {
    margin-bottom: 0;
}

.manage-o__badge {
    display: inline-block;
    text-align: center;
    width: 5.9375rem;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 32px;
}

.badge--processing {
    background-color: rgba(223, 223, 223, 0.14);
    color: #fcb531;
    font-weight: 700;
}

.badge--shipped {
    background-color: rgb(105, 108, 181, .14);
    color: #696cb5;
    font-weight: 700;
}

.badge--delivered {
    background-color: rgb(204, 213, 211, .14);
    color: #63c038;
    font-weight: 700;
}

.badge--canceled {
    background-color: rgba(255, 69, 0, 0.14);
    color: #b33636;
    font-weight: 700;
}

@media (max-width: 991px) {
    .dash__box--w {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .dash__address-header {
        display: block;
    }

    .dash__address-header .dash__h1 {
        margin-bottom: 8px;
    }

    .dash__address-header .dash__link {
        display: block;
    }
}

@media (max-width: 575px) {
    .dash-l-r {
        display: block;
    }

    .manage-o__description {
        display: block;
        text-align: center;
    }

    .description__container {
        display: block;
    }

    .description-title {
        margin: 12px 0;
    }
}

/*--------------------------------------------------------------
17.0 Blog-Pages
--------------------------------------------------------------*/
.blog-t-w {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-prev, .post-next {
    text-align: center;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: var(--text-dark);
    background-color: #ffffff;
    box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
    margin: auto 0;
    opacity: 0;
    transition: opacity .6s ease-in;
}

.post-prev {
    left: 20px;
}

.post-next {
    right: 20px;
}

.post-prev:before, .post-next:before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}

.post-prev:hover:before, .post-next:hover:before {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .6;
}

.post-gallery:hover .post-prev, .post-gallery:hover .post-next {
    opacity: 1;
}

.post-video-block {
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
}

.post-video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-video-link:before {
    width: 3.875rem;
    height: 3.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.9375rem;
    margin-left: -1.9375rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    z-index: 3;
}

.post-video-link:hover:before {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.post-video-block .post-video-link:before {
    content: '';
    background: url(../video/video-play.png) no-repeat 0 0;
    background-size: contain;
}

.post-video-block.process .post-video-link:before {
    content: none;
}

.post-video-block.process.pause .post-video-link:before {
    content: '';
    background: url(../video/video-pause.png) no-repeat;
}

.post-center-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.aspect--1366-768 {
    padding-bottom: 56.22255%;
}

.bp {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 1px 1px 8px 0 rgba(36, 37, 38, 0.08);
}

.bp__wrap {
    padding: 25px;
}

.bp__thumbnail {
    margin-bottom: 12px;
}

.bp__stat {
    margin-bottom: 6px;
}

.bp__stat .bp__stat-wrap {
    margin-right: 22px;
}

.bp__stat .bp__stat-wrap:last-child {
    margin-right: 0;
}

.bp__publish-date > a {
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0;
}

.bp__author > a {
    font-size: 12px;
    text-decoration: overline;
    font-weight: 600;
    color: var(--primary-color);
}

.bp__comment > a {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 12px;
}

.bp__category > a {
    color: #a0a0a0;
    font-weight: 600;
    transition: color 110ms ease-in-out;
    font-size: 12px;
    margin-right: 2px;
}

.bp__category > a:last-child {
    margin-right: 0;
}

.bp__category > a:hover {
    color: var(--primary-color);
}

.bp__h1 {
    display: block;
    margin-bottom: 6px;
}

.bp__h1 > a {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
}

.bp__h2 {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #a0a0a0;
}

.bp__p {
    margin-bottom: 12px;
    font-size: 13px;
    color: #7f7f7f;
}

.bp__read-more {
    display: block;
    margin-bottom: 6px;
}

.bp__read-more > a {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
}

.bp__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bp__social-list > li {
    margin-right: 16px;
}

.bp__social-list > li:last-child {
    margin-right: 0;
}

.bp__social-list > li > a {
    font-size: 14px;
}

.bp--img .bp__thumbnail {
    overflow: hidden;
}

.bp--img .bp__thumbnail img {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bp--img:hover .bp__thumbnail {
    overflow: hidden;
}

.bp--img:hover .bp__thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bp audio, .bp video, .bp-mini audio, .bp-mini video, .bp-detail audio, .bp-detail video {
    display: block;
    width: 100%;
}

.blog-m__element {
    width: 33.33%;
    padding: 20px 10px;
}

.bp-mini {
    background-color: #ffffff;
    box-shadow: 2px 2px 8px 0 rgba(36, 37, 38, 0.08);
    overflow: hidden;
    border-radius: 15px;
}

.bp-mini__content {
    padding: 4px 20px 10px;
}

.bp-mini__stat {
    margin-bottom: 2px;
}

.bp-mini__stat .bp-mini__stat-wrap {
    margin-right: 22px;
}

.bp-mini__stat .bp-mini__stat-wrap:last-child {
    margin-right: 0;
}

.bp-mini__publish-date > a {
    font-size: 11px;
    font-weight: 600;
    color: #7f7f7f;
}

.bp-mini__preposition {
    color: #7f7f7f;
    font-size: 12px;
}

.bp-mini__author > a {
    color: var(--primary-color);
    font-size: 12px;
}

.bp-mini__comment > a {
    color: #7f7f7f;
    font-size: 12px;
}

.bp-mini__category {
    margin-bottom: 4px;
}

.bp-mini__category > a {
    color: #7f7f7f;
    font-weight: 600;
    transition: color 110ms ease-in-out;
    font-size: 11px;
    margin-right: 2px;
}

.bp-mini__category > a:last-child {
    margin-right: 0;
}

.bp-mini__category > a:hover {
    color: var(--primary-color);
}

.bp-mini__category > a:last-child:after {
    content: none;
}

.bp-mini__h1 {
    display: block;
    margin-bottom: 4px;
}

.bp-mini__h1 > a {
    transition: color 110ms ease-in-out;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.bp-mini__h1 > a:hover {
    color: var(--primary-color);
}

.bp-mini__p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #7f7f7f;
}

.bp-mini--img .bp-mini__thumbnail {
    overflow: hidden;
}

.bp-mini--img .bp-mini__thumbnail img {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bp-mini--img:hover .bp-mini__thumbnail {
    overflow: hidden;
}

.bp-mini--img:hover .bp-mini__thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.detail-post {
    max-width: 740px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.bp-detail {
    position: relative;
}

.bp-detail__thumbnail {
    margin-bottom: 12px;
}

.bp-detail__stat {
    margin-bottom: 6px;
}

.bp-detail__stat .bp-detail__stat-wrap {
    margin-right: 22px;
}

.bp-detail__stat .bp-detail__stat-wrap:last-child {
    margin-right: 0;
}

.bp-detail__publish-date > a {
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0;
}

.bp-detail__author > a {
    font-size: 12px;
    text-decoration: overline;
    font-weight: 600;
    color: var(--primary-color);
}

.bp-detail__category > a {
    color: #a0a0a0;
    font-weight: 600;
    transition: color 110ms ease-in-out;
    font-size: 12px;
    margin-right: 2px;
}

.bp-detail__category > a:last-child {
    margin-right: 0;
}

.bp-detail__category > a:hover {
    color: var(--primary-color);
}

.bp-detail__h1 {
    display: block;
    margin-bottom: 6px;
}

.bp-detail__h1 > a {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
}

.bp-detail__p {
    margin-bottom: 16px;
    color: var(--text-dark);
    font-size: 18px;
    line-height: 2;
}

.bp-detail__p a {
    font-weight: 700;
    color: var(--primary-color);
    transition: all .3s;
}

.bp-detail__p a:hover {
    color: #7f7f7f;
    text-decoration: underline;
}

.bp-detail__q {
    width: 100%;
    text-align: center;
    padding: 3rem;
    margin: 0 0 1rem;
    background-color: #ffffff;
    border-radius: 6px;
    border: 2px solid var(--primary-color);
}

.bp-detail__q i {
    font-size: 2.125rem;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.bp-detail__q-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.bp-detail__q-citation {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
}

.bp-detail__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bp-detail__social-list > li {
    margin-right: 16px;
}

.bp-detail__social-list > li:last-child {
    margin-right: 0;
}

.bp-detail__social-list > li > a {
    font-size: 1.125rem;
}

.bp-detail__postnp {
    margin: 1.375rem 0;
}

.bp-detail__postnp a {
    font-size: 13px;
    border-bottom: 1px solid var(--text-dark);
    font-weight: 600;
    color: var(--text-dark);
    transition: color 110ms ease-in-out, border-color 110ms ease-in-out;
}

.bp-detail__postnp a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.blog-w__h {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--text-dark);
    letter-spacing: 0.03em;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f7f7f7;
}

.blog-w__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-w__list > li {
    margin-bottom: 12px;
}

.blog-w__list > li:last-child {
    margin-bottom: 0;
}

.blog-w__list > li > a {
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
}

.blog-w__list > li > a:hover {
    color: var(--text-dark);
}

.blog-search-form {
    position: relative;
    width: 100%;
}

.blog-search-form .input-text {
    width: 100%;
    border-radius: 6px;
}

.blog-search-form .btn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

.blog-w__b-l {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-w__b-l > li {
    margin-bottom: 30px;
}

.blog-w__b-l > li:last-child {
    margin-bottom: 0;
}

.blog-w__b-l-2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-w__b-l-2 > li {
    margin-bottom: 8px;
}

.blog-w__b-l-2 > li:last-child {
    margin-bottom: 0;
}

.b-l__date {
    font-size: 10px;
    color: #a0a0a0;
    display: block;
    margin-bottom: 6px;
}

.b-l__text {
    font-size: 12px;
    color: #7f7f7f;
}

.b-l__h {
    display: block;
    margin-bottom: 6px;
}

.b-l__h > a {
    font-size: 12px;
    transition: color 110ms ease-in-out;
    color: var(--text-dark);
    font-weight: 600;
}

.b-l__h > a:hover {
    color: var(--primary-color);
}

.b-l__h-2 > a {
    font-size: 12px;
    transition: color 110ms ease-in-out;
    color: var(--text-dark);
    font-weight: 600;
}

.b-l__h-2 > a:hover {
    color: var(--primary-color);
}

.b-l__p {
    display: block;
    font-size: 12px;
    color: #7f7f7f;
}

.blog-pg {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.blog-pg > li {
    margin-right: 14px;
}

.blog-pg > li:last-child {
    margin-right: 0;
}

.blog-pg > li > a {
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    border-radius: 50%;
    background-color: transparent;
    color: var(--text-dark);
}

.blog-pg > li > a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.blog-pg > li.blog-pg--active > a {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
}

.d-meta__text {
    display: block;
    color: var(--text-dark);
    font-size: 32px;
    font-weight: 700;
}

.d-meta__text-2 {
    display: block;
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 600;
}

.d-meta__text-3 {
    display: block;
    color: #7f7f7f;
    font-size: 12px;
}

.d-meta__comments ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.d-meta__comments .comment-children {
    padding-left: 1rem;
}

.d-meta__p-comment {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}

.p-comment__wrap1 {
    margin-right: 20px;
}

.p-comment__img-wrap {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
}

.p-comment__author {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.p-comment__timestamp {
    display: block;
    margin-bottom: 2px;
}

.p-comment__timestamp a {
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
    transition: color 110ms ease-in-out;
}

.p-comment__timestamp a:hover {
    color: var(--primary-color);
}

.p-comment__paragraph {
    color: #7f7f7f;
    font-size: 13px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 470px;
}

.p-comment__reply {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    border-bottom: 0;
}

.p-comment__reply:hover {
    border-bottom: 1px solid var(--primary-color);
}

.respond__form {
    width: 100%;
}

.respond__form .btn, .respond__form .input-text, .respond__form .text-area {
    border-radius: 6px;
}

.respond__form .input-text, .respond__form .text-area {
    width: 100%;
}

.respond__form .text-area {
    height: 15.625rem;
}

.respond__form .btn {
    font-weight: 600;
    padding: 16px 46px;
}

.respond__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.respond__group div {
    -ms-flex: 1;
    flex: 1;
    margin-right: 14px;
}

.respond__group div:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .blog-m__element {
        width: 50%;
    }

    .respond__group {
        display: block;
    }

    .respond__group div {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .blog-m__element {
        width: 100%;
    }
}

/*--------------------------------------------------------------
18.0 Product-Detail-Pages
--------------------------------------------------------------*/
.pd-breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.pd-breadcrumb__list > li {
    display: inline-block;
}

.pd-breadcrumb__list > li > a {
    color: #a0a0a0;
    font-size: 12px;
    transition: color 0.5s;
}

.pd-breadcrumb__list > li > a:hover {
    color: var(--text-dark);
}

.pd-breadcrumb__list > li.is-marked > a {
    color: var(--text-dark);
    font-weight: 700;
}

.pd-breadcrumb__list > li.has-separator:after {
    content: '-';
    margin: 0 6px;
}

.pd {
    cursor: pointer;
}

.pd-wrap {
    position: relative;
}

.pd-text {
    position: absolute;
    top: 15px;
    padding: 8px;
    right: 15px;
    font-size: 12px;
    color: var(--text-dark);
}

.pd-social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pd-social-list > li {
    margin-right: 16px;
}

.pd-social-list > li:last-child {
    margin-right: 0;
}

.pd-social-list > li > a {
    font-size: 1.125rem;
    transition: color 110ms ease-in-out;
    color: var(--text-dark);
}

.pd-detail{
    margin-top: -20px;
}

.pd-detail__label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

.pd-detail__inline span {
    margin-right: 0.375rem;
}

.pd-detail__inline span:last-child {
    margin-right: 0;
}

.pd-detail-inline-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.pd-detail-inline-2 div {
    margin-right: 14px;
}

.pd-detail-inline-2 div:last-child {
    margin-right: 0;
}

.pd-detail__name {
    display: block;
    color: var(--text-color);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
}

.pd-detail__price {
    color: var(--primary-hover);
    font-size: 2rem;
    font-weight: 700;
}

.pd-detail__discount {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.pd-detail__del {
    color: #a0a0a0;
    font-size: 12px;
}

.pd-detail__rating {
    display: block;
}

.pd-detail__rating i {
    font-size: 12px;
}

.pd-detail__review > a {
    font-size: 12px;
    transition: color 110ms ease-in-out;
    color: var(--text-dark);
}

.pd-detail__review > a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.pd-detail__stock, .pd-detail__left {
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
    display: inline-block;
    border-radius: 30px;
}

.pd-detail__stock {
    background-color: rgba(0, 148, 68, 0.14);
    color: var(--primary-color);
}

.pd-detail__left {
    background-color: rgba(255, 69, 0, 0.14);
    color: var(--primary-color);
}

.pd-detail__preview-desc {
    font-size: 13px;
    color: #7f7f7f;
}

.pd-detail__click-wrap > a {
    font-size: 13px;
    color: #8a8a8a;
    transition: color 110ms ease-in-out;
}

.pd-detail__click-wrap > a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.pd-detail__click-count {
    font-size: 10px;
    color: #a0a0a0;
}

.pd-detail__form {
    width: 100%;
}

.pd-detail__form .btn {
    padding: 1rem 3rem;
    border-radius: 0.375rem;
}

/**
  * Variations
 */
.pd-detail__color, .pd-detail__size {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color__radio {
    position: relative;
    line-height: 1.89;
    margin-right: 15px;
    display: inline-block;
}

.color__radio [type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 30px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.color__radio-label {
    position: initial;
    display: inline-block;
}

.color__radio-label:before, .color__radio-label:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.color__radio-label:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    background-color: inherit;
}

.color__radio input:checked + label:before {
    border-color: #d2d2d2;
}

.size__radio {
    position: relative;
    margin: 0 12px 12px 0;
}

.size__radio [type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.size__radio-label {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 7px 15px;
    background-color: #ffffff;
    font-size: 13px;
    color: var(--text-dark);
    cursor: pointer;
    display: inline-block;
}

.size__radio input:checked + label {
    border-color: var(--text-dark);
}

.pd-detail__policy-list {
    margin: 0;
    padding-left: 0px;
    font-size: 14px;
    list-style: none;
}

.pd-detail__policy-list > li i {
    color: var(--primary-color);
}

.pd-detail__policy-list > li span {
    color: #7f7f7f;
}

.pd-tab__list {
    margin: 0;
    border-bottom: 2px solid #e7e7e7;
}

.pd-tab__list > li {
    margin-bottom: -2px;
}

.pd-tab__list > li > a {
    padding: 10px 0;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: .01rem;
    transition: all .3s;
}

.pd-tab__list > li > a span {
    margin-left: 2px;
    font-size: 12px;
}

.pd-tab__list > li > a.active {
    color: #000000;
    border-color: #000000;
}

.pd-tab__list > li + li {
    margin-left: 28px;
}

.pd-tab__desc, .pd-tab__tag {
    max-width: 691px;
}

.pd-tab__desc p {
    color: var(--text-dark);
    font-size: 16px;
    line-height: 2;
}

.pd-tab__desc ul {
    margin: 0;
    padding-left: 16px;
    list-style: none;
}

.pd-tab__desc ul > li {
    margin-bottom: 7px;
    color: var(--text-dark);
    font-size: 14px;
}

.pd-tab__desc h4 {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.pd-tab__desc .pd-table {
    overflow: auto;
}

.pd-tab__desc .pd-table table {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.pd-tab__desc .pd-table tbody tr {
    border-bottom: 1px solid #eee;
}

.pd-tab__desc .pd-table tbody td {
    font-size: 14px;
    color: #7f7f7f;
    padding: 12px;
}

.pd-tab__desc .pd-table tbody td:first-child {
    color: var(--text-dark);
    font-weight: 600;
}

.pd-tab__tag h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.18;
}

.pd-tab__tag form {
    width: 100%;
}

.pd-tab__tag form .btn {
    font-size: 13px;
    font-weight: 600;
    border: 0;
    height: 48px;
    padding: 17px 18px;
}

.pd-tab__tag form .input-text {
    height: 48px;
    margin-right: 8px;
    width: 50%;
}

.pd-tab__rev-f1 {
    width: 100%;
}

.pd-tab__rev-score {
    padding: 40px 0;
    text-align: center;
    background-color: #f6f6f6;
}

.pd-tab__rev-score h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 0.875;
    color: var(--text-dark);
}

.pd-tab__rev-score h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 0.875;
    color: var(--text-dark);
}

.rev-f1__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rev-f1__group h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.18;
}

.rev-f1__group .select-box {
    border-radius: 0.375rem;
}

.rev-f1__review {
    width: 100%
}

.review-o {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(48, 171, 95, .2);
    /*box-shadow: 2px 1px 5px rgb(172, 234, 199, .5);*/
}

.review-o__name {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

.review-o__date {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #676767;
}

.review-o__rating span {
    margin-left: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #7f7f7f;
}

.review-o__text {
    font-size: 15px;
    color: #474747;
    padding: 0 1px;
}

.pd-tab__rev-f2 {
    width: 100%;
}

.pd-tab__rev-f2 h2 {
    font-size: 32px;
    color: var(--text-dark);
    line-height: 0.90;
}

.pd-tab__rev-f2 .input-text, .pd-tab__rev-f2 .text-area {
    width: 100%;
}

.pd-tab__rev-f2 .text-area {
    height: 10.625rem;
}

.pd-tab__rev-f2 .btn {
    font-weight: 600;
    padding: 16px 46px;
}

.rev-f2__table-wrap {
    overflow: auto;
}

.rev-f2__table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.rev-f2__table th, .rev-f2__table td {
    padding: 16px 4px;
    border: 1px solid #d6d6d6;
}

.rev-f2__table th {
    width: 120px;
    color: var(--text-dark);
    background-color: #f0f0f0;
    font-size: 13px;
}

.rev-f2__table th span {
    margin-top: 2px;
    display: block;
    font-size: 11px;
    color: var(--text-dark);
}

.rev-f2__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rev-f2__group div {
    -ms-flex: 1;
    flex: 1;
    margin-right: 14px;
}

.rev-f2__group div:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .pd-text {
        display: none;
    }

    .zoomContainer {
        display: none;
    }

    .rev-f2__group {
        display: block;
    }

    .rev-f2__group div {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .pd-detail-inline-2 {
        display: block;
    }

    .main-form {
        width: 50%;
        margin-left: -40px;
    }

    #searchModal {
        margin-left: -130px;
    }

    .pd-detail-inline-2 div {
        display: block;
        margin-right: 0;
    }

    .rev-f1__group {
        display: block;
    }
}

/*--------------------------------------------------------------
19.0 Shop-Pages
--------------------------------------------------------------*/
.sidebar--bg-snow {
    background-color: #f9f9f9;
}

.shop-w--style {
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    /*box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);*/
}

.shop-w__intro-wrap {
    position: relative;
    /*background-color: rgba(48,171,95,.8);*/
    /*color: #5e5e5e;*/
    /*padding: 2px 10px;*/
    /*font-size: 14px;*/
    /*border-radius: 5px;*/
}

.shop-w__h {
    font-size: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid #efefef;
    color: rgb(74, 74, 74);
    font-weight: 700;
    line-height: 20px;
}

.shop-w__wrap {
    padding: 14px;
}

.shop-w__toggle.collapsed:before {
    content: "\F067";
}

.shop-w__toggle {
    position: absolute;
    top: 50%;
    padding: 8px 12px;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #444;
}

.shop-w ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.shop-w__list {
    overflow: auto;
    max-height: 290px;
}

.shop-w__list > li {
    position: relative;
    padding: 8px 16px;
}

.shop-w__list > li a {
    font-size: 14px;
}

.shop-w__list-2 {
    scrollbar-width: thin;
    overflow-y: scroll;
    max-height: 390px;
}

.shop-w__list-2 > li {
    padding: 0.25rem 0;
    position: relative;
}

.list__content {
    position: relative;
}

.list__content [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 16px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.list__content span {
    padding: 8px 16px;
    display: block;
    font-size: 14px;
    transition: background-color 110ms ease-in-out, color 110ms ease-in-out;
    color: #7f7f7f;
}

.list__content:hover span {
    color: var(--text-dark);
    background-color: #ececec;
    border-radius: .5rem;
}

.list__content input:checked + span {
    background-color: #ececec;
    color: var(--text-dark);
    border-radius: .5rem;
}

.shop-w__total-text {
    font-size: 11px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--text-dark);
    right: 13px;
}

.shop-w__category-list {
    scrollbar-width: thin;
    overflow-y: scroll;
    /*height: fit-content;*/
    max-height: calc(100vh - 13rem);
    /*background-color: #ffffff;*/
}

.shop-w__category-list > li {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px;
    margin-bottom: 5px;
    list-style: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.shop-w__category-list > li > span > a {
    font-size: 14px;
    color: #6e6e6e;
    transition: color 110ms ease-in-out;
    font-weight: 500;
}

.shop-w__category-list > li > span > a:hover {
    color: var(--primary-color);
    font-weight: 700;
}

.shop-w__category-list > li ul .has-list > a {
    color: #7c7c7c !important;
}

.shop-w__category-list > li ul {
    display: none;
}

.shop-w__category-list > li ul li a {
    font-size: 13px;
    color: #636363;
    transition: color 110ms ease-in-out;
}

.shop-w__category-list > li ul li {
    border: none;
    /*border-bottom: 1px solid whitesmoke;*/
    margin-left: 20px;
}

.shop-w__category-list > li ul li a:hover {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.has-list {
    position: relative;
}

.category-list__text {
    font-size: 10px;
    color: #a0a0a0;
}

.js-shop-category-span {
    cursor: pointer;
    font-size: 13px;
    color: #444;
    transition: color 110ms ease-in-out;
}

.js-shop-category-span:hover {
    color: #000000;
}

.js-shop-category-span.is-expanded:before {
    content: '\f106';
}

.shop-w__form-p-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
}

.shop-w__form-p-wrap div {
    margin-right: 8px;
    margin-bottom: 12px;
}

.shop-w__form-p-wrap div:last-child {
    margin-right: 0;
}

.shop-w__form-p-wrap .input-text, .shop-w__form-p-wrap .btn {
    height: 40px;
    padding: 8px;
    border-radius: 2px;
}

.shop-w__form-p-wrap .input-text {
    width: 80px;
}

.shop-w__form-p-wrap .btn {
    width: 40px;
}

.color__check {
    position: relative;
    line-height: 1.89;
    margin-right: 36px;
    display: inline-block;
}

.color__check [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 30px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.color__check-label {
    position: initial;
    display: inline-block;
}

.color__check-label:before, .color__check-label:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.color__check-label:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    background-color: inherit;
}

.color__check input:checked + label:before {
    border-color: #d2d2d2;
}

.rating__check {
    position: relative;
    cursor: pointer;
}

.rating__check [type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 16px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.rating__check-star-wrap > i {
    margin-left: 2px;
    color: var(--primary-color);
    transition: color .4s ease-in-out;
}

.rating__check-star-wrap > i:first-child {
    margin-left: 0;
}

.rating__check-star-wrap span {
    font-size: 12px;
    color: var(--text-dark);
    margin-right: 2px;
}

.rating__check:hover .rating__check-star-wrap > i {
    color: #ff9600;
}

.rating__check input:checked + .rating__check-star-wrap > i {
    color: #ff9600;
}

.shop-p__meta-wrap {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 0.625rem;
}

.shop-p__meta-text-1 {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--text-dark);
}

.shop-p__meta-text-2 {
    font-size: 14px;
    font-weight: 700;
    color: #7f7f7f;
}

.shop-p__tool-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tool-style__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tool-style__group span {
    position: relative;
    display: inline-block;
    height: 40px;
    cursor: pointer;
    /*border: 2px solid #e5e5e5;*/
    font-size: 20px;
    padding: 5px 12px;
    font-weight: 700;
    color: var(--text-dark);
}

.tool-style__group span:hover {
    background-color: rgba(241, 89, 42, 0.12);
    color: var(--primary-color);
    /*border-color: rgba(48,171,95,1);*/
    z-index: 2;
}

.tool-style__group span:not(:last-child) {
    margin-right: -2px;
}

.tool-style__group span.is-active {
    /*background-color: rgba(17, 100, 102, 0.12);*/
    color: var(--primary-color);
    /*color: rgba(48,171,95,1);*/
    /*border-color: rgba(48,171,95,1);*/
    z-index: 2;
}

.tool-style__form-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.tool-style__form-wrap div + div {
    margin-left: 15px;
}

.tool-style__form-wrap select {
    border-radius: .25rem;
}

.is-grid-active .product-m {
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
}

.is-grid-active .product-m__thumb {
    position: relative;
}

.is-grid-active .product-m__add-cart {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.is-grid-active .product-m__add-cart > a {
    padding: 12px;
    border-radius: 0.125rem;
    font-size: 13px;
    width: 100%;
    text-align: center;
    display: block;
}

.is-grid-active .product-m__quick-look {
    position: absolute;
    top: 8px;
    right: 22px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.is-grid-active .product-m__quick-look > a {
    font-size: 16px;
    color: var(--primary-color);
    transition: color 110ms ease-in-out;
}

.is-grid-active .product-m__quick-look > a:hover {
    color: #a0a0a0;
}

.is-grid-active .product-m__content {
    padding: 4px 16px 6px;
}

.is-grid-active .product-m__category {
    margin-bottom: 2px;
    line-height: 1.2;
}

.is-grid-active .product-m__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.is-grid-active .product-m__category > a:hover {
    color: var(--primary-color);
}

.is-grid-active .product-m__name > a {
    color: var(--text-color)!important;
    font-size: 15px!important;
    font-weight: 600!important;
    margin-bottom: 8px;
    transition: color 0.5s;
}

.is-grid-active .product-m__name > a:hover {
    color: var(--primary-color);
}

.is-grid-active .product-m__price {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.is-grid-active .product-m__discount {
    font-weight: 600;
    margin-left: 30px;
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: line-through;
}

.is-grid-active .product-m__rating {
    margin-bottom: 6px;
}

.is-grid-active .product-m__rating i {
    font-size: 12px;
}

.is-grid-active .product-m__review {
    margin-left: 4px;
    font-size: 11px;
    color: #a0a0a0;
}

.is-grid-active .product-m__wishlist {
    float: right;
    transition: 0.3s;
    margin-top: 20px;
}

.is-grid-active .product-m__wishlist a {
    font-size: 16px;
    color: #a0a0a0;
    transition: color 110ms ease-in-out;
}

.is-grid-active .product-m__wishlist a:hover {
    color: var(--primary-color);
}

.is-grid-active .product-m__preview-description {
    margin-bottom: 8px;
    display: none;
    font-size: 12px;
    color: #7f7f7f;
}

.is-grid-active .product-m:hover {
    background-color: #f8f8f8;
    box-shadow: 1px 1px 5px 8px rgb(239, 239, 239);
    scale: 1.03;
    transition: .3s;
}

.is-grid-active .product-m:hover .product-m__add-cart {
    opacity: 1;
    visibility: visible;
}

.is-grid-active .product-m:hover .product-m__quick-look {
    opacity: 1;
    visibility: visible;
}

.is-grid-active .product-m:hover .product-m__hover {
    top: 99%;
    opacity: 1;
    visibility: visible;
}

.is-list-active {
    display: block;
}

.is-list-active [class*="col-"] {
    display: block;
    max-width: 100%;
    width: 100%;
}

.is-list-active .product-m {
    padding: 15px 30px;
    transition: 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff !important;
    border: 1px solid whitesmoke;
    box-shadow: 1px 3px 5px #eeeeee;
    margin: 15px 0;
    border-radius: 8px;
}

.is-list-active .product-m__thumb {
    position: relative;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
}

.is-list-active .product-m__add-cart {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.is-list-active .product-m__add-cart > a {
    padding: 12px;
    border-radius: 0.125rem;
    font-size: 13px;
    width: 100%;
    text-align: center;
    display: block;
}

.is-list-active .product-m__quick-look {
    position: absolute;
    top: 8px;
    right: 22px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.is-list-active .product-m__quick-look > a {
    font-size: 16px;
    color: var(--primary-color);
    transition: color 110ms ease-in-out;
}

.is-list-active .product-m__quick-look > a:hover {
    color: var(--primary-color);
}

.is-list-active .product-m__content {
    position: relative;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 15px;
    padding-left: 15px;
}

.is-list-active .product-m__category {
    margin-bottom: 2px;
    line-height: 1.2;
}

.is-list-active .product-m__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.is-list-active .product-m__category > a:hover {
    color: var(--primary-color);
}

.is-list-active .product-m__name > a {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 600;
    transition: color 0.5s;
}

.is-list-active .product-m__name > a:hover {
    color: var(--primary-color);
}

.is-list-active .product-m__price {
    margin-bottom: 8px;
    line-height: 1.2;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
}

.is-list-active .product-m__discount {
    font-weight: 600;
    margin-left: 30px;
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: line-through;
}

.is-list-active .product-m__rating {
    margin-bottom: 6px;
}

.is-list-active .product-m__rating i {
    font-size: 12px;
}

.is-list-active .product-m__review {
    margin-left: 4px;
    font-size: 11px;
    color: #a0a0a0;
}

.is-list-active .product-m__preview-description {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 0;
    text-align: justify !important;
    /*border-left: 1px solid #d4d4d4;*/
    font-size: 13px;
    color: #6a6a6a;
}

.is-list-active .product-m__wishlist {
    position: absolute;
    right: 12px;
    bottom: 13px;
}

.is-list-active .product-m__wishlist a {
    font-size: 16px;
    color: #a0a0a0;
    transition: color 110ms ease-in-out;
}

.is-list-active .product-m__wishlist a:hover {
    color: var(--primary-color);
}

.is-list-active .product-m:hover {
    background: rgb(252, 255, 254) !important;
    box-shadow: 0 0 15px 0 rgb(240, 254, 249);
    scale: 1.03;
}

.is-list-active .product-m:hover .product-m__add-cart {
    opacity: 1;
    visibility: visible;
}

.is-list-active .product-m:hover .product-m__quick-look {
    opacity: 1;
    visibility: visible;
}


.shop-p__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.shop-p__pagination > li {
    margin-right: 14px;
}

.shop-p__pagination > li:last-child {
    margin-right: 0;
}

.shop-p__pagination > li > a {
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    border-radius: 50%;
    background-color: transparent;
    color: var(--text-dark);
}

.shop-p__pagination > li.is-active > a {
    background-color: #f7f7f7;
}

.shop-p__pagination > li:not(.is-active) > a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.shop-a__wrap {
    position: fixed;
    top: 0;
    width: 350px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    transition: all 400ms ease-out;
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
}

.shop-a__inner {
    scrollbar-width: thin;
    overflow-y: scroll;
    height: 100%;
    padding: 1.25rem 1.125rem;
}

.shop-a.is-open .shop-a__wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575px) {
    .is-list-active .product-m__thumb {
        margin-bottom: 30px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .is-list-active .product-m__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .is-list-active .product-m__wishlist {
        position: static;
        text-align: right;
    }

    .shop-p__tool-style {
        display: block;
    }

    .tool-style__form-wrap {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .tool-style__form-wrap div + div {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
20.0 Vendor Extension Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.1 Bootstrap
--------------------------------------------------------------*/
/* Modal styles */
.modal {
    z-index: 999999;
}

.modal-content {
    display: block !important;
    border: none;
    border-radius: 18px !important;
}

.address-modal {
    margin: 140px !important;
}


.modal--radius {
    border-radius: 8px;
}

.modal--shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* Tootip styles */
.tooltip {
    /* font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #f5f5f5;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #f5f5f5;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #f5f5f5;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #f5f5f5;
}

.tooltip-inner {
    color: var(--text-dark);
    background-color: #f5f5f5;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .tooltip.show {
        opacity: 0;
    }

    .address-modal {
        margin: 0 !important;
    }
}

/*--------------------------------------------------------------
20.2 jquery.shopnav
--------------------------------------------------------------*/
.ah-list {
    margin: 0;
    padding: 0;
}

.ah-list li {
    list-style: none;
}

.ah-list ul {
    margin: 0;
    padding: 0;
}

.ah-list--design1 > li {
    display: inline-block;
}

.ah-list--design1 > li > a {
    display: inline-block;
    padding: 10px 8px;
}

.ah-list--link-color-secondary > li > a {
    color: var(--text-dark);
}

.ah-list--link-color-white > li > a {
    color: #ffffff;
}

.ah-list--design2 > li {
    display: inline-block;
}

.ah-list--design2 > li > a {
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 31px 14px;
}

.has-dropdown > ul .has-dropdown {
    position: relative;
}

.has-dropdown > ul {
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
    position: absolute;
    text-align: left;
    padding: 20px 0 20px;
    z-index: 999;
    white-space: nowrap;
    transition: all 0.3s ease;
    top: 120%;
    opacity: 0;
    visibility: hidden;
}

.has-dropdown > ul > li > a {
    display: block;
    padding: 8px 20px;
    color: var(--text-dark);
    font-size: 12px;
    font-weight: 600;
}

.has-dropdown--ul-left-100 > ul {
    left: 100%;
}

.has-dropdown--ul-right-100 > ul {
    right: 100%;
}

@media (max-width: 1024px) {
    .menu-init .fa-angle-down:before {
        content: none;
    }

    .menu-init.js-open .ah-lg-mode {
        left: 0;
        transition: all .4s ease-in-out;
    }

    .menu-init.js-open:after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 19999;
    }

    .ah-lg-mode {
        position: fixed;
        left: -315px;
        width: 315px;
        height: 100%;
        top: 0;
        background-color: #ffffff;
        z-index: 20000;
        overflow-y: auto;
    }

    .ah-close {
        color: var(--text-dark);
        padding: 20px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        display: block;
    }

    .ah-list > li {
        position: relative;
        display: block;
        border-top: 1px solid #f8f8f8;
    }

    .ah-list > li > a {
        display: block;
        padding: 8px 18px;
    }

    .ah-list > li:last-child {
        border-bottom: 1px solid #f8f8f8;
    }

    .ah-list--design1 > li > a, .ah-list--design2 > li > a {
        font-weight: normal;
        font-size: 14px;
    }

    .ah-list--link-color-white > li > a {
        color: var(--text-dark);
    }

    .js-menu-toggle {
        width: 21px;
        display: block;
        height: 21px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.13);
        position: absolute;
        right: 15px;
        top: 6px;
        transition: all .3s;
        cursor: pointer;
    }

    .js-menu-toggle:after {
        font-family: 'Font Awesome 5 Free';
        /* font-family: "Quicksand", sans-serif; */
        content: "\F067";
        position: absolute;
        top: 50%;
        width: 100%;
        font-weight: 900;
        color: var(--text-dark);
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 8px;
    }

    .js-menu-toggle.js-toggle-mark:after {
        content: "\F068";
    }

    .has-dropdown > ul {
        width: 100% !important;
        box-shadow: none;
        transition: none;
        position: static;
        padding: 0 0 10px;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .has-dropdown > ul > li {
        padding: 0;
    }

    .has-dropdown > ul > li > a {
        display: block;
    }

    .ah-list > li > ul > li > a {
        padding: 8px 36px;
    }

    .ah-list > li > ul > li > ul > li > a {
        padding: 8px 54px;
    }

    .ah-list > li > ul > li > ul > li > ul > li > a {
        padding: 8px 72px;
    }
}

@media (min-width: 1025px) {
    .toggle-button {
        display: none;
    }

    .ah-close {
        display: none;
    }

    .ah-list > li > a:hover {
        color: var(--primary-color);
    }

    .has-dropdown > ul > li:hover {
        background-color: #fbfbfb;
    }

    .has-dropdown:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .ah-list > .has-dropdown:hover > ul {
        top: 100%;
    }

    .has-dropdown .has-dropdown:hover > ul {
        top: 0;
    }

    .ah-list > .has-dropdown:hover > a {
        color: var(--primary-color);
    }

    .has-dropdown > a .fa-angle-down {
        font-size: 10px;
        line-height: 18px;
        float: right;
    }

    .has-dropdown:hover > a .i-state-right:before {
        content: "\F105";
    }
}

/* Extension Mega Menu */
.mega-text {
    width: fit-content;
    padding: 0 15px;
    height: 34px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

.mega-menu-list > ul > li > a {
    display: block;
    padding: 10px 22px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.mega-menu-list > ul > li.js-active {
    background: linear-gradient(225deg, var(--primary-color), rgba(48, 171, 95, .6));
}

.mega-menu-list > ul > li.js-active > a {
    color: #ffffff;
}

.mega-menu-content {
    display: none;
}

.mega-menu-content.js-active {
    display: block;
}

.mega-menu-content [class*="col-"] > ul > li > a {
    padding: 3px 0;
    display: block;
    text-transform: uppercase;
    color: #3b3b3b;
    /*width: fit-content;*/
    font-size: 15px;
    /*border-bottom: 1px solid #b6b6b6;*/
    transition: color 0.5s;
}

.mega-menu-content [class*="col-"] > ul > li > a:hover {
    color: #106062;
}

.mega-menu-content [class*="col-"] > ul > .mega-list-title > a {
    font-weight: 700;
}

.mega-menu-content > h5 {
    font-weight: 600;
    margin: 6px 0 0;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 1024px) {
    .toggle-mega-text {
        width: fit-content;
        padding: 0 7px;
        display: inline-block;
        height: 34px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: var(--primary-color);
        font-size: 12px;
        font-weight: 600;
        line-height: 34px;
        text-align: center;
        cursor: pointer;
        color: #ffffff;
    }

    .mega-menu {
        display: none;
    }

    .mega-menu-list {
        padding: 20px;
        border: 1px solid #f6f6f6;
    }

    .mega-menu-list > ul > li {
        position: relative;
    }

    .mega-menu-content {
        padding: 20px;
    }

    .mega-menu-content .row {
        display: block;
    }

    .mega-menu-content [class*="col-"] {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .mega-image {
        display: none;
    }
}

@media (min-width: 1025px) {
    .js-open.mega-text {
        -webkit-animation: mypulse 1s;
        animation: mypulse 1s;
    }

    .js-open.mega-text ~ .mega-menu {
        display: block;
    }

    .mega-menu {
        display: none;
        padding: 30px;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
        position: absolute;
        z-index: 998;
        top: 100%;
    }

    .mega-menu-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .mega-menu-list {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    .mega-menu-content {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 100%;
        overflow-y: auto;
        padding: 0 17px;
        height: 370px;
        transition: opacity 0.5s;
        display: none;
    }

    .mega-menu-content::-webkit-scrollbar {
        width: 8px;
    }

    .mega-menu-content::-webkit-scrollbar-track {
        background: #eee;
    }

    .mega-menu-content::-webkit-scrollbar-thumb {
        background: #888;
    }

    .mega-menu-content::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .mega-banner {
        position: relative;
        overflow: hidden;
    }

    .mega-banner img {
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all 0.6s ease-in-out;
    }

    .mega-banner:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .mega-image {
        margin: auto 0;
    }
}

/* Extension Mini Cart */
.mini-cart-shop-link {
    position: relative;
}

.mini-cart-shop-link > .total-item-round {
    top: 16px;
    left: 32px;
}

.total-item-round {
    width: 24px;
    position: absolute;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    background-color: var(--primary-color);
    color: #ffffff;
}

.mini-cart {
    background-color: #ffffff;
    box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.06);
    width: 478px;
    padding: 14px;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 998;
    top: 120%;
    opacity: 0;
    right: 0;
    visibility: hidden;
}

.mini-product-container {
    max-height: 280px;
    padding: 17px;
    overflow-y: auto;
}

.card-mini-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.03);
    /*box-shadow: 0 2px 1px 5px whitesmoke;*/
    padding: 5px 15px;
    margin-bottom: 22px;
}

.card-mini-product:last-child {
    margin-bottom: 0;
}

.mini-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.mini-product__image-wrapper {
    margin-right: 20px;
}

.mini-product__link {
    background-color: transparent;
    border: 1px solid #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

.mini-product__link img {
    display: block;
    min-width: 80px;
}

.mini-product__category {
    display: block;
}

.mini-product__category > a {
    color: #a0a0a0;
    transition: color 0.5s;
    font-size: 12px;
}

.mini-product__category > a:hover {
    color: var(--primary-color);
}

.mini-product__name {
    display: block;
}

.mini-product__name > a {
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s;
}

.mini-product__name > a:hover {
    color: var(--primary-color);
}

.mini-product__quantity {
    font-size: 12px;
    margin-right: 4px;
    color: var(--text-dark);
}

.mini-product__price {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.mini-product__delete-link {
    padding: 10px;
    font-size: 18px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 20px;
    color: var(--text-dark);
    transition: color 0.5s;
}

.mini-product__delete-link:hover {
    color: var(--primary-color);
}

.mini-total {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.subtotal-text {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: var(--text-dark);
}

.subtotal-value {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

.mini-link {
    display: block;
    text-align: center;
    padding: 12px 42px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 11px;
}

.buttonText {
    display: block;
    text-align: center;
    padding: 12px 42px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
}

.mini-action {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .mini-cart-shop-link > .total-item-round {
        top: 5px;
        left: 38px;
    }

    .toggle-button-shop + .total-item-round {
        top: 5px;
        right: 10px;
    }

    .has-dropdown > .mini-cart {
        width: 100% !important;
        box-shadow: none;
        transition: none;
        padding: 14px;
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .mini-product-container {
        max-height: 836px;
    }

    .card-mini-product {
        display: block;
        text-align: center;
    }

    .mini-product {
        display: block;
    }

    .mini-product__image-wrapper {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mini-product__info-wrapper {
        padding: 0;
        display: block;
        margin-bottom: 10px;
    }

    .mini-total {
        margin-bottom: 22px;
    }
}

@media (min-width: 1025px) {
    .toggle-button-shop + .total-item-round {
        display: none;
    }

    .has-dropdown:hover > .mini-cart {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}

/*--------------------------------------------------------------
20.3 Owl-Carousel
--------------------------------------------------------------*/
.slider-fouc {
    display: none;
}

.s-skeleton {
    position: relative;
    width: 900px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1025px) {
    .s-skeleton {
        position: relative;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.s-skeleton--h-600 {
    min-height: 600px;
}

.s-skeleton--h-640 {
    min-height: 640px;
}

.s-skeleton--bg-grey {
    background-color: #f5f5f5;
}

.s-skeleton--bg-black {
    background-color: #000000;
}

.s-skeleton .owl-carousel {
    position: static;
}

.primary-style-1 .hero-slide {
    height: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.primary-style-2 .hero-slide {
    height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.primary-style-3 .hero-slide {
    height: 410px;
    margin-top: 60px;
}

.primary-style-3-wrap {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 100%;
}

.hero-slide {
    background: center center/cover no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 820px) {
    .hero-slide {
        background: center center/cover no-repeat;
    }

    .primary-style-3 .hero-slide {
        position: relative;
        margin-top: 10px !important;
        height: 350px !important;
        /*width: 400px!important;*/
        margin-left: auto;
        margin-right: auto;
    }
}

/*@media (max-width: 620px) {*/
/*    .hero-slide {*/
/*        background: center center/contain no-repeat;*/
/*    }*/

/*    .primary-style-3 .hero-slide {*/
/*        position: relative;*/
/*        margin-top: 10px!important;*/
/*        height: 400px !important;*/
/*        width: 400px!important;*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

.hero-slide--1 {
    background-image: url(../images/slider/bg2.jpg);
}

.hero-slide--2 {
    background-image: url(../images/slider/slide-2.jpg);
}

.hero-slide--3 {
    background-image: url(../images/slider/slide-3.jpg);
}

.hero-slide--4 {
    background-image: url(../images/slider/slide-4.jpg);
}

.hero-slide--5 {
    background-image: url(../images/slider/slide-5.jpg);
}

.hero-slide--6 {
    background-image: url(../images/slider/slide-6.jpg);
}

.hero-slide--7 {
    background-image: url(../images/slider/slide-7.jpg);
}

.hero-slide--8 {
    background-image: url(../images/slider/slide-8.jpg);
}

.hero-slide--9 {
    background-image: url(../images/slider/slide-9.jpg);
}

.owl-carousel .owl-dots {
    position: absolute;
}

.owl-carousel button.owl-dot:focus {
    outline: 0;
}

.owl-carousel.primary-style-1 .owl-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
}

.owl-carousel.primary-style-1 button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    margin-bottom: 6px;
    background: #e1e1e1;
    transition: background 0.8s ease-out;
}

.owl-carousel.primary-style-1 button.owl-dot:last-child {
    margin-bottom: 0;
}

.owl-carousel.primary-style-1 button.owl-dot.active, .owl-carousel.primary-style-1 button.owl-dot:hover {
    background: transparent linear-gradient(-180deg, var(--primary-color) 0%, #188f92 100%);
}

.owl-carousel.primary-style-2 .owl-dots {
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.owl-carousel.primary-style-2 button.owl-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #7f7f7f;
    transition: background 0.8s ease-out;
}

.owl-carousel.primary-style-2 button.owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel.primary-style-2 button.owl-dot.active, .owl-carousel.primary-style-2 button.owl-dot:hover {
    background-color: #ffffff;
}

.primary-style-2-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .primary-style-2-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .primary-style-2-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .primary-style-2-container {
        max-width: 960px;
    }
}

.owl-carousel.primary-style-3 .owl-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
}

.owl-carousel.primary-style-3 button.owl-dot {
    width: 5px;
    height: 32px;
    display: block;
    margin-bottom: 6px;
    background-color: #f3f3f3;
    transition: background 0.8s ease-out;
}

.owl-carousel.primary-style-3 button.owl-dot:last-child {
    margin-bottom: 0;
}

.owl-carousel.primary-style-3 button.owl-dot.active, .owl-carousel.primary-style-3 button.owl-dot:hover {
    background-color: var(--primary-color);
}

.owl-carousel#testimonial-slider .owl-dots {
    width: 100%;
    text-align: center;
    bottom: -30px;
}

.owl-carousel#testimonial-slider button.owl-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid var(--text-dark);
    margin-right: 4px;
    border-radius: 50%;
    background-color: transparent;
    transition: background 0.8s ease-out;
}

.owl-carousel#testimonial-slider button.owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel#testimonial-slider button.owl-dot.active, .owl-carousel#testimonial-slider button.owl-dot:hover {
    background-color: var(--text-dark);
}

.content-span-1 {
    font-size: 1.05rem;
    font-weight: 700;
    display: block;
}

.content-span-2 {
    /* font-family: "Agency FB"; */
    font-family: "Quicksand", sans-serif;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.65rem;
    display: block;
}

.content-span-3 {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.content-span-4 {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.content-span-4 span {
    font-weight: 700;
    margin-left: 4px;
    font-size: 1.375rem;
}

.shop-now-link {
    padding: 8px 33px;
    font-size: 0.75rem;
    position: relative;
    transition: background 0.3s;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    background-color: var(--primary-hover) !important;
}

.owl-item .slider-content--animation * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .content-span-1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .content-span-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .content-span-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .content-span-4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .shop-now-link {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.product-slider, .tab-slider {
    position: static;
}

.product-slider .owl-item:hover, .tab-slider .owl-item:hover {
    z-index: 2;
}

/* Products-Slider (Previous & Next Buttons) */
.section__content:hover .p-prev, .section__content:hover .t-prev, .section__content:hover .p-next, .section__content:hover .t-next {
    opacity: 1;
}

.p-prev, .p-next {
    text-align: center;
    box-shadow: 0 6px 15px 5px rgba(36, 37, 38, 0.08);
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    width: 36px;
    background-color: #ffffff;
    margin: auto 0;
    transition: opacity .6s ease-in, background-color .6s ease-in;
    opacity: 0;
}

.p-prev > i, .p-next > i {
    font-size: 14px;
    color: var(--text-dark);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-prev {
    left: 0;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
}

.p-prev > i {
    left: 6px;
}

.p-next {
    right: 0;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}

.p-next > i {
    right: 6px;
}

.t-prev, .t-next {
    text-align: center;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 6px 15px 5px rgba(36, 37, 38, 0.08);
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin: auto 0;
    transition: opacity .6s ease-in;
    opacity: 0;
}

.t-prev > i, .t-next > i {
    font-size: 14px;
    color: var(--text-dark);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t-prev {
    left: 0;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
}

.t-prev > i {
    left: 10px;
}

.t-next {
    right: 0;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}

.t-next > i {
    right: 10px;
}

#brand-slider .owl-stage {
    margin: 1.25rem 0;
}

.brand-slide {
    width: 125px;
    height: 120px;
    margin: 0 auto;
}

.brand-slide a {
    display: block;
    background-color: #ffffff;
    transition: all .3s;
}

.brand-slide a:hover {
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.b-prev, .b-next {
    text-align: center;
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    box-shadow: 0 6px 15px 5px rgba(36, 37, 38, 0.08);
    background-color: #ffffff;
    margin: auto 0;
    transition: opacity .6s ease-in;
    opacity: 0;
}

.b-prev > i, .b-next > i {
    font-size: 14px;
    color: var(--text-dark);
}

.b-prev {
    left: 0;
}

.b-next {
    right: 0;
}

/* Brand-Slider (Previous & Next Buttons) */
.section__content:hover .b-prev, .section__content:hover .b-next {
    opacity: 1;
}

@charset "UTF-8";
/**
 * Utility classes for spacing:
 * A wide range of shorthand margin and padding utility classes to modify an
 * an element’s appearance.
 * Prefix understanding: u means utility which is a prefix for root namespace,
 * s means spacing which is a prefix for sub namespace, m means margin,
 * p means padding. e.g. `u-s-m-t-22` means apply top margin 22 pixels that by default converted to rem unit.
 */
/* Margin with value `auto`. */
.u-s-m-t-auto {
    margin-top: auto;
}

.u-s-m-r-auto {
    margin-right: auto;
}

.u-s-m-b-auto {
    margin-bottom: auto;
}

.u-s-m-l-auto {
    margin-left: auto;
}

.u-s-m-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.u-s-m-y-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.u-s-m-xy-auto {
    margin: auto;
}

/* Margin with value `0`. */
.u-s-m-t-0 {
    margin-top: 0;
}

.u-s-m-r-0 {
    margin-right: 0;
}

.u-s-m-b-0 {
    margin-bottom: 0;
}

.u-s-m-l-0 {
    margin-left: 0;
}

.u-s-m-x-0 {
    margin-left: 0;
    margin-right: 0;
}

.u-s-m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.u-s-m-xy-0 {
    margin: 0;
}

/* Padding with value `0`. */
.u-s-p-t-0 {
    padding-top: 0;
}

.u-s-p-r-0 {
    padding-right: 0;
}

.u-s-p-b-0 {
    padding-bottom: 0;
}

.u-s-p-l-0 {
    padding-left: 0;
}

.u-s-p-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.u-s-p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.u-s-p-xy-0 {
    padding: 0;
}

/* Margin with value `1`. */
.u-s-m-t-1 {
    margin-top: 0.0625rem;
}

.u-s-m-r-1 {
    margin-right: 0.0625rem;
}

.u-s-m-b-1 {
    margin-bottom: 0.0625rem;
}

.u-s-m-l-1 {
    margin-left: 0.0625rem;
}

.u-s-m-x-1 {
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
}

.u-s-m-y-1 {
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
}

.u-s-m-xy-1 {
    margin: 0.0625rem;
}

/* Padding with value `1`. */
.u-s-p-t-1 {
    padding-top: 0.0625rem;
}

.u-s-p-r-1 {
    padding-right: 0.0625rem;
}

.u-s-p-b-1 {
    padding-bottom: 0.0625rem;
}

.u-s-p-l-1 {
    padding-left: 0.0625rem;
}

.u-s-p-x-1 {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
}

.u-s-p-y-1 {
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
}

.u-s-p-xy-1 {
    padding: 0.0625rem;
}

/* Margin with value `2`. */
.u-s-m-t-2 {
    margin-top: 0.125rem;
}

.u-s-m-r-2 {
    margin-right: 0.125rem;
}

.u-s-m-b-2 {
    margin-bottom: 0.125rem;
}

.u-s-m-l-2 {
    margin-left: 0.125rem;
}

.u-s-m-x-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

.u-s-m-y-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

.u-s-m-xy-2 {
    margin: 0.125rem;
}

/* Padding with value `2`. */
.u-s-p-t-2 {
    padding-top: 0.125rem;
}

.u-s-p-r-2 {
    padding-right: 0.125rem;
}

.u-s-p-b-2 {
    padding-bottom: 0.125rem;
}

.u-s-p-l-2 {
    padding-left: 0.125rem;
}

.u-s-p-x-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.u-s-p-y-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.u-s-p-xy-2 {
    padding: 0.125rem;
}

/* Margin with value `3`. */
.u-s-m-t-3 {
    margin-top: 0.1875rem;
}

.u-s-m-r-3 {
    margin-right: 0.1875rem;
}

.u-s-m-b-3 {
    margin-bottom: 0.1875rem;
}

.u-s-m-l-3 {
    margin-left: 0.1875rem;
}

.u-s-m-x-3 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
}

.u-s-m-y-3 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
}

.u-s-m-xy-3 {
    margin: 0.1875rem;
}

/* Padding with value `3`. */
.u-s-p-t-3 {
    padding-top: 0.1875rem;
}

.u-s-p-r-3 {
    padding-right: 0.1875rem;
}

.u-s-p-b-3 {
    padding-bottom: 0.1875rem;
}

.u-s-p-l-3 {
    padding-left: 0.1875rem;
}

.u-s-p-x-3 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
}

.u-s-p-y-3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
}

.u-s-p-xy-3 {
    padding: 0.1875rem;
}

/* Margin with value `4`. */
.u-s-m-t-4 {
    margin-top: 0.25rem;
}

.u-s-m-r-4 {
    margin-right: 0.25rem;
}

.u-s-m-b-4 {
    margin-bottom: 0.25rem;
}

.u-s-m-l-4 {
    margin-left: 0.25rem;
}

.u-s-m-x-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.u-s-m-y-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.u-s-m-xy-4 {
    margin: 0.25rem;
}

/* Padding with value `4`. */
.u-s-p-t-4 {
    padding-top: 0.25rem;
}

.u-s-p-r-4 {
    padding-right: 0.25rem;
}

.u-s-p-b-4 {
    padding-bottom: 0.25rem;
}

.u-s-p-l-4 {
    padding-left: 0.25rem;
}

.u-s-p-x-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.u-s-p-y-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.u-s-p-xy-4 {
    padding: 0.25rem;
}

/* Margin with value `5`. */
.u-s-m-t-5 {
    margin-top: 0.3125rem;
}

.u-s-m-r-5 {
    margin-right: 0.3125rem;
}

.u-s-m-b-5 {
    margin-bottom: 0.3125rem;
}

.u-s-m-l-5 {
    margin-left: 0.3125rem;
}

.u-s-m-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.u-s-m-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

.u-s-m-xy-5 {
    margin: 0.3125rem;
}

/* Padding with value `5`. */
.u-s-p-t-5 {
    padding-top: 0.3125rem;
}

.u-s-p-r-5 {
    padding-right: 0.3125rem;
}

.u-s-p-b-5 {
    padding-bottom: 0.3125rem;
}

.u-s-p-l-5 {
    padding-left: 0.3125rem;
}

.u-s-p-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.u-s-p-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.u-s-p-xy-5 {
    padding: 0.3125rem;
}

/* Margin with value `6`. */
.u-s-m-t-6 {
    margin-top: 0.375rem;
}

.u-s-m-r-6 {
    margin-right: 0.375rem;
}

.u-s-m-b-6 {
    margin-bottom: 0.375rem;
}

.u-s-m-l-6 {
    margin-left: 0.375rem;
}

.u-s-m-x-6 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.u-s-m-y-6 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.u-s-m-xy-6 {
    margin: 0.375rem;
}

/* Padding with value `6`. */
.u-s-p-t-6 {
    padding-top: 0.375rem;
}

.u-s-p-r-6 {
    padding-right: 0.375rem;
}

.u-s-p-b-6 {
    padding-bottom: 0.375rem;
}

.u-s-p-l-6 {
    padding-left: 0.375rem;
}

.u-s-p-x-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.u-s-p-y-6 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.u-s-p-xy-6 {
    padding: 0.375rem;
}

/* Margin with value `7`. */
.u-s-m-t-7 {
    margin-top: 0.4375rem;
}

.u-s-m-r-7 {
    margin-right: 0.4375rem;
}

.u-s-m-b-7 {
    margin-bottom: 0.4375rem;
}

.u-s-m-l-7 {
    margin-left: 0.4375rem;
}

.u-s-m-x-7 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
}

.u-s-m-y-7 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
}

.u-s-m-xy-7 {
    margin: 0.4375rem;
}

/* Padding with value `7`. */
.u-s-p-t-7 {
    padding-top: 0.4375rem;
}

.u-s-p-r-7 {
    padding-right: 0.4375rem;
}

.u-s-p-b-7 {
    padding-bottom: 0.4375rem;
}

.u-s-p-l-7 {
    padding-left: 0.4375rem;
}

.u-s-p-x-7 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
}

.u-s-p-y-7 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
}

.u-s-p-xy-7 {
    padding: 0.4375rem;
}

/* Margin with value `8`. */
.u-s-m-t-8 {
    margin-top: 0.5rem;
}

.u-s-m-r-8 {
    margin-right: 0.5rem;
}

.u-s-m-b-8 {
    margin-bottom: 0.5rem;
}

.u-s-m-l-8 {
    margin-left: 0.5rem;
}

.u-s-m-x-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.u-s-m-y-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.u-s-m-xy-8 {
    margin: 0.5rem;
}

/* Padding with value `8`. */
.u-s-p-t-8 {
    padding-top: 0.5rem;
}

.u-s-p-r-8 {
    padding-right: 0.5rem;
}

.u-s-p-b-8 {
    padding-bottom: 0.5rem;
}

.u-s-p-l-8 {
    padding-left: 0.5rem;
}

.u-s-p-x-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.u-s-p-y-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.u-s-p-xy-8 {
    padding: 0.5rem;
}

/* Margin with value `9`. */
.u-s-m-t-9 {
    margin-top: 0.5625rem;
}

.u-s-m-r-9 {
    margin-right: 0.5625rem;
}

.u-s-m-b-9 {
    margin-bottom: 0.5625rem;
}

.u-s-m-l-9 {
    margin-left: 0.5625rem;
}

.u-s-m-x-9 {
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
}

.u-s-m-y-9 {
    margin-top: 0.5625rem;
    margin-bottom: 0.5625rem;
}

.u-s-m-xy-9 {
    margin: 0.5625rem;
}

/* Padding with value `9`. */
.u-s-p-t-9 {
    padding-top: 0.5625rem;
}

.u-s-p-r-9 {
    padding-right: 0.5625rem;
}

.u-s-p-b-9 {
    padding-bottom: 0.5625rem;
}

.u-s-p-l-9 {
    padding-left: 0.5625rem;
}

.u-s-p-x-9 {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
}

.u-s-p-y-9 {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
}

.u-s-p-xy-9 {
    padding: 0.5625rem;
}

/* Margin with value `10`. */
.u-s-m-t-10 {
    margin-top: 0.625rem;
}

.u-s-m-r-10 {
    margin-right: 0.625rem;
}

.u-s-m-b-10 {
    margin-bottom: 0.625rem;
}

.u-s-m-l-10 {
    margin-left: 0.625rem;
}

.u-s-m-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.u-s-m-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.u-s-m-xy-10 {
    margin: 0.625rem;
}

/* Padding with value `10`. */
.u-s-p-t-10 {
    padding-top: 0.625rem;
}

.u-s-p-r-10 {
    padding-right: 0.625rem;
}

.u-s-p-b-10 {
    padding-bottom: 0.625rem;
}

.u-s-p-l-10 {
    padding-left: 0.625rem;
}

.u-s-p-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.u-s-p-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.u-s-p-xy-10 {
    padding: 0.625rem;
}

/* Margin with value `11`. */
.u-s-m-t-11 {
    margin-top: 0.6875rem;
}

.u-s-m-r-11 {
    margin-right: 0.6875rem;
}

.u-s-m-b-11 {
    margin-bottom: 0.6875rem;
}

.u-s-m-l-11 {
    margin-left: 0.6875rem;
}

.u-s-m-x-11 {
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
}

.u-s-m-y-11 {
    margin-top: 0.6875rem;
    margin-bottom: 0.6875rem;
}

.u-s-m-xy-11 {
    margin: 0.6875rem;
}

/* Padding with value `11`. */
.u-s-p-t-11 {
    padding-top: 0.6875rem;
}

.u-s-p-r-11 {
    padding-right: 0.6875rem;
}

.u-s-p-b-11 {
    padding-bottom: 0.6875rem;
}

.u-s-p-l-11 {
    padding-left: 0.6875rem;
}

.u-s-p-x-11 {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
}

.u-s-p-y-11 {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
}

.u-s-p-xy-11 {
    padding: 0.6875rem;
}

/* Margin with value `12`. */
.u-s-m-t-12 {
    margin-top: 0.75rem;
}

.u-s-m-r-12 {
    margin-right: 0.75rem;
}

.u-s-m-b-12 {
    margin-bottom: 0.75rem;
}

.u-s-m-l-12 {
    margin-left: 0.75rem;
}

.u-s-m-x-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.u-s-m-y-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.u-s-m-xy-12 {
    margin: 0.75rem;
}

/* Padding with value `12`. */
.u-s-p-t-12 {
    padding-top: 0.75rem;
}

.u-s-p-r-12 {
    padding-right: 0.75rem;
}

.u-s-p-b-12 {
    padding-bottom: 0.75rem;
}

.u-s-p-l-12 {
    padding-left: 0.75rem;
}

.u-s-p-x-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.u-s-p-y-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.u-s-p-xy-12 {
    padding: 0.75rem;
}

/* Margin with value `13`. */
.u-s-m-t-13 {
    margin-top: 0.8125rem;
}

.u-s-m-r-13 {
    margin-right: 0.8125rem;
}

.u-s-m-b-13 {
    margin-bottom: 0.8125rem;
}

.u-s-m-l-13 {
    margin-left: 0.8125rem;
}

.u-s-m-x-13 {
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
}

.u-s-m-y-13 {
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem;
}

.u-s-m-xy-13 {
    margin: 0.8125rem;
}

/* Padding with value `13`. */
.u-s-p-t-13 {
    padding-top: 0.8125rem;
}

.u-s-p-r-13 {
    padding-right: 0.8125rem;
}

.u-s-p-b-13 {
    padding-bottom: 0.8125rem;
}

.u-s-p-l-13 {
    padding-left: 0.8125rem;
}

.u-s-p-x-13 {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
}

.u-s-p-y-13 {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
}

.u-s-p-xy-13 {
    padding: 0.8125rem;
}

/* Margin with value `14`. */
.u-s-m-t-14 {
    margin-top: 0.875rem;
}

.u-s-m-r-14 {
    margin-right: 0.875rem;
}

.u-s-m-b-14 {
    margin-bottom: 0.875rem;
}

.u-s-m-l-14 {
    margin-left: 0.875rem;
}

.u-s-m-x-14 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
}

.u-s-m-y-14 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

.u-s-m-xy-14 {
    margin: 0.875rem;
}

/* Padding with value `14`. */
.u-s-p-t-14 {
    padding-top: 0.875rem;
}

.u-s-p-r-14 {
    padding-right: 0.875rem;
}

.u-s-p-b-14 {
    padding-bottom: 0.875rem;
}

.u-s-p-l-14 {
    padding-left: 0.875rem;
}

.u-s-p-x-14 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.u-s-p-y-14 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.u-s-p-xy-14 {
    padding: 0.875rem;
}

/* Margin with value `15`. */
.u-s-m-t-15 {
    margin-top: 0.9375rem;
}

.u-s-m-r-15 {
    margin-right: 0.9375rem;
}

.u-s-m-b-15 {
    margin-bottom: 0.9375rem;
}

.u-s-m-l-15 {
    margin-left: 0.9375rem;
}

.u-s-m-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

.u-s-m-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.u-s-m-xy-15 {
    margin: 0.9375rem;
}

/* Padding with value `15`. */
.u-s-p-t-15 {
    padding-top: 0.9375rem;
}

.u-s-p-r-15 {
    padding-right: 0.9375rem;
}

.u-s-p-b-15 {
    padding-bottom: 0.9375rem;
}

.u-s-p-l-15 {
    padding-left: 0.9375rem;
}

.u-s-p-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.u-s-p-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.u-s-p-xy-15 {
    padding: 0.9375rem;
}

/* Margin with value `16`. */
.u-s-m-t-16 {
    margin-top: 1rem;
}

.u-s-m-r-16 {
    margin-right: 1rem;
}

.u-s-m-b-16 {
    margin-bottom: 1rem;
}

.u-s-m-l-16 {
    margin-left: 1rem;
}

.u-s-m-x-16 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.u-s-m-y-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.u-s-m-xy-16 {
    margin: 1rem;
}

/* Padding with value `16`. */
.u-s-p-t-16 {
    padding-top: 1rem;
}

.u-s-p-r-16 {
    padding-right: 1rem;
}

.u-s-p-b-16 {
    padding-bottom: 1rem;
}

.u-s-p-l-16 {
    padding-left: 1rem;
}

.u-s-p-x-16 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.u-s-p-y-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.u-s-p-xy-16 {
    padding: 1rem;
}

/* Margin with value `17`. */
.u-s-m-t-17 {
    margin-top: 1.0625rem;
}

.u-s-m-r-17 {
    margin-right: 1.0625rem;
}

.u-s-m-b-17 {
    margin-bottom: 1.0625rem;
}

.u-s-m-l-17 {
    margin-left: 1.0625rem;
}

.u-s-m-x-17 {
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
}

.u-s-m-y-17 {
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
}

.u-s-m-xy-17 {
    margin: 1.0625rem;
}

/* Padding with value `17`. */
.u-s-p-t-17 {
    padding-top: 1.0625rem;
}

.u-s-p-r-17 {
    padding-right: 1.0625rem;
}

.u-s-p-b-17 {
    padding-bottom: 1.0625rem;
}

.u-s-p-l-17 {
    padding-left: 1.0625rem;
}

.u-s-p-x-17 {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
}

.u-s-p-y-17 {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
}

.u-s-p-xy-17 {
    padding: 1.0625rem;
}

/* Margin with value `18`. */
.u-s-m-t-18 {
    margin-top: 1.125rem;
}

.u-s-m-r-18 {
    margin-right: 1.125rem;
}

.u-s-m-b-18 {
    margin-bottom: 1.125rem;
}

.u-s-m-l-18 {
    margin-left: 1.125rem;
}

.u-s-m-x-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
}

.u-s-m-y-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

.u-s-m-xy-18 {
    margin: 1.125rem;
}

/* Padding with value `18`. */
.u-s-p-t-18 {
    padding-top: 1.125rem;
}

.u-s-p-r-18 {
    padding-right: 1.125rem;
}

.u-s-p-b-18 {
    padding-bottom: 1.125rem;
}

.u-s-p-l-18 {
    padding-left: 1.125rem;
}

.u-s-p-x-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.u-s-p-y-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.u-s-p-xy-18 {
    padding: 1.125rem;
}

/* Margin with value `19`. */
.u-s-m-t-19 {
    margin-top: 1.1875rem;
}

.u-s-m-r-19 {
    margin-right: 1.1875rem;
}

.u-s-m-b-19 {
    margin-bottom: 1.1875rem;
}

.u-s-m-l-19 {
    margin-left: 1.1875rem;
}

.u-s-m-x-19 {
    margin-left: 1.1875rem;
    margin-right: 1.1875rem;
}

.u-s-m-y-19 {
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
}

.u-s-m-xy-19 {
    margin: 1.1875rem;
}

/* Padding with value `19`. */
.u-s-p-t-19 {
    padding-top: 1.1875rem;
}

.u-s-p-r-19 {
    padding-right: 1.1875rem;
}

.u-s-p-b-19 {
    padding-bottom: 1.1875rem;
}

.u-s-p-l-19 {
    padding-left: 1.1875rem;
}

.u-s-p-x-19 {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
}

.u-s-p-y-19 {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
}

.u-s-p-xy-19 {
    padding: 1.1875rem;
}

/* Margin with value `20`. */
.u-s-m-t-20 {
    margin-top: 1.25rem;
}

.u-s-m-r-20 {
    margin-right: 1.25rem;
}

.u-s-m-b-20 {
    margin-bottom: 1.25rem;
}

.u-s-m-l-20 {
    margin-left: 1.25rem;
}

.u-s-m-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.u-s-m-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.u-s-m-xy-20 {
    margin: 1.25rem;
}

/* Padding with value `20`. */
.u-s-p-t-20 {
    padding-top: 1.25rem;
}

.u-s-p-r-20 {
    padding-right: 1.25rem;
}

.u-s-p-b-20 {
    padding-bottom: 1.25rem;
}

.u-s-p-l-20 {
    padding-left: 1.25rem;
}

.u-s-p-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.u-s-p-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.u-s-p-xy-20 {
    padding: 1.25rem;
}

/* Margin with value `21`. */
.u-s-m-t-21 {
    margin-top: 1.3125rem;
}

.u-s-m-r-21 {
    margin-right: 1.3125rem;
}

.u-s-m-b-21 {
    margin-bottom: 1.3125rem;
}

.u-s-m-l-21 {
    margin-left: 1.3125rem;
}

.u-s-m-x-21 {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
}

.u-s-m-y-21 {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
}

.u-s-m-xy-21 {
    margin: 1.3125rem;
}

/* Padding with value `21`. */
.u-s-p-t-21 {
    padding-top: 1.3125rem;
}

.u-s-p-r-21 {
    padding-right: 1.3125rem;
}

.u-s-p-b-21 {
    padding-bottom: 1.3125rem;
}

.u-s-p-l-21 {
    padding-left: 1.3125rem;
}

.u-s-p-x-21 {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
}

.u-s-p-y-21 {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
}

.u-s-p-xy-21 {
    padding: 1.3125rem;
}

/* Margin with value `22`. */
.u-s-m-t-22 {
    margin-top: 1.375rem;
}

.u-s-m-r-22 {
    margin-right: 1.375rem;
}

.u-s-m-b-22 {
    margin-bottom: 1.375rem;
}

.u-s-m-l-22 {
    margin-left: 1.375rem;
}

.u-s-m-x-22 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
}

.u-s-m-y-22 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
}

.u-s-m-xy-22 {
    margin: 1.375rem;
}

/* Padding with value `22`. */
.u-s-p-t-22 {
    padding-top: 1.375rem;
}

.u-s-p-r-22 {
    padding-right: 1.375rem;
}

.u-s-p-b-22 {
    padding-bottom: 1.375rem;
}

.u-s-p-l-22 {
    padding-left: 1.375rem;
}

.u-s-p-x-22 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
}

.u-s-p-y-22 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

.u-s-p-xy-22 {
    padding: 1.375rem;
}

/* Margin with value `23`. */
.u-s-m-t-23 {
    margin-top: 1.4375rem;
}

.u-s-m-r-23 {
    margin-right: 1.4375rem;
}

.u-s-m-b-23 {
    margin-bottom: 1.4375rem;
}

.u-s-m-l-23 {
    margin-left: 1.4375rem;
}

.u-s-m-x-23 {
    margin-left: 1.4375rem;
    margin-right: 1.4375rem;
}

.u-s-m-y-23 {
    margin-top: 1.4375rem;
    margin-bottom: 1.4375rem;
}

.u-s-m-xy-23 {
    margin: 1.4375rem;
}

/* Padding with value `23`. */
.u-s-p-t-23 {
    padding-top: 1.4375rem;
}

.u-s-p-r-23 {
    padding-right: 1.4375rem;
}

.u-s-p-b-23 {
    padding-bottom: 1.4375rem;
}

.u-s-p-l-23 {
    padding-left: 1.4375rem;
}

.u-s-p-x-23 {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
}

.u-s-p-y-23 {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
}

.u-s-p-xy-23 {
    padding: 1.4375rem;
}

/* Margin with value `24`. */
.u-s-m-t-24 {
    margin-top: 1.5rem;
}

.u-s-m-r-24 {
    margin-right: 1.5rem;
}

.u-s-m-b-24 {
    margin-bottom: 1.5rem;
}

.u-s-m-l-24 {
    margin-left: 1.5rem;
}

.u-s-m-x-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.u-s-m-y-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.u-s-m-xy-24 {
    margin: 1.5rem;
}

/* Padding with value `24`. */
.u-s-p-t-24 {
    padding-top: 1.5rem;
}

.u-s-p-r-24 {
    padding-right: 1.5rem;
}

.u-s-p-b-24 {
    padding-bottom: 1.5rem;
}

.u-s-p-l-24 {
    padding-left: 1.5rem;
}

.u-s-p-x-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.u-s-p-y-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.u-s-p-xy-24 {
    padding: 1.5rem;
}

/* Margin with value `25`. */
.u-s-m-t-25 {
    margin-top: 1.5625rem;
}

.u-s-m-r-25 {
    margin-right: 1.5625rem;
}

.u-s-m-b-25 {
    margin-bottom: 1.5625rem;
}

.u-s-m-l-25 {
    margin-left: 1.5625rem;
}

.u-s-m-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
}

.u-s-m-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
}

.u-s-m-xy-25 {
    margin: 1.5625rem;
}

/* Padding with value `25`. */
.u-s-p-t-25 {
    padding-top: 1.5625rem;
}

.u-s-p-r-25 {
    padding-right: 1.5625rem;
}

.u-s-p-b-25 {
    padding-bottom: 1.5625rem;
}

.u-s-p-l-25 {
    padding-left: 1.5625rem;
}

.u-s-p-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

.u-s-p-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

.u-s-p-xy-25 {
    padding: 1.5625rem;
}

/* Margin with value `26`. */
.u-s-m-t-26 {
    margin-top: 1.625rem;
}

.u-s-m-r-26 {
    margin-right: 1.625rem;
}

.u-s-m-b-26 {
    margin-bottom: 1.625rem;
}

.u-s-m-l-26 {
    margin-left: 1.625rem;
}

.u-s-m-x-26 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
}

.u-s-m-y-26 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
}

.u-s-m-xy-26 {
    margin: 1.625rem;
}

/* Padding with value `26`. */
.u-s-p-t-26 {
    padding-top: 1.625rem;
}

.u-s-p-r-26 {
    padding-right: 1.625rem;
}

.u-s-p-b-26 {
    padding-bottom: 1.625rem;
}

.u-s-p-l-26 {
    padding-left: 1.625rem;
}

.u-s-p-x-26 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
}

.u-s-p-y-26 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
}

.u-s-p-xy-26 {
    padding: 1.625rem;
}

/* Margin with value `27`. */
.u-s-m-t-27 {
    margin-top: 1.6875rem;
}

.u-s-m-r-27 {
    margin-right: 1.6875rem;
}

.u-s-m-b-27 {
    margin-bottom: 1.6875rem;
}

.u-s-m-l-27 {
    margin-left: 1.6875rem;
}

.u-s-m-x-27 {
    margin-left: 1.6875rem;
    margin-right: 1.6875rem;
}

.u-s-m-y-27 {
    margin-top: 1.6875rem;
    margin-bottom: 1.6875rem;
}

.u-s-m-xy-27 {
    margin: 1.6875rem;
}

/* Padding with value `27`. */
.u-s-p-t-27 {
    padding-top: 1.6875rem;
}

.u-s-p-r-27 {
    padding-right: 1.6875rem;
}

.u-s-p-b-27 {
    padding-bottom: 1.6875rem;
}

.u-s-p-l-27 {
    padding-left: 1.6875rem;
}

.u-s-p-x-27 {
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
}

.u-s-p-y-27 {
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
}

.u-s-p-xy-27 {
    padding: 1.6875rem;
}

/* Margin with value `28`. */
.u-s-m-t-28 {
    margin-top: 1.75rem;
}

.u-s-m-r-28 {
    margin-right: 1.75rem;
}

.u-s-m-b-28 {
    margin-bottom: 1.75rem;
}

.u-s-m-l-28 {
    margin-left: 1.75rem;
}

.u-s-m-x-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.u-s-m-y-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.u-s-m-xy-28 {
    margin: 1.75rem;
}

/* Padding with value `28`. */
.u-s-p-t-28 {
    padding-top: 1.75rem;
}

.u-s-p-r-28 {
    padding-right: 1.75rem;
}

.u-s-p-b-28 {
    padding-bottom: 1.75rem;
}

.u-s-p-l-28 {
    padding-left: 1.75rem;
}

.u-s-p-x-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.u-s-p-y-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.u-s-p-xy-28 {
    padding: 1.75rem;
}

/* Margin with value `29`. */
.u-s-m-t-29 {
    margin-top: 1.8125rem;
}

.u-s-m-r-29 {
    margin-right: 1.8125rem;
}

.u-s-m-b-29 {
    margin-bottom: 1.8125rem;
}

.u-s-m-l-29 {
    margin-left: 1.8125rem;
}

.u-s-m-x-29 {
    margin-left: 1.8125rem;
    margin-right: 1.8125rem;
}

.u-s-m-y-29 {
    margin-top: 1.8125rem;
    margin-bottom: 1.8125rem;
}

.u-s-m-xy-29 {
    margin: 1.8125rem;
}

/* Padding with value `29`. */
.u-s-p-t-29 {
    padding-top: 1.8125rem;
}

.u-s-p-r-29 {
    padding-right: 1.8125rem;
}

.u-s-p-b-29 {
    padding-bottom: 1.8125rem;
}

.u-s-p-l-29 {
    padding-left: 1.8125rem;
}

.u-s-p-x-29 {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
}

.u-s-p-y-29 {
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
}

.u-s-p-xy-29 {
    padding: 1.8125rem;
}

/* Margin with value `30`. */
.u-s-m-t-30 {
    margin-top: 1.875rem;
}

.u-s-m-r-30 {
    margin-right: 1.875rem;
}

.u-s-m-b-30 {
    margin-bottom: 1.875rem;
}

.u-s-m-l-30 {
    margin-left: 1.875rem;
}

.u-s-m-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
}

.u-s-m-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.u-s-m-xy-30 {
    margin: 1.875rem;
}

/* Padding with value `30`. */
.u-s-p-t-30 {
    padding-top: 1.875rem;
}

.u-s-p-r-30 {
    padding-right: 1.875rem;
}

.u-s-p-b-30 {
    padding-bottom: 1.875rem;
}

.u-s-p-l-30 {
    padding-left: 1.875rem;
}

.u-s-p-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.u-s-p-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.u-s-p-xy-30 {
    padding: 1.875rem;
}

/* Margin with value `31`. */
.u-s-m-t-31 {
    margin-top: 1.9375rem;
}

.u-s-m-r-31 {
    margin-right: 1.9375rem;
}

.u-s-m-b-31 {
    margin-bottom: 1.9375rem;
}

.u-s-m-l-31 {
    margin-left: 1.9375rem;
}

.u-s-m-x-31 {
    margin-left: 1.9375rem;
    margin-right: 1.9375rem;
}

.u-s-m-y-31 {
    margin-top: 1.9375rem;
    margin-bottom: 1.9375rem;
}

.u-s-m-xy-31 {
    margin: 1.9375rem;
}

/* Padding with value `31`. */
.u-s-p-t-31 {
    padding-top: 1.9375rem;
}

.u-s-p-r-31 {
    padding-right: 1.9375rem;
}

.u-s-p-b-31 {
    padding-bottom: 1.9375rem;
}

.u-s-p-l-31 {
    padding-left: 1.9375rem;
}

.u-s-p-x-31 {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
}

.u-s-p-y-31 {
    padding-top: 1.9375rem;
    padding-bottom: 1.9375rem;
}

.u-s-p-xy-31 {
    padding: 1.9375rem;
}

/* Margin with value `32`. */
.u-s-m-t-32 {
    margin-top: 2rem;
}

.u-s-m-r-32 {
    margin-right: 2rem;
}

.u-s-m-b-32 {
    margin-bottom: 2rem;
}

.u-s-m-l-32 {
    margin-left: 2rem;
}

.u-s-m-x-32 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.u-s-m-y-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.u-s-m-xy-32 {
    margin: 2rem;
}

/* Padding with value `32`. */
.u-s-p-t-32 {
    padding-top: 2rem;
}

.u-s-p-r-32 {
    padding-right: 2rem;
}

.u-s-p-b-32 {
    padding-bottom: 2rem;
}

.u-s-p-l-32 {
    padding-left: 2rem;
}

.u-s-p-x-32 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.u-s-p-y-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.u-s-p-xy-32 {
    padding: 2rem;
}

/* Margin with value `33`. */
.u-s-m-t-33 {
    margin-top: 2.0625rem;
}

.u-s-m-r-33 {
    margin-right: 2.0625rem;
}

.u-s-m-b-33 {
    margin-bottom: 2.0625rem;
}

.u-s-m-l-33 {
    margin-left: 2.0625rem;
}

.u-s-m-x-33 {
    margin-left: 2.0625rem;
    margin-right: 2.0625rem;
}

.u-s-m-y-33 {
    margin-top: 2.0625rem;
    margin-bottom: 2.0625rem;
}

.u-s-m-xy-33 {
    margin: 2.0625rem;
}

/* Padding with value `33`. */
.u-s-p-t-33 {
    padding-top: 2.0625rem;
}

.u-s-p-r-33 {
    padding-right: 2.0625rem;
}

.u-s-p-b-33 {
    padding-bottom: 2.0625rem;
}

.u-s-p-l-33 {
    padding-left: 2.0625rem;
}

.u-s-p-x-33 {
    padding-left: 2.0625rem;
    padding-right: 2.0625rem;
}

.u-s-p-y-33 {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
}

.u-s-p-xy-33 {
    padding: 2.0625rem;
}

/* Margin with value `34`. */
.u-s-m-t-34 {
    margin-top: 2.125rem;
}

.u-s-m-r-34 {
    margin-right: 2.125rem;
}

.u-s-m-b-34 {
    margin-bottom: 2.125rem;
}

.u-s-m-l-34 {
    margin-left: 2.125rem;
}

.u-s-m-x-34 {
    margin-left: 2.125rem;
    margin-right: 2.125rem;
}

.u-s-m-y-34 {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
}

.u-s-m-xy-34 {
    margin: 2.125rem;
}

/* Padding with value `34`. */
.u-s-p-t-34 {
    padding-top: 2.125rem;
}

.u-s-p-r-34 {
    padding-right: 2.125rem;
}

.u-s-p-b-34 {
    padding-bottom: 2.125rem;
}

.u-s-p-l-34 {
    padding-left: 2.125rem;
}

.u-s-p-x-34 {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
}

.u-s-p-y-34 {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
}

.u-s-p-xy-34 {
    padding: 2.125rem;
}

/* Margin with value `35`. */
.u-s-m-t-35 {
    margin-top: 2.1875rem;
}

.u-s-m-r-35 {
    margin-right: 2.1875rem;
}

.u-s-m-b-35 {
    margin-bottom: 2.1875rem;
}

.u-s-m-l-35 {
    margin-left: 2.1875rem;
}

.u-s-m-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
}

.u-s-m-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
}

.u-s-m-xy-35 {
    margin: 2.1875rem;
}

/* Padding with value `35`. */
.u-s-p-t-35 {
    padding-top: 2.1875rem;
}

.u-s-p-r-35 {
    padding-right: 2.1875rem;
}

.u-s-p-b-35 {
    padding-bottom: 2.1875rem;
}

.u-s-p-l-35 {
    padding-left: 2.1875rem;
}

.u-s-p-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
}

.u-s-p-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}

.u-s-p-xy-35 {
    padding: 2.1875rem;
}

/* Margin with value `36`. */
.u-s-m-t-36 {
    margin-top: 2.25rem;
}

.u-s-m-r-36 {
    margin-right: 2.25rem;
}

.u-s-m-b-36 {
    margin-bottom: 2.25rem;
}

.u-s-m-l-36 {
    margin-left: 2.25rem;
}

.u-s-m-x-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.u-s-m-y-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.u-s-m-xy-36 {
    margin: 2.25rem;
}

/* Padding with value `36`. */
.u-s-p-t-36 {
    padding-top: 2.25rem;
}

.u-s-p-r-36 {
    padding-right: 2.25rem;
}

.u-s-p-b-36 {
    padding-bottom: 2.25rem;
}

.u-s-p-l-36 {
    padding-left: 2.25rem;
}

.u-s-p-x-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.u-s-p-y-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.u-s-p-xy-36 {
    padding: 2.25rem;
}

/* Margin with value `37`. */
.u-s-m-t-37 {
    margin-top: 2.3125rem;
}

.u-s-m-r-37 {
    margin-right: 2.3125rem;
}

.u-s-m-b-37 {
    margin-bottom: 2.3125rem;
}

.u-s-m-l-37 {
    margin-left: 2.3125rem;
}

.u-s-m-x-37 {
    margin-left: 2.3125rem;
    margin-right: 2.3125rem;
}

.u-s-m-y-37 {
    margin-top: 2.3125rem;
    margin-bottom: 2.3125rem;
}

.u-s-m-xy-37 {
    margin: 2.3125rem;
}

/* Padding with value `37`. */
.u-s-p-t-37 {
    padding-top: 2.3125rem;
}

.u-s-p-r-37 {
    padding-right: 2.3125rem;
}

.u-s-p-b-37 {
    padding-bottom: 2.3125rem;
}

.u-s-p-l-37 {
    padding-left: 2.3125rem;
}

.u-s-p-x-37 {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
}

.u-s-p-y-37 {
    padding-top: 2.3125rem;
    padding-bottom: 2.3125rem;
}

.u-s-p-xy-37 {
    padding: 2.3125rem;
}

/* Margin with value `38`. */
.u-s-m-t-38 {
    margin-top: 2.375rem;
}

.u-s-m-r-38 {
    margin-right: 2.375rem;
}

.u-s-m-b-38 {
    margin-bottom: 2.375rem;
}

.u-s-m-l-38 {
    margin-left: 2.375rem;
}

.u-s-m-x-38 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
}

.u-s-m-y-38 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
}

.u-s-m-xy-38 {
    margin: 2.375rem;
}

/* Padding with value `38`. */
.u-s-p-t-38 {
    padding-top: 2.375rem;
}

.u-s-p-r-38 {
    padding-right: 2.375rem;
}

.u-s-p-b-38 {
    padding-bottom: 2.375rem;
}

.u-s-p-l-38 {
    padding-left: 2.375rem;
}

.u-s-p-x-38 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

.u-s-p-y-38 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
}

.u-s-p-xy-38 {
    padding: 2.375rem;
}

/* Margin with value `39`. */
.u-s-m-t-39 {
    margin-top: 2.4375rem;
}

.u-s-m-r-39 {
    margin-right: 2.4375rem;
}

.u-s-m-b-39 {
    margin-bottom: 2.4375rem;
}

.u-s-m-l-39 {
    margin-left: 2.4375rem;
}

.u-s-m-x-39 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
}

.u-s-m-y-39 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
}

.u-s-m-xy-39 {
    margin: 2.4375rem;
}

/* Padding with value `39`. */
.u-s-p-t-39 {
    padding-top: 2.4375rem;
}

.u-s-p-r-39 {
    padding-right: 2.4375rem;
}

.u-s-p-b-39 {
    padding-bottom: 2.4375rem;
}

.u-s-p-l-39 {
    padding-left: 2.4375rem;
}

.u-s-p-x-39 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
}

.u-s-p-y-39 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
}

.u-s-p-xy-39 {
    padding: 2.4375rem;
}

/* Margin with value `40`. */
.u-s-m-t-40 {
    margin-top: 2.5rem;
}

.u-s-m-r-40 {
    margin-right: 2.5rem;
}

.u-s-m-b-40 {
    margin-bottom: 2.5rem;
}

.u-s-m-l-40 {
    margin-left: 2.5rem;
}

.u-s-m-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.u-s-m-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.u-s-m-xy-40 {
    margin: 2.5rem;
}

/* Padding with value `40`. */
.u-s-p-t-40 {
    padding-top: 2.5rem;
}

.u-s-p-r-40 {
    padding-right: 2.5rem;
}

.u-s-p-b-40 {
    padding-bottom: 2.5rem;
}

.u-s-p-l-40 {
    padding-left: 2.5rem;
}

.u-s-p-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.u-s-p-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.u-s-p-xy-40 {
    padding: 2.5rem;
}

/* Margin with value `41`. */
.u-s-m-t-41 {
    margin-top: 2.5625rem;
}

.u-s-m-r-41 {
    margin-right: 2.5625rem;
}

.u-s-m-b-41 {
    margin-bottom: 2.5625rem;
}

.u-s-m-l-41 {
    margin-left: 2.5625rem;
}

.u-s-m-x-41 {
    margin-left: 2.5625rem;
    margin-right: 2.5625rem;
}

.u-s-m-y-41 {
    margin-top: 2.5625rem;
    margin-bottom: 2.5625rem;
}

.u-s-m-xy-41 {
    margin: 2.5625rem;
}

/* Padding with value `41`. */
.u-s-p-t-41 {
    padding-top: 2.5625rem;
}

.u-s-p-r-41 {
    padding-right: 2.5625rem;
}

.u-s-p-b-41 {
    padding-bottom: 2.5625rem;
}

.u-s-p-l-41 {
    padding-left: 2.5625rem;
}

.u-s-p-x-41 {
    padding-left: 2.5625rem;
    padding-right: 2.5625rem;
}

.u-s-p-y-41 {
    padding-top: 2.5625rem;
    padding-bottom: 2.5625rem;
}

.u-s-p-xy-41 {
    padding: 2.5625rem;
}

/* Margin with value `42`. */
.u-s-m-t-42 {
    margin-top: 2.625rem;
}

.u-s-m-r-42 {
    margin-right: 2.625rem;
}

.u-s-m-b-42 {
    margin-bottom: 2.625rem;
}

.u-s-m-l-42 {
    margin-left: 2.625rem;
}

.u-s-m-x-42 {
    margin-left: 2.625rem;
    margin-right: 2.625rem;
}

.u-s-m-y-42 {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
}

.u-s-m-xy-42 {
    margin: 2.625rem;
}

/* Padding with value `42`. */
.u-s-p-t-42 {
    padding-top: 2.625rem;
}

.u-s-p-r-42 {
    padding-right: 2.625rem;
}

.u-s-p-b-42 {
    padding-bottom: 2.625rem;
}

.u-s-p-l-42 {
    padding-left: 2.625rem;
}

.u-s-p-x-42 {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
}

.u-s-p-y-42 {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
}

.u-s-p-xy-42 {
    padding: 2.625rem;
}

/* Margin with value `43`. */
.u-s-m-t-43 {
    margin-top: 2.6875rem;
}

.u-s-m-r-43 {
    margin-right: 2.6875rem;
}

.u-s-m-b-43 {
    margin-bottom: 2.6875rem;
}

.u-s-m-l-43 {
    margin-left: 2.6875rem;
}

.u-s-m-x-43 {
    margin-left: 2.6875rem;
    margin-right: 2.6875rem;
}

.u-s-m-y-43 {
    margin-top: 2.6875rem;
    margin-bottom: 2.6875rem;
}

.u-s-m-xy-43 {
    margin: 2.6875rem;
}

/* Padding with value `43`. */
.u-s-p-t-43 {
    padding-top: 2.6875rem;
}

.u-s-p-r-43 {
    padding-right: 2.6875rem;
}

.u-s-p-b-43 {
    padding-bottom: 2.6875rem;
}

.u-s-p-l-43 {
    padding-left: 2.6875rem;
}

.u-s-p-x-43 {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
}

.u-s-p-y-43 {
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
}

.u-s-p-xy-43 {
    padding: 2.6875rem;
}

/* Margin with value `44`. */
.u-s-m-t-44 {
    margin-top: 2.75rem;
}

.u-s-m-r-44 {
    margin-right: 2.75rem;
}

.u-s-m-b-44 {
    margin-bottom: 2.75rem;
}

.u-s-m-l-44 {
    margin-left: 2.75rem;
}

.u-s-m-x-44 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}

.u-s-m-y-44 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}

.u-s-m-xy-44 {
    margin: 2.75rem;
}

/* Padding with value `44`. */
.u-s-p-t-44 {
    padding-top: 2.75rem;
}

.u-s-p-r-44 {
    padding-right: 2.75rem;
}

.u-s-p-b-44 {
    padding-bottom: 2.75rem;
}

.u-s-p-l-44 {
    padding-left: 2.75rem;
}

.u-s-p-x-44 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.u-s-p-y-44 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.u-s-p-xy-44 {
    padding: 2.75rem;
}

/* Margin with value `45`. */
.u-s-m-t-45 {
    margin-top: 2.8125rem;
}

.u-s-m-r-45 {
    margin-right: 2.8125rem;
}

.u-s-m-b-45 {
    margin-bottom: 2.8125rem;
}

.u-s-m-l-45 {
    margin-left: 2.8125rem;
}

.u-s-m-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
}

.u-s-m-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
}

.u-s-m-xy-45 {
    margin: 2.8125rem;
}

/* Padding with value `45`. */
.u-s-p-t-45 {
    padding-top: 2.8125rem;
}

.u-s-p-r-45 {
    padding-right: 2.8125rem;
}

.u-s-p-b-45 {
    padding-bottom: 2.8125rem;
}

.u-s-p-l-45 {
    padding-left: 2.8125rem;
}

.u-s-p-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
}

.u-s-p-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
}

.u-s-p-xy-45 {
    padding: 2.8125rem;
}

/* Margin with value `46`. */
.u-s-m-t-46 {
    margin-top: 2.875rem;
}

.u-s-m-r-46 {
    margin-right: 2.875rem;
}

.u-s-m-b-46 {
    margin-bottom: 2.875rem;
}

.u-s-m-l-46 {
    margin-left: 2.875rem;
}

.u-s-m-x-46 {
    margin-left: 2.875rem;
    margin-right: 2.875rem;
}

.u-s-m-y-46 {
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
}

.u-s-m-xy-46 {
    margin: 2.875rem;
}

/* Padding with value `46`. */
.u-s-p-t-46 {
    padding-top: 2.875rem;
}

.u-s-p-r-46 {
    padding-right: 2.875rem;
}

.u-s-p-b-46 {
    padding-bottom: 2.875rem;
}

.u-s-p-l-46 {
    padding-left: 2.875rem;
}

.u-s-p-x-46 {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
}

.u-s-p-y-46 {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
}

.u-s-p-xy-46 {
    padding: 2.875rem;
}

/* Margin with value `47`. */
.u-s-m-t-47 {
    margin-top: 2.9375rem;
}

.u-s-m-r-47 {
    margin-right: 2.9375rem;
}

.u-s-m-b-47 {
    margin-bottom: 2.9375rem;
}

.u-s-m-l-47 {
    margin-left: 2.9375rem;
}

.u-s-m-x-47 {
    margin-left: 2.9375rem;
    margin-right: 2.9375rem;
}

.u-s-m-y-47 {
    margin-top: 2.9375rem;
    margin-bottom: 2.9375rem;
}

.u-s-m-xy-47 {
    margin: 2.9375rem;
}

/* Padding with value `47`. */
.u-s-p-t-47 {
    padding-top: 2.9375rem;
}

.u-s-p-r-47 {
    padding-right: 2.9375rem;
}

.u-s-p-b-47 {
    padding-bottom: 2.9375rem;
}

.u-s-p-l-47 {
    padding-left: 2.9375rem;
}

.u-s-p-x-47 {
    padding-left: 2.9375rem;
    padding-right: 2.9375rem;
}

.u-s-p-y-47 {
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
}

.u-s-p-xy-47 {
    padding: 2.9375rem;
}

/* Margin with value `48`. */
.u-s-m-t-48 {
    margin-top: 3rem;
}

.u-s-m-r-48 {
    margin-right: 3rem;
}

.u-s-m-b-48 {
    margin-bottom: 3rem;
}

.u-s-m-l-48 {
    margin-left: 3rem;
}

.u-s-m-x-48 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.u-s-m-y-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.u-s-m-xy-48 {
    margin: 3rem;
}

/* Padding with value `48`. */
.u-s-p-t-48 {
    padding-top: 3rem;
}

.u-s-p-r-48 {
    padding-right: 3rem;
}

.u-s-p-b-48 {
    padding-bottom: 3rem;
}

.u-s-p-l-48 {
    padding-left: 3rem;
}

.u-s-p-x-48 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.u-s-p-y-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.u-s-p-xy-48 {
    padding: 3rem;
}

/* Margin with value `49`. */
.u-s-m-t-49 {
    margin-top: 3.0625rem;
}

.u-s-m-r-49 {
    margin-right: 3.0625rem;
}

.u-s-m-b-49 {
    margin-bottom: 3.0625rem;
}

.u-s-m-l-49 {
    margin-left: 3.0625rem;
}

.u-s-m-x-49 {
    margin-left: 3.0625rem;
    margin-right: 3.0625rem;
}

.u-s-m-y-49 {
    margin-top: 3.0625rem;
    margin-bottom: 3.0625rem;
}

.u-s-m-xy-49 {
    margin: 3.0625rem;
}

/* Padding with value `49`. */
.u-s-p-t-49 {
    padding-top: 3.0625rem;
}

.u-s-p-r-49 {
    padding-right: 3.0625rem;
}

.u-s-p-b-49 {
    padding-bottom: 3.0625rem;
}

.u-s-p-l-49 {
    padding-left: 3.0625rem;
}

.u-s-p-x-49 {
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
}

.u-s-p-y-49 {
    padding-top: 3.0625rem;
    padding-bottom: 3.0625rem;
}

.u-s-p-xy-49 {
    padding: 3.0625rem;
}

/* Margin with value `50`. */
.u-s-m-t-50 {
    margin-top: 3.125rem;
}

.u-s-m-r-50 {
    margin-right: 3.125rem;
}

.u-s-m-b-50 {
    margin-bottom: 3.125rem;
}

.u-s-m-l-50 {
    margin-left: 3.125rem;
}

.u-s-m-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
}

.u-s-m-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

.u-s-m-xy-50 {
    margin: 3.125rem;
}

/* Padding with value `50`. */
.u-s-p-t-50 {
    padding-top: 3.125rem;
}

.u-s-p-r-50 {
    padding-right: 3.125rem;
}

.u-s-p-b-50 {
    padding-bottom: 3.125rem;
}

.u-s-p-l-50 {
    padding-left: 3.125rem;
}

.u-s-p-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

.u-s-p-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.u-s-p-xy-50 {
    padding: 3.125rem;
}

/* Margin with value `51`. */
.u-s-m-t-51 {
    margin-top: 3.1875rem;
}

.u-s-m-r-51 {
    margin-right: 3.1875rem;
}

.u-s-m-b-51 {
    margin-bottom: 3.1875rem;
}

.u-s-m-l-51 {
    margin-left: 3.1875rem;
}

.u-s-m-x-51 {
    margin-left: 3.1875rem;
    margin-right: 3.1875rem;
}

.u-s-m-y-51 {
    margin-top: 3.1875rem;
    margin-bottom: 3.1875rem;
}

.u-s-m-xy-51 {
    margin: 3.1875rem;
}

/* Padding with value `51`. */
.u-s-p-t-51 {
    padding-top: 3.1875rem;
}

.u-s-p-r-51 {
    padding-right: 3.1875rem;
}

.u-s-p-b-51 {
    padding-bottom: 3.1875rem;
}

.u-s-p-l-51 {
    padding-left: 3.1875rem;
}

.u-s-p-x-51 {
    padding-left: 3.1875rem;
    padding-right: 3.1875rem;
}

.u-s-p-y-51 {
    padding-top: 3.1875rem;
    padding-bottom: 3.1875rem;
}

.u-s-p-xy-51 {
    padding: 3.1875rem;
}

/* Margin with value `52`. */
.u-s-m-t-52 {
    margin-top: 3.25rem;
}

.u-s-m-r-52 {
    margin-right: 3.25rem;
}

.u-s-m-b-52 {
    margin-bottom: 3.25rem;
}

.u-s-m-l-52 {
    margin-left: 3.25rem;
}

.u-s-m-x-52 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
}

.u-s-m-y-52 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}

.u-s-m-xy-52 {
    margin: 3.25rem;
}

/* Padding with value `52`. */
.u-s-p-t-52 {
    padding-top: 3.25rem;
}

.u-s-p-r-52 {
    padding-right: 3.25rem;
}

.u-s-p-b-52 {
    padding-bottom: 3.25rem;
}

.u-s-p-l-52 {
    padding-left: 3.25rem;
}

.u-s-p-x-52 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
}

.u-s-p-y-52 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.u-s-p-xy-52 {
    padding: 3.25rem;
}

/* Margin with value `53`. */
.u-s-m-t-53 {
    margin-top: 3.3125rem;
}

.u-s-m-r-53 {
    margin-right: 3.3125rem;
}

.u-s-m-b-53 {
    margin-bottom: 3.3125rem;
}

.u-s-m-l-53 {
    margin-left: 3.3125rem;
}

.u-s-m-x-53 {
    margin-left: 3.3125rem;
    margin-right: 3.3125rem;
}

.u-s-m-y-53 {
    margin-top: 3.3125rem;
    margin-bottom: 3.3125rem;
}

.u-s-m-xy-53 {
    margin: 3.3125rem;
}

/* Padding with value `53`. */
.u-s-p-t-53 {
    padding-top: 3.3125rem;
}

.u-s-p-r-53 {
    padding-right: 3.3125rem;
}

.u-s-p-b-53 {
    padding-bottom: 3.3125rem;
}

.u-s-p-l-53 {
    padding-left: 3.3125rem;
}

.u-s-p-x-53 {
    padding-left: 3.3125rem;
    padding-right: 3.3125rem;
}

.u-s-p-y-53 {
    padding-top: 3.3125rem;
    padding-bottom: 3.3125rem;
}

.u-s-p-xy-53 {
    padding: 3.3125rem;
}

/* Margin with value `54`. */
.u-s-m-t-54 {
    margin-top: 3.375rem;
}

.u-s-m-r-54 {
    margin-right: 3.375rem;
}

.u-s-m-b-54 {
    margin-bottom: 3.375rem;
}

.u-s-m-l-54 {
    margin-left: 3.375rem;
}

.u-s-m-x-54 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
}

.u-s-m-y-54 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
}

.u-s-m-xy-54 {
    margin: 3.375rem;
}

/* Padding with value `54`. */
.u-s-p-t-54 {
    padding-top: 3.375rem;
}

.u-s-p-r-54 {
    padding-right: 3.375rem;
}

.u-s-p-b-54 {
    padding-bottom: 3.375rem;
}

.u-s-p-l-54 {
    padding-left: 3.375rem;
}

.u-s-p-x-54 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
}

.u-s-p-y-54 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

.u-s-p-xy-54 {
    padding: 3.375rem;
}

/* Margin with value `55`. */
.u-s-m-t-55 {
    margin-top: 3.4375rem;
}

.u-s-m-r-55 {
    margin-right: 3.4375rem;
}

.u-s-m-b-55 {
    margin-bottom: 3.4375rem;
}

.u-s-m-l-55 {
    margin-left: 3.4375rem;
}

.u-s-m-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
}

.u-s-m-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
}

.u-s-m-xy-55 {
    margin: 3.4375rem;
}

/* Padding with value `55`. */
.u-s-p-t-55 {
    padding-top: 3.4375rem;
}

.u-s-p-r-55 {
    padding-right: 3.4375rem;
}

.u-s-p-b-55 {
    padding-bottom: 3.4375rem;
}

.u-s-p-l-55 {
    padding-left: 3.4375rem;
}

.u-s-p-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
}

.u-s-p-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
}

.u-s-p-xy-55 {
    padding: 3.4375rem;
}

/* Margin with value `56`. */
.u-s-m-t-56 {
    margin-top: 3.5rem;
}

.u-s-m-r-56 {
    margin-right: 3.5rem;
}

.u-s-m-b-56 {
    margin-bottom: 3.5rem;
}

.u-s-m-l-56 {
    margin-left: 3.5rem;
}

.u-s-m-x-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.u-s-m-y-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.u-s-m-xy-56 {
    margin: 3.5rem;
}

/* Padding with value `56`. */
.u-s-p-t-56 {
    padding-top: 3.5rem;
}

.u-s-p-r-56 {
    padding-right: 3.5rem;
}

.u-s-p-b-56 {
    padding-bottom: 3.5rem;
}

.u-s-p-l-56 {
    padding-left: 3.5rem;
}

.u-s-p-x-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.u-s-p-y-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.u-s-p-xy-56 {
    padding: 3.5rem;
}

/* Margin with value `57`. */
.u-s-m-t-57 {
    margin-top: 3.5625rem;
}

.u-s-m-r-57 {
    margin-right: 3.5625rem;
}

.u-s-m-b-57 {
    margin-bottom: 3.5625rem;
}

.u-s-m-l-57 {
    margin-left: 3.5625rem;
}

.u-s-m-x-57 {
    margin-left: 3.5625rem;
    margin-right: 3.5625rem;
}

.u-s-m-y-57 {
    margin-top: 3.5625rem;
    margin-bottom: 3.5625rem;
}

.u-s-m-xy-57 {
    margin: 3.5625rem;
}

/* Padding with value `57`. */
.u-s-p-t-57 {
    padding-top: 3.5625rem;
}

.u-s-p-r-57 {
    padding-right: 3.5625rem;
}

.u-s-p-b-57 {
    padding-bottom: 3.5625rem;
}

.u-s-p-l-57 {
    padding-left: 3.5625rem;
}

.u-s-p-x-57 {
    padding-left: 3.5625rem;
    padding-right: 3.5625rem;
}

.u-s-p-y-57 {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
}

.u-s-p-xy-57 {
    padding: 3.5625rem;
}

/* Margin with value `58`. */
.u-s-m-t-58 {
    margin-top: 3.625rem;
}

.u-s-m-r-58 {
    margin-right: 3.625rem;
}

.u-s-m-b-58 {
    margin-bottom: 3.625rem;
}

.u-s-m-l-58 {
    margin-left: 3.625rem;
}

.u-s-m-x-58 {
    margin-left: 3.625rem;
    margin-right: 3.625rem;
}

.u-s-m-y-58 {
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
}

.u-s-m-xy-58 {
    margin: 3.625rem;
}

/* Padding with value `58`. */
.u-s-p-t-58 {
    padding-top: 3.625rem;
}

.u-s-p-r-58 {
    padding-right: 3.625rem;
}

.u-s-p-b-58 {
    padding-bottom: 3.625rem;
}

.u-s-p-l-58 {
    padding-left: 3.625rem;
}

.u-s-p-x-58 {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
}

.u-s-p-y-58 {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
}

.u-s-p-xy-58 {
    padding: 3.625rem;
}

/* Margin with value `59`. */
.u-s-m-t-59 {
    margin-top: 3.6875rem;
}

.u-s-m-r-59 {
    margin-right: 3.6875rem;
}

.u-s-m-b-59 {
    margin-bottom: 3.6875rem;
}

.u-s-m-l-59 {
    margin-left: 3.6875rem;
}

.u-s-m-x-59 {
    margin-left: 3.6875rem;
    margin-right: 3.6875rem;
}

.u-s-m-y-59 {
    margin-top: 3.6875rem;
    margin-bottom: 3.6875rem;
}

.u-s-m-xy-59 {
    margin: 3.6875rem;
}

/* Padding with value `59`. */
.u-s-p-t-59 {
    padding-top: 3.6875rem;
}

.u-s-p-r-59 {
    padding-right: 3.6875rem;
}

.u-s-p-b-59 {
    padding-bottom: 3.6875rem;
}

.u-s-p-l-59 {
    padding-left: 3.6875rem;
}

.u-s-p-x-59 {
    padding-left: 3.6875rem;
    padding-right: 3.6875rem;
}

.u-s-p-y-59 {
    padding-top: 3.6875rem;
    padding-bottom: 3.6875rem;
}

.u-s-p-xy-59 {
    padding: 3.6875rem;
}

/* Margin with value `60`. */
.u-s-m-t-60 {
    margin-top: 3.75rem;
}

.u-s-m-r-60 {
    margin-right: 3.75rem;
}

.u-s-m-b-60 {
    margin-bottom: 3.75rem;
}

.u-s-m-l-60 {
    margin-left: 3.75rem;
}

.u-s-m-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
}

.u-s-m-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.u-s-m-xy-60 {
    margin: 3.75rem;
}

/* Padding with value `60`. */
.u-s-p-t-60 {
    padding-top: 3.75rem;
}

.u-s-p-r-60 {
    padding-right: 3.75rem;
}

.u-s-p-b-60 {
    padding-bottom: 3.75rem;
}

.u-s-p-l-60 {
    padding-left: 3.75rem;
}

.u-s-p-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

.u-s-p-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.u-s-p-xy-60 {
    padding: 3.75rem;
}

/* Margin with value `61`. */
.u-s-m-t-61 {
    margin-top: 3.8125rem;
}

.u-s-m-r-61 {
    margin-right: 3.8125rem;
}

.u-s-m-b-61 {
    margin-bottom: 3.8125rem;
}

.u-s-m-l-61 {
    margin-left: 3.8125rem;
}

.u-s-m-x-61 {
    margin-left: 3.8125rem;
    margin-right: 3.8125rem;
}

.u-s-m-y-61 {
    margin-top: 3.8125rem;
    margin-bottom: 3.8125rem;
}

.u-s-m-xy-61 {
    margin: 3.8125rem;
}

/* Padding with value `61`. */
.u-s-p-t-61 {
    padding-top: 3.8125rem;
}

.u-s-p-r-61 {
    padding-right: 3.8125rem;
}

.u-s-p-b-61 {
    padding-bottom: 3.8125rem;
}

.u-s-p-l-61 {
    padding-left: 3.8125rem;
}

.u-s-p-x-61 {
    padding-left: 3.8125rem;
    padding-right: 3.8125rem;
}

.u-s-p-y-61 {
    padding-top: 3.8125rem;
    padding-bottom: 3.8125rem;
}

.u-s-p-xy-61 {
    padding: 3.8125rem;
}

/* Margin with value `62`. */
.u-s-m-t-62 {
    margin-top: 3.875rem;
}

.u-s-m-r-62 {
    margin-right: 3.875rem;
}

.u-s-m-b-62 {
    margin-bottom: 3.875rem;
}

.u-s-m-l-62 {
    margin-left: 3.875rem;
}

.u-s-m-x-62 {
    margin-left: 3.875rem;
    margin-right: 3.875rem;
}

.u-s-m-y-62 {
    margin-top: 3.875rem;
    margin-bottom: 3.875rem;
}

.u-s-m-xy-62 {
    margin: 3.875rem;
}

/* Padding with value `62`. */
.u-s-p-t-62 {
    padding-top: 3.875rem;
}

.u-s-p-r-62 {
    padding-right: 3.875rem;
}

.u-s-p-b-62 {
    padding-bottom: 3.875rem;
}

.u-s-p-l-62 {
    padding-left: 3.875rem;
}

.u-s-p-x-62 {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
}

.u-s-p-y-62 {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
}

.u-s-p-xy-62 {
    padding: 3.875rem;
}

/* Margin with value `63`. */
.u-s-m-t-63 {
    margin-top: 3.9375rem;
}

.u-s-m-r-63 {
    margin-right: 3.9375rem;
}

.u-s-m-b-63 {
    margin-bottom: 3.9375rem;
}

.u-s-m-l-63 {
    margin-left: 3.9375rem;
}

.u-s-m-x-63 {
    margin-left: 3.9375rem;
    margin-right: 3.9375rem;
}

.u-s-m-y-63 {
    margin-top: 3.9375rem;
    margin-bottom: 3.9375rem;
}

.u-s-m-xy-63 {
    margin: 3.9375rem;
}

/* Padding with value `63`. */
.u-s-p-t-63 {
    padding-top: 3.9375rem;
}

.u-s-p-r-63 {
    padding-right: 3.9375rem;
}

.u-s-p-b-63 {
    padding-bottom: 3.9375rem;
}

.u-s-p-l-63 {
    padding-left: 3.9375rem;
}

.u-s-p-x-63 {
    padding-left: 3.9375rem;
    padding-right: 3.9375rem;
}

.u-s-p-y-63 {
    padding-top: 3.9375rem;
    padding-bottom: 3.9375rem;
}

.u-s-p-xy-63 {
    padding: 3.9375rem;
}

/* Margin with value `64`. */
.u-s-m-t-64 {
    margin-top: 4rem;
}

.u-s-m-r-64 {
    margin-right: 4rem;
}

.u-s-m-b-64 {
    margin-bottom: 4rem;
}

.u-s-m-l-64 {
    margin-left: 4rem;
}

.u-s-m-x-64 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.u-s-m-y-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.u-s-m-xy-64 {
    margin: 4rem;
}

/* Padding with value `64`. */
.u-s-p-t-64 {
    padding-top: 4rem;
}

.u-s-p-r-64 {
    padding-right: 4rem;
}

.u-s-p-b-64 {
    padding-bottom: 4rem;
}

.u-s-p-l-64 {
    padding-left: 4rem;
}

.u-s-p-x-64 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.u-s-p-y-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.u-s-p-xy-64 {
    padding: 4rem;
}

/* Margin with value `65`. */
.u-s-m-t-65 {
    margin-top: 4.0625rem;
}

.u-s-m-r-65 {
    margin-right: 4.0625rem;
}

.u-s-m-b-65 {
    margin-bottom: 4.0625rem;
}

.u-s-m-l-65 {
    margin-left: 4.0625rem;
}

.u-s-m-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
}

.u-s-m-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
}

.u-s-m-xy-65 {
    margin: 4.0625rem;
}

/* Padding with value `65`. */
.u-s-p-t-65 {
    padding-top: 4.0625rem;
}

.u-s-p-r-65 {
    padding-right: 4.0625rem;
}

.u-s-p-b-65 {
    padding-bottom: 4.0625rem;
}

.u-s-p-l-65 {
    padding-left: 4.0625rem;
}

.u-s-p-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
}

.u-s-p-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
}

.u-s-p-xy-65 {
    padding: 4.0625rem;
}

/* Margin with value `66`. */
.u-s-m-t-66 {
    margin-top: 4.125rem;
}

.u-s-m-r-66 {
    margin-right: 4.125rem;
}

.u-s-m-b-66 {
    margin-bottom: 4.125rem;
}

.u-s-m-l-66 {
    margin-left: 4.125rem;
}

.u-s-m-x-66 {
    margin-left: 4.125rem;
    margin-right: 4.125rem;
}

.u-s-m-y-66 {
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
}

.u-s-m-xy-66 {
    margin: 4.125rem;
}

/* Padding with value `66`. */
.u-s-p-t-66 {
    padding-top: 4.125rem;
}

.u-s-p-r-66 {
    padding-right: 4.125rem;
}

.u-s-p-b-66 {
    padding-bottom: 4.125rem;
}

.u-s-p-l-66 {
    padding-left: 4.125rem;
}

.u-s-p-x-66 {
    padding-left: 4.125rem;
    padding-right: 4.125rem;
}

.u-s-p-y-66 {
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
}

.u-s-p-xy-66 {
    padding: 4.125rem;
}

/* Margin with value `67`. */
.u-s-m-t-67 {
    margin-top: 4.1875rem;
}

.u-s-m-r-67 {
    margin-right: 4.1875rem;
}

.u-s-m-b-67 {
    margin-bottom: 4.1875rem;
}

.u-s-m-l-67 {
    margin-left: 4.1875rem;
}

.u-s-m-x-67 {
    margin-left: 4.1875rem;
    margin-right: 4.1875rem;
}

.u-s-m-y-67 {
    margin-top: 4.1875rem;
    margin-bottom: 4.1875rem;
}

.u-s-m-xy-67 {
    margin: 4.1875rem;
}

/* Padding with value `67`. */
.u-s-p-t-67 {
    padding-top: 4.1875rem;
}

.u-s-p-r-67 {
    padding-right: 4.1875rem;
}

.u-s-p-b-67 {
    padding-bottom: 4.1875rem;
}

.u-s-p-l-67 {
    padding-left: 4.1875rem;
}

.u-s-p-x-67 {
    padding-left: 4.1875rem;
    padding-right: 4.1875rem;
}

.u-s-p-y-67 {
    padding-top: 4.1875rem;
    padding-bottom: 4.1875rem;
}

.u-s-p-xy-67 {
    padding: 4.1875rem;
}

/* Margin with value `68`. */
.u-s-m-t-68 {
    margin-top: 4.25rem;
}

.u-s-m-r-68 {
    margin-right: 4.25rem;
}

.u-s-m-b-68 {
    margin-bottom: 4.25rem;
}

.u-s-m-l-68 {
    margin-left: 4.25rem;
}

.u-s-m-x-68 {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
}

.u-s-m-y-68 {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
}

.u-s-m-xy-68 {
    margin: 4.25rem;
}

/* Padding with value `68`. */
.u-s-p-t-68 {
    padding-top: 4.25rem;
}

.u-s-p-r-68 {
    padding-right: 4.25rem;
}

.u-s-p-b-68 {
    padding-bottom: 4.25rem;
}

.u-s-p-l-68 {
    padding-left: 4.25rem;
}

.u-s-p-x-68 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
}

.u-s-p-y-68 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}

.u-s-p-xy-68 {
    padding: 4.25rem;
}

/* Margin with value `69`. */
.u-s-m-t-69 {
    margin-top: 4.3125rem;
}

.u-s-m-r-69 {
    margin-right: 4.3125rem;
}

.u-s-m-b-69 {
    margin-bottom: 4.3125rem;
}

.u-s-m-l-69 {
    margin-left: 4.3125rem;
}

.u-s-m-x-69 {
    margin-left: 4.3125rem;
    margin-right: 4.3125rem;
}

.u-s-m-y-69 {
    margin-top: 4.3125rem;
    margin-bottom: 4.3125rem;
}

.u-s-m-xy-69 {
    margin: 4.3125rem;
}

/* Padding with value `69`. */
.u-s-p-t-69 {
    padding-top: 4.3125rem;
}

.u-s-p-r-69 {
    padding-right: 4.3125rem;
}

.u-s-p-b-69 {
    padding-bottom: 4.3125rem;
}

.u-s-p-l-69 {
    padding-left: 4.3125rem;
}

.u-s-p-x-69 {
    padding-left: 4.3125rem;
    padding-right: 4.3125rem;
}

.u-s-p-y-69 {
    padding-top: 4.3125rem;
    padding-bottom: 4.3125rem;
}

.u-s-p-xy-69 {
    padding: 4.3125rem;
}

/* Margin with value `70`. */
.u-s-m-t-70 {
    margin-top: 4.375rem;
}

.u-s-m-r-70 {
    margin-right: 4.375rem;
}

.u-s-m-b-70 {
    margin-bottom: 4.375rem;
}

.u-s-m-l-70 {
    margin-left: 4.375rem;
}

.u-s-m-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
}

.u-s-m-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
}

.u-s-m-xy-70 {
    margin: 4.375rem;
}

/* Padding with value `70`. */
.u-s-p-t-70 {
    padding-top: 4.375rem;
}

.u-s-p-r-70 {
    padding-right: 4.375rem;
}

.u-s-p-b-70 {
    padding-bottom: 4.375rem;
}

.u-s-p-l-70 {
    padding-left: 4.375rem;
}

.u-s-p-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
}

.u-s-p-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.u-s-p-xy-70 {
    padding: 4.375rem;
}

/* Margin with value `71`. */
.u-s-m-t-71 {
    margin-top: 4.4375rem;
}

.u-s-m-r-71 {
    margin-right: 4.4375rem;
}

.u-s-m-b-71 {
    margin-bottom: 4.4375rem;
}

.u-s-m-l-71 {
    margin-left: 4.4375rem;
}

.u-s-m-x-71 {
    margin-left: 4.4375rem;
    margin-right: 4.4375rem;
}

.u-s-m-y-71 {
    margin-top: 4.4375rem;
    margin-bottom: 4.4375rem;
}

.u-s-m-xy-71 {
    margin: 4.4375rem;
}

/* Padding with value `71`. */
.u-s-p-t-71 {
    padding-top: 4.4375rem;
}

.u-s-p-r-71 {
    padding-right: 4.4375rem;
}

.u-s-p-b-71 {
    padding-bottom: 4.4375rem;
}

.u-s-p-l-71 {
    padding-left: 4.4375rem;
}

.u-s-p-x-71 {
    padding-left: 4.4375rem;
    padding-right: 4.4375rem;
}

.u-s-p-y-71 {
    padding-top: 4.4375rem;
    padding-bottom: 4.4375rem;
}

.u-s-p-xy-71 {
    padding: 4.4375rem;
}

/* Margin with value `72`. */
.u-s-m-t-72 {
    margin-top: 4.5rem;
}

.u-s-m-r-72 {
    margin-right: 4.5rem;
}

.u-s-m-b-72 {
    margin-bottom: 4.5rem;
}

.u-s-m-l-72 {
    margin-left: 4.5rem;
}

.u-s-m-x-72 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}

.u-s-m-y-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.u-s-m-xy-72 {
    margin: 4.5rem;
}

/* Padding with value `72`. */
.u-s-p-t-72 {
    padding-top: 4.5rem;
}

.u-s-p-r-72 {
    padding-right: 4.5rem;
}

.u-s-p-b-72 {
    padding-bottom: 4.5rem;
}

.u-s-p-l-72 {
    padding-left: 4.5rem;
}

.u-s-p-x-72 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.u-s-p-y-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.u-s-p-xy-72 {
    padding: 4.5rem;
}

/* Margin with value `73`. */
.u-s-m-t-73 {
    margin-top: 4.5625rem;
}

.u-s-m-r-73 {
    margin-right: 4.5625rem;
}

.u-s-m-b-73 {
    margin-bottom: 4.5625rem;
}

.u-s-m-l-73 {
    margin-left: 4.5625rem;
}

.u-s-m-x-73 {
    margin-left: 4.5625rem;
    margin-right: 4.5625rem;
}

.u-s-m-y-73 {
    margin-top: 4.5625rem;
    margin-bottom: 4.5625rem;
}

.u-s-m-xy-73 {
    margin: 4.5625rem;
}

/* Padding with value `73`. */
.u-s-p-t-73 {
    padding-top: 4.5625rem;
}

.u-s-p-r-73 {
    padding-right: 4.5625rem;
}

.u-s-p-b-73 {
    padding-bottom: 4.5625rem;
}

.u-s-p-l-73 {
    padding-left: 4.5625rem;
}

.u-s-p-x-73 {
    padding-left: 4.5625rem;
    padding-right: 4.5625rem;
}

.u-s-p-y-73 {
    padding-top: 4.5625rem;
    padding-bottom: 4.5625rem;
}

.u-s-p-xy-73 {
    padding: 4.5625rem;
}

/* Margin with value `74`. */
.u-s-m-t-74 {
    margin-top: 4.625rem;
}

.u-s-m-r-74 {
    margin-right: 4.625rem;
}

.u-s-m-b-74 {
    margin-bottom: 4.625rem;
}

.u-s-m-l-74 {
    margin-left: 4.625rem;
}

.u-s-m-x-74 {
    margin-left: 4.625rem;
    margin-right: 4.625rem;
}

.u-s-m-y-74 {
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
}

.u-s-m-xy-74 {
    margin: 4.625rem;
}

/* Padding with value `74`. */
.u-s-p-t-74 {
    padding-top: 4.625rem;
}

.u-s-p-r-74 {
    padding-right: 4.625rem;
}

.u-s-p-b-74 {
    padding-bottom: 4.625rem;
}

.u-s-p-l-74 {
    padding-left: 4.625rem;
}

.u-s-p-x-74 {
    padding-left: 4.625rem;
    padding-right: 4.625rem;
}

.u-s-p-y-74 {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
}

.u-s-p-xy-74 {
    padding: 4.625rem;
}

/* Margin with value `75`. */
.u-s-m-t-75 {
    margin-top: 4.6875rem;
}

.u-s-m-r-75 {
    margin-right: 4.6875rem;
}

.u-s-m-b-75 {
    margin-bottom: 4.6875rem;
}

.u-s-m-l-75 {
    margin-left: 4.6875rem;
}

.u-s-m-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
}

.u-s-m-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
}

.u-s-m-xy-75 {
    margin: 4.6875rem;
}

/* Padding with value `75`. */
.u-s-p-t-75 {
    padding-top: 4.6875rem;
}

.u-s-p-r-75 {
    padding-right: 4.6875rem;
}

.u-s-p-b-75 {
    padding-bottom: 4.6875rem;
}

.u-s-p-l-75 {
    padding-left: 4.6875rem;
}

.u-s-p-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
}

.u-s-p-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}

.u-s-p-xy-75 {
    padding: 4.6875rem;
}

/* Margin with value `76`. */
.u-s-m-t-76 {
    margin-top: 4.75rem;
}

.u-s-m-r-76 {
    margin-right: 4.75rem;
}

.u-s-m-b-76 {
    margin-bottom: 4.75rem;
}

.u-s-m-l-76 {
    margin-left: 4.75rem;
}

.u-s-m-x-76 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
}

.u-s-m-y-76 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
}

.u-s-m-xy-76 {
    margin: 4.75rem;
}

/* Padding with value `76`. */
.u-s-p-t-76 {
    padding-top: 4.75rem;
}

.u-s-p-r-76 {
    padding-right: 4.75rem;
}

.u-s-p-b-76 {
    padding-bottom: 4.75rem;
}

.u-s-p-l-76 {
    padding-left: 4.75rem;
}

.u-s-p-x-76 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
}

.u-s-p-y-76 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
}

.u-s-p-xy-76 {
    padding: 4.75rem;
}

/* Margin with value `77`. */
.u-s-m-t-77 {
    margin-top: 4.8125rem;
}

.u-s-m-r-77 {
    margin-right: 4.8125rem;
}

.u-s-m-b-77 {
    margin-bottom: 4.8125rem;
}

.u-s-m-l-77 {
    margin-left: 4.8125rem;
}

.u-s-m-x-77 {
    margin-left: 4.8125rem;
    margin-right: 4.8125rem;
}

.u-s-m-y-77 {
    margin-top: 4.8125rem;
    margin-bottom: 4.8125rem;
}

.u-s-m-xy-77 {
    margin: 4.8125rem;
}

/* Padding with value `77`. */
.u-s-p-t-77 {
    padding-top: 4.8125rem;
}

.u-s-p-r-77 {
    padding-right: 4.8125rem;
}

.u-s-p-b-77 {
    padding-bottom: 4.8125rem;
}

.u-s-p-l-77 {
    padding-left: 4.8125rem;
}

.u-s-p-x-77 {
    padding-left: 4.8125rem;
    padding-right: 4.8125rem;
}

.u-s-p-y-77 {
    padding-top: 4.8125rem;
    padding-bottom: 4.8125rem;
}

.u-s-p-xy-77 {
    padding: 4.8125rem;
}

/* Margin with value `78`. */
.u-s-m-t-78 {
    margin-top: 4.875rem;
}

.u-s-m-r-78 {
    margin-right: 4.875rem;
}

.u-s-m-b-78 {
    margin-bottom: 4.875rem;
}

.u-s-m-l-78 {
    margin-left: 4.875rem;
}

.u-s-m-x-78 {
    margin-left: 4.875rem;
    margin-right: 4.875rem;
}

.u-s-m-y-78 {
    margin-top: 4.875rem;
    margin-bottom: 4.875rem;
}

.u-s-m-xy-78 {
    margin: 4.875rem;
}

/* Padding with value `78`. */
.u-s-p-t-78 {
    padding-top: 4.875rem;
}

.u-s-p-r-78 {
    padding-right: 4.875rem;
}

.u-s-p-b-78 {
    padding-bottom: 4.875rem;
}

.u-s-p-l-78 {
    padding-left: 4.875rem;
}

.u-s-p-x-78 {
    padding-left: 4.875rem;
    padding-right: 4.875rem;
}

.u-s-p-y-78 {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
}

.u-s-p-xy-78 {
    padding: 4.875rem;
}

/* Margin with value `79`. */
.u-s-m-t-79 {
    margin-top: 4.9375rem;
}

.u-s-m-r-79 {
    margin-right: 4.9375rem;
}

.u-s-m-b-79 {
    margin-bottom: 4.9375rem;
}

.u-s-m-l-79 {
    margin-left: 4.9375rem;
}

.u-s-m-x-79 {
    margin-left: 4.9375rem;
    margin-right: 4.9375rem;
}

.u-s-m-y-79 {
    margin-top: 4.9375rem;
    margin-bottom: 4.9375rem;
}

.u-s-m-xy-79 {
    margin: 4.9375rem;
}

/* Padding with value `79`. */
.u-s-p-t-79 {
    padding-top: 4.9375rem;
}

.u-s-p-r-79 {
    padding-right: 4.9375rem;
}

.u-s-p-b-79 {
    padding-bottom: 4.9375rem;
}

.u-s-p-l-79 {
    padding-left: 4.9375rem;
}

.u-s-p-x-79 {
    padding-left: 4.9375rem;
    padding-right: 4.9375rem;
}

.u-s-p-y-79 {
    padding-top: 4.9375rem;
    padding-bottom: 4.9375rem;
}

.u-s-p-xy-79 {
    padding: 4.9375rem;
}

/* Margin with value `80`. */
.u-s-m-t-80 {
    margin-top: 5rem;
}

.u-s-m-r-80 {
    margin-right: 5rem;
}

.u-s-m-b-80 {
    margin-bottom: 5rem;
}

.u-s-m-l-80 {
    margin-left: 5rem;
}

.u-s-m-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.u-s-m-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.u-s-m-xy-80 {
    margin: 5rem;
}

/* Padding with value `80`. */
.u-s-p-t-80 {
    padding-top: 5rem;
}

.u-s-p-r-80 {
    padding-right: 5rem;
}

.u-s-p-b-80 {
    padding-bottom: 5rem;
}

.u-s-p-l-80 {
    padding-left: 5rem;
}

.u-s-p-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.u-s-p-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.u-s-p-xy-80 {
    padding: 5rem;
}

/* Margin with value `81`. */
.u-s-m-t-81 {
    margin-top: 5.0625rem;
}

.u-s-m-r-81 {
    margin-right: 5.0625rem;
}

.u-s-m-b-81 {
    margin-bottom: 5.0625rem;
}

.u-s-m-l-81 {
    margin-left: 5.0625rem;
}

.u-s-m-x-81 {
    margin-left: 5.0625rem;
    margin-right: 5.0625rem;
}

.u-s-m-y-81 {
    margin-top: 5.0625rem;
    margin-bottom: 5.0625rem;
}

.u-s-m-xy-81 {
    margin: 5.0625rem;
}

/* Padding with value `81`. */
.u-s-p-t-81 {
    padding-top: 5.0625rem;
}

.u-s-p-r-81 {
    padding-right: 5.0625rem;
}

.u-s-p-b-81 {
    padding-bottom: 5.0625rem;
}

.u-s-p-l-81 {
    padding-left: 5.0625rem;
}

.u-s-p-x-81 {
    padding-left: 5.0625rem;
    padding-right: 5.0625rem;
}

.u-s-p-y-81 {
    padding-top: 5.0625rem;
    padding-bottom: 5.0625rem;
}

.u-s-p-xy-81 {
    padding: 5.0625rem;
}

/* Margin with value `82`. */
.u-s-m-t-82 {
    margin-top: 5.125rem;
}

.u-s-m-r-82 {
    margin-right: 5.125rem;
}

.u-s-m-b-82 {
    margin-bottom: 5.125rem;
}

.u-s-m-l-82 {
    margin-left: 5.125rem;
}

.u-s-m-x-82 {
    margin-left: 5.125rem;
    margin-right: 5.125rem;
}

.u-s-m-y-82 {
    margin-top: 5.125rem;
    margin-bottom: 5.125rem;
}

.u-s-m-xy-82 {
    margin: 5.125rem;
}

/* Padding with value `82`. */
.u-s-p-t-82 {
    padding-top: 5.125rem;
}

.u-s-p-r-82 {
    padding-right: 5.125rem;
}

.u-s-p-b-82 {
    padding-bottom: 5.125rem;
}

.u-s-p-l-82 {
    padding-left: 5.125rem;
}

.u-s-p-x-82 {
    padding-left: 5.125rem;
    padding-right: 5.125rem;
}

.u-s-p-y-82 {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
}

.u-s-p-xy-82 {
    padding: 5.125rem;
}

/* Margin with value `83`. */
.u-s-m-t-83 {
    margin-top: 5.1875rem;
}

.u-s-m-r-83 {
    margin-right: 5.1875rem;
}

.u-s-m-b-83 {
    margin-bottom: 5.1875rem;
}

.u-s-m-l-83 {
    margin-left: 5.1875rem;
}

.u-s-m-x-83 {
    margin-left: 5.1875rem;
    margin-right: 5.1875rem;
}

.u-s-m-y-83 {
    margin-top: 5.1875rem;
    margin-bottom: 5.1875rem;
}

.u-s-m-xy-83 {
    margin: 5.1875rem;
}

/* Padding with value `83`. */
.u-s-p-t-83 {
    padding-top: 5.1875rem;
}

.u-s-p-r-83 {
    padding-right: 5.1875rem;
}

.u-s-p-b-83 {
    padding-bottom: 5.1875rem;
}

.u-s-p-l-83 {
    padding-left: 5.1875rem;
}

.u-s-p-x-83 {
    padding-left: 5.1875rem;
    padding-right: 5.1875rem;
}

.u-s-p-y-83 {
    padding-top: 5.1875rem;
    padding-bottom: 5.1875rem;
}

.u-s-p-xy-83 {
    padding: 5.1875rem;
}

/* Margin with value `84`. */
.u-s-m-t-84 {
    margin-top: 5.25rem;
}

.u-s-m-r-84 {
    margin-right: 5.25rem;
}

.u-s-m-b-84 {
    margin-bottom: 5.25rem;
}

.u-s-m-l-84 {
    margin-left: 5.25rem;
}

.u-s-m-x-84 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
}

.u-s-m-y-84 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
}

.u-s-m-xy-84 {
    margin: 5.25rem;
}

/* Padding with value `84`. */
.u-s-p-t-84 {
    padding-top: 5.25rem;
}

.u-s-p-r-84 {
    padding-right: 5.25rem;
}

.u-s-p-b-84 {
    padding-bottom: 5.25rem;
}

.u-s-p-l-84 {
    padding-left: 5.25rem;
}

.u-s-p-x-84 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
}

.u-s-p-y-84 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
}

.u-s-p-xy-84 {
    padding: 5.25rem;
}

/* Margin with value `85`. */
.u-s-m-t-85 {
    margin-top: 5.3125rem;
}

.u-s-m-r-85 {
    margin-right: 5.3125rem;
}

.u-s-m-b-85 {
    margin-bottom: 5.3125rem;
}

.u-s-m-l-85 {
    margin-left: 5.3125rem;
}

.u-s-m-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
}

.u-s-m-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
}

.u-s-m-xy-85 {
    margin: 5.3125rem;
}

/* Padding with value `85`. */
.u-s-p-t-85 {
    padding-top: 5.3125rem;
}

.u-s-p-r-85 {
    padding-right: 5.3125rem;
}

.u-s-p-b-85 {
    padding-bottom: 5.3125rem;
}

.u-s-p-l-85 {
    padding-left: 5.3125rem;
}

.u-s-p-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
}

.u-s-p-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
}

.u-s-p-xy-85 {
    padding: 5.3125rem;
}

/* Margin with value `86`. */
.u-s-m-t-86 {
    margin-top: 5.375rem;
}

.u-s-m-r-86 {
    margin-right: 5.375rem;
}

.u-s-m-b-86 {
    margin-bottom: 5.375rem;
}

.u-s-m-l-86 {
    margin-left: 5.375rem;
}

.u-s-m-x-86 {
    margin-left: 5.375rem;
    margin-right: 5.375rem;
}

.u-s-m-y-86 {
    margin-top: 5.375rem;
    margin-bottom: 5.375rem;
}

.u-s-m-xy-86 {
    margin: 5.375rem;
}

/* Padding with value `86`. */
.u-s-p-t-86 {
    padding-top: 5.375rem;
}

.u-s-p-r-86 {
    padding-right: 5.375rem;
}

.u-s-p-b-86 {
    padding-bottom: 5.375rem;
}

.u-s-p-l-86 {
    padding-left: 5.375rem;
}

.u-s-p-x-86 {
    padding-left: 5.375rem;
    padding-right: 5.375rem;
}

.u-s-p-y-86 {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
}

.u-s-p-xy-86 {
    padding: 5.375rem;
}

/* Margin with value `87`. */
.u-s-m-t-87 {
    margin-top: 5.4375rem;
}

.u-s-m-r-87 {
    margin-right: 5.4375rem;
}

.u-s-m-b-87 {
    margin-bottom: 5.4375rem;
}

.u-s-m-l-87 {
    margin-left: 5.4375rem;
}

.u-s-m-x-87 {
    margin-left: 5.4375rem;
    margin-right: 5.4375rem;
}

.u-s-m-y-87 {
    margin-top: 5.4375rem;
    margin-bottom: 5.4375rem;
}

.u-s-m-xy-87 {
    margin: 5.4375rem;
}

/* Padding with value `87`. */
.u-s-p-t-87 {
    padding-top: 5.4375rem;
}

.u-s-p-r-87 {
    padding-right: 5.4375rem;
}

.u-s-p-b-87 {
    padding-bottom: 5.4375rem;
}

.u-s-p-l-87 {
    padding-left: 5.4375rem;
}

.u-s-p-x-87 {
    padding-left: 5.4375rem;
    padding-right: 5.4375rem;
}

.u-s-p-y-87 {
    padding-top: 5.4375rem;
    padding-bottom: 5.4375rem;
}

.u-s-p-xy-87 {
    padding: 5.4375rem;
}

/* Margin with value `88`. */
.u-s-m-t-88 {
    margin-top: 5.5rem;
}

.u-s-m-r-88 {
    margin-right: 5.5rem;
}

.u-s-m-b-88 {
    margin-bottom: 5.5rem;
}

.u-s-m-l-88 {
    margin-left: 5.5rem;
}

.u-s-m-x-88 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
}

.u-s-m-y-88 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
}

.u-s-m-xy-88 {
    margin: 5.5rem;
}

/* Padding with value `88`. */
.u-s-p-t-88 {
    padding-top: 5.5rem;
}

.u-s-p-r-88 {
    padding-right: 5.5rem;
}

.u-s-p-b-88 {
    padding-bottom: 5.5rem;
}

.u-s-p-l-88 {
    padding-left: 5.5rem;
}

.u-s-p-x-88 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}

.u-s-p-y-88 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.u-s-p-xy-88 {
    padding: 5.5rem;
}

/* Margin with value `89`. */
.u-s-m-t-89 {
    margin-top: 5.5625rem;
}

.u-s-m-r-89 {
    margin-right: 5.5625rem;
}

.u-s-m-b-89 {
    margin-bottom: 5.5625rem;
}

.u-s-m-l-89 {
    margin-left: 5.5625rem;
}

.u-s-m-x-89 {
    margin-left: 5.5625rem;
    margin-right: 5.5625rem;
}

.u-s-m-y-89 {
    margin-top: 5.5625rem;
    margin-bottom: 5.5625rem;
}

.u-s-m-xy-89 {
    margin: 5.5625rem;
}

/* Padding with value `89`. */
.u-s-p-t-89 {
    padding-top: 5.5625rem;
}

.u-s-p-r-89 {
    padding-right: 5.5625rem;
}

.u-s-p-b-89 {
    padding-bottom: 5.5625rem;
}

.u-s-p-l-89 {
    padding-left: 5.5625rem;
}

.u-s-p-x-89 {
    padding-left: 5.5625rem;
    padding-right: 5.5625rem;
}

.u-s-p-y-89 {
    padding-top: 5.5625rem;
    padding-bottom: 5.5625rem;
}

.u-s-p-xy-89 {
    padding: 5.5625rem;
}

/* Margin with value `90`. */
.u-s-m-t-90 {
    margin-top: 5.625rem;
}

.u-s-m-r-90 {
    margin-right: 5.625rem;
}

.u-s-m-b-90 {
    margin-bottom: 5.625rem;
}

.u-s-m-l-90 {
    margin-left: 5.625rem;
}

.u-s-m-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
}

.u-s-m-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
}

.u-s-m-xy-90 {
    margin: 5.625rem;
}

/* Padding with value `90`. */
.u-s-p-t-90 {
    padding-top: 5.625rem;
}

.u-s-p-r-90 {
    padding-right: 5.625rem;
}

.u-s-p-b-90 {
    padding-bottom: 5.625rem;
}

.u-s-p-l-90 {
    padding-left: 5.625rem;
}

.u-s-p-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
}

.u-s-p-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}

.u-s-p-xy-90 {
    padding: 5.625rem;
}

/* Margin with value `91`. */
.u-s-m-t-91 {
    margin-top: 5.6875rem;
}

.u-s-m-r-91 {
    margin-right: 5.6875rem;
}

.u-s-m-b-91 {
    margin-bottom: 5.6875rem;
}

.u-s-m-l-91 {
    margin-left: 5.6875rem;
}

.u-s-m-x-91 {
    margin-left: 5.6875rem;
    margin-right: 5.6875rem;
}

.u-s-m-y-91 {
    margin-top: 5.6875rem;
    margin-bottom: 5.6875rem;
}

.u-s-m-xy-91 {
    margin: 5.6875rem;
}

/* Padding with value `91`. */
.u-s-p-t-91 {
    padding-top: 5.6875rem;
}

.u-s-p-r-91 {
    padding-right: 5.6875rem;
}

.u-s-p-b-91 {
    padding-bottom: 5.6875rem;
}

.u-s-p-l-91 {
    padding-left: 5.6875rem;
}

.u-s-p-x-91 {
    padding-left: 5.6875rem;
    padding-right: 5.6875rem;
}

.u-s-p-y-91 {
    padding-top: 5.6875rem;
    padding-bottom: 5.6875rem;
}

.u-s-p-xy-91 {
    padding: 5.6875rem;
}

/* Margin with value `92`. */
.u-s-m-t-92 {
    margin-top: 5.75rem;
}

.u-s-m-r-92 {
    margin-right: 5.75rem;
}

.u-s-m-b-92 {
    margin-bottom: 5.75rem;
}

.u-s-m-l-92 {
    margin-left: 5.75rem;
}

.u-s-m-x-92 {
    margin-left: 5.75rem;
    margin-right: 5.75rem;
}

.u-s-m-y-92 {
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
}

.u-s-m-xy-92 {
    margin: 5.75rem;
}

/* Padding with value `92`. */
.u-s-p-t-92 {
    padding-top: 5.75rem;
}

.u-s-p-r-92 {
    padding-right: 5.75rem;
}

.u-s-p-b-92 {
    padding-bottom: 5.75rem;
}

.u-s-p-l-92 {
    padding-left: 5.75rem;
}

.u-s-p-x-92 {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
}

.u-s-p-y-92 {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
}

.u-s-p-xy-92 {
    padding: 5.75rem;
}

/* Margin with value `93`. */
.u-s-m-t-93 {
    margin-top: 5.8125rem;
}

.u-s-m-r-93 {
    margin-right: 5.8125rem;
}

.u-s-m-b-93 {
    margin-bottom: 5.8125rem;
}

.u-s-m-l-93 {
    margin-left: 5.8125rem;
}

.u-s-m-x-93 {
    margin-left: 5.8125rem;
    margin-right: 5.8125rem;
}

.u-s-m-y-93 {
    margin-top: 5.8125rem;
    margin-bottom: 5.8125rem;
}

.u-s-m-xy-93 {
    margin: 5.8125rem;
}

/* Padding with value `93`. */
.u-s-p-t-93 {
    padding-top: 5.8125rem;
}

.u-s-p-r-93 {
    padding-right: 5.8125rem;
}

.u-s-p-b-93 {
    padding-bottom: 5.8125rem;
}

.u-s-p-l-93 {
    padding-left: 5.8125rem;
}

.u-s-p-x-93 {
    padding-left: 5.8125rem;
    padding-right: 5.8125rem;
}

.u-s-p-y-93 {
    padding-top: 5.8125rem;
    padding-bottom: 5.8125rem;
}

.u-s-p-xy-93 {
    padding: 5.8125rem;
}

/* Margin with value `94`. */
.u-s-m-t-94 {
    margin-top: 5.875rem;
}

.u-s-m-r-94 {
    margin-right: 5.875rem;
}

.u-s-m-b-94 {
    margin-bottom: 5.875rem;
}

.u-s-m-l-94 {
    margin-left: 5.875rem;
}

.u-s-m-x-94 {
    margin-left: 5.875rem;
    margin-right: 5.875rem;
}

.u-s-m-y-94 {
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
}

.u-s-m-xy-94 {
    margin: 5.875rem;
}

/* Padding with value `94`. */
.u-s-p-t-94 {
    padding-top: 5.875rem;
}

.u-s-p-r-94 {
    padding-right: 5.875rem;
}

.u-s-p-b-94 {
    padding-bottom: 5.875rem;
}

.u-s-p-l-94 {
    padding-left: 5.875rem;
}

.u-s-p-x-94 {
    padding-left: 5.875rem;
    padding-right: 5.875rem;
}

.u-s-p-y-94 {
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
}

.u-s-p-xy-94 {
    padding: 5.875rem;
}

/* Margin with value `95`. */
.u-s-m-t-95 {
    margin-top: 5.9375rem;
}

.u-s-m-r-95 {
    margin-right: 5.9375rem;
}

.u-s-m-b-95 {
    margin-bottom: 5.9375rem;
}

.u-s-m-l-95 {
    margin-left: 5.9375rem;
}

.u-s-m-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
}

.u-s-m-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
}

.u-s-m-xy-95 {
    margin: 5.9375rem;
}

/* Padding with value `95`. */
.u-s-p-t-95 {
    padding-top: 5.9375rem;
}

.u-s-p-r-95 {
    padding-right: 5.9375rem;
}

.u-s-p-b-95 {
    padding-bottom: 5.9375rem;
}

.u-s-p-l-95 {
    padding-left: 5.9375rem;
}

.u-s-p-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
}

.u-s-p-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
}

.u-s-p-xy-95 {
    padding: 5.9375rem;
}

/* Margin with value `96`. */
.u-s-m-t-96 {
    margin-top: 6rem;
}

.u-s-m-r-96 {
    margin-right: 6rem;
}

.u-s-m-b-96 {
    margin-bottom: 6rem;
}

.u-s-m-l-96 {
    margin-left: 6rem;
}

.u-s-m-x-96 {
    margin-left: 6rem;
    margin-right: 6rem;
}

.u-s-m-y-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.u-s-m-xy-96 {
    margin: 6rem;
}

/* Padding with value `96`. */
.u-s-p-t-96 {
    padding-top: 6rem;
}

.u-s-p-r-96 {
    padding-right: 6rem;
}

.u-s-p-b-96 {
    padding-bottom: 6rem;
}

.u-s-p-l-96 {
    padding-left: 6rem;
}

.u-s-p-x-96 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.u-s-p-y-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.u-s-p-xy-96 {
    padding: 6rem;
}

/* Margin with value `97`. */
.u-s-m-t-97 {
    margin-top: 6.0625rem;
}

.u-s-m-r-97 {
    margin-right: 6.0625rem;
}

.u-s-m-b-97 {
    margin-bottom: 6.0625rem;
}

.u-s-m-l-97 {
    margin-left: 6.0625rem;
}

.u-s-m-x-97 {
    margin-left: 6.0625rem;
    margin-right: 6.0625rem;
}

.u-s-m-y-97 {
    margin-top: 6.0625rem;
    margin-bottom: 6.0625rem;
}

.u-s-m-xy-97 {
    margin: 6.0625rem;
}

/* Padding with value `97`. */
.u-s-p-t-97 {
    padding-top: 6.0625rem;
}

.u-s-p-r-97 {
    padding-right: 6.0625rem;
}

.u-s-p-b-97 {
    padding-bottom: 6.0625rem;
}

.u-s-p-l-97 {
    padding-left: 6.0625rem;
}

.u-s-p-x-97 {
    padding-left: 6.0625rem;
    padding-right: 6.0625rem;
}

.u-s-p-y-97 {
    padding-top: 6.0625rem;
    padding-bottom: 6.0625rem;
}

.u-s-p-xy-97 {
    padding: 6.0625rem;
}

/* Margin with value `98`. */
.u-s-m-t-98 {
    margin-top: 6.125rem;
}

.u-s-m-r-98 {
    margin-right: 6.125rem;
}

.u-s-m-b-98 {
    margin-bottom: 6.125rem;
}

.u-s-m-l-98 {
    margin-left: 6.125rem;
}

.u-s-m-x-98 {
    margin-left: 6.125rem;
    margin-right: 6.125rem;
}

.u-s-m-y-98 {
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
}

.u-s-m-xy-98 {
    margin: 6.125rem;
}

/* Padding with value `98`. */
.u-s-p-t-98 {
    padding-top: 6.125rem;
}

.u-s-p-r-98 {
    padding-right: 6.125rem;
}

.u-s-p-b-98 {
    padding-bottom: 6.125rem;
}

.u-s-p-l-98 {
    padding-left: 6.125rem;
}

.u-s-p-x-98 {
    padding-left: 6.125rem;
    padding-right: 6.125rem;
}

.u-s-p-y-98 {
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
}

.u-s-p-xy-98 {
    padding: 6.125rem;
}

/* Margin with value `99`. */
.u-s-m-t-99 {
    margin-top: 6.1875rem;
}

.u-s-m-r-99 {
    margin-right: 6.1875rem;
}

.u-s-m-b-99 {
    margin-bottom: 6.1875rem;
}

.u-s-m-l-99 {
    margin-left: 6.1875rem;
}

.u-s-m-x-99 {
    margin-left: 6.1875rem;
    margin-right: 6.1875rem;
}

.u-s-m-y-99 {
    margin-top: 6.1875rem;
    margin-bottom: 6.1875rem;
}

.u-s-m-xy-99 {
    margin: 6.1875rem;
}

/* Padding with value `99`. */
.u-s-p-t-99 {
    padding-top: 6.1875rem;
}

.u-s-p-r-99 {
    padding-right: 6.1875rem;
}

.u-s-p-b-99 {
    padding-bottom: 6.1875rem;
}

.u-s-p-l-99 {
    padding-left: 6.1875rem;
}

.u-s-p-x-99 {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
}

.u-s-p-y-99 {
    padding-top: 6.1875rem;
    padding-bottom: 6.1875rem;
}

.u-s-p-xy-99 {
    padding: 6.1875rem;
}

/* Margin with value `100`. */
.u-s-m-t-100 {
    margin-top: 6.25rem;
}

.u-s-m-r-100 {
    margin-right: 6.25rem;
}

.u-s-m-b-100 {
    margin-bottom: 6.25rem;
}

.u-s-m-l-100 {
    margin-left: 6.25rem;
}

.u-s-m-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
}

.u-s-m-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.u-s-m-xy-100 {
    margin: 6.25rem;
}

/* Padding with value `100`. */
.u-s-p-t-100 {
    padding-top: 6.25rem;
}

.u-s-p-r-100 {
    padding-right: 6.25rem;
}

.u-s-p-b-100 {
    padding-bottom: 6.25rem;
}

.u-s-p-l-100 {
    padding-left: 6.25rem;
}

.u-s-p-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.u-s-p-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.u-s-p-xy-100 {
    padding: 6.25rem;
}

/* Margin with value `101`. */
.u-s-m-t-101 {
    margin-top: 6.3125rem;
}

.u-s-m-r-101 {
    margin-right: 6.3125rem;
}

.u-s-m-b-101 {
    margin-bottom: 6.3125rem;
}

.u-s-m-l-101 {
    margin-left: 6.3125rem;
}

.u-s-m-x-101 {
    margin-left: 6.3125rem;
    margin-right: 6.3125rem;
}

.u-s-m-y-101 {
    margin-top: 6.3125rem;
    margin-bottom: 6.3125rem;
}

.u-s-m-xy-101 {
    margin: 6.3125rem;
}

/* Padding with value `101`. */
.u-s-p-t-101 {
    padding-top: 6.3125rem;
}

.u-s-p-r-101 {
    padding-right: 6.3125rem;
}

.u-s-p-b-101 {
    padding-bottom: 6.3125rem;
}

.u-s-p-l-101 {
    padding-left: 6.3125rem;
}

.u-s-p-x-101 {
    padding-left: 6.3125rem;
    padding-right: 6.3125rem;
}

.u-s-p-y-101 {
    padding-top: 6.3125rem;
    padding-bottom: 6.3125rem;
}

.u-s-p-xy-101 {
    padding: 6.3125rem;
}

/* Margin with value `102`. */
.u-s-m-t-102 {
    margin-top: 6.375rem;
}

.u-s-m-r-102 {
    margin-right: 6.375rem;
}

.u-s-m-b-102 {
    margin-bottom: 6.375rem;
}

.u-s-m-l-102 {
    margin-left: 6.375rem;
}

.u-s-m-x-102 {
    margin-left: 6.375rem;
    margin-right: 6.375rem;
}

.u-s-m-y-102 {
    margin-top: 6.375rem;
    margin-bottom: 6.375rem;
}

.u-s-m-xy-102 {
    margin: 6.375rem;
}

/* Padding with value `102`. */
.u-s-p-t-102 {
    padding-top: 6.375rem;
}

.u-s-p-r-102 {
    padding-right: 6.375rem;
}

.u-s-p-b-102 {
    padding-bottom: 6.375rem;
}

.u-s-p-l-102 {
    padding-left: 6.375rem;
}

.u-s-p-x-102 {
    padding-left: 6.375rem;
    padding-right: 6.375rem;
}

.u-s-p-y-102 {
    padding-top: 6.375rem;
    padding-bottom: 6.375rem;
}

.u-s-p-xy-102 {
    padding: 6.375rem;
}

/* Margin with value `103`. */
.u-s-m-t-103 {
    margin-top: 6.4375rem;
}

.u-s-m-r-103 {
    margin-right: 6.4375rem;
}

.u-s-m-b-103 {
    margin-bottom: 6.4375rem;
}

.u-s-m-l-103 {
    margin-left: 6.4375rem;
}

.u-s-m-x-103 {
    margin-left: 6.4375rem;
    margin-right: 6.4375rem;
}

.u-s-m-y-103 {
    margin-top: 6.4375rem;
    margin-bottom: 6.4375rem;
}

.u-s-m-xy-103 {
    margin: 6.4375rem;
}

/* Padding with value `103`. */
.u-s-p-t-103 {
    padding-top: 6.4375rem;
}

.u-s-p-r-103 {
    padding-right: 6.4375rem;
}

.u-s-p-b-103 {
    padding-bottom: 6.4375rem;
}

.u-s-p-l-103 {
    padding-left: 6.4375rem;
}

.u-s-p-x-103 {
    padding-left: 6.4375rem;
    padding-right: 6.4375rem;
}

.u-s-p-y-103 {
    padding-top: 6.4375rem;
    padding-bottom: 6.4375rem;
}

.u-s-p-xy-103 {
    padding: 6.4375rem;
}

/* Margin with value `104`. */
.u-s-m-t-104 {
    margin-top: 6.5rem;
}

.u-s-m-r-104 {
    margin-right: 6.5rem;
}

.u-s-m-b-104 {
    margin-bottom: 6.5rem;
}

.u-s-m-l-104 {
    margin-left: 6.5rem;
}

.u-s-m-x-104 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
}

.u-s-m-y-104 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
}

.u-s-m-xy-104 {
    margin: 6.5rem;
}

/* Padding with value `104`. */
.u-s-p-t-104 {
    padding-top: 6.5rem;
}

.u-s-p-r-104 {
    padding-right: 6.5rem;
}

.u-s-p-b-104 {
    padding-bottom: 6.5rem;
}

.u-s-p-l-104 {
    padding-left: 6.5rem;
}

.u-s-p-x-104 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
}

.u-s-p-y-104 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.u-s-p-xy-104 {
    padding: 6.5rem;
}

/* Margin with value `105`. */
.u-s-m-t-105 {
    margin-top: 6.5625rem;
}

.u-s-m-r-105 {
    margin-right: 6.5625rem;
}

.u-s-m-b-105 {
    margin-bottom: 6.5625rem;
}

.u-s-m-l-105 {
    margin-left: 6.5625rem;
}

.u-s-m-x-105 {
    margin-left: 6.5625rem;
    margin-right: 6.5625rem;
}

.u-s-m-y-105 {
    margin-top: 6.5625rem;
    margin-bottom: 6.5625rem;
}

.u-s-m-xy-105 {
    margin: 6.5625rem;
}

/* Padding with value `105`. */
.u-s-p-t-105 {
    padding-top: 6.5625rem;
}

.u-s-p-r-105 {
    padding-right: 6.5625rem;
}

.u-s-p-b-105 {
    padding-bottom: 6.5625rem;
}

.u-s-p-l-105 {
    padding-left: 6.5625rem;
}

.u-s-p-x-105 {
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
}

.u-s-p-y-105 {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
}

.u-s-p-xy-105 {
    padding: 6.5625rem;
}

/* Margin with value `106`. */
.u-s-m-t-106 {
    margin-top: 6.625rem;
}

.u-s-m-r-106 {
    margin-right: 6.625rem;
}

.u-s-m-b-106 {
    margin-bottom: 6.625rem;
}

.u-s-m-l-106 {
    margin-left: 6.625rem;
}

.u-s-m-x-106 {
    margin-left: 6.625rem;
    margin-right: 6.625rem;
}

.u-s-m-y-106 {
    margin-top: 6.625rem;
    margin-bottom: 6.625rem;
}

.u-s-m-xy-106 {
    margin: 6.625rem;
}

/* Padding with value `106`. */
.u-s-p-t-106 {
    padding-top: 6.625rem;
}

.u-s-p-r-106 {
    padding-right: 6.625rem;
}

.u-s-p-b-106 {
    padding-bottom: 6.625rem;
}

.u-s-p-l-106 {
    padding-left: 6.625rem;
}

.u-s-p-x-106 {
    padding-left: 6.625rem;
    padding-right: 6.625rem;
}

.u-s-p-y-106 {
    padding-top: 6.625rem;
    padding-bottom: 6.625rem;
}

.u-s-p-xy-106 {
    padding: 6.625rem;
}

/* Margin with value `107`. */
.u-s-m-t-107 {
    margin-top: 6.6875rem;
}

.u-s-m-r-107 {
    margin-right: 6.6875rem;
}

.u-s-m-b-107 {
    margin-bottom: 6.6875rem;
}

.u-s-m-l-107 {
    margin-left: 6.6875rem;
}

.u-s-m-x-107 {
    margin-left: 6.6875rem;
    margin-right: 6.6875rem;
}

.u-s-m-y-107 {
    margin-top: 6.6875rem;
    margin-bottom: 6.6875rem;
}

.u-s-m-xy-107 {
    margin: 6.6875rem;
}

/* Padding with value `107`. */
.u-s-p-t-107 {
    padding-top: 6.6875rem;
}

.u-s-p-r-107 {
    padding-right: 6.6875rem;
}

.u-s-p-b-107 {
    padding-bottom: 6.6875rem;
}

.u-s-p-l-107 {
    padding-left: 6.6875rem;
}

.u-s-p-x-107 {
    padding-left: 6.6875rem;
    padding-right: 6.6875rem;
}

.u-s-p-y-107 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
}

.u-s-p-xy-107 {
    padding: 6.6875rem;
}

/* Margin with value `108`. */
.u-s-m-t-108 {
    margin-top: 6.75rem;
}

.u-s-m-r-108 {
    margin-right: 6.75rem;
}

.u-s-m-b-108 {
    margin-bottom: 6.75rem;
}

.u-s-m-l-108 {
    margin-left: 6.75rem;
}

.u-s-m-x-108 {
    margin-left: 6.75rem;
    margin-right: 6.75rem;
}

.u-s-m-y-108 {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
}

.u-s-m-xy-108 {
    margin: 6.75rem;
}

/* Padding with value `108`. */
.u-s-p-t-108 {
    padding-top: 6.75rem;
}

.u-s-p-r-108 {
    padding-right: 6.75rem;
}

.u-s-p-b-108 {
    padding-bottom: 6.75rem;
}

.u-s-p-l-108 {
    padding-left: 6.75rem;
}

.u-s-p-x-108 {
    padding-left: 6.75rem;
    padding-right: 6.75rem;
}

.u-s-p-y-108 {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
}

.u-s-p-xy-108 {
    padding: 6.75rem;
}

/* Margin with value `109`. */
.u-s-m-t-109 {
    margin-top: 6.8125rem;
}

.u-s-m-r-109 {
    margin-right: 6.8125rem;
}

.u-s-m-b-109 {
    margin-bottom: 6.8125rem;
}

.u-s-m-l-109 {
    margin-left: 6.8125rem;
}

.u-s-m-x-109 {
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
}

.u-s-m-y-109 {
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
}

.u-s-m-xy-109 {
    margin: 6.8125rem;
}

/* Padding with value `109`. */
.u-s-p-t-109 {
    padding-top: 6.8125rem;
}

.u-s-p-r-109 {
    padding-right: 6.8125rem;
}

.u-s-p-b-109 {
    padding-bottom: 6.8125rem;
}

.u-s-p-l-109 {
    padding-left: 6.8125rem;
}

.u-s-p-x-109 {
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
}

.u-s-p-y-109 {
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
}

.u-s-p-xy-109 {
    padding: 6.8125rem;
}

/* Margin with value `110`. */
.u-s-m-t-110 {
    margin-top: 6.875rem;
}

.u-s-m-r-110 {
    margin-right: 6.875rem;
}

.u-s-m-b-110 {
    margin-bottom: 6.875rem;
}

.u-s-m-l-110 {
    margin-left: 6.875rem;
}

.u-s-m-x-110 {
    margin-left: 6.875rem;
    margin-right: 6.875rem;
}

.u-s-m-y-110 {
    margin-top: 6.875rem;
    margin-bottom: 6.875rem;
}

.u-s-m-xy-110 {
    margin: 6.875rem;
}

/* Padding with value `110`. */
.u-s-p-t-110 {
    padding-top: 6.875rem;
}

.u-s-p-r-110 {
    padding-right: 6.875rem;
}

.u-s-p-b-110 {
    padding-bottom: 6.875rem;
}

.u-s-p-l-110 {
    padding-left: 6.875rem;
}

.u-s-p-x-110 {
    padding-left: 6.875rem;
    padding-right: 6.875rem;
}

.u-s-p-y-110 {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
}

.u-s-p-xy-110 {
    padding: 6.875rem;
}

/* Margin with value `111`. */
.u-s-m-t-111 {
    margin-top: 6.9375rem;
}

.u-s-m-r-111 {
    margin-right: 6.9375rem;
}

.u-s-m-b-111 {
    margin-bottom: 6.9375rem;
}

.u-s-m-l-111 {
    margin-left: 6.9375rem;
}

.u-s-m-x-111 {
    margin-left: 6.9375rem;
    margin-right: 6.9375rem;
}

.u-s-m-y-111 {
    margin-top: 6.9375rem;
    margin-bottom: 6.9375rem;
}

.u-s-m-xy-111 {
    margin: 6.9375rem;
}

/* Padding with value `111`. */
.u-s-p-t-111 {
    padding-top: 6.9375rem;
}

.u-s-p-r-111 {
    padding-right: 6.9375rem;
}

.u-s-p-b-111 {
    padding-bottom: 6.9375rem;
}

.u-s-p-l-111 {
    padding-left: 6.9375rem;
}

.u-s-p-x-111 {
    padding-left: 6.9375rem;
    padding-right: 6.9375rem;
}

.u-s-p-y-111 {
    padding-top: 6.9375rem;
    padding-bottom: 6.9375rem;
}

.u-s-p-xy-111 {
    padding: 6.9375rem;
}

/* Margin with value `112`. */
.u-s-m-t-112 {
    margin-top: 7rem;
}

.u-s-m-r-112 {
    margin-right: 7rem;
}

.u-s-m-b-112 {
    margin-bottom: 7rem;
}

.u-s-m-l-112 {
    margin-left: 7rem;
}

.u-s-m-x-112 {
    margin-left: 7rem;
    margin-right: 7rem;
}

.u-s-m-y-112 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.u-s-m-xy-112 {
    margin: 7rem;
}

/* Padding with value `112`. */
.u-s-p-t-112 {
    padding-top: 7rem;
}

.u-s-p-r-112 {
    padding-right: 7rem;
}

.u-s-p-b-112 {
    padding-bottom: 7rem;
}

.u-s-p-l-112 {
    padding-left: 7rem;
}

.u-s-p-x-112 {
    padding-left: 7rem;
    padding-right: 7rem;
}

.u-s-p-y-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.u-s-p-xy-112 {
    padding: 7rem;
}

/* Margin with value `113`. */
.u-s-m-t-113 {
    margin-top: 7.0625rem;
}

.u-s-m-r-113 {
    margin-right: 7.0625rem;
}

.u-s-m-b-113 {
    margin-bottom: 7.0625rem;
}

.u-s-m-l-113 {
    margin-left: 7.0625rem;
}

.u-s-m-x-113 {
    margin-left: 7.0625rem;
    margin-right: 7.0625rem;
}

.u-s-m-y-113 {
    margin-top: 7.0625rem;
    margin-bottom: 7.0625rem;
}

.u-s-m-xy-113 {
    margin: 7.0625rem;
}

/* Padding with value `113`. */
.u-s-p-t-113 {
    padding-top: 7.0625rem;
}

.u-s-p-r-113 {
    padding-right: 7.0625rem;
}

.u-s-p-b-113 {
    padding-bottom: 7.0625rem;
}

.u-s-p-l-113 {
    padding-left: 7.0625rem;
}

.u-s-p-x-113 {
    padding-left: 7.0625rem;
    padding-right: 7.0625rem;
}

.u-s-p-y-113 {
    padding-top: 7.0625rem;
    padding-bottom: 7.0625rem;
}

.u-s-p-xy-113 {
    padding: 7.0625rem;
}

/* Margin with value `114`. */
.u-s-m-t-114 {
    margin-top: 7.125rem;
}

.u-s-m-r-114 {
    margin-right: 7.125rem;
}

.u-s-m-b-114 {
    margin-bottom: 7.125rem;
}

.u-s-m-l-114 {
    margin-left: 7.125rem;
}

.u-s-m-x-114 {
    margin-left: 7.125rem;
    margin-right: 7.125rem;
}

.u-s-m-y-114 {
    margin-top: 7.125rem;
    margin-bottom: 7.125rem;
}

.u-s-m-xy-114 {
    margin: 7.125rem;
}

/* Padding with value `114`. */
.u-s-p-t-114 {
    padding-top: 7.125rem;
}

.u-s-p-r-114 {
    padding-right: 7.125rem;
}

.u-s-p-b-114 {
    padding-bottom: 7.125rem;
}

.u-s-p-l-114 {
    padding-left: 7.125rem;
}

.u-s-p-x-114 {
    padding-left: 7.125rem;
    padding-right: 7.125rem;
}

.u-s-p-y-114 {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
}

.u-s-p-xy-114 {
    padding: 7.125rem;
}

/* Margin with value `115`. */
.u-s-m-t-115 {
    margin-top: 7.1875rem;
}

.u-s-m-r-115 {
    margin-right: 7.1875rem;
}

.u-s-m-b-115 {
    margin-bottom: 7.1875rem;
}

.u-s-m-l-115 {
    margin-left: 7.1875rem;
}

.u-s-m-x-115 {
    margin-left: 7.1875rem;
    margin-right: 7.1875rem;
}

.u-s-m-y-115 {
    margin-top: 7.1875rem;
    margin-bottom: 7.1875rem;
}

.u-s-m-xy-115 {
    margin: 7.1875rem;
}

/* Padding with value `115`. */
.u-s-p-t-115 {
    padding-top: 7.1875rem;
}

.u-s-p-r-115 {
    padding-right: 7.1875rem;
}

.u-s-p-b-115 {
    padding-bottom: 7.1875rem;
}

.u-s-p-l-115 {
    padding-left: 7.1875rem;
}

.u-s-p-x-115 {
    padding-left: 7.1875rem;
    padding-right: 7.1875rem;
}

.u-s-p-y-115 {
    padding-top: 7.1875rem;
    padding-bottom: 7.1875rem;
}

.u-s-p-xy-115 {
    padding: 7.1875rem;
}

/* Margin with value `116`. */
.u-s-m-t-116 {
    margin-top: 7.25rem;
}

.u-s-m-r-116 {
    margin-right: 7.25rem;
}

.u-s-m-b-116 {
    margin-bottom: 7.25rem;
}

.u-s-m-l-116 {
    margin-left: 7.25rem;
}

.u-s-m-x-116 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
}

.u-s-m-y-116 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
}

.u-s-m-xy-116 {
    margin: 7.25rem;
}

/* Padding with value `116`. */
.u-s-p-t-116 {
    padding-top: 7.25rem;
}

.u-s-p-r-116 {
    padding-right: 7.25rem;
}

.u-s-p-b-116 {
    padding-bottom: 7.25rem;
}

.u-s-p-l-116 {
    padding-left: 7.25rem;
}

.u-s-p-x-116 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
}

.u-s-p-y-116 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
}

.u-s-p-xy-116 {
    padding: 7.25rem;
}

/* Margin with value `117`. */
.u-s-m-t-117 {
    margin-top: 7.3125rem;
}

.u-s-m-r-117 {
    margin-right: 7.3125rem;
}

.u-s-m-b-117 {
    margin-bottom: 7.3125rem;
}

.u-s-m-l-117 {
    margin-left: 7.3125rem;
}

.u-s-m-x-117 {
    margin-left: 7.3125rem;
    margin-right: 7.3125rem;
}

.u-s-m-y-117 {
    margin-top: 7.3125rem;
    margin-bottom: 7.3125rem;
}

.u-s-m-xy-117 {
    margin: 7.3125rem;
}

/* Padding with value `117`. */
.u-s-p-t-117 {
    padding-top: 7.3125rem;
}

.u-s-p-r-117 {
    padding-right: 7.3125rem;
}

.u-s-p-b-117 {
    padding-bottom: 7.3125rem;
}

.u-s-p-l-117 {
    padding-left: 7.3125rem;
}

.u-s-p-x-117 {
    padding-left: 7.3125rem;
    padding-right: 7.3125rem;
}

.u-s-p-y-117 {
    padding-top: 7.3125rem;
    padding-bottom: 7.3125rem;
}

.u-s-p-xy-117 {
    padding: 7.3125rem;
}

/* Margin with value `118`. */
.u-s-m-t-118 {
    margin-top: 7.375rem;
}

.u-s-m-r-118 {
    margin-right: 7.375rem;
}

.u-s-m-b-118 {
    margin-bottom: 7.375rem;
}

.u-s-m-l-118 {
    margin-left: 7.375rem;
}

.u-s-m-x-118 {
    margin-left: 7.375rem;
    margin-right: 7.375rem;
}

.u-s-m-y-118 {
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
}

.u-s-m-xy-118 {
    margin: 7.375rem;
}

/* Padding with value `118`. */
.u-s-p-t-118 {
    padding-top: 7.375rem;
}

.u-s-p-r-118 {
    padding-right: 7.375rem;
}

.u-s-p-b-118 {
    padding-bottom: 7.375rem;
}

.u-s-p-l-118 {
    padding-left: 7.375rem;
}

.u-s-p-x-118 {
    padding-left: 7.375rem;
    padding-right: 7.375rem;
}

.u-s-p-y-118 {
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
}

.u-s-p-xy-118 {
    padding: 7.375rem;
}

/* Margin with value `119`. */
.u-s-m-t-119 {
    margin-top: 7.4375rem;
}

.u-s-m-r-119 {
    margin-right: 7.4375rem;
}

.u-s-m-b-119 {
    margin-bottom: 7.4375rem;
}

.u-s-m-l-119 {
    margin-left: 7.4375rem;
}

.u-s-m-x-119 {
    margin-left: 7.4375rem;
    margin-right: 7.4375rem;
}

.u-s-m-y-119 {
    margin-top: 7.4375rem;
    margin-bottom: 7.4375rem;
}

.u-s-m-xy-119 {
    margin: 7.4375rem;
}

/* Padding with value `119`. */
.u-s-p-t-119 {
    padding-top: 7.4375rem;
}

.u-s-p-r-119 {
    padding-right: 7.4375rem;
}

.u-s-p-b-119 {
    padding-bottom: 7.4375rem;
}

.u-s-p-l-119 {
    padding-left: 7.4375rem;
}

.u-s-p-x-119 {
    padding-left: 7.4375rem;
    padding-right: 7.4375rem;
}

.u-s-p-y-119 {
    padding-top: 7.4375rem;
    padding-bottom: 7.4375rem;
}

.u-s-p-xy-119 {
    padding: 7.4375rem;
}

/* Margin with value `120`. */
.u-s-m-t-120 {
    margin-top: 7.5rem;
}

.u-s-m-r-120 {
    margin-right: 7.5rem;
}

.u-s-m-b-120 {
    margin-bottom: 7.5rem;
}

.u-s-m-l-120 {
    margin-left: 7.5rem;
}

.u-s-m-x-120 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}

.u-s-m-y-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.u-s-m-xy-120 {
    margin: 7.5rem;
}

/* Padding with value `120`. */
.u-s-p-t-120 {
    padding-top: 7.5rem;
}

.u-s-p-r-120 {
    padding-right: 7.5rem;
}

.u-s-p-b-120 {
    padding-bottom: 7.5rem;
}

.u-s-p-l-120 {
    padding-left: 7.5rem;
}

.u-s-p-x-120 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.u-s-p-y-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.u-s-p-xy-120 {
    padding: 7.5rem;
}


/*--------------------------------------------------------------
20.4 jquery.scrollUp
--------------------------------------------------------------*/
/* ScrollUp Custom */
#topScroll {
    right: 24px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 2px 2px 4px 4px rgba(36, 37, 38, 0.08);
    background-color: #ffffff;
    color: var(--text-dark);
    font-size: 18px;
    text-align: center;
}

/*--------------------------------------------------------------
20.5 Slick Carousel
--------------------------------------------------------------*/
.slick-slide, .slick-slide * {
    outline: none;
}

#pd-o-thumbnail .slick-slide:not(.slick-current) {
    opacity: .4;
}

#js-product-detail-modal-thumbnail .slick-slide:not(.slick-current) {
    opacity: .4;
}

.pt-prev, .pt-next {
    text-align: center;
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 0;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin: auto 0;
    transition: opacity ease-in-out .5s, background-color ease-in 0.3s;
    background-color: #ffffff;
    opacity: 0;
}

.pt-prev i, .pt-next i {
    font-size: 12px;
    color: #000000;
}

.pt-prev {
    left: 20px;
}

.pt-next {
    right: 20px;
}

#pd-o-thumbnail:hover .pt-prev, #pd-o-thumbnail:hover .pt-next {
    opacity: .8;
}

#js-product-detail-modal-thumbnail:hover .pt-prev, #js-product-detail-modal-thumbnail:hover .pt-next {
    opacity: .8;
}

.hide {
    display: none
}

.starsContainer {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.starsContainer i {
    font-size: 11px;
    color: #ffbb00;
    text-shadow: 0 1px #997000;
    transition: all .25s;
}

div.stars {
    display: inline-block;
    margin-left: 22%;
}

input.revStar {
    display: none;
}

label.revStar {
    margin-left: 30px;
    float: right;
    padding: 2px;
    font-size: 22px;
    color: #6c6c6c;
    transition: all .2s;
}

.submitRating {
    padding: 10px 15px !important;
}

input.revStar:checked ~ label.revStar:before {
    content: '\f005';
    color: #ffbb00;
    text-shadow: 0 1px #997000;
    transition: all .25s;
}

input.star-5:checked ~ label.revStar:before {
    color: #1cc52a;
    text-shadow: 0 0 20px var(--primary-color);
}

input.star-1:checked ~ label.revStar:before {
    color: #ff2222;
}

label.revStar:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.revStar:before {
    content: '\f006';
    font-family: FontAwesome;
    /* font-family: "Quicksand", sans-serif; */
}

.loading {
    z-index: 20;
    position: relative;
    top: 0;
    margin-top: 20px;
    /*left:-5px;*/
    width: 100%;
    /*height: 15vh;*/
    /*background-color: rgba(0,0,0,0.4);*/
}

.loading-content {
    position: absolute;
    border: 2px solid var(--primary-color);; /* Light grey */
    border-top: 2px solid #ad3e16; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /*top: 10%;*/
    left: 48%;
    /*margin-left: auto;*/
    animation: spin 2s linear infinite;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.underline:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.hoverBg:hover {
    opacity: .9;
    background-color: #efefef;
}

.rounded-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    outline: none;
    opacity: .8;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.rounded-checkbox:checked {
    opacity: 1;
    border: 3px solid #171717;
}

.noCursor {
    cursor: not-allowed;
}

.animate-class {
    animation-name: my-animation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes my-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tab-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: var(--primary-color);
    z-index: 9999;
}

.tab-loader .bar {
    height: 100%;
    width: 0;
    background-color: #363636;
    transition: width 0.3s ease-in-out;
}

.tab-loading .bar {
    width: 100%;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s ease-in-out infinite;
    margin: 10px auto;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.speech-bubble {
    position: absolute;
    /*background: var(--primary-color);*/
    background: var(--primary-hover);
    color: white;
    margin-top: -15px;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: var(--primary-hover);
    border-bottom: 0;
    border-left: 0;
    margin-left: 7px;
    margin-bottom: -9px;
}

.speech-bubble2 {
    position: absolute;
    background: var(--secondary-light);
    color: white;
    margin-top: -10px;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: .4em;
    margin-left: 8px;
}

.speech-bubble2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: var(--secondary-color);
    border-bottom: 0;
    border-left: 0;
    margin-left: -4.5px;
    margin-bottom: -9px;
}

.hide-image {
    display: none;
}

.revslider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
    font-size: 24px;
    transition: color 0.3s;
}

.revslider-btn:hover {
    color: #ff0000; /* Change the color on hover */
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* Styles for the close button */
.slider-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #e0e0e0;
    font-size: 24px;
    transition: color 0.3s;
}

.slider-close-btn:hover {
    color: #ff0000; /* Change the color on hover */
}

/* Add the following CSS to your existing styles */

.fullscreen-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.revslider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
}

.revslider-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.no-scroll {
    overflow: hidden;
}

.floating-button {
    position: fixed;
    right: 20px;
    z-index: 9999;
}

.start-chat-btn {
    position: fixed;
    bottom: 32%!important; /* Adjust to not overlap Messenger button */
    right: -50px;
    background-color: #888888; /* WhatsApp green */
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 7px rgba(234, 234, 234, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: slide-in 1.5s forwards;
}

.start-chat-btn i {
    font-size: 16px;
}

.start-chat-btn:hover {
    transform: scale(1.2);
    background-color: var(--primary-color);
}

.start-messenger-chat-btn {
    position: fixed;
    bottom: 25%;
    right: -50px;
    background-color: #0084ff;
    color: #fff;
    border: none;
    width: 40px; /* Add fixed width */
    height: 40px; /* Add fixed height */
    display: flex; /* Center the icon */
    align-items: center; /* Center the icon vertically */
    justify-content: center; /* Center the icon horizontally */
    border-radius: 50%; /* Make it a perfect circle */
    box-shadow: 0 4px 7px rgb(23, 85, 219, .7);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: slide-in 1.5s forwards;
}

.start-messenger-chat-btn i {
    font-size: 18px;
}

.start-messenger-chat-btn:hover {
    transform: scale(1.2);
    background-color: #106cc1;
}

.start-whatsapp-chat-btn {
    position: fixed;
    bottom: 18%; /* Adjust to not overlap Messenger button */
    right: -50px;
    background-color: #25d366; /* WhatsApp green */
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 7px rgb(123, 168, 137, .7);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: slide-in 1.5s forwards;
}

.start-whatsapp-chat-btn i {
    font-size: 18px;
}

.start-whatsapp-chat-btn:hover {
    transform: scale(1.2);
    background-color: #128c7e;
}

@media ( max-width: 767px) {
    .start-whatsapp-chat-btn {
        width: 30px;
        height: 30px;
        bottom: 24%;
        right: 1px!important;
    }

    .start-whatsapp-chat-btn i {
        font-size: 13px;
    }

    .start-messenger-chat-btn {
        width: 30px;
        height: 30px;
        bottom: 30%;
        right: 1px!important;
    }
    .start-messenger-chat-btn i {
        font-size: 13px;
    }

    .start-chat-btn {
        width: 30px;
        height: 30px;
        right: 1px!important;
        bottom: 36.1%!important;
    }
    .start-chat-btn i {
        font-size: 13px;
    }

    #topScroll {
        right: 1px;
        bottom: 70px;
    }


}

@keyframes slide-in {
    0% {
        right: -50px;
    }
    100% {
        right: 20px;
    }
}

#map-plug {
    display: none;
}

#google-reviews {
    /*background-color: rgba(241,89,42,.1);*/
    /*margin: 20px 40px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review-item {
    /*border:solid 1px rgba(171, 126, 82, 0.35);*/
    box-shadow: 1px 4px 3px 2px rgba(171, 126, 82, 0.3);
    border-bottom-left-radius: 10px;
    margin: 40px auto 0 auto;
    padding: 1em;
    flex: 1 1 20%;
    font-weight: 600;
    color: #565656;
    /*font-size: 19px;*/
}

.review-item p {
    text-align: center;
}

@media ( max-width: 1200px) {
    .review-item {
        flex: 1 1 40%;
    }
}

@media ( max-width: 450px) {
    .review-item {
        flex: 1 1 90%;
    }
}

.review-meta, .review-stars {
    text-align: center;
    font-size: 115%;
}

.review-author {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-color);
}

.review-date {
    opacity: .6;
    display: block;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
}


.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

.review-stars ul li i {
    color: var(--primary-color);
    font-size: 1.4em;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.star:after {
    content: "\2605";
}

.google-button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    color: #363636;
    font-weight: 100 !important;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.google-button:hover {
    background-color: #4d4d4d;
    color: #ffffff;
}

.google-button-icon {
    display: inline-flex;
    margin-right: 8px;
}

.google-button-text {
    font-size: 11px;
    font-weight: bold;
}

.password-input-wrapper {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 20%;
    /*transform: translateY(-50%);*/
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.password-toggle-icon i {
    color: #bebebe;
}

.password-toggle-icon.visible i {
    color: var(--primary-color);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .similarPosts {
        position: relative;
    }
}

@media (min-width: 1024px) {
    .similarPosts {
        position: fixed;
        right: 0;
        z-index: 1;
        height: 550px;
        overflow-y: hidden
    }
}

.d-none {
    display: none;
}


@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }

    .d-sm-none {
        display: block;
    }
}

@media (max-width: 991px) {
    .d-sm-none {
        display: none;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    padding: 50px 5px;
    /*width: 98%;*/
    max-width: 600px;
    height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

.quickModal .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    padding: 50px 5px 0 5px;
    /*width: 98%;*/
    max-width: 1200px;
    height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}


.close {
    color: #c03d3d;
    float: right;
    z-index: 999999999999;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #b03030;
    text-decoration: none;
    cursor: pointer;
}


.product-sale-badge {
    position: sticky;
    float: right;
    background-color: var(--discount-color);
    font-size: 12px;
    color: #ffffff;
    /*border-top-left-radius: 5px;*/
    border-top-right-radius: 8px;
    padding: 1px 12px;
    font-weight: 800;
    width: 100%;
    z-index: 2;
    opacity: 1;
}

.product-sale-badge-shop {
    position: absolute;
    background-color: var(--discount-color);
    top: 28px;
    font-size: 12px;
    color: #ffffff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1px 12px;
    font-weight: 800;
    z-index: 2;
    opacity: 1;
    /*left: -1%;*/
}

