/*@import url(../fonts/stylesheet.css);*/

.myclass {
    margin-right: 10px
}


/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --"blue": #485483;
    --"indigo": #6610f2;
    --"purple": #6f42c1;
    --"pink": #e83e8c;
    --"red": #dc3545;
    --"orange": #ff8900;
    --"yellow": #ffc107;
    --"green": #28a745;
    --"teal": #20c997;
    --"cyan": #17a2b8;
    --"white": #fff;
    --"gray": #6c757d;
    --"gray-dark": #343a40;
    --"primary": #ff8900;
    --"secondary": #6c757d;
    --"success": #28a745;
    --"info": #17a2b8;
    --"warning": #ffc107;
    --"danger": #dc3545;
    --"light": #f8f9fa;
    --"dark": #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(42, 44, 44, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-black.woff2') format('woff2'),
        url('glo-sans-black.woff') format('woff'),
        url('glo-sans-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-extra-light.woff2') format('woff2'),
        url('glo-sans-extra-light.woff') format('woff'),
        url('glo-sans-extra-light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-semi-bold-italic.woff2') format('woff2'),
        url('glo-sans-semi-bold-italic.woff') format('woff'),
        url('glo-sans-semi-bold-italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-book.woff2') format('woff2'),
        url('glo-sans-book.woff') format('woff'),
        url('glo-sans-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-bold.woff2') format('woff2'),
        url('glo-sans-bold.woff') format('woff'),
        url('glo-sans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-book-italic.woff2') format('woff2'),
        url('glo-sans-book-italic.woff') format('woff'),
        url('glo-sans-book-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-light.woff2') format('woff2'),
        url('glo-sans-light.woff') format('woff'),
        url('glo-sans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'glo sans';
    src: url('glo-sans-light-italic.woff2') format('woff2'),
        url('glo-sans-light-italic.woff') format('woff'),
        url('glo-sans-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ff8900;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(42, 44, 44, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.big-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.big-container img {
    max-width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 560px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md {
        max-width: 960px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1400px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(42, 44, 44, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(42, 44, 44, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #ffdeb8
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #ffc27a
}

.table-hover .table-primary:hover {
    background-color: #ffd29f
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ffd29f
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(42, 44, 44, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(30, 31, 31, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(30, 31, 31, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffc480;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #ff8900;
    border-color: #ff8900
}

.btn-primary:hover {
    color: #fff;
    background-color: #d97400;
    border-color: #cc6e00
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d97400;
    border-color: #cc6e00;
    box-shadow: 0 0 0 .2rem rgba(222, 122, 6, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #ff8900;
    border-color: #ff8900
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc6e00;
    border-color: #bf6700
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 122, 6, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #ff8900;
    border-color: #ff8900
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #ff8900;
    border-color: #ff8900
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff8900;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ff8900;
    border-color: #ff8900
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #ff8900;
    text-decoration: none
}

.btn-link:hover {
    color: #b36000;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(42, 44, 44, 0.15);
    border-radius: 0px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff8900
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.navigation a.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #ff8900;
    width: 100% !important;
}

h3#block-related-heading {
    font-size: 2rem;
    text-transform: uppercase;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0px
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff8900;
    background-color: #ff8900
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffc480
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffdcb3;
    border-color: #ffdcb3
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff8900;
    background-color: #ff8900
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 137, 0, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 137, 0, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 137, 0, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 137, 0, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    appearance: none
}

.custom-select:focus {
    border-color: #ffc480;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ffc480;
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0px 0px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ff8900;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffdcb3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff8900;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffdcb3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ff8900;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffdcb3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff8900
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .category-accessories-glo .category-image h1 {
        top: 21%;
    }

    .category-neo-sticks .category-image h1,
    .category-neo-previous-editions .category-image h1 {
        left: auto !important;
        right: 0;
        top: 41%;
        width: auto;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(42, 44, 44, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(42, 44, 44, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(42, 44, 44, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(42, 44, 44, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(42, 44, 44, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(42, 44, 44, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(42, 44, 44, 0.5);
    border-color: rgba(42, 44, 44, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(42,44,44,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(42, 44, 44, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(42, 44, 44, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(42, 44, 44, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(42, 44, 44, 0.125);
    border-radius: 0px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(42, 44, 44, 0.03);
    border-bottom: 1px solid rgba(42, 44, 44, 0.125)
}

.card-header:first-child {
    border-radius: -1px -1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(42, 44, 44, 0.03);
    border-top: 1px solid rgba(42, 44, 44, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 -1px -1px
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -0.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff8900;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #b36000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff8900;
    border-color: #ff8900
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #212529;
    background-color: #ff8900
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #212529;
    background-color: #cc6e00
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 137, 0, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #995c15;
    background-color: #ffe7cc;
    border-color: #ffdeb8
}

.alert-primary hr {
    border-top-color: #ffd29f
}

.alert-primary .alert-link {
    color: #6c410f
}

.alert-secondary {
    color: #4c5256;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #34383b
}

.alert-success {
    color: #296c39;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #1b4725
}

.alert-info {
    color: #206975;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #15454d
}

.alert-warning {
    color: #997919;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #6d5612
}

.alert-danger {
    color: #873139;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #622329
}

.alert-light {
    color: #959797;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #7b7e7e
}

.alert-dark {
    color: #2f3336;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #17191b
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff8900;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(42, 44, 44, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff8900;
    border-color: #ff8900
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #995c15;
    background-color: #ffdeb8
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #995c15;
    background-color: #ffd29f
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #995c15;
    border-color: #995c15
}

.list-group-item-secondary {
    color: #4c5256;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #4c5256;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #4c5256;
    border-color: #4c5256
}

.list-group-item-success {
    color: #296c39;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #296c39;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #296c39;
    border-color: #296c39
}

.list-group-item-info {
    color: #206975;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #206975;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #206975;
    border-color: #206975
}

.list-group-item-warning {
    color: #997919;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #997919;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #997919;
    border-color: #997919
}

.list-group-item-danger {
    color: #873139;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #873139;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #873139;
    border-color: #873139
}

.list-group-item-light {
    color: #959797;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #959797;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #959797;
    border-color: #959797
}

.list-group-item-dark {
    color: #2f3336;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #2f3336;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2f3336;
    border-color: #2f3336
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #2A2C2C;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #2A2C2C;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(42, 44, 44, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(42, 44, 44, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 1040; */
    width: 100vw;
    height: 100vh;
    background-color: #2A2C2C
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 5.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #2A2C2C
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #2A2C2C
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #2A2C2C
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #2A2C2C
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #2A2C2C;
    border-radius: 0px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(42, 44, 44, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(42, 44, 44, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(42, 44, 44, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(42, 44, 44, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(42, 44, 44, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ff8900 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #cc6e00 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #ff8900 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: 0px !important
}

.rounded-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
}

.rounded-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

.rounded-bottom {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important
}

.rounded-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.footer-newsletter.d-none {
    display: block !important;
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(42, 44, 44, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(42, 44, 44, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(42, 44, 44, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ff8900 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b36000 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(42, 44, 44, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #2A2C2C
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff
}

.hamburger-box {
    width: 27px;
    height: 15px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.5px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 27px;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -7px
}

.hamburger-inner::after {
    bottom: -7px
}

.hamburger--3dx .hamburger-box {
    perspective: 54px
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg)
}


/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit- // transform: scale(1.3);
        // transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit- // transform: scale(1.3);
        // transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit- // transform: scale(1.3);
        // transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit- // transform: scale(1.3);
        // transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

html {
    overflow-x: hidden
}

body {
    padding-right: 0 !important;
    background-color: #2a2c2c;
    color: #000000;
    font-family: 'glo sans', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 26px;
    /*overflow-x: hidden;*/
    padding-top: 88px;
}

@media (min-width: 768px) {
    body {
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 0px;
        padding-top: 60px
    }
}

body#checkout,
body#mi-cesta {
    padding-top: 0
}

.fotnMont {
    font-family: "Mont", Arial
}

.fontMontLight {
    font-family: "Mont", Arial;
    font-weight: 300
}

.fontMontHeavy {
    font-family: "Mont", Arial;
    font-weight: 800
}

video {
    outline: none
}

.text-logo {
    width: 63px;
    height: 53px;
    display: inline-block;
    background: url(https://cdn.discoverglo.es/img/glo-logo.svg) center bottom no-repeat;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -9999em;
    vertical-align: bottom
}

.stroke-text {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent
}

#top-delivery-time {
    background: #2a2c2c;
    text-align: center;
    line-height: 1em;
    font-size: 12px;
    color: #fff
}


/*@media (min-width: 992px) {
    #top-delivery-time {
        display: none
    }
}*/

#top-delivery-time p {
    margin-bottom: 0;
    font-weight: 500
}

@media (min-width: 768px) {
    #top-delivery-time p {
        font-size: 16px;
        line-height: 40px
    }
}

@media (min-width: 992px) {
    #top-delivery-time p {
        font-size: 15px;
        line-height: 40px
    }
}

#top-delivery-time img {
    margin-right: 15px
}

header.front-header {
    position: absolute;
    top: 0;
    padding-top: 42px;
    width: 100%;
    position: fixed;
    z-index: 50;
    background: #2a2c2c
}

@media (min-width: 992px) {
    header.front-header {
        padding-top: 60px
    }
}

header.front-header .logo {
    margin-right: auto;
    position: relative;
    z-index: 51
}

header.front-header .logo .logo-h1 {
    line-height: 1em
}

header.front-header .logo img {
    width: 40px;
    height: 35px
}

@media (min-width: 768px) {
    header.front-header .logo img {
        width: 69px;
        height: 57px
    }
}

@media (min-width: 768px) {
    header.front-header .container-header {
        max-width: 700px
    }
}

@media (min-width: 992px) {
    header.front-header .container-header {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    header.front-header .container-header {
        max-width: 1200px
    }
}

header.front-header .navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    header.front-header .navigation {
        margin-bottom: 0px
    }
}

header.front-header .navigation .navigation-items {
    position: fixed;
    background: url(/cy/pub/media/pages/menu-bg.png) center bottom no-repeat #2a2c2c;
    background-size: 320px auto;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    display: flex;
    top: -100vh;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20vh 15px 40vh;
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 18px;
    opacity: 0;
    transition: opacity .2s ease
}

header a.dropbtn {
    cursor: pointer;
}

header.front-header .navigation .navigation-items.show {
    top: 0vh;
    opacity: 1
}

@media (min-width: 768px) {
    header.front-header .navigation .navigation-items {
        background-size: 640px auto;
        font-size: 26px
    }
}

@media (min-width: 992px) {
    header.front-header .navigation .navigation-items {
        position: static;
        display: block;
        height: auto;
        width: auto;
        padding: 0;
        background: none;
        font-size: 14px;
        opacity: 1
    }
}

header.front-header .navigation .navigation-items a {
    color: #fff;
    margin-right: 15px;
    position: relative;
    text-decoration: none
}

header.front-header .navigation .navigation-items a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #ff8900;
    transition: width .2s ease
}

header.front-header .navigation .navigation-items a:hover:after {
    width: 100%
}

header.front-header .navigation .navigation-items a.selected:after {
    width: 100%
}

header.front-header .navigation .stay-in-header {
    position: relative;
    z-index: 51;
    margin-left: 5px
}

@media (min-width: 1200px) {
    header.front-header .navigation .stay-in-header {
        margin-left: 35px
    }
}

header.front-header .navigation .stay-in-header .stay-a {
    color: #fff;
    position: relative;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    top: 5px;
}

header.front-header .navigation .stay-in-header .badge {
    border-radius: 100%;
    position: absolute;
    top: -4px;
    right: -5px;
    background: #ff8900;
    z-index: 60
}

@media (min-width: 768px) {
    header.front-header .navigation .stay-in-header .badge {
        /* // transform: scale(1.3) */
    }
}

@media (min-width: 992px) {
    header.front-header .navigation .stay-in-header .badge {
        transform: scale(1);
        top: 0
    }
}

header.front-header .navigation .stay-in-header .badge.no-items {
    display: none
}

header.front-header .navigation .stay-in-header .user-profile {
    width: 20px
}

@media (min-width: 768px) {
    header.front-header .navigation .stay-in-header .user-profile {
        width: 40px
    }
}

@media (min-width: 992px) {
    header.front-header .navigation .stay-in-header .user-profile {
        width: 30px
    }
}

header.front-header .navigation .stay-in-header .user-name {
    display: none;
    margin-left: 10px;
    text-decoration: underline
}

@media (min-width: 992px) {
    header.front-header .navigation .stay-in-header .user-name {
        display: inline-block
    }
}

header.front-header .navigation .stay-in-header .cart {
    position: relative;
    z-index: 51;
    width: 23px
}

@media (min-width: 768px) {
    header.front-header .navigation .stay-in-header .cart {
        width: 35px
    }
}

@media (min-width: 992px) {
    header.front-header .navigation .stay-in-header .cart {
        width: 19px
    }
}

header.front-header .navigation .stay-in-header .hamburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    margin-left: 15px
}

@media (min-width: 768px) {
    header.front-header .navigation .stay-in-header .hamburger {
        transform: scale(1.6);
        top: 9px;
        margin-left: 20px
    }
}

@media (min-width: 992px) {
    header.front-header .navigation .stay-in-header .hamburger {
        display: none
    }
}

header.front-header .navigation .stay-in-header .hamburger .hamburger-inner {
    height: 2px
}

header.front-header .navigation .stay-in-header .hamburger .hamburger-inner::before,
header.front-header .navigation .stay-in-header .hamburger .hamburger-inner::after {
    height: 2px
}

header.front-header .navigation .stay-in-header .cart-preview {
    display: flex;
    position: absolute;
    top: 100%;
    right: 5px;
    flex-direction: column;
    align-items: flex-end;
    height: 0;
    overflow: hidden;
    transition: height .2s ease
}

header.front-header .navigation .stay-in-header .cart-preview.show {
    height: 520px;
    overflow: auto
}

header.front-header .navigation .stay-in-header .cart-preview .corner {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: relative;
    left: -30px
}

@media (min-width: 992px) {
    header.front-header .navigation .stay-in-header .cart-preview .corner {
        width: 0;
        height: 0;
        border-right: none;
        left: 0;
        border-bottom: 20px solid #fff;
        border-left: 20px solid transparent
    }
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container {
    background: white;
    color: #2A2C2C;
    width: 320px;
    padding: 10px 25px
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .close-cart-container {
    text-align: right;
    font-size: 16px;
    cursor: pointer
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product {
    border-bottom: solid 1px #dddddd;
    padding: 15px 0
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product:first-child {
    padding-top: 0
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product .product-line {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product .product-line .product-image {
    margin-right: 12px
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product .product-line .product-image img {
    width: 46px
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product .product-line .product-remove {
    margin-left: auto;
    display: flex;
    width: 22px;
    height: 22px;
    border: solid 1px #dddddd;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    cursor: pointer;
    position: relative
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product .product-subtotal {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    margin-top: -20px;
    font-weight: 300
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-products .product .product-subtotal .price {
    margin-left: 15px;
    font-weight: 400
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-subtotal {
    margin-top: 15px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    font-weight: 300
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-subtotal .price {
    margin-left: 15px;
    font-weight: 600
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .checkout-button {
    margin: 15px 0
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .checkout-button a {
    margin: 0;
    width: auto
}

header.front-header .navigation .stay-in-header .cart-preview .cart-preview-container .cart-legal {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    line-height: 16px
}

header.front-header {
    text-transform: none;
    background: #2a2c2c;
    padding-top: 10px
}

@media (min-width: 768px) {
    header.front-header {
        padding-top: 0px;
        padding-bottom: 10px
    }
}

@media (min-width: 992px) {
    header.front-header {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

header.front-header .stay-in-header .delivery-time,
header.front-header .stay-in-header .store-locator {
    display: none
}

@media (min-width: 992px) {
    header.front-header .navigation {
        display: flex;
        flex-direction: row;
        background: #2a2c2c;
        justify-content: space-between;
        align-items: center
    }

    header.front-header .navigation .non-logo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end
    }

    header.front-header .navigation .non-logo .navigation-items {
        order: 2
    }

    header.front-header .navigation .non-logo .navigation-items a {
        margin-right: 0;
        margin-left: 7px;
    }

    header.front-header .navigation .non-logo .navigation-items .store-locator {
        display: none
    }

    header.front-header .navigation .non-logo .stay-in-header {
        order: 1;
        margin-bottom: 2px;
        margin-top: 7px;
    }

    header.front-header .navigation .non-logo .stay-in-header .delivery-time,
    header.front-header .navigation .non-logo .stay-in-header .store-locator {
        display: inline-block
    }

    header.front-header .navigation .non-logo .stay-in-header .delivery-time.delivery-time,
    header.front-header .navigation .non-logo .stay-in-header .store-locator.delivery-time {
        font-style: italic;
        font-weight: 500;
        font-size: 12px;
        color: #ff8900
    }

    header.front-header .navigation .non-logo .stay-in-header .delivery-time.delivery-time img,
    header.front-header .navigation .non-logo .stay-in-header .store-locator.delivery-time img {
        width: 17px;
        margin-right: 5px
    }

    button.login-btn {
        background: none;
        border: 0;
        margin-left: 15px;
        margin-right: 0;
    }
}

.non-logo a#btn-mobile-header-glo-hyper1 img,
.non-logo a#btn-mobile-header-glo-hyper2 img,
.non-logo a#btn-mobile-header-glo-hyper3 img,
.non-logo a#btn-mobile-header-glo-hyper4 img,
.non-logo a#btn-mobile-header-glo-hyper5 img,
.non-logo a#btn-mobile-header-glo-hyper6 img {
    margin-top: -9px;
    margin-left: 4px;
}


/* .modal:nth-of-type(even) {
    z-index: 1 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 2 !important;
} */

section {
    position: relative;
    max-width: 2500px;
    margin: 0 auto
}

footer {
    background: #2a2c2c
}

footer .accepted-payments {
    background-color: #fff;
    color: blue;
    padding: 20px 0
}

footer .accepted-payments .accepted-payment {
    margin: auto 7px
}

@media (min-width: 576px) {
    footer .accepted-payments .accepted-payment {
        margin: 0 15px
    }
}

footer .logo-container {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    footer .logo-container {
        justify-content: flex-start
    }
}

footer .logo-container img {
    width: 74px;
    height: 57px
}

footer .map {
    background: #2a2c2c;
    padding: 0 15px
}

@media (min-width: 768px) {
    footer .map .map-container {
        display: block;
        overflow: hidden
    }
}

@media (min-width: 992px) {
    footer .map .map-container {
        display: flex;
        justify-content: space-between
    }
}

footer .map .map-container .map-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) {
    footer .map .map-container .map-column {
        display: block;
        width: 50%;
        float: left;
        clear: left
    }
}

@media (min-width: 992px) {
    footer .map .map-container .map-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: auto
    }

    footer .map .map-container .map-column:first-child {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    footer .map .map-container .map-column:first-child {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    footer .map .map-container .map-column:nth-child(even) {
        padding-left: 40px;
        clear: none
    }
}

@media (min-width: 992px) {
    footer .map .map-container .map-column:nth-child(even) {
        padding-left: 0px
    }
}

footer .map .map-container .map-column a {
    color: #fff
}

footer .map .map-container .map-column .map-item {
    margin-bottom: 47px
}

footer .map .map-container .map-column .map-item .map-item-title {
    font-size: 18px;
    font-family: "Mont", Arial;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    footer .map .map-container .map-column .map-item .map-item-title {
        font-size: 20px;
        white-space: nowrap
    }
}

footer .map .map-container .map-column .map-item .map-item-title::after {
    content: '';
    width: 80px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

footer .map .map-container .map-column .map-item.collapsable .map-item-title::before {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    transform: scaleY(-1);
    transition: transform .2s ease
}

@media (min-width: 768px) {
    footer .map .map-container .map-column .map-item.collapsable .map-item-title::before {
        content: none
    }
}

footer .map .map-container .map-column .map-item.collapsable .map-item-title.opened::before {
    transform: scaleY(1)
}

footer .map .map-container .map-column .map-item.collapsable .map-item-content {
    display: none
}

@media (min-width: 768px) {
    footer .map .map-container .map-column .map-item.collapsable .map-item-content {
        display: block !important
    }
}

footer .map .map-container .map-column .map-item .map-item-content .map-list {
    list-style: none;
    padding-left: 0;
    font-family: "Mont", Arial;
    line-height: 28px
}

footer .map .map-container .map-column .map-item .map-item-content .map-list li {
    white-space: nowrap
}

footer .map .map-container .map-column .map-item .map-item-content .map-list a {
    color: #fff
}

@media (min-width: 992px) {
    footer .map .map-container .map-column .map-item.newsletter {
        max-width: 290px
    }
}

@media (min-width: 1200px) {
    footer .map .map-container .map-column .map-item.newsletter {
        max-width: 360px
    }
}

footer .map .map-container .map-column .map-item.newsletter #form-newsletter {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    footer .map .map-container .map-column .map-item.newsletter #form-newsletter {
        padding-bottom: 0
    }
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-email {
    display: flex;
    margin-bottom: 25px
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-email input {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 0 10px 0 52px;
    border: solid 1px #fff;
    outline: none;
    background: url("/cy/pub/media/pages/input-mail.svg") 10px center no-repeat #fff
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-email .btn-newsletter {
    width: auto;
    color: #fff;
    background: #2a2c2c;
    border: solid 1px #fff;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Mont", Arial;
    font-weight: 800
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-agree {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-style: italic;
    font-weight: 300;
    font-size: 12px
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-agree input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 15px;
    position: relative;
    outline: none;
    box-shadow: none;
    margin-right: 15px
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-agree input:before {
    content: " ";
    width: 13px;
    height: 13px;
    display: block;
    border: solid 1px #fff;
    position: absolute;
    top: 7px
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-agree input:checked:before {
    background: url(/cy/pub/media/pages/checked.png) center center;
    background-size: cover
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-agree input+label {
    padding-left: 10px;
    cursor: pointer
}

footer .map .map-container .map-column .map-item.newsletter .newsletter-agree a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

footer .map .map-container .map-column .map-item.help .help-item {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    font-family: "Mont", Arial
}

footer .map .map-container .map-column .map-item.help .help-item .icon {
    margin-right: 15px
}

footer .map .map-container .map-column .map-item.help .help-item .icon img {
    width: 25px
}

footer .copyright-tm {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0
}

span.newsletter-separator {
    display: inline-block;
    width: 96px;
    border-bottom: 3px solid;
    margin-bottom: 39px;
    margin-top: 8px;
}

.footer-newsletter {
    text-align: center;
}

a#btn-footer-newsletter {
    margin: 0 auto;
    width: auto;
    display: inline;
}

.footer-newsletter {
    display: inline-block;
    width: 100%;
}

.footer-newsletter h3 {
    display: inline-block;
    width: 100%;
    /* margin-bottom:40px; */
    font-size: 20px;
    line-height: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Gotham Greek";
}

@media (min-width: 992px) {
    footer .copyright-tm {
        padding-bottom: 20px
    }
}

footer.checkout .copyright-tm {
    padding-bottom: 30px
}

.floating {
    position: fixed;
    bottom: -150px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 10;
    transition: bottom .4s ease
}

@media (min-width: 992px) {
    .floating {
        pointer-events: none
    }
}

.floating.show {
    bottom: 0
}

@media (min-width: 992px) {
    .floating.show {
        bottom: 10px;
        pointer-events: none
    }
}

.floating .chat {
    background-color: #fff;
    display: flex;
    color: #2A2C2C;
    text-align: center;
    height: fit-content;
    position: relative
}

.floating .chat .text {
    margin: 15px 25px
}

.floating .chat .text .text-1 {
    font-size: 15px;
    font-family: "Mont", Arial
}

.floating .chat .text .text-2 {
    font-size: 18px;
    font-family: "Mont", Arial;
    font-weight: 800;
    text-decoration: underline
}

.floating .chat .text p {
    margin-bottom: 0
}

.floating .chat .text a {
    color: #2A2C2C;
    pointer-events: all
}

.floating .chat .image {
    border-radius: 10rem;
    position: relative;
    top: -26px;
    left: 18px
}

.floating .chat .image img {
    border-radius: 10rem;
    width: 50%
}

.floating .buy-now {
    padding: 0 10px;
    background: url(https://cdn.discoverglo.es/img/floating-right-bg.png) center bottom repeat-x;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%
}

@media (min-width: 992px) {
    .floating .buy-now {
        width: auto;
        margin-left: auto
    }
}

.floating .buy-now .image {
    margin-top: -40px
}

.floating .buy-now .image img {
    width: 50px
}

@media (min-width: 992px) {
    .floating .buy-now .image img {
        width: 80px
    }
}

.floating .buy-now .texts {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px
}

.floating .buy-now .texts .text-1 {
    font-size: 10px;
    line-height: 1em;
    font-family: "Mont", Arial;
    font-weight: 800
}

.floating .buy-now .texts .text-2 {
    font-size: 20px;
    line-height: 1em;
    font-family: "Mont", Arial;
    font-weight: 800
}

.floating .buy-now .texts .text-2 .text-logo {
    background-size: contain;
    height: 24px;
    width: 35px;
    margin-right: 5px
}

.floating .buy-now .texts .text-2 span {
    font-weight: 800
}

.floating .buy-now .texts .text-3 {
    font-size: 41px;
    line-height: 1em;
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
    font-family: "Mont", Arial;
    font-weight: 800
}

.floating .buy-now .texts .text-3 span {
    font-weight: 300
}

.floating .buy-now .btn {
    pointer-events: all;
    font-size: 11px;
    width: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px 12px
}

@media (min-width: 992px) {
    .floating .buy-now .btn {
        font-size: 15px;
        width: 164px;
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.floating .chat-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2a2c2c;
    color: #fff;
    font-family: "Mont", Arial;
    font-size: 14px;
    padding: 15px 15px 30px
}

@media (min-width: 992px) {
    .floating .chat-mobile {
        display: none
    }
}

.floating .chat-mobile .text-1 {
    font-weight: 300
}

.floating .chat-mobile .text-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 10
}

.floating .chat-mobile .text-2 .text {
    font-weight: 800
}

.floating .chat-mobile .text-2 .text a {
    color: #fff;
    pointer-events: all
}

.floating .chat-mobile .text-2 .icon {
    margin-left: 5px
}

.floating .chat-mobile .text-2 .icon img {
    width: 12px
}

.module-gap-mobile {
    display: block;
    display: none;
    width: 100%
}

@media (min-width: 992px) {
    .module-gap-mobile {
        display: none
    }
}

.module-gap {
    display: none;
    width: 100%
}

#scroll-icon {
    display: none;
    pointer-events: none
}

@media (min-width: 992px) {
    #scroll-icon {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 70vh;
        width: 100%;
        flex-direction: column;
        align-items: center;
        z-index: 10
    }
}

#scroll-icon .out {
    width: 12px;
    height: 40px;
    border: solid 2px #fff;
    border-radius: 9px;
    display: flex;
    justify-content: center
}

#scroll-icon .in {
    width: 4px;
    height: 10px;
    border: solid 2px #fff;
    background: #fff;
    display: block;
    border-radius: 3px;
    position: absolute;
    top: 6px
}

#scroll-icon .txt p {
    font-size: 12px
}

#waiting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 2000;
    opacity: 1
}

.delete-span {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: solid 1px #2A2C2C
}

.delete-span:before {
    content: " "
}

.delete-span:after {
    content: " ";
    width: 10px;
    height: 1px;
    background: #2A2C2C
}

.animate-this-text {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all .6s ease
}

.animate-this-text.animate {
    left: 0;
    opacity: 1
}

.font-20 {
    font-size: 20px
}

.btn {
    display: block;
    width: 80%;
    max-width: 380px;
    margin: 0 auto 15px auto;
    text-align: center;
    padding: 15px 18px;
    font-family: "Mont", Arial;
    /* font-weight: 800; */
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    box-shadow: none !important;
    transition: background-position .6s ease, color .6s ease;
}

@media (min-width: 992px) {
    .btn {
        width: 280px;
        max-width: 100%;
        margin: 0 0 15px 0
    }
}

.btn.btn-orange {
    background: #020024;
    background: linear-gradient(270deg, #ff8900 50%, #fff 50%);
    background-size: 400% 100%;
    background-position: 90% 0%;
    color: #fff
}

.btn.btn-orange.waiting,
.btn.btn-orange.done,
.btn.btn-orange.error {
    position: relative;
    color: #ff8900
}

.btn.btn-orange.waiting:before,
.btn.btn-orange.done:before,
.btn.btn-orange.error:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.btn.btn-orange.waiting.waiting:before,
.btn.btn-orange.done.waiting:before,
.btn.btn-orange.error.waiting:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-loading.svg);
    background-size: 25px
}

.btn.btn-orange.waiting.done:before,
.btn.btn-orange.done.done:before,
.btn.btn-orange.error.done:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-check.svg);
    background-size: 25px
}

@media (min-width: 992px) {
    .btn.btn-orange:not(.btn-no-animate):hover {
        color: #2a2c2c;
        background-position: 10% 0%
    }

    .btn.btn-orange:not(.btn-no-animate).waiting,
    .btn.btn-orange:not(.btn-no-animate).done,
    .btn.btn-orange:not(.btn-no-animate).error {
        position: relative;
        color: #fff;
        background-position: 10% 0%
    }

    .btn.btn-orange:not(.btn-no-animate).waiting:before,
    .btn.btn-orange:not(.btn-no-animate).done:before,
    .btn.btn-orange:not(.btn-no-animate).error:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

    .btn.btn-orange:not(.btn-no-animate).waiting.waiting:before,
    .btn.btn-orange:not(.btn-no-animate).done.waiting:before,
    .btn.btn-orange:not(.btn-no-animate).error.waiting:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-loading-black.svg);
        background-size: 25px
    }

    .btn.btn-orange:not(.btn-no-animate).waiting.done:before,
    .btn.btn-orange:not(.btn-no-animate).done.done:before,
    .btn.btn-orange:not(.btn-no-animate).error.done:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-check-black.svg);
        background-size: 25px
    }
}

.btn.btn-black {
    background: #020024;
    background: linear-gradient(270deg, #2a2c2c 50%, #fff 50%);
    background-size: 400% 100%;
    background-position: 90% 0%;
    color: #fff
}

.btn.btn-black.waiting,
.btn.btn-black.done,
.btn.btn-black.error {
    position: relative;
    color: #2a2c2c
}

.btn.btn-black.waiting:before,
.btn.btn-black.done:before,
.btn.btn-black.error:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.btn.btn-black.waiting.waiting:before,
.btn.btn-black.done.waiting:before,
.btn.btn-black.error.waiting:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-loading.svg);
    background-size: 25px
}

.btn.btn-black.waiting.done:before,
.btn.btn-black.done.done:before,
.btn.btn-black.error.done:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-check.svg);
    background-size: 25px
}

@media (min-width: 992px) {
    .btn.btn-black:not(.btn-no-animate):hover {
        color: #2a2c2c;
        background-position: 10% 0%
    }

    .btn.btn-black:not(.btn-no-animate).waiting,
    .btn.btn-black:not(.btn-no-animate).done,
    .btn.btn-black:not(.btn-no-animate).error {
        position: relative;
        color: #fff;
        background-position: 10% 0%
    }

    .btn.btn-black:not(.btn-no-animate).waiting:before,
    .btn.btn-black:not(.btn-no-animate).done:before,
    .btn.btn-black:not(.btn-no-animate).error:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

    .btn.btn-black:not(.btn-no-animate).waiting.waiting:before,
    .btn.btn-black:not(.btn-no-animate).done.waiting:before,
    .btn.btn-black:not(.btn-no-animate).error.waiting:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-loading-black.svg);
        background-size: 25px
    }

    .btn.btn-black:not(.btn-no-animate).waiting.done:before,
    .btn.btn-black:not(.btn-no-animate).done.done:before,
    .btn.btn-black:not(.btn-no-animate).error.done:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-check-black.svg);
        background-size: 25px
    }

    .btn.btn-black.btn-no-animate.waiting,
    .btn.btn-black.btn-no-animate.done,
    .btn.btn-black.btn-no-animate.error {
        position: relative;
        color: #2a2c2c
    }

    .btn.btn-black.btn-no-animate.waiting:before,
    .btn.btn-black.btn-no-animate.done:before,
    .btn.btn-black.btn-no-animate.error:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

    .btn.btn-black.btn-no-animate.waiting.waiting:before,
    .btn.btn-black.btn-no-animate.done.waiting:before,
    .btn.btn-black.btn-no-animate.error.waiting:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-loading.svg);
        background-size: 24px
    }

    .btn.btn-black.btn-no-animate.waiting.done:before,
    .btn.btn-black.btn-no-animate.done.done:before,
    .btn.btn-black.btn-no-animate.error.done:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-check.svg);
        background-size: 24px
    }
}

.btn.btn-white {
    background: #020024;
    background: linear-gradient(270deg, #fff 50%, #2a2c2c 50%);
    background-size: 400% 100%;
    background-position: 90% 0%;
    color: #2a2c2c
}

.btn.btn-white.waiting,
.btn.btn-white.done,
.btn.btn-white.error {
    position: relative;
    color: #fff
}

.btn.btn-white.waiting:before,
.btn.btn-white.done:before,
.btn.btn-white.error:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.btn.btn-white.waiting.waiting:before,
.btn.btn-white.done.waiting:before,
.btn.btn-white.error.waiting:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-loading-black.svg);
    background-size: 25px
}

.btn.btn-white.waiting.done:before,
.btn.btn-white.done.done:before,
.btn.btn-white.error.done:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-check-black.svg);
    background-size: 25px
}

@media (min-width: 992px) {
    .btn.btn-white:not(.btn-no-animate):hover {
        color: #fff;
        background-position: 10% 0%
    }

    .btn.btn-white:not(.btn-no-animate).waiting,
    .btn.btn-white:not(.btn-no-animate).done,
    .btn.btn-white:not(.btn-no-animate).error {
        position: relative;
        color: #2a2c2c;
        background-position: 10% 0%
    }

    .btn.btn-white:not(.btn-no-animate).waiting:before,
    .btn.btn-white:not(.btn-no-animate).done:before,
    .btn.btn-white:not(.btn-no-animate).error:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

    .btn.btn-white:not(.btn-no-animate).waiting.waiting:before,
    .btn.btn-white:not(.btn-no-animate).done.waiting:before,
    .btn.btn-white:not(.btn-no-animate).error.waiting:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-loading.svg);
        background-size: 25px
    }

    .btn.btn-white:not(.btn-no-animate).waiting.done:before,
    .btn.btn-white:not(.btn-no-animate).done.done:before,
    .btn.btn-white:not(.btn-no-animate).error.done:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-check.svg);
        background-size: 25px
    }
}

.btn.btn-gray {
    background: #020024;
    background: linear-gradient(270deg, #2a2c2c 50%, #fff 50%);
    background-size: 400% 100%;
    background-position: 90% 0%;
    color: #fff;
}

.btn.btn-gray.waiting,
.btn.btn-gray.done,
.btn.btn-gray.error {
    position: relative;
    color: #2a2c2c
}

.btn.btn-gray.waiting:before,
.btn.btn-gray.done:before,
.btn.btn-gray.error:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.btn.btn-gray.waiting.waiting:before,
.btn.btn-gray.done.waiting:before,
.btn.btn-gray.error.waiting:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-loading.svg);
    background-size: 25px
}

.btn.btn-gray.waiting.done:before,
.btn.btn-gray.done.done:before,
.btn.btn-gray.error.done:before {
    background-image: url(https://cdn.discoverglo.es/img/ajax-check.svg);
    background-size: 25px
}

@media (min-width: 992px) {
    .btn.btn-gray:not(.btn-no-animate):hover {
        color: #2a2c2c;
        background-position: 10% 0%
    }

    .btn.btn-gray:not(.btn-no-animate).waiting,
    .btn.btn-gray:not(.btn-no-animate).done,
    .btn.btn-gray:not(.btn-no-animate).error {
        position: relative;
        color: #fff;
        background-position: 10% 0%
    }

    .btn.btn-gray:not(.btn-no-animate).waiting:before,
    .btn.btn-gray:not(.btn-no-animate).done:before,
    .btn.btn-gray:not(.btn-no-animate).error:before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

    .btn.btn-gray:not(.btn-no-animate).waiting.waiting:before,
    .btn.btn-gray:not(.btn-no-animate).done.waiting:before,
    .btn.btn-gray:not(.btn-no-animate).error.waiting:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-loading-black.svg);
        background-size: 25px
    }

    .btn.btn-gray:not(.btn-no-animate).waiting.done:before,
    .btn.btn-gray:not(.btn-no-animate).done.done:before,
    .btn.btn-gray:not(.btn-no-animate).error.done:before {
        background-image: url(https://cdn.discoverglo.es/img/ajax-check-black.svg);
        background-size: 25px
    }
}

.btn.btn-border-white {
    padding: 14px 18px;
    border: solid 1px #fff
}

.btn.btn-border-black {
    padding: 14px 18px;
    border: solid 1px #2A2C2C
}

.btn.btn-border-gray {
    padding: 14px 18px;
    border: solid 1px #2a2c2c
}

.btn.btn-thin {
    font-size: 13px;
    padding: 12px
}

.btn.btn-thin.btn-border-white {
    padding: 11px 12px;
    border: solid 1px #fff
}

.btn.btn-thin.btn-border-black {
    padding: 11px 12px;
    border: solid 1px #2A2C2C
}

.btn.btn-full {
    width: 100%
}

@media (min-width: 992px) {
    .btn.btn-full {
        width: 100%
    }
}

.btn.btn-centered {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .btn.btn-md-left {
        margin-left: 0
    }
}

.btn.btn-transparent {
    background: transparent
}

.btn.btn-disabled {
    opacity: .3;
    cursor: not-allowed
}

@media (min-width: 992px) {
    .dual-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .dual-btn .btn {
        width: 100%;
        margin-right: 15px
    }

    .dual-btn .btn:last-child {
        margin-right: 0px
    }
}

@-webkit-keyframes rotating
/* Safari and Chrome */

    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.waiting:before {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.styled-form {
    position: relative
}

.styled-form .form-field {
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
}

.styled-form .form-field label {
    width: 100%;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 18px;
    position: relative
}

.styled-form .form-field label a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

.styled-form .form-field label .label-helper {
    position: absolute;
    right: 10px;
    bottom: -34px;
    color: #ff8900;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.styled-form .form-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.styled-form .form-field input[type="text"],
.styled-form .form-field input[type="email"],
.styled-form .form-field input[type="number"],
.styled-form .form-field input[type="tel"],
.styled-form .form-field input[type="password"] {
    width: 100%;
    border: solid 1px #2A2C2C;
    line-height: 28px;
    padding: 7px 15px;
    outline: none;
    font-size: 16px
}

.styled-form .form-field input[type="text"]::placeholder,
.styled-form .form-field input[type="email"]::placeholder,
.styled-form .form-field input[type="number"]::placeholder,
.styled-form .form-field input[type="tel"]::placeholder,
.styled-form .form-field input[type="password"]::placeholder {
    font-style: italic;
    font-family: "Mont", Arial
}

.styled-form .form-field input[type="text"].input-error,
.styled-form .form-field input[type="email"].input-error,
.styled-form .form-field input[type="number"].input-error,
.styled-form .form-field input[type="tel"].input-error,
.styled-form .form-field input[type="password"].input-error {
    border: solid 1px #f25f50
}

.styled-form .form-field input[name="code"] {
    text-transform: uppercase
}

.styled-form .form-field input[type="checkbox"] {
    position: relative;
    outline: none;
    box-shadow: none;
    margin-right: 15px;
    border: none;
}

.styled-form .form-field input[type="checkbox"]:before {
    content: " ";
    width: 13px;
    height: 13px;
    display: block;
    border: solid 1px #fff;
    position: absolute;
    top: 4px;
    cursor: pointer
}

.styled-form .form-field input[type="checkbox"]:checked:before {
    background: url(/cy/pub/media/pages/checked.png) center center;
    background-size: cover
}

.styled-form .form-field input[type="checkbox"].reverse:checked:before {
    background: url(/cy/pub/media/pages/checked.png) center center;
    background-size: cover
}

.styled-form .form-field input[type="checkbox"]~label {
    padding-left: 10px;
    cursor: pointer
}

.styled-form .form-field input[type="checkbox"].input-error~label {
    color: #f25f50
}

.styled-form .form-field input[type="checkbox"].input-error~label a {
    color: #f25f50
}

.styled-form .form-field input::-webkit-outer-spin-button,
.styled-form .form-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.catalog-product-view input[type=number],
.styled-form .form-field input,
#minicart-content-wrapper input {
    -moz-appearance: textfield;
}

.styled-form .form-field input[type=number] {
    -moz-appearance: textfield
}

.styled-form .form-field .glo-select {
    border-radius: 0;
    border-color: #2A2C2C;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 1em;
    padding-left: 15px;
    height: 44px;
    line-height: 44px;
    outline: none !important;
    box-shadow: none;
    background: #fff;
    border: solid 1px #2A2C2C
}

.styled-form .form-field .bs-placeholder {
    font-style: italic;
    font-family: "Mont", Arial
}

.form-field select#gender {
    width: 100%;
}

.styled-form .form-field .bootstrap-select .dropdown-toggle:focus,
.styled-form .form-field .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important
}

.styled-form .form-field .input-error+.glo-select {
    border: solid 1px #f25f50
}

.styled-form .form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.styled-form .form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-item:hover {
    background: #ff8900;
    color: #2A2C2C
}

.styled-form .form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-item.selected {
    background: #2A2C2C;
    color: #fff
}

.styled-form .input-btn {
    display: flex
}

.styled-form .input-btn input[type="text"],
.styled-form .input-btn input[type="email"],
.styled-form .input-btn input[type="number"],
.styled-form .input-btn input[type="tel"],
.styled-form .input-btn input[type="password"] {
    width: 100%;
    padding: 7px 10px 7px 52px;
    border: solid 1px #fff;
    outline: none;
    background: url("/cy/pub/media/pages/input-mail.svg") 10px center no-repeat #fff
}

.styled-form .input-btn input.newsletter {
    background: url("/cy/pub/media/pages/input-mail.svg") 10px center no-repeat #fff
}

.styled-form .input-btn input.promo {
    background: url("/cy/pub/media/pages/input-promo.svg") 10px center no-repeat #fff
}

.styled-form .input-btn .btn {
    width: auto;
    margin-bottom: 0
}

.cart-legal.cart-legal-flotante {
    text-align: center;
}

.styled-form .dual-field .form-field {
    position: relative;
}

@media (min-width: 992px) {
    .styled-form .dual-field {
        display: flex;
        justify-content: space-between
    }

    .styled-form .dual-field .form-field {
        margin-right: 15px
    }

    .styled-form .dual-field .form-field:last-child {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .styled-form .dual-field.dual-2-1 .form-field:first-child {
        flex: 2 1 0
    }

    .styled-form .dual-field.dual-2-1 .form-field:last-child {
        flex: 1 1 0
    }
}

@media (min-width: 992px) {
    .styled-form .triple-field-lg {
        display: flex;
        justify-content: space-between
    }

    .styled-form .triple-field-lg .form-field {
        margin-right: 15px
    }

    .styled-form .triple-field-lg .form-field:last-child {
        margin-right: 0
    }
}

.styled-form .field-cb {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10px;
    font-weight: 200 !important;
}

.styled-form .field-cb input[type='checkbox'] {
    margin-right: 15px
}

.styled-form .field-cb.multi-cb {
    flex-direction: column
}

.styled-form .birth-date .form-field {
    margin-right: 15px;
    margin-bottom: 0
}

.styled-form .birth-date .form-field .date-selects {
    display: flex
}

.styled-form .birth-date .form-field .date-selects .bootstrap-select {
    margin-right: 15px
}

.styled-form .birth-date .form-field .date-selects .bootstrap-select:last-child {
    margin-right: 0
}

.styled-form .birth-date .form-field .date-selects .bootstrap-select.select-day {
    width: 25%
}

.styled-form .birth-date .form-field .date-selects .bootstrap-select.select-month {
    width: 50%
}

.styled-form .birth-date .form-field .date-selects .bootstrap-select.select-year {
    width: 25%
}

.styled-form .create-account {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 30px
}

.styled-form .create-account #save_data {
    order: 1;
    display: inline-block;
    flex: 1 1 0
}

.styled-form .create-account #save_data_label {
    order: 2;
    display: inline-block;
    flex: 1 1 90%
}

.styled-form .create-account .form-field {
    flex-wrap: wrap
}

.styled-form.styled-form-black-over-white .form-field label a {
    color: #2A2C2C
}

.styled-form.styled-form-black-over-white .field-cb input[type='checkbox']:before {
    border: solid 1px #2A2C2C
}

.styled-form.styled-form-centered {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.styled-form .form-blocker {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    transition: opacity .4s ease
}

.styled-form .form-blocker.opacity {
    opacity: .8
}

.styled-form .form-blocker.show {
    display: block
}

.styled-form.styled-form-big-inputs input:not([type="checkbox"]) {
    padding-top: 7px;
    padding-bottom: 7px
}

.styled-form.styled-form-big-inputs .glo-select {
    height: 44px
}

.styled-form em {
    display: none !important
}

.input-error+em {
    display: none !important
}

#module-1-1 .bg-photo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 218px;
    background-image: url(/cy/pub/media/pages/mod-1-1-1-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 218px;
    z-index: -53;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {
    #module-1-1 .bg-photo {
        height: calc(100vw*218/320);
        background-size: auto calc(100vw*218/320)
    }
}

@media (min-width: 768px) {
    #module-1-1 .bg-photo {
        height: 276px;
        background-image: url(/cy/pub/media/pages/mod-1-1-1.png);
        background-size: auto 276px
    }
}

@media (min-width: 992px) {
    #module-1-1 .bg-photo {
        height: 379px;
        background-image: url(/cy/pub/media/pages/mod-1-1-1.png);
        background-size: auto 379px
    }
}

@media (min-width: 1200px) {
    #module-1-1 .bg-photo {
        height: 519px;
        background-size: auto 519px
    }
}

#module-1-1 .bg-photo.animate {
    transform: scale(1);
    opacity: 1
}

#module-1-1 .bg-waves {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 218px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-2-mobile.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 218px;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {
    #module-1-1 .bg-waves {
        height: calc(100vw*218/320);
        background-size: auto calc(100vw*218/320)
    }
}

@media (min-width: 768px) {
    #module-1-1 .bg-waves {
        height: 276px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-2.png);
        background-size: auto 276px
    }
}

@media (min-width: 992px) {
    #module-1-1 .bg-waves {
        height: 379px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-2.png);
        background-size: auto 379px
    }
}

@media (min-width: 1200px) {
    #module-1-1 .bg-waves {
        height: 519px;
        background-size: auto 519px
    }
}

#module-1-1 .bg-waves.animate {
    transform: scale(1);
    opacity: 1
}

#module-1-1 .header-spacer {
    display: block;
    width: 100%;
    height: 218px
}

@media (min-width: 320px) {
    #module-1-1 .header-spacer {
        height: calc(100vw*218/320)
    }
}

@media (min-width: 768px) {
    #module-1-1 .header-spacer {
        height: 225px
    }
}

@media (min-width: 992px) {
    #module-1-1 .header-spacer {
        height: 100px
    }
}

#module-1-1 .bg-cutter {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 768px) {
    #module-1-1 .bg-cutter {
        height: 276px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-4.png);
        background-size: auto 276px
    }
}

@media (min-width: 992px) {
    #module-1-1 .bg-cutter {
        height: 379px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-4.png);
        background-size: auto 379px
    }
}

@media (min-width: 1200px) {
    #module-1-1 .bg-cutter {
        height: 519px;
        background-size: auto 519px
    }
}

#module-1-1 .bg-cutter.animate {
    transform: scale(1);
    opacity: 1
}

#module-1-1 .bg-product {
    position: absolute;
    display: block;
    top: -110px;
    left: 0;
    width: 100%;
    height: 484px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-3-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 484px;
    z-index: -51;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease
}

@media (min-width: 768px) {
    #module-1-1 .bg-product {
        height: 421px;
        top: 100px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-3-tablet.png);
        background-size: auto 421px;
        background-position: 500px center
    }
}

@media (min-width: 992px) {
    #module-1-1 .bg-product {
        height: 475px;
        top: 0px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-3.png);
        background-size: auto 475px;
        background-position: 500px center
    }
}

@media (min-width: 1200px) {
    #module-1-1 .bg-product {
        height: 624px;
        top: 0px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-3.png);
        background-size: auto 624px;
        background-position: 500px center
    }
}

@media (min-width: 1200px) and (min-height: 850px) {
    #module-1-1 .bg-product {
        background-image: url(https://cdn.discoverglo.es/img/home/mod-1-1-3-lg.png)
    }
}

#module-1-1 .bg-product.animate {
    opacity: 1;
    background-position: center center
}

#module-1-1 .title-claim-container {
    margin-top: -100px
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container {
        display: flex;
        justify-content: space-between;
        padding-top: 175px
    }
}

@media (min-width: 992px) and (min-height: 700px) {
    #module-1-1 .title-claim-container {
        align-items: flex-end
    }
}

@media (min-width: 1200px) {
    #module-1-1 .title-claim-container {
        padding-top: 294px
    }
}

#module-1-1 .title-claim-container .title .span-1 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Mont", Arial;
    font-weight: 800;
    text-transform: uppercase
}

@media (min-width: 768px) {
    #module-1-1 .title-claim-container .title .span-1 {
        font-size: 35px;
        line-height: 35px
    }
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container .title .span-1 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 1200px) {
    #module-1-1 .title-claim-container .title .span-1 {
        font-size: 42px;
        line-height: 47px
    }
}

#module-1-1 .title-claim-container .title .span-2 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Mont", Arial;
    font-weight: 800;
    text-transform: uppercase
}

@media (min-width: 768px) {
    #module-1-1 .title-claim-container .title .span-2 {
        font-size: 35px;
        line-height: 35px
    }
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container .title .span-2 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 1200px) {
    #module-1-1 .title-claim-container .title .span-2 {
        font-size: 42px;
        line-height: 47px
    }
}

#module-1-1 .title-claim-container .title .span-1 .and,
#module-1-1 .title-claim-container .title .span-2 .and {
    background-image: url(https://cdn.discoverglo.es/img/home/and.png);
    text-indent: -99999em;
    display: inline-block;
    overflow: hidden;
    height: 20px;
    width: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media (min-width: 768px) {

    #module-1-1 .title-claim-container .title .span-1 .and,
    #module-1-1 .title-claim-container .title .span-2 .and {
        height: 29px;
        width: 22px
    }
}

@media (min-width: 992px) {

    #module-1-1 .title-claim-container .title .span-1 .and,
    #module-1-1 .title-claim-container .title .span-2 .and {
        height: 40px;
        width: 30px
    }
}

#module-1-1 .title-claim-container .title .span-3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Mont", Arial;
    font-weight: 800;
    text-transform: uppercase
}

@media (min-width: 768px) {
    #module-1-1 .title-claim-container .title .span-3 {
        font-size: 35px;
        line-height: 35px
    }
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container .title .span-3 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 1200px) {
    #module-1-1 .title-claim-container .title .span-3 {
        font-size: 42px;
        line-height: 47px
    }
}

#module-1-1 .title-claim-container .title .span-4 img {
    width: 90px
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container .title .span-4 img {
        width: 150px
    }
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container .claim-button {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        left: 50px
    }
}

@media (min-width: 992px) and (min-height: 850px) {
    #module-1-1 .title-claim-container .claim-button {
        padding-top: 270px;
        margin-right: 70px
    }
}

#module-1-1 .title-claim-container .claim-button .claim {
    padding-top: 45px
}

#module-1-1 .title-claim-container .claim-button .claim .span-1 {
    display: block;
    font-size: 19px;
    font-family: "Mont", Arial;
    line-height: 1em;
    font-weight: 800
}

#module-1-1 .title-claim-container .claim-button .claim .span-2 {
    font-size: 46px;
    font-family: "Mont", Arial;
    font-weight: 600;
    line-height: 1em
}

@media (min-height: 850px) {
    #module-1-1 .title-claim-container .claim-button .claim .span-2 {
        display: inline-block
    }
}

#module-1-1 .title-claim-container .claim-button .claim .span-3 {
    font-size: 40px;
    font-family: "Mont", Arial;
    font-weight: 800;
    line-height: 1em
}

@media (min-height: 850px) {
    #module-1-1 .title-claim-container .claim-button .claim .span-3 {
        display: inline-block
    }
}

#module-1-1 .title-claim-container .claim-button .btn-container {
    display: flex;
    justify-content: center;
    padding-top: 35px;
    font-size: 10
}

@media (min-width: 992px) {
    #module-1-1 .title-claim-container .claim-button .btn-container {
        padding-top: 15px;
        font-size: 15px
    }
}

#module-1-1 .copy {
    margin-top: 40px;
    line-height: 20px
}

@media (min-width: 992px) {
    #module-1-1 .copy {
        display: none
    }
}

#module-1-1 .copy-md {
    display: none;
    font-size: 16px;
    line-height: 24px;
    width: 340px
}

@media (min-width: 768px) {
    #module-1-1 .copy-md {
        display: block;
        margin-top: 15px
    }
}

@media (min-width: 992px) {
    #module-1-1 .copy-md {
        display: block;
        margin-top: 75px
    }
}

#module-1-1 .claim-lg {
    display: none;
    width: 100%;
    justify-content: flex-end
}

@media (min-width: 992px) {
    #module-1-1 .claim-lg {
        display: flex
    }
}

#module-1-1 .claim-lg-content {
    width: 278px;
    margin-right: 34px
}

#module-1-1 .claim-lg .span-1 {
    display: block;
    font-size: 19px;
    font-family: "Mont", Arial;
    line-height: 1em;
    font-weight: 300
}

#module-1-1 .claim-lg .span-2 {
    display: inline-block;
    font-size: 38px;
    font-family: "Mont", Arial;
    font-weight: 800;
    line-height: 1em
}

#module-1-1 .claim-lg .span-3 {
    display: inline-block;
    font-size: 38px;
    font-family: "Mont", Arial;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1em
}

#module-1-1 .buy-button-lg {
    display: none;
    justify-content: flex-end;
    padding-top: 90px
}

@media (min-width: 992px) {
    #module-1-1 .buy-button-lg {
        display: flex
    }
}

#module-1-1 .buy-button-lg-content {
    width: 278px;
    margin-right: 34px
}

#module-1-1 .buy-button-lg a {
    display: flex;
    color: #fff;
    background: #ff8900;
    font-family: "Mont", Arial;
    font-weight: 800;
    line-height: 1em;
    font-size: 15px;
    width: 278px;
    height: 68px;
    justify-content: center;
    align-items: center
}


/*Slider1 Start*/

#module-1-2 .bg-waves,
.module-1-2 .bg-waves {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider1/waves-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-1-2 .bg-waves,
    .module-1-2 .bg-waves {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media only screen and (max-width: 992px) {
    #module-1-2 .container-fluid {
        padding-top: 407px;
    }
}

@media (min-width: 768px) {

    #module-1-2 .bg-waves,
    .module-1-2 .bg-waves {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider1/waves.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992) {

    #module-1-2 .bg-waves,
    .module-1-2 .bg-waves {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider1/waves.png");
        background-size: auto 379px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {

    #module-1-2 .bg-waves,
    .module-1-2 .bg-waves {
        height: 379px;
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-1-2 .bg-waves,
    .module-1-2 .bg-waves {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-1-2 .bg-waves.animate,
.module-1-2 .bg-waves.animate {
    transform: scale(1);
    opacity: 1;
}

#module-1-2 .bg-photo,
.module-1-2 .bg-photo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider1/model-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -53;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-1-2 .bg-photo,
    .module-1-2 .bg-photo {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-1-2 .bg-photo,
    .module-1-2 .bg-photo {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider1/model.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .bg-photo,
    .module-1-2 .bg-photo {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider1/model.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-1-2 .bg-photo,
    .module-1-2 .bg-photo {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-1-2 .bg-photo.animate,
.module-1-2 .bg-photo.animate {
    transform: scale(1);
    opacity: 1;
}

#module-1-2 .header-spacer,
.module-1-2 .header-spacer {
    display: block;
    width: 100%;
    height: 305px;
}

@media (min-width: 320px) {

    #module-1-2 .header-spacer,
    .module-1-2 .header-spacer {
        height: calc(100vw*305/320);
    }
}

@media (min-width: 350px) {

    #module-1-2 .header-spacer,
    .module-1-2 .header-spacer {
        height: calc(100vw*285/320);
    }
}

@media (min-width: 768px) {

    #module-1-2 .header-spacer,
    .module-1-2 .header-spacer {
        height: 300px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .header-spacer,
    .module-1-2 .header-spacer {
        height: 100px;
    }
}

#module-1-2 .bg-side,
.module-1-2 .bg-side {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider1/flares-mobile.png");
    background-size: auto 225px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -52;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-1-2 .bg-side,
    .module-1-2 .bg-side {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-1-2 .bg-side,
    .module-1-2 .bg-side {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider1/flares.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .bg-side,
    .module-1-2 .bg-side {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider1/flares.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-1-2 .bg-side,
    .module-1-2 .bg-side {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-1-2 .bg-side.animate,
.module-1-2 .bg-side.animate {
    transform: scale(1);
    opacity: 1;
}

#module-1-2 .bg-product,
.module-1-2 .bg-product {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    width: 100%;
    height: 351px;
    background-image: url("/cy/pub/media/backgrounds/slider1/product-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 277px;
    z-index: -51;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease;
}

@media (min-width: 350px) {

    #module-1-2 .bg-product,
    .module-1-2 .bg-product {
        top: 100px;
        background-size: auto 330px;
    }
}

@media (min-width: 768px) {

    #module-1-2 .bg-product,
    .module-1-2 .bg-product {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider1/product.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .bg-product,
    .module-1-2 .bg-product {
        height: 368px;
        background-image: url("/cy/pub/media/backgrounds/slider1/product.png");
        background-size: auto 368px;
        top: 90px;
    }
}

@media (min-width: 1200px) {

    #module-1-2 .bg-product,
    .module-1-2 .bg-product {
        height: 468px;
        background-image: url("/cy/pub/media/backgrounds/slider1/product.png");
        background-size: auto 468px;
        top: 150px;
    }
}

#module-1-2 .bg-product.animate,
.module-1-2 .bg-product.animate {
    opacity: 1;
    background-position: center center;
}

@media (min-width: 768px) {

    #module-1-2 .bg-product.animate,
    .module-1-2 .bg-product.animate {
        background-position: 40% center;
    }
}

@media (min-width: 992px) {

    #module-1-2 .bg-product.animate,
    .module-1-2 .bg-product.animate {
        background-position: center center;
    }
}

#module-1-2 .title .module-title,
.module-1-2 .title .module-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    max-width: 204px;
    margin-top: -150px;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    #module-1-2 .title .module-title,
    .module-1-2 .title .module-title {
        margin-top: -150px;
    }
}

@media (min-width: 768px) {

    #module-1-2 .title .module-title,
    .module-1-2 .title .module-title {
        font-size: 30px;
        line-height: 28px;
        max-width: 250px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .title .module-title,
    .module-1-2 .title .module-title {
        padding-top: 258px;
        font-size: 40px;
        line-height: 38px;
        max-width: 450px;
    }
}

@media (min-width: 1200px) {

    #module-1-2 .title .module-title,
    .module-1-2 .title .module-title {
        padding-top: 483px;
    }
}

#module-1-2 .title .module-title .span-1,
.module-1-2 .title .module-title .span-1 {
    display: block;
}

#module-1-2 .title .module-title .span-1 .and,
.module-1-2 .title .module-title .span-1 .and {
    background-image: url("https://cdn.discoverglo.es/img/home/and.png");
    text-indent: -99999em;
    display: inline-block;
    overflow: hidden;
    width: 15px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

    #module-1-2 .title .module-title .span-1 .and,
    .module-1-2 .title .module-title .span-1 .and {
        width: 22px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .title .module-title .span-1 .and,
    .module-1-2 .title .module-title .span-1 .and {
        width: 30px;
    }
}

#module-1-2 .title .module-title .span-3,
.module-1-2 .title .module-title .span-3 {
    display: block;
}

#module-1-2 .benefits,
.module-1-2 .benefits {
    padding-top: 70px;
}

@media (min-width: 768px) {

    #module-1-2 .benefits,
    .module-1-2 .benefits {
        padding-top: 100px;
        max-width: 370px;
    }
}

@media (min-width: 992px) {

    #module-1-2 .benefits,
    .module-1-2 .benefits {
        font-size: 20px;
        max-width: 515px;
    }
}

#module-1-2 .benefits ul,
.module-1-2 .benefits ul {
    padding-left: 15px;
}

@media (min-width: 992px) {

    #module-1-2 .benefits ul,
    .module-1-2 .benefits ul {
        padding-left: 60px;
    }
}

#module-1-2 .benefits li,
.module-1-2 .benefits li {
    margin-bottom: 15px;
    font-weight: 600;
}

@media (min-width: 992px) {

    #module-1-2 .benefits li,
    .module-1-2 .benefits li {
        margin-bottom: 5px;
    }
}

#module-1-2 .claim,
.module-1-2 .claim {
    padding-top: 35px;
}

@media (max-width: 472px) {

    #module-1-2 .claim,
    .module-1-2 .claim {
        padding-top: 30px;
        max-width: 185px;
    }
}

@media (min-width: 400px) {

    #module-1-2 .claim,
    .module-1-2 .claim {
        padding-top: 50px;
        max-width: 400px;
    }
}

@media (min-width: 600px) {

    #module-1-2 .claim,
    .module-1-2 .claim {
        padding-top: 50px;
        max-width: 340px;
    }
}

@media (min-width: 1200px) {

    #module-1-2 .claim,
    .module-1-2 .claim {
        padding-top: 70px;
    }
}

#module-1-2 .claim .span-1,
.module-1-2 .claim .span-1 {
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: 800;
}

#module-1-2 .claim .span-2,
.module-1-2 .claim .span-2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
}

@media (min-height: 100px) {

    #module-1-2 .claim .span-2,
    .module-1-2 .claim .span-2 {
        display: inline-block;
    }
}

#module-1-2 .claim .span-3,
.module-1-2 .claim .span-3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
}

@media (min-height: 1200px) {

    #module-1-2 .claim .span-3,
    .module-1-2 .claim .span-3 {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #module-1-2 .claim-button {
        width: 100%;
    }

    #module-1-2 .bg-product,
    #module-1-2 .bg-product {
        top: 29px;
        background-size: auto 185px;
        background-position: 193px 121px !important;
    }

    #module-1-2 .title .module-title,
    #module-1-2 .title .module-title {
        font-weight: 800;
        font-size: 21px;
        line-height: 23px;
        max-width: 100%;
        margin-top: -150px;
        text-transform: uppercase;
    }

    span.span-4 img {
        max-width: 70px;
    }

    #module-1-2 .claim,
    #module-1-2 .claim {
        padding-top: 10px;
    }
}


/*Slider1 End*/


/* Slider Offer Start*/


/*#module-1-3 .bg-waves, .module-1-3 .bg-waves {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider-offer/waves-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {
    #module-1-3 .bg-waves, .module-1-3 .bg-waves {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media only screen and (max-width: 992px){
    #module-1-3 .container-fluid {
        padding-top: 285px;
    }
}

@media (min-width: 768px) {
    #module-1-3 .bg-waves, .module-1-3 .bg-waves {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/waves.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992) {
    #module-1-3 .bg-waves, .module-1-3 .bg-waves {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/waves.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {
    #module-1-3 .bg-waves, .module-1-3 .bg-waves {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-1-3 .bg-waves.animate, .module-1-3 .bg-waves.animate {
    transform: scale(1);
    opacity: 1;
}

#module-1-3 .bg-photo, .module-1-3 .bg-photo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider-offer/model-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -53;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {
    #module-1-3 .bg-photo, .module-1-3 .bg-photo {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {
    #module-1-3 .bg-photo, .module-1-3 .bg-photo {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/model.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {
    #module-1-3 .bg-photo, .module-1-3 .bg-photo {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/model.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {
    #module-1-3 .bg-photo, .module-1-3 .bg-photo {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-1-3 .bg-photo.animate, .module-1-3 .bg-photo.animate {
    transform: scale(1);
    opacity: 1;
}

#module-1-3 .header-spacer, .module-1-3 .header-spacer {
    display: block;
    width: 100%;
    height: 305px;
}

@media (min-width: 320px) {
    #module-1-3 .header-spacer, .module-1-3 .header-spacer {
        height: calc(100vw*305/320);
    }
}

@media (min-width: 350px) {
    #module-1-3 .header-spacer, .module-1-3 .header-spacer {
        height: calc(100vw*285/320);
    }
}

@media (min-width: 768px) {
    #module-1-3 .header-spacer, .module-1-3 .header-spacer {
        height: 300px;
    }
}

@media (min-width: 992px) {
    #module-1-3 .header-spacer, .module-1-3 .header-spacer {
        height: 100px;
    }
}

#module-1-3 .bg-side, .module-1-3 .bg-side {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider-offer/flares-mobile.png");
    background-size: auto 225px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -52;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {
    #module-1-3 .bg-side, .module-1-3 .bg-side {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {
    #module-1-3 .bg-side, .module-1-3 .bg-side {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/flares.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {
    #module-1-3 .bg-side, .module-1-3 .bg-side {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/flares.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {
    #module-1-3 .bg-side, .module-1-3 .bg-side {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-1-3 .bg-side.animate, .module-1-3 .bg-side.animate {
    transform: scale(1);
    opacity: 1;
}

#module-1-3 .bg-product, .module-1-3 .bg-product {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    width: 100%;
    height: 351px;
    background-image: url("/cy/pub/media/backgrounds/slider-offer/product-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 277px;
    z-index: -51;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease;
}

@media (min-width: 350px) {
    #module-1-3 .bg-product, .module-1-3 .bg-product {
        top: 100px;
        background-size: auto 330px;
    }
}

@media (min-width: 768px) {
    #module-1-3 .bg-product, .module-1-3 .bg-product {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/product.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {
    #module-1-3 .bg-product, .module-1-3 .bg-product {
        height: 368px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/product.png");
        background-size: auto 368px;
        top: 90px;
    }
}

@media (min-width: 1200px) {
    #module-1-3 .bg-product, .module-1-3 .bg-product {
        height: 520px;
        background-image: url("/cy/pub/media/backgrounds/slider-offer/product.png");
        background-size: auto 463px;
        top: 36px;
    }
}

#module-1-3 .bg-product.animate, .module-1-3 .bg-product.animate {
    opacity: 1;
    background-position: center center;
}

@media (min-width: 768px) {
    #module-1-3 .bg-product.animate, .module-1-3 .bg-product.animate {
        background-position: 40% center;
    }
}

@media (min-width: 992px) {
    #module-1-3 .bg-product.animate, .module-1-3 .bg-product.animate {
        background-position: center center;
    }
}

#module-1-3 .title .module-title, .module-1-3 .title .module-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    max-width: 204px;
    margin-top: -150px;
    /*text-transform: uppercase;*/


}

@media (max-width: 768px) {

    #module-1-3 .title .module-title,
    .module-1-3 .title .module-title {
        margin-top: -150px;
    }
}

@media (min-width: 768px) {

    #module-1-3 .title .module-title,
    .module-1-3 .title .module-title {
        font-size: 30px;
        line-height: 28px;
        max-width: 250px;
    }
}

@media (min-width: 992px) {

    #module-1-3 .title .module-title,
    .module-1-3 .title .module-title {
        padding-top: 258px;
        font-size: 40px;
        line-height: 38px;
        max-width: 450px;
    }
}

@media (min-width: 1200px) {

    #module-1-3 .title .module-title,
    .module-1-3 .title .module-title {
        padding-top: 339px;
    }

    #module-1-3 .title-claim-container {
        padding-left: 22px;
    }
}

#module-1-3 .title .module-title .span-1,
.module-1-3 .title .module-title .span-1 {
    display: block;
}

#module-1-3 .title .module-title .span-1 .and,
.module-1-3 .title .module-title .span-1 .and {
    background-image: url("https://cdn.discoverglo.es/img/home/and.png");
    text-indent: -99999em;
    display: inline-block;
    overflow: hidden;
    width: 15px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

    #module-1-3 .title .module-title .span-1 .and,
    .module-1-3 .title .module-title .span-1 .and {
        width: 22px;
    }
}

@media (min-width: 992px) {

    #module-1-3 .title .module-title .span-1 .and,
    .module-1-3 .title .module-title .span-1 .and {
        width: 30px;
    }
}

#module-1-3 .title .module-title .span-3,
.module-1-3 .title .module-title .span-3 {
    display: block;
}

#module-1-3 .benefits,
.module-1-3 .benefits {
    padding-top: 70px;
}

@media (min-width: 768px) {

    #module-1-3 .benefits,
    .module-1-3 .benefits {
        padding-top: 100px;
        max-width: 370px;
    }
}

@media (min-width: 992px) {

    #module-1-3 .benefits,
    .module-1-3 .benefits {
        font-size: 20px;
        max-width: 515px;
    }
}

#module-1-3 .benefits ul,
.module-1-3 .benefits ul {
    padding-left: 15px;
}

@media (min-width: 992px) {

    #module-1-3 .benefits ul,
    .module-1-3 .benefits ul {
        padding-left: 60px;
    }
}

#module-1-3 .benefits li,
.module-1-3 .benefits li {
    margin-bottom: 15px;
    font-weight: 600;
}

@media (min-width: 992px) {

    #module-1-3 .benefits li,
    .module-1-3 .benefits li {
        margin-bottom: 5px;
    }
}

#module-1-3 .claim,
.module-1-3 .claim {
    padding-top: 35px;
}

@media (max-width: 472px) {

    #module-1-3 .claim,
    .module-1-3 .claim {
        padding-top: 30px;
        max-width: 185px;
    }
}

@media (min-width: 400px) {

    #module-1-3 .claim,
    .module-1-3 .claim {
        padding-top: 50px;
        max-width: 400px;
    }
}

@media (min-width: 600px) {

    #module-1-3 .claim,
    .module-1-3 .claim {
        padding-top: 50px;
        max-width: 340px;
    }
}

@media (min-width: 1200px) {

    #module-1-3 .claim,
    .module-1-3 .claim {
        padding-top: 70px;
    }
}

#module-1-3 .claim .span-1,
.module-1-3 .claim .span-1 {
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: 800;
}

#module-1-3 .claim .span-2,
.module-1-3 .claim .span-2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
}

@media (min-height: 100px) {

    #module-1-3 .claim .span-2,
    .module-1-3 .claim .span-2 {
        display: inline-block;
    }
}

#module-1-3 .claim .span-3,
.module-1-3 .claim .span-3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
}

@media (min-height: 1200px) {

    #module-1-3 .claim .span-3,
    .module-1-3 .claim .span-3 {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #module-1-3 .claim-button {
        width: 100%;
    }

    #module-1-3 .bg-product,
    #module-1-3 .bg-product {
        top: 29px;
        background-size: auto 239px;
        background-position: 140px 57px !important;
    }

    #module-1-3 .title .module-title,
    #module-1-3 .title .module-title {
        font-weight: 800;
        font-size: 16px;
        line-height: 23px;
        max-width: 100%;
        margin-top: -150px;
        text-transform: uppercase;
    }

    span.span-4 img {
        max-width: 70px;
    }

    #module-1-3 .claim,
    #module-1-3 .claim {
        padding-top: 10px;
    }
}

*/

/* Slider Offer End*/
#module-2 {
    margin-top: 60px
}

@media (min-width: 992px) {
    #module-2 {
        padding-bottom: 145px
    }
}

#module-2 .bg-waves {
    position: absolute;
    display: block;
    bottom: 170px;
    left: 0;
    width: 100%;
    height: 216px;
    background-image: url(/cy/pub/media/pages/hyper/mod-2-1-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 216px;
    z-index: -52;
    // transform: scale(1.5);
    transform-origin: top;
    opacity: 0;
    transition: all .5s ease
}

@media (min-width: 768px) {
    #module-2 .bg-waves {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 992px) {
    #module-2 .bg-waves {
        height: 447px;
        background-image: url(/cy/pub/media/pages/hyper/mod-2-1.png);
        bottom: auto;
        top: 27px;
        background-size: auto 447px
    }
}

#module-2 .bg-waves.animate {
    transform: scale(1);
    opacity: 1
}

#module-2 .bg-product {
    position: absolute;
    display: block;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 347px;
    background-image: url(/cy/pub/media/pages/hyper/mod-2-2-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 347px;
    z-index: -51;
    opacity: 0;
    left: 100px;
    transition: all .5s ease
}

@media (min-width: 768px) {
    #module-2 .bg-product {
        height: 500px;
        background-size: auto 500px
    }
}

@media (min-width: 992px) {
    #module-2 .bg-product {
        height: 651px;
        background-image: url(/cy/pub/media/pages/hyper/mod-2-2.png);
        background-size: auto 651px;
        bottom: auto;
        top: 0px
    }
}

#module-2 .bg-product.animate {
    opacity: 1;
    left: 0px
}

#module-2 .title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 36px;
    line-height: 35px
}

@media (min-width: 992px) {
    #module-2 .title {
        font-size: 40px;
        padding-top: 27px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    #module-2 .copy {
        width: 400px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    #module-2 .copy {
        width: 500px
    }
}

#module-2 .btn-container {
    display: flex;
    justify-content: center;
    padding-top: 328px
}

@media (min-width: 768px) {
    #module-2 .btn-container {
        padding-top: 500px
    }
}

@media (min-width: 992px) {
    #module-2 .btn-container {
        justify-content: flex-start;
        padding-top: 0px
    }
}

#module-2 .title,
#module-2 .copy,
#module-2 .btn-container {
    position: relative;
    opacity: 0;
    left: -100px;
    transition: all .5s ease
}

#module-2 .title.animate,
#module-2 .copy.animate,
#module-2 .btn-container.animate {
    opacity: 1;
    left: 0px
}

@media (min-width: 992px) {
    #module-3 {
        /*        background: url("https://cdn.discoverglo.es/img/modules/module-3/mod-3-product.png") 55% 0 no-repeat,url("https://cdn.discoverglo.es/img/modules/module-3/mod-3-bg.png") center 85% no-repeat;
*/
        padding-top: 190px;
        padding-bottom: 60px
    }
}

@media (min-width: 992px) {
    #module-3 .text-slider {
        display: flex;
        max-width: 1140px;
        margin: 0 auto
    }
}

#module-3 .text-slider .text-container {
    padding-top: 100px;
    /*    background: url(/cy/pub/media/pages/mod-3-product-mobile.png) left -20px no-repeat;
*/

    background-size: auto 457px;
    padding-top: 82px;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    #module-3 .text-slider .text-container {
        /*background: url(/cy/pub/media/pages/mod-3-product-mobile.png) right -72px no-repeat;*/
        background-size: auto 457px
    }
}

@media (min-width: 992px) {
    #module-3 .text-slider .text-container {
        background: none;
        flex: 1 1 0;
        order: 2;
        padding-top: 0
    }
}

#module-3 .text-slider .text-container .title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    #module-3 .text-slider .text-container .title {
        font-size: 40px;
        max-width: 400px;
        margin-left: 110px
    }
}

@media (min-width: 992px) {
    #module-3 .text-slider .text-container .copy {
        max-width: 400px;
        margin-left: 110px
    }
}

#module-3 .text-slider .text-container .container {
    position: relative;
    left: 200px;
    opacity: 0;
    transition: all 1s ease
}

#module-3 .text-slider .text-container.animate .container {
    left: 0px;
    opacity: 1
}

#module-3 .text-slider .slider-container {
    max-width: 500px;
    margin: 0 auto;
    /*background: url(https://cdn.discoverglo.es/img/modules/module-3/mod-3-bg-mobile.png) center center no-repeat;*/

    background-size: auto 499px;
    padding-top: 85px;
    z-index: 5;
    position: relative;
    top: -200px;
    opacity: 0;
    transition: all 1s ease
}

@media (min-width: 768px) {
    #module-3 .text-slider .slider-container {
        /*background: url(https://cdn.discoverglo.es/img/modules/module-3/mod-3-bg-tablet.png) left center no-repeat;*/
        padding-top: 20px;
        padding-bottom: 50px;
        margin-bottom: -50px;
        flex: 1 1 0;
        order: 1;
        max-width: 768px
    }
}

@media (min-width: 992px) {
    #module-3 .text-slider .slider-container {
        background: none;
        padding-top: 0;
        flex: 1 1 0;
        order: 1
    }
}

#module-3 .text-slider .slider-container .carousel {
    margin-left: 15px
}

section#module-3 .text-slider {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    #module-3 .text-slider .slider-container .carousel {
        margin-left: 200px;
        margin-right: 100px
    }
}

@media (min-width: 992px) {
    #module-3 .text-slider .slider-container .carousel {
        position: relative;
        z-index: 3;
        margin-left: 30px;
        margin-right: 0
    }
}

#module-3 .text-slider .slider-container .carousel .carousel-control-prev,
#module-3 .text-slider .slider-container .carousel .carousel-control-next {
    width: 62px;
    height: 62px;
    top: auto;
    bottom: 0;
    background: #fff;
    color: #2A2C2C;
    /*opacity: 1*/
}

#module-3 .text-slider .slider-container .carousel .carousel-control-prev.carousel-control-prev,
#module-3 .text-slider .slider-container .carousel .carousel-control-next.carousel-control-prev {
    left: auto;
    right: 62px;
    background: #2a2c2c;
    color: #fff
}

#module-3 .text-slider .slider-container .carousel .carousel-control-prev .carousel-control-prev-icon,
#module-3 .text-slider .slider-container .carousel .carousel-control-next .carousel-control-prev-icon {
    background: url(https://cdn.discoverglo.es/img/slider-left.png) center center no-repeat;
    background-size: contain
}

#module-3 .text-slider .slider-container .carousel .carousel-control-prev .carousel-control-next-icon,
#module-3 .text-slider .slider-container .carousel .carousel-control-next .carousel-control-next-icon {
    background: url(https://cdn.discoverglo.es/img/slider-right.png) center center no-repeat;
    background-size: contain
}

#module-3 .text-slider .slider-container.animate {
    top: 0px;
    opacity: 1
}

#module-3 .video-container {
    max-width: 1140px;
    margin: 0 auto 0;
    position: relative;
    left: 500px;
    opacity: 0;
    transition: all 1s ease
}

@media (min-width: 992px) {
    #module-3 .video-container {
        margin-top: -40px
    }
}

#module-3 .video-container #home-video-play,
#module-3 .video-container #home-video-play-tablet,
#module-3 .video-container #home-video-play-mobile {
    cursor: pointer
}

#module-3 .video-container #home-video-play#home-video-play-tablet,
#module-3 .video-container #home-video-play-tablet#home-video-play-tablet,
#module-3 .video-container #home-video-play-mobile#home-video-play-tablet {
    display: none
}

#module-3 .video-container #home-video-play#home-video-play,
#module-3 .video-container #home-video-play-tablet#home-video-play,
#module-3 .video-container #home-video-play-mobile#home-video-play {
    display: none
}

@media (min-width: 768px) {

    #module-3 .video-container #home-video-play#home-video-play-mobile,
    #module-3 .video-container #home-video-play-tablet#home-video-play-mobile,
    #module-3 .video-container #home-video-play-mobile#home-video-play-mobile {
        display: none
    }

    #module-3 .video-container #home-video-play#home-video-play-tablet,
    #module-3 .video-container #home-video-play-tablet#home-video-play-tablet,
    #module-3 .video-container #home-video-play-mobile#home-video-play-tablet {
        display: block
    }

    #module-3 .video-container #home-video-play#home-video-play,
    #module-3 .video-container #home-video-play-tablet#home-video-play,
    #module-3 .video-container #home-video-play-mobile#home-video-play {
        display: none
    }
}

@media (min-width: 992px) {

    #module-3 .video-container #home-video-play#home-video-play-mobile,
    #module-3 .video-container #home-video-play-tablet#home-video-play-mobile,
    #module-3 .video-container #home-video-play-mobile#home-video-play-mobile {
        display: none
    }

    #module-3 .video-container #home-video-play#home-video-play-tablet,
    #module-3 .video-container #home-video-play-tablet#home-video-play-tablet,
    #module-3 .video-container #home-video-play-mobile#home-video-play-tablet {
        display: none
    }

    #module-3 .video-container #home-video-play#home-video-play,
    #module-3 .video-container #home-video-play-tablet#home-video-play,
    #module-3 .video-container #home-video-play-mobile#home-video-play {
        display: block
    }
}

#module-3 .video-container .video-holder {
    height: 617px;
    position: relative
}

@media (min-width: 768px) {
    #module-3 .video-container .video-holder {
        max-width: 600px;
        height: 400px;
        margin-left: auto
    }
}

@media (min-width: 992px) {
    #module-3 .video-container .video-holder {
        max-width: 1110px;
        height: 617px;
        margin-left: auto
    }
}

#module-3 .video-container .video-holder .video-image {
    width: 100%;
    height: 617px;
    background: url("https://cdn.discoverglo.es/img/modules/module-3/video.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    #module-3 .video-container .video-holder .video-image {
        height: 400px
    }
}

@media (min-width: 992px) {
    #module-3 .video-container .video-holder .video-image {
        height: 617px
    }
}

#module-3 .video-container .video-holder #glo-video,
#module-3 .video-container .video-holder #glo-video-tablet,
#module-3 .video-container .video-holder #glo-video-mobile {
    position: absolute;
    top: 0;
    left: 0
}

#module-3 .video-container.animate {
    left: 0px;
    opacity: 1
}

#module-4 {
    padding-bottom: 425px;
    margin-top: 60px;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    #module-4 {
        margin-top: 100px;
        padding-top: 0;
        padding-bottom: 170px
    }

    #module-4 .features-row {
        margin-top: 53px !important;
    }

    #module-4 span.feature-description {
        width: 190px;
    }
}

#module-4 .bg-product-black {
    position: absolute;
    display: block;
    top: 170px;
    left: 0;
    width: 100%;
    height: 896px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-4-1-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -53
}

@media (min-width: 992px) {
    #module-4 .bg-product-black {
        height: 1355px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-4-1.png);
        background-size: auto 1355px;
        top: 0
    }
}

#module-4 .bg-waves {
    position: absolute;
    display: block;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 309px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-4-2-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -52;
    // transform: scale(1.5);
    transform-origin: top;
    opacity: 0;
    transition: all .5s ease
}

@media (min-width: 992px) {
    #module-4 .bg-waves {
        height: 623px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-4-2.png);
        bottom: auto;
        top: 0px !important;
        background-size: auto 632px
    }

    .colors-banner {
        display: inline-block;
        position: relative;
        float: right;
        width: 50%;
    }

    section#module-4 h2.title.animate {
        margin-bottom: 20px;
    }
}

#module-4 .bg-waves.animate {
    transform: scale(1);
    opacity: 1
}

#module-4 .bg-product-white {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-4-3-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 370px;
    z-index: -51;
    opacity: 0;
    bottom: -100px;
    transition: all .5s ease
}

#module-4 .bg-product-white.animate {
    opacity: 1;
    bottom: 0px
}

@media (min-width: 992px) {
    #module-4 .bg-product-white {
        height: 561px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-4-3.png);
        background-size: auto 561px;
        bottom: auto;
        top: 0;
        opacity: 0;
        top: 425px;
        transition: all .5s ease
    }

    #module-4 .bg-product-white.animate {
        opacity: 1;
        top: 0
    }
}

#module-4 .title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    position: relative;
    opacity: 0;
    left: -100px;
    transition: all .5s ease
}

@media (min-width: 992px) {
    #module-4 .title {
        font-size: 2rem;
        max-width: 500px
    }
}

#module-4 .title.animate {
    opacity: 1;
    left: 0px
}

#module-4 .title .and {
    background-image: url(https://cdn.discoverglo.es/img/home/and.png);
    text-indent: 99999em;
    display: inline-block;
    overflow: hidden;
    height: 21px;
    width: 16px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    #module-4 .title .and {
        height: 24px;
        width: 18px
    }
}

@media (min-width: 992px) {
    #module-4 .title .and {
        height: 29px;
        width: 22px
    }
}

#module-4 .title-image {
    width: 126px
}

#module-4 .features {
    padding: 0 25px;
    margin-top: 36px
}

@media (min-width: 768px) {
    #module-4 .features {
        padding: 0
    }
}

@media (min-width: 992px) {
    #module-4 .features {
        padding: 0 25px
    }
}

@media (min-width: 768px) {
    #module-4 .features .features-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
}

#module-4 .features .feature {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
    position: relative;
    opacity: 0;
    left: -100px;
    transition: all .5s ease
}

@media (min-width: 768px) {
    #module-4 .features .feature {
        width: 280px;
        margin-right: 30px
    }
}

@media (min-width: 992px) {
    #module-4 .features .feature {
        width: 300px;
        margin-right: 30px
    }
}

#module-4 .features .feature .feature-icon {
    display: flex;
    justify-content: center;
    margin-right: 32px
}

#module-4 .features .feature .feature-text {
    justify-content: flext-start;
    text-transform: uppercase
}

#module-4 .features .feature .feature-text .feature-title {
    display: block;
    font-family: "Mont", Arial;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

@media (min-width: 992px) {
    #module-4 .features .feature .feature-text .feature-title {
        font-size: 17px
    }
}

#module-4 .features .feature .feature-text .feature-description {
    display: block;
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px
}

@media (min-width: 992px) {
    #module-4 .features .feature .feature-text .feature-description {
        font-size: 20px
    }
}

#module-4 .features .feature.animate {
    opacity: 1;
    left: 0px
}

#module-4 .features .feature.feature-1 .feature-icon {
    margin-right: 30px
}

#module-4 .disclaimers {
    font-size: 12px;
    line-height: 13px;
    max-width: 600px
}

#module-4-legal {
    padding-top: 20px;
    background: #fff;
    color: #2A2C2C
}

#module-4-legal .disclamer-text {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0
}

@media (min-width: 992px) {

    #home-2 #module-4,
    #home-3 #module-4 {
        margin-top: 100px;
        padding-top: 180px
    }
}

@media (min-width: 992px) {

    #home-2 #module-4 .bg-waves,
    #home-3 #module-4 .bg-waves {
        top: 50px
    }
}

@media (min-width: 992px) {

    #home-2 #module-4 .bg-product-white,
    #home-3 #module-4 .bg-product-white {
        top: 75px
    }
}

#module-5 {
    background: url(https://cdn.discoverglo.es/img/modules/module-5/module-bg-mobile.png) center top;
    padding-top: 50px
}

#module-5 .bottom-shadow {
    background: url(https://cdn.discoverglo.es/img/modules/module-5/bottom-shadow-mobile.png) center bottom;
    background-repeat: repeat-x;
    background-size: 100% 100px;
    padding-bottom: 100px
}

@media (min-width: 992px) {
    #module-5 {
        background: url(https://cdn.discoverglo.es/img/modules/module-5/bg.png) center top;
        background-size: cover
    }
}

#module-5 .module-title {
    font-family: "Mont", Arial;
    font-size: 36px;
    font-weight: 800
}

@media (min-width: 992px) {
    #module-5 .module-title {
        font-size: 50px;
        position: absolute;
        top: 200px;
        opacity: 1;
        transition: opacity .3s ease
    }

    #module-5 .module-title.one-f-selected {
        opacity: 0
    }
}

#module-5 .features-mobile .feature {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3)
}

#module-5 .features-mobile .feature .title {
    position: relative;
    padding: 46px 0 45px 0;
    font-family: "Mont", Arial;
    font-size: 18px;
    font-weight: 100;
    background: url(https://cdn.discoverglo.es/img/modules/module-5/more.png) right center no-repeat
}

#module-5 .features-mobile .feature .title:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    #module-5 .features-mobile .feature .title {
        font-size: 20px
    }
}

#module-5 .features-mobile .feature .description {
    display: none;
    padding-left: 0;
    list-style: none;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    #module-5 .features-mobile .feature .description {
        display: block
    }
}

#module-5 .features-mobile .feature .description a {
    color: #fff
}

#module-5 .features .features-container {
    display: flex;
    align-items: flex-end
}

#module-5 .features .features-container .raya {
    width: 1px;
    height: 20%;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    transition: height 1s ease
}

#module-5 .features .features-container .feature {
    width: calc(100%/3);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    height: 575px;
    transition: width 1s ease
}

#module-5 .features .features-container .feature:last-child {
    border-right: none
}

#module-5 .features .features-container .feature .title,
#module-5 .features .features-container .feature .cierre {
    position: relative;
    font-family: "Mont", Arial;
    font-size: 20px;
    font-weight: 300;
    background: url(https://cdn.discoverglo.es/img/modules/module-5/more.png) center top no-repeat;
    padding-top: 30px;
    cursor: pointer;
    opacity: 1
}

#module-5 .features .features-container .feature .title.wait,
#module-5 .features .features-container .feature .cierre.wait {
    transition: opacity 1s ease;
    transition-delay: 1s
}

#module-5 .features .features-container .feature .cierre {
    background: url(https://cdn.discoverglo.es/img/modal-close.svg) center top no-repeat;
    opacity: 0;
    margin: 0;
    padding: 0
}

#module-5 .features .features-container .feature .description {
    display: none;
    text-align: left
}

#module-5 .features .features-container .feature .description .feature-txt {
    max-width: 500px
}

#module-5 .features .features-container .feature .description .feature-txt .feature-title {
    font-family: "Mont", Arial;
    font-size: 50px;
    font-weight: 800
}

#module-5 .features .features-container.one-selected .raya {
    height: 100%
}

#module-5 .features .features-container.one-selected .feature {
    position: relative;
    width: 60px
}

#module-5 .features .features-container.one-selected .feature:not(.selected) {
    position: relative
}

#module-5 .features .features-container.one-selected .feature:not(.selected) .title {
    opacity: 0;
    top: -100px
}

#module-5 .features .features-container.one-selected .feature:not(.selected).rotate .title {
    opacity: 1;
    transition: opacity 3s ease;
    transition: top .7s ease;
    transform: rotate(90deg);
    transform-origin: left center 0;
    width: 500px;
    position: absolute;
    top: 10px;
    background-position: left center;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0;
    padding: 15px 30px
}

#module-5 .features .features-container.one-selected .feature.selected {
    width: 100%;
    display: flex
}

#module-5 .features .features-container.one-selected .feature.selected .title {
    order: 2;
    opacity: 0
}

#module-5 .features .features-container.one-selected .feature.selected .description {
    display: flex;
    order: 1;
    opacity: 1;
    transition: opacity 1s ease
}

#module-5 .features .features-container.one-selected .feature.selected .description.hidden {
    opacity: 0
}

#module-5 .features .features-container.one-selected .feature.selected .cierre {
    opacity: 1;
    transition: opacity 1s ease;
    transition-delay: 1s;
    transform-origin: left center 0;
    position: absolute;
    top: 25px;
    right: 0;
    background-position: left center;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0;
    padding: 15px 30px
}

#module-6 {
    /*margin-top: 100px*/

    margin-top: 180px
}

#module-6 .container {
    max-width: 560px
}

@media (min-width: 992px) {
    #module-6 .container {
        max-width: 940px
    }
}

#module-6 .bg-photo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 547px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-6-1-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 547px;
    z-index: -52;
    // transform: scale(1.3);
    opacity: 0;
    transition: all 1s ease
}

@media (min-width: 992px) {
    #module-6 .bg-photo {
        height: 735px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-6-1.png);
        background-size: auto 735px
    }
}

#module-6 .bg-photo.animate {
    transform: scale(1);
    opacity: 1
}

#module-6 .bg-product {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 547px;
    background-image: url(https://cdn.discoverglo.es/img/home/mod-6-2-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto 547px;
    z-index: -51;
    // transform: scale(1.3);
    opacity: 0;
    transition: all 1s ease
}

@media (min-width: 992px) {
    #module-6 .bg-product {
        height: 735px;
        background-image: url(https://cdn.discoverglo.es/img/home/mod-6-2.png);
        background-size: auto 735px
    }
}

#module-6 .bg-product.animate {
    transform: scale(1);
    opacity: 1
}

#module-6 .title {
    font-family: "Mont", Arial;
    font-size: 47px;
    line-height: 1em;
    padding-top: 230px;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: all 1s ease
}

@media (min-width: 992px) {
    #module-6 .title {
        font-size: 60px;
        padding-top: 446px
    }
}

#module-6 .title .span-1 {
    font-size: 20px;
    line-height: 1em;
    display: block;
    font-weight: 800
}

@media (min-width: 992px) {
    #module-6 .title .span-1 {
        font-size: 26px
    }
}

#module-6 .title .span-2 {
    font-weight: 800;
    font-size: 47px;
    line-height: 1em
}

@media (min-width: 992px) {
    #module-6 .title .span-2 {
        font-size: 60px
    }

    #module-6 .title .span-2.text-logo {
        width: 78px;
        height: 67px;
        background-size: contain
    }
}

#module-6 .title .span-3 {
    font-weight: 800;
    font-size: 47px;
    line-height: 1em
}

@media (min-width: 992px) {
    #module-6 .title .span-3 {
        font-size: 55px
    }
}

#module-6 .title.animate {
    left: 0px;
    opacity: 1
}

#module-6 .copy {
    width: 180px;
    margin-top: 10px;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: all 1s ease
}

@media (min-width: 992px) {
    #module-6 .copy {
        width: 340px
    }
}

#module-6 .copy.animate {
    left: 0px;
    opacity: 1
}

#module-6 .price {
    font-family: "Mont", Arial;
    font-size: 51px;
    line-height: 1em;
    padding-top: 20px;
    display: flex;
    margin-bottom: 40px;
    position: relative;
    left: -200px;
    opacity: 0;
    transition: all 1s ease
}

#module-6 .price .price-1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1em;
    display: flex;
    align-items: flex-end;
    padding-bottom: 7px;
    margin-right: 15px
}

#module-6 .price .price-2 {
    font-weight: 800
}

#module-6 .price .price-3 {
    font-weight: 300
}

#module-6 .price.animate {
    left: 0px;
    opacity: 1
}

#module-7 {
    padding-top: 30px
}

#module-7 .container-products-slider {
    margin: 0 auto;
    max-width: 1440px
}

/*Module 7 Hidden CSS*/

/*#module-7 .products-slider {
    background: url(https://cdn.discoverglo.es/img/modules/module-7/bg-mobile.png) center bottom no-repeat;
    padding-bottom: 139px
}*/

/*@media (min-width: 992px) {
    #module-7 .products-slider {
        background: url(https://cdn.discoverglo.es/img/modules/module-7/bg.png) center bottom no-repeat;
        padding-bottom: 300px
    }
}*/
@media (min-width: 768px) {
    #module-7 .products-slider .slick-list {
        margin: 0 30px
    }
}

@media (min-width: 992px) {
    #module-7 .products-slider .slick-list {
        overflow: visible
    }
}

#module-7 .products-slider .slick-slide {
    outline: none
}

#module-7 .products-slider .product-item-container {
    outline: none;
    /*padding-top: 250px;*/

    width: 95%;
    background-position: center 25%;
    background-size: 217px 211px;
    /*  background-color: #fff;*/

    background-repeat: no-repeat;
    /*border: solid 2px #fff*/
}

#module-7 .products-slider .product-item-container {
    background-size: contain;
    /*padding-top: 310px;*/
}

.container-products-slider.second-row-products {
    margin-top: 46px !important;
}

@media (min-width: 1200px) {
    #module-7 .products-slider .product-item-container {
        margin: 0 auto;
        transform: scale(1);
        transition: transform .2s ease
    }

    #module-7 .products-slider .product-item-container:hover {
        transform: scale(1.1)
    }
}

#module-7 .products-slider .product-item-container span {
    display: block;
    background-color: #ff8900;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    color: #fff;
    max-width: 82%;
    margin: 0 auto;
}

#module-7 a {
    text-decoration: none
}

#module-7 .slick-arrow {
    display: none !important
}

#home-3 .products-slider {
    background: none;
    padding-bottom: 0
}

#module-8 {
    margin-top: 80px
}

@media (min-width: 992px) {
    #module-8 {
        margin-top: 30px;
        min-height: 655px
    }
}

#module-8 .bg-notebook {
    position: absolute;
    display: block;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 350px;
    background-image: url(/cy/pub/media/pages/glo-device-mobile-home.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 350px;
    z-index: -52;
    // transform: scale(1.5);
    transform-origin: top;
    opacity: 0;
    transition: all .5s ease
}

@media (min-width: 768px) {
    #module-8 .bg-notebook {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 992px) {
    #module-8 .bg-notebook {
        height: 478px;
        background-image: url(/cy/pub/media/pages/glo-device-home.png);
        bottom: auto;
        top: 27px;
        background-size: auto 480px
    }
}

#module-8 .bg-notebook.animate {
    transform: scale(1);
    opacity: 1
}

#module-8.module-8b .bg-notebook {
    background-image: url(https://cdn.discoverglo.es/img/home/mod-8b-mobile.png)
}

@media (min-width: 992px) {
    #module-8.module-8b .bg-notebook {
        background-image: url(https://cdn.discoverglo.es/img/home/mod-8b.png)
    }
}

#module-8 .title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 30px;
    line-height: 33px
}

@media (min-width: 992px) {
    #module-8 .title {
        font-size: 40px;
        line-height: 43px;
        padding-top: 27px;
        margin-bottom: 30px
    }
}

#module-8 .copy {
    font-size: 15px;
    line-height: 26px
}

#module-8 .copy .home-1 {
    font-family: "Mont", Arial;
    font-weight: 800
}

@media (min-width: 992px) {
    #module-8 .copy {
        width: 400px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    #module-8 .copy {
        width: 500px
    }
}

#module-8 .btn-container {
    display: flex;
    justify-content: center;
    padding-bottom: 328px
}

@media (min-width: 768px) {
    #module-8 .btn-container {
        padding-bottom: 370px
    }
}

@media (min-width: 992px) {
    #module-8 .btn-container {
        justify-content: flex-start;
        padding-bottom: 0px
    }
}

#module-8 .title,
#module-8 .copy,
#module-8 .list,
#module-8 .btn-container {
    position: relative;
    opacity: 0;
    left: -100px;
    transition: all .5s ease
}

@media (min-width: 992px) {

    #module-8 .title,
    #module-8 .copy,
    #module-8 .list,
    #module-8 .btn-container {
        margin-left: 60%
    }
}

#module-8 .title.animate,
#module-8 .copy.animate,
#module-8 .list.animate,
#module-8 .btn-container.animate {
    opacity: 1;
    left: 0px
}

.module-8-promo.module-8 {
    padding-bottom: 190px;
}

@media (min-width: 1200px) {
    #module-8.module-8-2 {
        margin-top: 120px
    }
}

/*MODULE 8-2 START*/
#module-8-2 {
    margin-top: 80px
}

@media (min-width: 992px) {
    #module-8-2 {
        margin-top: 30px;
        min-height: 475px
    }
}

#module-8-2 .bg-notebook {
    position: absolute;
    display: block;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 350px;
    background-image: url(/cy/pub/media/pages/hyper-tobacco-home-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 350px;
    z-index: -52;
    // transform: scale(1.5);
    transform-origin: top;
    opacity: 0;
    transition: all .5s ease
}

@media (min-width: 768px) {
    #module-8-2 .bg-notebook {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 992px) {
    #module-8-2 .bg-notebook {
        height: 615px;
        background-image: url(/cy/pub/media/pages/hyper-tobacco-home.png);
        bottom: auto;
        top: 27px;
        background-size: auto 601px
    }
}

#module-8-2 .bg-notebook.animate {
    transform: scale(1);
    opacity: 1
}

#module-8-2.module-8b .bg-notebook {
    background-image: url(https://cdn.discoverglo.es/img/home/mod-8b-mobile.png)
}

@media (min-width: 992px) {
    #module-8-2.module-8b .bg-notebook {
        background-image: url(https://cdn.discoverglo.es/img/home/mod-8b.png)
    }
}

#module-8-2 .title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 30px;
    line-height: 33px
}

@media (min-width: 992px) {
    #module-8-2 .title {
        font-size: 40px;
        line-height: 43px;
        padding-top: 27px;
        margin-bottom: 30px
    }
}

#module-8-2 .copy {
    font-size: 15px;
    line-height: 26px;
}

#module-8-2 .copy .home-1 {
    font-family: "Mont", Arial;
    font-weight: 800
}

@media (min-width: 992px) {
    #module-8-2 .copy {
        width: 400px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    #module-8-2 .copy {
        width: 500px
    }
}

#module-8-2 .btn-container {
    display: flex;
    justify-content: center;
    padding-bottom: 328px
}

@media (min-width: 768px) {
    #module-8-2 .btn-container {
        padding-bottom: 370px
    }
}

@media (min-width: 992px) {
    #module-8-2 .btn-container {
        justify-content: flex-start;
        padding-bottom: 0px
    }
}

#module-8-2 .title,
#module-8-2 .copy,
#module-8-2 .list,
#module-8-2 .btn-container {
    position: relative;
    opacity: 0;
    left: -100px;
    transition: all .5s ease
}

@media (min-width: 992px) {

    #module-8-2 .title,
    #module-8-2 .copy,
    #module-8-2 .list,
    #module-8-2 .btn-container {
        margin-left: 60%
    }
}

#module-8-2 .title.animate,
#module-8-2 .copy.animate,
#module-8-2 .list.animate,
#module-8-2 .btn-container.animate {
    opacity: 1;
    left: 0px
}

@media (min-width: 1200px) {
    #module-8-2.module-8-2 {
        margin-top: 0px
    }
}

/*MODULE 8-2 END */
@media (min-width: 768px) {

    #about #about-header,
    #conoce-glo #about-header {
        margin-top: 25px
    }
}

@media (min-width: 992px) {

    #about #about-header,
    #conoce-glo #about-header {
        margin-top: 0px
    }
}

@media (min-width: 1200px) {

    #about #about-header,
    #conoce-glo #about-header {
        height: 495px
    }
}

#about .header-spacer,
#conoce-glo .header-spacer {
    display: block;
    width: 100%;
    height: 260px
}

@media (min-width: 320px) {

    #about .header-spacer,
    #conoce-glo .header-spacer {
        height: calc(100vw*260/320)
    }
}

@media (min-width: 768px) {

    #about .header-spacer,
    #conoce-glo .header-spacer {
        height: 80px
    }
}

@media (min-width: 992px) {

    #about .header-spacer,
    #conoce-glo .header-spacer {
        height: 100px
    }
}

#about .model,
#about .waves,
#about .flares,
#conoce-glo .model,
#conoce-glo .waves,
#conoce-glo .flares {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 313px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 313px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    #about .model,
    #about .waves,
    #about .flares,
    #conoce-glo .model,
    #conoce-glo .waves,
    #conoce-glo .flares {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320)
    }
}

@media (min-width: 768px) {

    #about .model,
    #about .waves,
    #about .flares,
    #conoce-glo .model,
    #conoce-glo .waves,
    #conoce-glo .flares {
        height: 280px;
        background-size: auto 280px
    }
}

@media (min-width: 992px) {

    #about .model,
    #about .waves,
    #about .flares,
    #conoce-glo .model,
    #conoce-glo .waves,
    #conoce-glo .flares {
        height: 400px;
        background-size: auto 400px
    }
}

@media (min-width: 1200px) {

    #about .model,
    #about .waves,
    #about .flares,
    #conoce-glo .model,
    #conoce-glo .waves,
    #conoce-glo .flares {
        height: 519px;
        background-size: auto 519px
    }
}

#about .model.model,
#about .waves.model,
#about .flares.model,
#conoce-glo .model.model,
#conoce-glo .waves.model,
#conoce-glo .flares.model {
    background-image: url(/cy/pub/media/backgrounds/about/model-mobile.png);
    z-index: -51
}

@media (min-width: 768px) {

    #about .model.model,
    #about .waves.model,
    #about .flares.model,
    #conoce-glo .model.model,
    #conoce-glo .waves.model,
    #conoce-glo .flares.model {
        background-image: url(/cy/pub/media/backgrounds/about/model.png)
    }
}

#about .model.waves,
#about .waves.waves,
#about .flares.waves,
#conoce-glo .model.waves,
#conoce-glo .waves.waves,
#conoce-glo .flares.waves {
    background-image: url(/cy/pub/media/backgrounds/about/waves-mobile.png);
    z-index: -53
}

@media (min-width: 768px) {

    #about .model.waves,
    #about .waves.waves,
    #about .flares.waves,
    #conoce-glo .model.waves,
    #conoce-glo .waves.waves,
    #conoce-glo .flares.waves {
        background-image: url(/cy/pub/media/backgrounds/about/waves.png)
    }
}

#about .model.flares,
#about .waves.flares,
#about .flares.flares,
#conoce-glo .model.flares,
#conoce-glo .waves.flares,
#conoce-glo .flares.flares {
    background-image: url(/cy/pub/media/backgrounds/about/flares-mobile.png);
    z-index: -52
}

@media (min-width: 768px) {

    #about .model.flares,
    #about .waves.flares,
    #about .flares.flares,
    #conoce-glo .model.flares,
    #conoce-glo .waves.flares,
    #conoce-glo .flares.flares {
        background-image: url(/cy/pub/media/backgrounds/about/flares.png)
    }
}

#about .model.animate,
#about .waves.animate,
#about .flares.animate,
#conoce-glo .model.animate,
#conoce-glo .waves.animate,
#conoce-glo .flares.animate {
    transform: scale(1);
    opacity: 1
}

#about-header .big-container {
    padding-bottom: 37px;
    margin-top: -35px;
}

@media (min-width: 768px) {
    #about-header .big-container {
        padding-top: 170px;
        padding-bottom: 120px;
    }
}

@media (min-width: 992px) {
    #about-header .big-container {
        padding-top: 195px;
    }

    #about-header h1.page-title {
        font-size: 37px;
        font-weight: 800;
        padding-left: 38px;
        padding-top: 33px;
        line-height: 41px;
    }
}

@media (min-width: 1200px) {
    #about-header .big-container {
        padding-top: 300px;
    }
}

@media screen and (max-width: 992px) {
    #about-header h1.page-title {
        font-size: 24px;
        font-weight: 800;
        padding-left: 21px;
        line-height: 28px;
    }

    #about-header .big-container {
        margin-top: -58px !important;
    }
}

#about #about-header .header-title,
#conoce-glo #about-header .header-title {
    margin: -80px auto 0;
    font-family: "Mont", Arial;
    font-size: 35px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    opacity: 0;
    transition: all .2s ease
}

@media (min-width: 768px) {

    #about #about-header .header-title,
    #conoce-glo #about-header .header-title {
        max-width: none;
        margin-top: -80px;
        padding-top: 100px;
        padding-left: 0
    }
}

@media (min-width: 992px) {

    #about #about-header .header-title,
    #conoce-glo #about-header .header-title {
        padding-top: 100px;
        padding-left: 20px;
        font-size: 40px
    }
}

@media (min-width: 1200px) {

    #about #about-header .header-title,
    #conoce-glo #about-header .header-title {
        padding-top: 120px
    }
}

#about #about-header .header-title .logo,
#conoce-glo #about-header .header-title .logo {
    background: url("https://cdn.discoverglo.es/img/glo-logo.svg") center center no-repeat;
    background-size: cover;
    width: 114px;
    height: 94px;
    font-size: 1px;
    text-indent: -99999999em;
    overflow: hidden;
    display: block
}

@media (min-width: 992px) {

    #about #about-header .header-title .logo,
    #conoce-glo #about-header .header-title .logo {
        width: 149px;
        height: 128px
    }
}

#about #about-header .header-title.animate,
#conoce-glo #about-header .header-title.animate {
    opacity: 1
}

/*#about .about-content,
#conoce-glo .about-content {
    padding: 100px 0;
    color: #fff
}*/
#about .about-content .about-container,
#conoce-glo .about-content .about-container {
    position: relative
}

@media (min-width: 992px) {

    #about .about-content .about-container,
    #conoce-glo .about-content .about-container {
        display: flex;
        align-items: start;
        justify-content: space-between
    }
}

#about .about-content .about-container .about-title,
#conoce-glo .about-content .about-container .about-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px
}

@media (min-width: 992px) {

    #about .about-content .about-container .about-title,
    #conoce-glo .about-content .about-container .about-title {
        font-size: 2rem;
        line-height: 44px
    }
}

#about .about-content .about-container p,
#conoce-glo .about-content .about-container p {
    margin-bottom: 2em
}

#about .about-content .about-container .semibold,
#conoce-glo .about-content .about-container .semibold {
    font-weight: 600
}

#about .about-content#about-future,
#conoce-glo .about-content#about-future {
    padding-bottom: 0
}

@media (min-width: 992px) {

    #about .about-content#about-future,
    #conoce-glo .about-content#about-future {
        padding-top: 120px
    }
}

#about .about-content#about-future .text,
#conoce-glo .about-content#about-future .text {
    position: relative;
    left: -100px;
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 992px) {

    #about .about-content#about-future .text,
    #conoce-glo .about-content#about-future .text {
        max-width: 462px
    }
}

#about .about-content#about-future .text.animate,
#conoce-glo .about-content#about-future .text.animate {
    left: 0;
    opacity: 1
}

#about .about-content#about-future.no-video,
#conoce-glo .about-content#about-future.no-video {
    display: block;
    top: -50px;
    left: 0;
    width: 100%;
    padding-bottom: 396px;
    background-image: url(https://cdn.discoverglo.es/img/sections/about/future-products-mobile_2x.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 396px;
    z-index: -54
}

#about .about-content#about-future.no-video .video-placeholder,
#conoce-glo .about-content#about-future.no-video .video-placeholder {
    display: none
}

@media (min-width: 768px) {

    #about .about-content#about-future.no-video,
    #conoce-glo .about-content#about-future.no-video {
        top: 0
    }
}

@media (min-width: 992px) {

    #about .about-content#about-future.no-video,
    #conoce-glo .about-content#about-future.no-video {
        background-image: url(https://cdn.discoverglo.es/img/sections/about/future-products_2x.png);
        background-position: center center;
        height: 600px;
        background-size: auto 600px
    }
}

@media (min-width: 1200px) {

    #about .about-content#about-future.no-video,
    #conoce-glo .about-content#about-future.no-video {
        height: 759px;
        background-size: auto 759px
    }
}

#about .about-content#about-freedom .about-container,
#conoce-glo .about-content#about-freedom .about-container {
    padding-top: 100px
}

#about .about-content#about-freedom .text,
#conoce-glo .about-content#about-freedom .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 768px) {

    #about .about-content#about-freedom .text,
    #conoce-glo .about-content#about-freedom .text {
        align-items: flex-start
    }
}

@media (min-width: 992px) {

    #about .about-content#about-freedom .text,
    #conoce-glo .about-content#about-freedom .text {
        max-width: 480px;
        order: 2;
        text-align: right;
        align-items: flex-end
    }
}

#about .about-content#about-freedom .text .about-title .and,
#conoce-glo .about-content#about-freedom .text .about-title .and {
    background-image: url(https://cdn.discoverglo.es/img/home/and.png);
    text-indent: 99999em;
    display: inline-block;
    overflow: hidden;
    height: 24px;
    width: 18px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media (min-width: 768px) {

    #about .about-content#about-freedom .text .about-title .and,
    #conoce-glo .about-content#about-freedom .text .about-title .and {
        height: 27px;
        width: 20px
    }
}

@media (min-width: 992px) {

    #about .about-content#about-freedom .text .about-title .and,
    #conoce-glo .about-content#about-freedom .text .about-title .and {
        height: 33px;
        width: 25px
    }
}

#about .about-content#about-freedom .text .about-copy,
#conoce-glo .about-content#about-freedom .text .about-copy {
    max-width: 308px
}

#about .about-content#about-freedom .text.animate,
#conoce-glo .about-content#about-freedom .text.animate {
    left: 0;
    opacity: 1
}

#about .about-content#about-freedom .products,
#conoce-glo .about-content#about-freedom .products {
    text-align: center;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 992px) {

    #about .about-content#about-freedom .products,
    #conoce-glo .about-content#about-freedom .products {
        order: 1
    }
}

#about .about-content#about-freedom .products img,
#conoce-glo .about-content#about-freedom .products img {
    max-width: 100%
}

@media (min-width: 992px) {

    #about .about-content#about-freedom .products img,
    #conoce-glo .about-content#about-freedom .products img {
        max-width: 560px
    }
}

#about .about-content#about-freedom .products.animate,
#conoce-glo .about-content#about-freedom .products.animate {
    top: 0;
    opacity: 1
}

#about .about-content#about-freedom #home-video-play,
#about .about-content#about-freedom #home-video-play-tablet,
#about .about-content#about-freedom #home-video-play-mobile,
#conoce-glo .about-content#about-freedom #home-video-play,
#conoce-glo .about-content#about-freedom #home-video-play-tablet,
#conoce-glo .about-content#about-freedom #home-video-play-mobile {
    cursor: pointer
}

#about .about-content#about-freedom #home-video-play#home-video-play,
#about .about-content#about-freedom #home-video-play-tablet#home-video-play,
#about .about-content#about-freedom #home-video-play-mobile#home-video-play,
#conoce-glo .about-content#about-freedom #home-video-play#home-video-play,
#conoce-glo .about-content#about-freedom #home-video-play-tablet#home-video-play,
#conoce-glo .about-content#about-freedom #home-video-play-mobile#home-video-play {
    display: none
}

#about .about-content#about-freedom #home-video-play#home-video-play-tablet,
#about .about-content#about-freedom #home-video-play-tablet#home-video-play-tablet,
#about .about-content#about-freedom #home-video-play-mobile#home-video-play-tablet,
#conoce-glo .about-content#about-freedom #home-video-play#home-video-play-tablet,
#conoce-glo .about-content#about-freedom #home-video-play-tablet#home-video-play-tablet,
#conoce-glo .about-content#about-freedom #home-video-play-mobile#home-video-play-tablet {
    display: none
}

@media (min-width: 992px) {

    #about .about-content#about-freedom #home-video-play#home-video-play-mobile,
    #about .about-content#about-freedom #home-video-play-tablet#home-video-play-mobile,
    #about .about-content#about-freedom #home-video-play-mobile#home-video-play-mobile,
    #conoce-glo .about-content#about-freedom #home-video-play#home-video-play-mobile,
    #conoce-glo .about-content#about-freedom #home-video-play-tablet#home-video-play-mobile,
    #conoce-glo .about-content#about-freedom #home-video-play-mobile#home-video-play-mobile {
        display: none
    }

    #about .about-content#about-freedom #home-video-play#home-video-play-tablet,
    #about .about-content#about-freedom #home-video-play-tablet#home-video-play-tablet,
    #about .about-content#about-freedom #home-video-play-mobile#home-video-play-tablet,
    #conoce-glo .about-content#about-freedom #home-video-play#home-video-play-tablet,
    #conoce-glo .about-content#about-freedom #home-video-play-tablet#home-video-play-tablet,
    #conoce-glo .about-content#about-freedom #home-video-play-mobile#home-video-play-tablet {
        display: block
    }
}

@media (min-width: 1200px) {

    #about .about-content#about-freedom #home-video-play#home-video-play-tablet,
    #about .about-content#about-freedom #home-video-play-tablet#home-video-play-tablet,
    #about .about-content#about-freedom #home-video-play-mobile#home-video-play-tablet,
    #conoce-glo .about-content#about-freedom #home-video-play#home-video-play-tablet,
    #conoce-glo .about-content#about-freedom #home-video-play-tablet#home-video-play-tablet,
    #conoce-glo .about-content#about-freedom #home-video-play-mobile#home-video-play-tablet {
        display: none
    }

    #about .about-content#about-freedom #home-video-play#home-video-play,
    #about .about-content#about-freedom #home-video-play-tablet#home-video-play,
    #about .about-content#about-freedom #home-video-play-mobile#home-video-play,
    #conoce-glo .about-content#about-freedom #home-video-play#home-video-play,
    #conoce-glo .about-content#about-freedom #home-video-play-tablet#home-video-play,
    #conoce-glo .about-content#about-freedom #home-video-play-mobile#home-video-play {
        display: block
    }
}

#about .about-content#about-freedom .video-placeholder,
#conoce-glo .about-content#about-freedom .video-placeholder {
    width: 100%
}

@media (min-width: 992px) {

    #about .about-content#about-freedom .video-placeholder,
    #conoce-glo .about-content#about-freedom .video-placeholder {
        width: 510px
    }
}

@media (min-width: 1200px) {

    #about .about-content#about-freedom .video-placeholder,
    #conoce-glo .about-content#about-freedom .video-placeholder {
        width: 640px
    }
}

#about .about-content#about-freedom .video-placeholder .video-image,
#conoce-glo .about-content#about-freedom .video-placeholder .video-image {
    width: 100%;
    height: 290px;
    background: url("https://cdn.discoverglo.es/img/sections/about/video-2.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1
}

@media (min-width: 992px) {

    #about .about-content#about-freedom .video-placeholder .video-image,
    #conoce-glo .about-content#about-freedom .video-placeholder .video-image {
        width: 480px
    }
}

@media (min-width: 1200px) {

    #about .about-content#about-freedom .video-placeholder .video-image,
    #conoce-glo .about-content#about-freedom .video-placeholder .video-image {
        height: 360px;
        width: 640px
    }
}

#about .about-content#about-seleccion,
#conoce-glo .about-content#about-seleccion {
    padding-top: 50px;
    background: url(https://cdn.discoverglo.es/img/sections/about/cutter-mobile.png) center bottom no-repeat
}

@media (min-width: 992px) {

    #about .about-content#about-seleccion,
    #conoce-glo .about-content#about-seleccion {
        padding-top: 100px;
        background: url(https://cdn.discoverglo.es/img/sections/about/cutter.png) center bottom no-repeat
    }
}

#about .about-content#about-seleccion .text,
#conoce-glo .about-content#about-seleccion .text {
    padding: 0px 15px
}

#about .about-content#about-seleccion .text .about-title,
#conoce-glo .about-content#about-seleccion .text .about-title {
    font-family: "Mont", Arial;
    font-weight: 800
}

@media (min-width: 992px) {

    #about .about-content#about-seleccion .text .about-title,
    #conoce-glo .about-content#about-seleccion .text .about-title {
        font-size: 40px;
        line-height: 44px
    }
}

#about .about-content#about-seleccion .gama-item,
#conoce-glo .about-content#about-seleccion .gama-item {
    max-width: 294px;
    margin: 0 auto;
    margin-bottom: 20px
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-item,
    #conoce-glo .about-content#about-seleccion .gama-item {
        max-width: 515px
    }
}

@media (min-width: 992px) {

    #about .about-content#about-seleccion .gama-item,
    #conoce-glo .about-content#about-seleccion .gama-item {
        max-width: none;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 50px
    }
}

#about .about-content#about-seleccion .gama-item .cont-frescor,
#conoce-glo .about-content#about-seleccion .gama-item .cont-frescor {
    width: 100%;
    max-width: 774px
}

#about .about-content#about-seleccion .gama-item p,
#conoce-glo .about-content#about-seleccion .gama-item p {
    text-align: left
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-item p,
    #conoce-glo .about-content#about-seleccion .gama-item p {
        font-size: 20px
    }
}

@media (min-width: 992px) {

    #about .about-content#about-seleccion .gama-item p,
    #conoce-glo .about-content#about-seleccion .gama-item p {
        text-align: center;
        font-size: 30px;
        writing-mode: vertical-rl
    }
}

#about .about-content#about-seleccion .gama-image,
#conoce-glo .about-content#about-seleccion .gama-image {
    width: 100%;
    height: 79px
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-image,
    #conoce-glo .about-content#about-seleccion .gama-image {
        height: 125px
    }
}

@media (min-width: 992px) {

    #about .about-content#about-seleccion .gama-image,
    #conoce-glo .about-content#about-seleccion .gama-image {
        height: 205px
    }
}

#about .about-content#about-seleccion .gama-image.gama-image-classic,
#conoce-glo .about-content#about-seleccion .gama-image.gama-image-classic {
    background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_classic_mobile.png) center bottom no-repeat;
    background-size: contain
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-image.gama-image-classic,
    #conoce-glo .about-content#about-seleccion .gama-image.gama-image-classic {
        background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_classic.png) center top no-repeat;
        background-size: contain;
        max-width: 774px
    }
}

#about .about-content#about-seleccion .gama-image.gama-image-artic,
#conoce-glo .about-content#about-seleccion .gama-image.gama-image-artic {
    background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_artic_mobile.png) center bottom no-repeat;
    background-size: contain;
    margin-bottom: 15px
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-image.gama-image-artic,
    #conoce-glo .about-content#about-seleccion .gama-image.gama-image-artic {
        background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_artic.png) center top no-repeat;
        background-size: contain;
        margin-bottom: 25px;
        max-width: 774px
    }
}

#about .about-content#about-seleccion .gama-image.gama-image-blue,
#conoce-glo .about-content#about-seleccion .gama-image.gama-image-blue {
    background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_blue_mobile.png) center bottom no-repeat;
    background-size: contain
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-image.gama-image-blue,
    #conoce-glo .about-content#about-seleccion .gama-image.gama-image-blue {
        background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_blue.png) center top no-repeat;
        background-size: contain;
        max-width: 774px
    }
}

#about .about-content#about-seleccion .gama-image.gama-image-yellow,
#conoce-glo .about-content#about-seleccion .gama-image.gama-image-yellow {
    background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_yellow_mobile.png) center bottom no-repeat;
    background-size: contain
}

@media (min-width: 768px) {

    #about .about-content#about-seleccion .gama-image.gama-image-yellow,
    #conoce-glo .about-content#about-seleccion .gama-image.gama-image-yellow {
        background: url(https://cdn.discoverglo.es/img/sections/about/consumibles_yellow.png) center top no-repeat;
        background-size: contain;
        max-width: 774px
    }
}

#about .about-content#about-seleccion .btn,
#conoce-glo .about-content#about-seleccion .btn {
    margin: 0 auto 15px auto;
    font-size: 14px
}

#about .about-content#about-experience,
#conoce-glo .about-content#about-experience {
    padding-top: 100px;
    padding-bottom: 100px;
}

#about .about-content#about-experience .text,
#conoce-glo .about-content#about-experience .text {
    position: relative;
    left: -100px;
    opacity: 0;
    transition: all .6s ease
}

#about .about-content#about-experience .text .btn,
#conoce-glo .about-content#about-experience .text .btn {
    width: auto;
    max-width: 400px
}

#about .about-content#about-experience .text.animate,
#conoce-glo .about-content#about-experience .text.animate {
    left: 0;
    opacity: 1
}

#about .about-content#about-experience .bat-logo,
#conoce-glo .about-content#about-experience .bat-logo {
    display: none;
    padding: 50px;
    margin-right: 30px;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 992px) {

    #about .about-content#about-experience .bat-logo,
    #conoce-glo .about-content#about-experience .bat-logo {
        display: block;
    }
}

#about .about-content#about-experience .bat-logo img,
#conoce-glo .about-content#about-experience .bat-logo img {
    max-width: 316px
}

#about .about-content#about-experience .bat-logo.animate,
#conoce-glo .about-content#about-experience .bat-logo.animate {
    left: 0;
    opacity: 1
}

#about .about-content#about-experience .bat-logo-mob,
#conoce-glo .about-content#about-experience .bat-logo-mob {
    position: relative;
    bottom: 100px;
    opacity: 0;
    transition: all .6s ease
}

#about .about-content#about-experience .bat-logo-mob .btn,
#conoce-glo .about-content#about-experience .bat-logo-mob .btn {
    width: auto
}

#about .about-content#about-experience .bat-logo-mob.animate,
#conoce-glo .about-content#about-experience .bat-logo-mob.animate {
    bottom: 0;
    opacity: 1
}

@media (min-width: 992px) {

    #about .about-content#about-experience .text,
    #conoce-glo .about-content#about-experience .text {
        max-width: 50%
    }
}

#about .about-content#about-experience .about-title::after,
#conoce-glo .about-content#about-experience .about-title::after {
    margin-top: 30px;
    margin-bottom: 50px;
    content: "";
    display: block;
    width: 100%;
    height: 124px;
    background: url(/cy/pub/media/pages/about-bat-logo.png) center bottom no-repeat;
    background-size: contain
}

@media (min-width: 992px) {

    #about .about-content#about-experience .about-title::after,
    #conoce-glo .about-content#about-experience .about-title::after {
        content: none
    }
}

@media (min-width: 992px) {

    #about .about-content#about-use .about-title,
    #conoce-glo .about-content#about-use .about-title {
        text-align: center
    }
}

@media (min-width: 992px) {

    #about .about-content#about-use .how-to-use-content,
    #conoce-glo .about-content#about-use .how-to-use-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
}

#about .about-content#about-use .how-to-use-content .how-to-use-item,
#conoce-glo .about-content#about-use .how-to-use-content .how-to-use-item {
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 992px) {

    #about .about-content#about-use .how-to-use-content .how-to-use-item,
    #conoce-glo .about-content#about-use .how-to-use-content .how-to-use-item {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto
    }

    #about .about-content#about-use .how-to-use-content .how-to-use-item:nth-child(odd),
    #conoce-glo .about-content#about-use .how-to-use-content .how-to-use-item:nth-child(odd) {
        margin-right: 15px
    }

    #about .about-content#about-use .how-to-use-content .how-to-use-item:nth-child(even),
    #conoce-glo .about-content#about-use .how-to-use-content .how-to-use-item:nth-child(even) {
        margin-left: 15px
    }
}

#about .about-content#about-use .how-to-use-content .how-to-use-item .how-to-use-image,
#conoce-glo .about-content#about-use .how-to-use-content .how-to-use-item .how-to-use-image {
    max-width: 100%;
    cursor: pointer
}

@media (min-width: 992px) {

    #about .about-content#about-use .how-to-use-content .how-to-use-item .how-to-use-image,
    #conoce-glo .about-content#about-use .how-to-use-content .how-to-use-item .how-to-use-image {
        max-width: 400px
    }
}

/*First slider*/
#about-header .bg-product,
#about-header .bg-product {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    width: 100%;
    height: 351px;
    background-image: url("/cy/pub/media/backgrounds/about/product.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 277px;
    z-index: -51;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease;
}

@media (min-width: 350px) {

    #about-header .bg-product,
    #about-header .bg-product {
        top: 100px;
        background-size: auto 330px;
    }
}

@media (min-width: 768px) {

    #about-header .bg-product,
    #about-header .bg-product {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/about/product.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #about-header .bg-product,
    #about-header .bg-product {
        height: 368px;
        background-image: url("/cy/pub/media/backgrounds/about/product.png");
        background-size: auto 368px;
        top: 90px;
    }
}

@media (min-width: 1200px) {

    #about-header .bg-product,
    #about-header .bg-product {
        height: 468px;
        background-image: url("/cy/pub/media/backgrounds/about/product.png");
        background-size: auto 468px;
        top: 150px;
    }
}

#about-header .bg-product.animate,
#about-header .bg-product.animate {
    opacity: 1;
    background-position: center center;
}

@media (min-width: 768px) {

    #about-header .bg-product.animate,
    #about-header .bg-product.animate {
        background-position: 40% center;
    }
}

@media (min-width: 992px) {

    #about-header .bg-product.animate,
    #about-header .bg-product.animate {
        background-position: center center;
    }
}

@media screen and (max-width: 767px) {

    #about-header .bg-product,
    #about-header .bg-product {
        top: 29px;
        background-size: auto 260px;
        background-position: -40px 33px !important;
    }
}

#product .bg-waves,
#glo-hyper .bg-waves {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 210px;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .4s ease
}

#product .bg-waves.black,
#glo-hyper .bg-waves.black {
    background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/black/product-mobile_black.png)
}

#product .bg-waves.blue,
#glo-hyper .bg-waves.blue {
    background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/blue/product-mobile_blue.png)
}

#product .bg-waves.orange,
#glo-hyper .bg-waves.orange {
    background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/orange/product-mobile_orange.png)
}

#product .bg-waves.white,
#glo-hyper .bg-waves.white {
    background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/white/product-mobile_white.png)
}

@media (min-width: 320px) {

    #product .bg-waves,
    #glo-hyper .bg-waves {
        height: calc(100vw*210/320);
        background-size: auto calc(100vw*210/320)
    }
}

@media (min-width: 380px) {

    #product .bg-waves,
    #glo-hyper .bg-waves {
        height: 280px;
        background-size: auto 280px
    }
}

@media (min-width: 768px) {

    #product .bg-waves,
    #glo-hyper .bg-waves {
        height: 320px;
        background-size: auto 320px
    }

    #product .bg-waves.black,
    #glo-hyper .bg-waves.black {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/black/waves_black.png)
    }

    #product .bg-waves.blue,
    #glo-hyper .bg-waves.blue {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/blue/waves_blue.png)
    }

    #product .bg-waves.orange,
    #glo-hyper .bg-waves.orange {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/orange/waves_orange.png)
    }

    #product .bg-waves.white,
    #glo-hyper .bg-waves.white {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/white/waves_white.png)
    }
}

@media (min-width: 992px) {

    #product .bg-waves,
    #glo-hyper .bg-waves {
        height: 238px;
        background-size: auto 238px
    }
}

@media (min-width: 1200px) {

    #product .bg-waves,
    #glo-hyper .bg-waves {
        height: 338px;
        background-size: auto 338px
    }
}

#product .bg-waves.animate,
#glo-hyper .bg-waves.animate {
    transform: scale(1);
    opacity: 1
}

#product .bg-flares,
#glo-hyper .bg-flares {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .4s ease
}

@media (min-width: 992px) {

    #product .bg-flares,
    #glo-hyper .bg-flares {
        height: 238px;
        background-size: auto 238px
    }

    #product .bg-flares.black,
    #glo-hyper .bg-flares.black {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/black/flares_black.png)
    }

    #product .bg-flares.blue,
    #glo-hyper .bg-flares.blue {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/blue/flares_blue.png)
    }

    #product .bg-flares.orange,
    #glo-hyper .bg-flares.orange {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/orange/flares_orange.png)
    }

    #product .bg-flares.white,
    #glo-hyper .bg-flares.white {
        background-image: url(https://cdn.discoverglo.es/img/sections/product/fondos/white/flares_white.png)
    }
}

@media (min-width: 1200px) {

    #product .bg-flares,
    #glo-hyper .bg-flares {
        height: 338px;
        background-image: url(../img/sections/product/fondos/orange/flares_orange.png);
        background-size: auto 338px
    }
}

#product .bg-flares.animate,
#glo-hyper .bg-flares.animate {
    transform: scale(1);
    opacity: 1
}

#product #product-page-container,
#glo-hyper #product-page-container {
    padding-bottom: 55px
}

#product .page-title,
#glo-hyper .page-title {
    padding-top: 10px;
    font-family: "Mont", Arial;
    font-size: 36px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    // transform: scale(1.5);
    padding-top: 25px
}

@media (min-width: 768px) {

    #product .page-title,
    #glo-hyper .page-title {
        padding-top: 40px
    }
}

@media (min-width: 992px) {

    #product .page-title,
    #glo-hyper .page-title {
        padding-top: 10px;
        margin-top: 55px;
        font-size: 38px;
        justify-content: flex-start;
        transform: scale(1)
    }
}

@media (min-width: 1200px) {

    #product .page-title,
    #glo-hyper .page-title {
        margin-top: 125px
    }
}

#product .page-title .page-title-h1,
#glo-hyper .page-title .page-title-h1 {
    font-size: 1.2rem
}

@media (min-width: 380px) {

    #product .page-title .page-title-h1,
    #glo-hyper .page-title .page-title-h1 {
        font-size: 2rem
    }
}

#product .page-title h2,
#glo-hyper .page-title h2 {
    font-size: 48px
}

#product .page-title .light,
#glo-hyper .page-title .light {
    font-weight: 800;
    font-size: 12px;
    line-height: 1em
}

@media (min-width: 992px) {

    #product .page-title .light,
    #glo-hyper .page-title .light {
        font-size: 25px
    }
}

#product .page-title .normal,
#glo-hyper .page-title .normal {
    font-weight: 800
}

#product .page-title .bold,
#glo-hyper .page-title .bold {
    font-weight: 800
}

#product .page-title .bold.text-logo,
#glo-hyper .page-title .bold.text-logo {
    height: 33px;
    width: 40px;
    background-size: contain
}

@media (min-width: 992px) {

    #product .page-title .bold.text-logo,
    #glo-hyper .page-title .bold.text-logo {
        height: 70px;
        width: 82px
    }
}

#product .product-image-container,
#glo-hyper .product-image-container {
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {

    #product .product-image-container,
    #glo-hyper .product-image-container {
        margin-top: 80px;
        justify-content: flex-start
    }
}

#product .product-image-container .product-image,
#glo-hyper .product-image-container .product-image {
    width: 120px;
    height: 256px;
    position: relative;
    margin-bottom: -30px;
    left: -100px;
    opacity: 0;
    transition: left 1s ease, opacity 1s ease
}

#product .product-image-container .product-image.animate,
#glo-hyper .product-image-container .product-image.animate {
    opacity: 1;
    left: 50px
}

@media (min-width: 380px) {

    #product .product-image-container .product-image,
    #glo-hyper .product-image-container .product-image {
        width: 167px;
        height: 356px
    }
}

@media (min-width: 992px) {

    #product .product-image-container .product-image,
    #glo-hyper .product-image-container .product-image {
        width: 235px;
        height: 500px
    }
}

#product .product-image-container .product-image.detail,
#glo-hyper .product-image-container .product-image.detail {
    width: 200px;
    height: 141px;
    box-sizing: content-box;
    padding: 57px 0 58px 0
}

@media (min-width: 380px) {

    #product .product-image-container .product-image.detail,
    #glo-hyper .product-image-container .product-image.detail {
        width: 280px;
        height: 198px;
        padding: 79px 0
    }
}

@media (min-width: 992px) {

    #product .product-image-container .product-image.detail,
    #glo-hyper .product-image-container .product-image.detail {
        width: 400px;
        height: auto;
        padding: 109px 0 108px 0
    }
}

#product .product-image-container .product-image.hide,
#glo-hyper .product-image-container .product-image.hide {
    display: none
}

#product .colors-selector-container,
#glo-hyper .colors-selector-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px
}

#product .colors-selector-container .colors-selector,
#glo-hyper .colors-selector-container .colors-selector {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

#product .colors-selector-container .colors-selector .color-selector,
#glo-hyper .colors-selector-container .colors-selector .color-selector {
    display: inline-block;
    position: relative;
    font-size: 0;
    margin: 0 15px
}

#product .colors-selector-container .colors-selector .color-selector::before,
#glo-hyper .colors-selector-container .colors-selector .color-selector::before {
    content: "";
    background: red;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 4px;
    left: -4px;
    border-radius: 100px
}

@media (min-width: 992px) {

    #product .colors-selector-container .colors-selector .color-selector::before,
    #glo-hyper .colors-selector-container .colors-selector .color-selector::before {
        width: 18px;
        height: 18px;
        top: 6px;
        left: -2px
    }
}

#product .colors-selector-container .colors-selector .color-selector:hover::after,
#product .colors-selector-container .colors-selector .color-selector.selected::after,
#glo-hyper .colors-selector-container .colors-selector .color-selector:hover::after,
#glo-hyper .colors-selector-container .colors-selector .color-selector.selected::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    border-radius: 100px;
    border: solid 1px red
}

@media (min-width: 992px) {

    #product .colors-selector-container .colors-selector .color-selector:hover::after,
    #product .colors-selector-container .colors-selector .color-selector.selected::after,
    #glo-hyper .colors-selector-container .colors-selector .color-selector:hover::after,
    #glo-hyper .colors-selector-container .colors-selector .color-selector.selected::after {
        width: 30px;
        height: 30px;
        border-width: 2px
    }
}

#product .colors-selector-container .colors-selector .color-selector[data-color="white"]::before,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="white"]::before {
    background: #fff
}

#product .colors-selector-container .colors-selector .color-selector[data-color="white"]::after,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="white"]::after {
    border-color: #fff
}

#product .colors-selector-container .colors-selector .color-selector[data-color="black"]::before,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="black"]::before {
    background: black
}

#product .colors-selector-container .colors-selector .color-selector[data-color="black"]::after,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="black"]::after {
    border-color: black
}

#product .colors-selector-container .colors-selector .color-selector[data-color="orange"]::before,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="orange"]::before {
    background: #ff8900
}

#product .colors-selector-container .colors-selector .color-selector[data-color="orange"]::after,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="orange"]::after {
    border-color: #ff8900
}

#product .colors-selector-container .colors-selector .color-selector[data-color="blue"]::before,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="blue"]::before {
    background: #485483
}

#product .colors-selector-container .colors-selector .color-selector[data-color="blue"]::after,
#glo-hyper .colors-selector-container .colors-selector .color-selector[data-color="blue"]::after {
    border-color: #485483
}

#product .product-detail-quantity,
#glo-hyper .product-detail-quantity {
    display: flex;
    justify-content: space-around
}

@media (min-width: 768px) {

    #product .product-detail-quantity,
    #glo-hyper .product-detail-quantity {
        justify-content: space-around;
        margin: 0 100px
    }
}

@media (min-width: 992px) {

    #product .product-detail-quantity,
    #glo-hyper .product-detail-quantity {
        margin: 0px
    }
}

#product .product-detail-quantity .product-details-thums,
#glo-hyper .product-detail-quantity .product-details-thums {
    display: flex;
    width: auto;
    margin-right: 35px;
    cursor: pointer
}

#product .product-detail-quantity .product-details-thums .product-detail,
#glo-hyper .product-detail-quantity .product-details-thums .product-detail {
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-basis: 1 1 0;
    margin-right: 7px;
    min-width: 60px;
    min-height: 50px
}

@media (min-width: 992px) {

    #product .product-detail-quantity .product-details-thums .product-detail,
    #glo-hyper .product-detail-quantity .product-details-thums .product-detail {
        width: 150px;
        height: 105px;
        margin-right: 15px
    }

    #product .product-detail-quantity .product-details-thums .product-detail:hover,
    #glo-hyper .product-detail-quantity .product-details-thums .product-detail:hover {
        opacity: .8
    }
}

@media (min-width: 1200px) {

    #product .product-detail-quantity .product-details-thums .product-detail,
    #glo-hyper .product-detail-quantity .product-details-thums .product-detail {
        width: 180px;
        height: 105px;
        margin-right: 20px
    }
}

#product .product-detail-quantity .quantity,
#glo-hyper .product-detail-quantity .quantity {
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    width: 105px;
    height: 55px
}

#product .product-detail-quantity .quantity .quantity-control,
#glo-hyper .product-detail-quantity .quantity .quantity-control {
    flex-grow: 1;
    border: solid 1px #838484;
    color: #838484;
    cursor: pointer
}

#product .product-detail-quantity .quantity .quantity-number,
#glo-hyper .product-detail-quantity .quantity .quantity-number {
    flex-grow: 2;
    border-top: solid 1px #838484;
    border-bottom: solid 1px #838484;
    font-size: 15px
}

#product .max-productos p,
#glo-hyper .max-productos p {
    font-size: 12px
}

#product .add-2-cart,
#glo-hyper .add-2-cart {
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {

    #product .add-2-cart,
    #glo-hyper .add-2-cart {
        margin-bottom: 0px
    }
}

@media (min-width: 992px) {

    #product .add-2-cart,
    #glo-hyper .add-2-cart {
        justify-content: flex-start
    }
}

#product .price-container,
#glo-hyper .price-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width: 768px) {

    #product .price-container,
    #glo-hyper .price-container {
        justify-content: center;
        align-items: center
    }
}

@media (min-width: 992px) {

    #product .price-container,
    #glo-hyper .price-container {
        justify-content: space-between;
        align-items: center
    }
}

#product .price-container .price,
#glo-hyper .price-container .price {
    font-family: "Mont", Arial;
    font-size: 50px;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1em;
    margin-right: 20px;
    font-weight: 800
}

#product .price-container .price span,
#glo-hyper .price-container .price span {
    font-weight: 300
}

#product .shipping-conditions,
#glo-hyper .shipping-conditions {
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

@media (min-width: 992px) {

    #product .shipping-conditions,
    #glo-hyper .shipping-conditions {
        justify-content: center;
        margin-top: -50px
    }
}

#product .shipping-conditions .shipping-condition,
#glo-hyper .shipping-conditions .shipping-condition {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 0 15px
}

@media (min-width: 768px) {

    #product .shipping-conditions .shipping-condition,
    #glo-hyper .shipping-conditions .shipping-condition {
        width: 15%
    }
}

@media (min-width: 992px) {

    #product .shipping-conditions .shipping-condition,
    #glo-hyper .shipping-conditions .shipping-condition {
        flex-direction: row;
        align-items: flex-start;
        margin: 0 10px;
        width: 30%
    }
}

#product .shipping-conditions .shipping-condition .icon,
#glo-hyper .shipping-conditions .shipping-condition .icon {
    margin-bottom: 10px
}

@media (min-width: 992px) {

    #product .shipping-conditions .shipping-condition .icon,
    #glo-hyper .shipping-conditions .shipping-condition .icon {
        margin-right: 10px
    }
}

#product .shipping-conditions .shipping-condition .icon img,
#glo-hyper .shipping-conditions .shipping-condition .icon img {
    height: 30px
}

#product .shipping-conditions .shipping-condition .text,
#glo-hyper .shipping-conditions .shipping-condition .text {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: "Mont", Arial
}

@media (min-width: 992px) {

    #product .shipping-conditions .shipping-condition .text,
    #glo-hyper .shipping-conditions .shipping-condition .text {
        font-size: 12px;
        line-height: 15px;
        text-align: left
    }
}

#product .shipping-conditions .shipping-condition .text .lower,
#glo-hyper .shipping-conditions .shipping-condition .text .lower {
    text-transform: none
}

#product .shipping-legal,
#glo-hyper .shipping-legal {
    font-size: 12px;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 47px;
    font-weight: 300;
    font-style: italic
}

#product .share,
#glo-hyper .share {
    display: flex
}

#product .share .share-icon,
#glo-hyper .share .share-icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    transition: width .5s ease, height .5s ease
}

@media (min-width: 768px) {

    #product .share .share-icon,
    #glo-hyper .share .share-icon {
        width: 31px;
        height: 31px
    }
}

@media (min-width: 992px) {

    #product .share .share-icon,
    #glo-hyper .share .share-icon {
        width: 25px;
        height: 25px;
        margin-bottom: 30px
    }

    #product .share .share-icon.share-controller,
    #glo-hyper .share .share-icon.share-controller {
        width: 32px;
        height: 32px
    }
}

#product .share .rrss,
#glo-hyper .share .rrss {
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: width .5s ease
}

#product .share .rrss.hidden,
#glo-hyper .share .rrss.hidden {
    width: 0px
}

#product .share .rrss.hidden .share-icon,
#glo-hyper .share .rrss.hidden .share-icon {
    width: 0;
    height: 0
}

#product .mobile .features .feature-item,
#glo-hyper .mobile .features .feature-item {
    margin-bottom: 30px
}

#product .mobile .features .feature-item p,
#glo-hyper .mobile .features .feature-item p {
    padding-left: 20px
}

#product .mobile .features .feature-item:last-child p,
#glo-hyper .mobile .features .feature-item:last-child p {
    padding-left: 0px
}

#product .mobile .features .title,
#glo-hyper .mobile .features .title {
    border-bottom: solid 1px #fff;
    position: relative;
    font-size: 22px;
    text-transform: uppercase
}

#product .mobile .features .title::before,
#glo-hyper .mobile .features .title::before {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    transform: scaleY(-1);
    transition: transform .2s ease
}

#product .mobile .features .title.opened::before,
#glo-hyper .mobile .features .title.opened::before {
    transform: scaleY(1)
}

@media (min-width: 992px) {

    #product .mobile .features .title,
    #glo-hyper .mobile .features .title {
        display: none
    }
}

#product .mobile .features .content,
#glo-hyper .mobile .features .content {
    display: none
}

@media (min-width: 992px) {

    #product .mobile .features .content,
    #glo-hyper .mobile .features .content {
        display: block
    }
}

#product .mobile .features .icon,
#glo-hyper .mobile .features .icon {
    margin-left: 15px
}

#product .mobile #gh-carousel-mobile .slick-list,
#glo-hyper .mobile #gh-carousel-mobile .slick-list {
    width: 75%;
    margin: 0 auto
}

#product .mobile #gh-carousel-mobile .slick-track,
#glo-hyper .mobile #gh-carousel-mobile .slick-track {
    display: flex;
    align-items: center
}

#product .mobile #gh-carousel-mobile .slick-slide,
#glo-hyper .mobile #gh-carousel-mobile .slick-slide {
    outline: none
}

#product .mobile #gh-carousel-mobile .slick-dots,
#glo-hyper .mobile #gh-carousel-mobile .slick-dots {
    display: flex;
    justify-content: center;
    padding-left: 0
}

#product .mobile #gh-carousel-mobile .slick-dots li,
#glo-hyper .mobile #gh-carousel-mobile .slick-dots li {
    display: inline-block;
    margin: 0 15px
}

#product .mobile #gh-carousel-mobile .slick-dots li.slick-active:before,
#glo-hyper .mobile #gh-carousel-mobile .slick-dots li.slick-active:before {
    color: #ff8900
}

#product .mobile #gh-carousel-mobile .slick-dots li:before,
#glo-hyper .mobile #gh-carousel-mobile .slick-dots li:before {
    font-family: 'slick';
    font-size: 25px;
    content: 'Ã¢â‚¬Â¢';
    color: white;
    cursor: pointer
}

#product .mobile #gh-carousel-mobile .slick-dots li button,
#glo-hyper .mobile #gh-carousel-mobile .slick-dots li button {
    display: none
}

#product .mobile #gh-carousel-mobile .slick-prev,
#product .mobile #gh-carousel-mobile .slick-next,
#glo-hyper .mobile #gh-carousel-mobile .slick-prev,
#glo-hyper .mobile #gh-carousel-mobile .slick-next {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center
}

#product .mobile #gh-carousel-mobile .slick-prev::before,
#product .mobile #gh-carousel-mobile .slick-next::before,
#glo-hyper .mobile #gh-carousel-mobile .slick-prev::before,
#glo-hyper .mobile #gh-carousel-mobile .slick-next::before {
    content: '';
    display: inline-block
}

#product .mobile #gh-carousel-mobile .slick-prev img,
#product .mobile #gh-carousel-mobile .slick-next img,
#glo-hyper .mobile #gh-carousel-mobile .slick-prev img,
#glo-hyper .mobile #gh-carousel-mobile .slick-next img {
    width: 6px;
    height: 11px;
    margin-bottom: 50px
}

#product .mobile #gh-carousel-mobile .slick-prev,
#glo-hyper .mobile #gh-carousel-mobile .slick-prev {
    left: 0
}

#product .mobile #gh-carousel-mobile .slick-next,
#glo-hyper .mobile #gh-carousel-mobile .slick-next {
    top: 0;
    right: 0
}

#product .desktop,
#glo-hyper .desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

#product .desktop .left-container,
#glo-hyper .desktop .left-container {
    max-width: 380px;
    margin-bottom: 60px
}

@media (min-width: 1200px) {

    #product .desktop .left-container,
    #glo-hyper .desktop .left-container {
        max-width: 460px;
        margin-left: 20px
    }
}

#product .desktop .left-container #gh-carousel,
#glo-hyper .desktop .left-container #gh-carousel {
    margin-top: 20%;
    margin-bottom: 5%
}

#product .desktop .left-container #gh-carousel .slick-slide,
#glo-hyper .desktop .left-container #gh-carousel .slick-slide {
    outline: none
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-slide,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-slide {
    margin: 0 8px;
    cursor: pointer;
    outline: none;
    opacity: .5
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-slide.slick-active.slick-center,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-slide.slick-active.slick-center {
    opacity: 1
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-prev,
#product .desktop .left-container #gh-carousel-miniaturas .slick-next,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-prev,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-next {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-prev::before,
#product .desktop .left-container #gh-carousel-miniaturas .slick-next::before,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-prev::before,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-next::before {
    content: '';
    display: inline-block
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-prev img,
#product .desktop .left-container #gh-carousel-miniaturas .slick-next img,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-prev img,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-next img {
    width: 6px;
    height: 11px
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-prev,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-prev {
    left: -5%
}

#product .desktop .left-container #gh-carousel-miniaturas .slick-next,
#glo-hyper .desktop .left-container #gh-carousel-miniaturas .slick-next {
    top: 0;
    right: -5%
}

#product .desktop .left-container .price-container,
#glo-hyper .desktop .left-container .price-container {
    justify-content: center;
    margin-bottom: 50px
}

#product .desktop .right-container,
#glo-hyper .desktop .right-container {
    max-width: 480px
}

#product .desktop .right-container .colors-thumbnails,
#glo-hyper .desktop .right-container .colors-thumbnails {
    display: flex;
    justify-content: flex-start
}

#product .desktop .right-container .colors-thumbnails .colors-selector-container,
#glo-hyper .desktop .right-container .colors-thumbnails .colors-selector-container {
    margin: 0;
    width: 200px;
    justify-content: flex-start
}

#product .desktop .right-container .colors-thumbnails .quantity,
#glo-hyper .desktop .right-container .colors-thumbnails .quantity {
    justify-content: flex-start;
    margin-top: 12px
}

#product .desktop .right-container .colors-thumbnails.titles,
#glo-hyper .desktop .right-container .colors-thumbnails.titles {
    font-weight: 600;
    margin-top: 20px
}

#product .desktop .right-container .price-btn,
#glo-hyper .desktop .right-container .price-btn {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

#product .desktop .right-container .price-btn .btn,
#glo-hyper .desktop .right-container .price-btn .btn {
    margin-bottom: 5px
}

#product .desktop .bottom-container,
#glo-hyper .desktop .bottom-container {
    flex-basis: 100%;
    margin-bottom: 30px
}

#product .desktop .bottom-container .features-selector-container,
#glo-hyper .desktop .bottom-container .features-selector-container {
    border-bottom: solid 1px #fff
}

#product .desktop .bottom-container .features-selector-container ul,
#glo-hyper .desktop .bottom-container .features-selector-container ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

#product .desktop .bottom-container .features-selector-container ul .feature-selector,
#glo-hyper .desktop .bottom-container .features-selector-container ul .feature-selector {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
    position: relative;
    top: 4px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer
}

#product .desktop .bottom-container .features-selector-container ul .feature-selector.selected,
#glo-hyper .desktop .bottom-container .features-selector-container ul .feature-selector.selected {
    font-weight: bold;
    border-bottom: solid 3px #fff
}

#product .desktop .bottom-container .features-contents-container p,
#glo-hyper .desktop .bottom-container .features-contents-container p {
    padding-left: 20px
}

#product .desktop .bottom-container .features-contents-container .content,
#glo-hyper .desktop .bottom-container .features-contents-container .content {
    display: none;
    padding-top: 30px
}

#product .desktop .bottom-container .features-contents-container .content.show,
#glo-hyper .desktop .bottom-container .features-contents-container .content.show {
    display: block
}

#product .how-to-use-content .how-to-use-item,
#glo-hyper .how-to-use-content .how-to-use-item {
    margin-bottom: 10px
}

#product .how-to-use-content .how-to-use-item .how-to-use-image,
#glo-hyper .how-to-use-content .how-to-use-item .how-to-use-image {
    max-width: 100%;
    cursor: pointer
}

#product #product-page-container.out-of-stock .out-of-stock-container,
#product #product-page-container.out-of-stock .thankyou-stock-container,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container {
    margin-top: 36px;
    margin-bottom: 20px
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-title,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-title,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-title,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-copy,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-copy,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-copy,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-copy {
    font-size: 13px
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-email,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-email,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-email,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-email {
    display: flex;
    margin-bottom: 25px
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-email input,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-email input,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-email input,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-email input {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 10px 10px 52px;
    border: solid 1px #fff;
    outline: none;
    background: url("/cy/pub/media/pages/input-mail.svg") 10px center no-repeat #fff
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-email .btn-newsletter,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-email .btn-newsletter,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-email .btn-newsletter,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-email .btn-newsletter {
    width: auto;
    color: #fff;
    background: #2a2c2c;
    border: solid 1px #fff;
    padding: 12px 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Mont", Arial;
    font-weight: 800
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-agree,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-agree,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-agree,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-agree {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-style: italic;
    font-weight: 300;
    font-size: 12px
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-agree input,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-agree input,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-agree input,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-agree input {
    margin-right: 15px
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-agree a,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-agree a,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-agree a,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-agree a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

#product #product-page-container.out-of-stock .out-of-stock-container .oos-agree.block,
#product #product-page-container.out-of-stock .thankyou-stock-container .oos-agree.block,
#glo-hyper #product-page-container.out-of-stock .out-of-stock-container .oos-agree.block,
#glo-hyper #product-page-container.out-of-stock .thankyou-stock-container .oos-agree.block {
    display: block
}

#product #product-page-container.out-of-stock .mobile .product-detail-quantity,
#glo-hyper #product-page-container.out-of-stock .mobile .product-detail-quantity {
    justify-content: center
}

#product #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums,
#glo-hyper #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums {
    margin-right: 0;
    margin-bottom: 30px;
    cursor: pointer
}

#product #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail,
#glo-hyper #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail {
    margin-right: 7px
}

@media (min-width: 992px) {

    #product #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail,
    #glo-hyper #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail {
        width: 150px;
        height: 105px;
        margin-right: 15px
    }
}

@media (min-width: 1200px) {

    #product #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail,
    #glo-hyper #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail {
        width: 180px;
        height: 105px;
        margin-right: 20px
    }
}

#product #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail:last-child,
#glo-hyper #product-page-container.out-of-stock .mobile .product-detail-quantity .product-details-thums .product-detail:last-child {
    margin-right: 0
}

#product #btn-guia-usuario,
#glo-hyper #btn-guia-usuario {
    width: auto;
    margin-left: 0
}

@media (min-width: 768px) {

    #product #btn-guia-usuario,
    #glo-hyper #btn-guia-usuario {
        width: 300px;
        margin-left: 30px
    }
}

#product #btn-guia-usuario #guia-de-usuario,
#glo-hyper #btn-guia-usuario #guia-de-usuario {
    margin-right: 15px
}

#blog .model,
#blog .waves,
#blog .flares {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 287px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    #blog .model,
    #blog .waves,
    #blog .flares {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #blog .model,
    #blog .waves,
    #blog .flares {
        height: 277px;
        background-size: auto 277px
    }
}

@media (min-width: 992px) {

    #blog .model,
    #blog .waves,
    #blog .flares {
        height: 375px;
        background-size: auto 375px
    }
}

@media (min-width: 1200px) {

    #blog .model,
    #blog .waves,
    #blog .flares {
        height: 519px;
        background-size: auto 519px
    }
}

#blog .model.model,
#blog .waves.model,
#blog .flares.model {
    background-image: url(/cy/pub/media/backgrounds/Option_3_mobile.png);
    z-index: -52
}

@media (min-width: 768px) {

    #blog .model.model,
    #blog .waves.model,
    #blog .flares.model {
        background-image: url(/cy/pub/media/backgrounds/Option_3.png)
    }
}

h1.header-title.animate-this-text.animate span {
    background-image: url(https://www.discoverglo.gr/pub/media/backgrounds/blog/0-bg.png);
    background-repeat: no-repeat;
    background-position: center 18px;
}

@media screen and (max-width: 992px) {
    h1.header-title.animate-this-text.animate span {
        background-position: center;
    }
}

#blog .model.waves,
#blog .waves.waves,
#blog .flares.waves {
    background-image: url(/cy/pub/media/backgrounds/blog/waves-mobile.png);
    z-index: -54
}

@media (min-width: 768px) {

    #blog .model.waves,
    #blog .waves.waves,
    #blog .flares.waves {
        background-image: url(/cy/pub/media/backgrounds/blog/waves.png)
    }
}

#blog .model.flares,
#blog .waves.flares,
#blog .flares.flares {
    background-image: url(/cy/pub/media/backgrounds/blog/flares-mobile.png);
    z-index: -53
}

@media (min-width: 768px) {

    #blog .model.flares,
    #blog .waves.flares,
    #blog .flares.flares {
        background-image: url(/cy/pub/media/backgrounds/blog/flares.png)
    }
}

#blog .model.animate,
#blog .waves.animate,
#blog .flares.animate {
    transform: scale(1);
    opacity: 1
}

#blog .header-spacer {
    display: block;
    width: 100%;
    height: 287px
}

@media (min-width: 320px) {
    #blog .header-spacer {
        height: 230px;
    }
}

@media (min-width: 768px) {
    #blog .header-spacer {
        height: 110px
    }
}

@media (min-width: 992px) {
    #blog .header-spacer {
        height: 120px
    }
}

section#blog-feed a.row.article {
    max-width: 100%;
}

#blog .bg-product {
    position: absolute;
    display: block;
    top: 140px;
    left: 0;
    width: 100%;
    height: 235px;
    background-image: url(/cy/pub/media/backgrounds/blog/product-mobile_2x.png);
    background-repeat: no-repeat;
    background-size: auto 235px;
    z-index: -51;
    opacity: 0;
    background-position: 600px center;
    transition: opacity .8s ease, background-position .8s ease
}

@media (min-width: 370px) {
    #blog .bg-product {
        top: 170px
    }
}

@media (min-width: 768px) {
    #blog .bg-product {
        height: 381px;
        top: 100px;
        background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-product-tablet_2x.png);
        background-size: auto 381px
    }
}

@media (min-width: 992px) {
    #blog .bg-product {
        height: 375px;
        top: 150px;
        background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-product_2x.png);
        background-size: auto 375px
    }
}

@media (min-width: 1200px) {
    #blog .bg-product {
        height: 581px;
        top: 100px;
        background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-product_2x.png);
        background-size: auto 581px
    }
}

#blog .bg-product.animate {
    opacity: 1;
    background-position: center center
}

#blog #blog-header .header-title {
    margin-top: -120px;
    font-family: "Mont", Arial;
    font-size: 35px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    #blog #blog-header .header-title {
        padding-top: 140px
    }
}

@media (min-width: 992px) {
    #blog #blog-header .header-title {
        padding-top: 180px;
        font-size: 39px
    }
}

@media (min-width: 1200px) {
    #blog #blog-header .header-title {
        padding-top: 350px;
        font-size: 39px
    }
}

#blog #blog-header .header-title .and-more img {
    width: 100px
}

@media (min-width: 992px) {
    #blog #blog-header .header-title .and-more img {
        width: 140px
    }
}

#blog #blog-header .header-copy {
    margin-top: 88px;
    margin-bottom: 78px;
    line-height: 26px
}

@media (min-width: 768px) {
    #blog #blog-header .header-copy {
        margin-top: 45px;
        max-width: 270px;
        margin-bottom: 100px
    }
}

@media (min-width: 992px) {
    #blog #blog-header .header-copy {
        padding: 20px;
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 80px;
        max-width: 280px
    }
}

@media (min-width: 1200px) {
    #blog #blog-header .header-copy {
        max-width: 300px
    }
}

#blog #blog-header .header-copy a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff
}

#blog #blog-feed .container:nth-child(3n+1) .article .title-container {
    background-image: url(https://cdn.discoverglo.es/img/sections/blog/bg-1.jpg)
}

#blog #blog-feed .container:nth-child(3n+1) .article .title-container .article-title .the-category::before {
    background: #00ca6a
}

#blog #blog-feed .container:nth-child(3n+2) .article .title-container {
    background-image: url(https://cdn.discoverglo.es/img/sections/blog/bg-2.jpg)
}

#blog #blog-feed .container:nth-child(3n+2) .article .title-container .article-title .the-category::before {
    background: #00a6ba
}

#blog #blog-feed .container:nth-child(3n+3) .article .title-container {
    background-image: url(https://cdn.discoverglo.es/img/sections/blog/bg-3.jpg)
}

#blog #blog-feed .container:nth-child(3n+3) .article .title-container .article-title .the-category::before {
    background: #cf2e95
}

#blog #blog-feed .article {
    margin-bottom: 120px;
    text-decoration: none
}

#blog #blog-feed .article .image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 320px
}

section#blog-feed {
    margin-top: 40px;
}

@media (min-width: 992px) {
    #blog #blog-feed .article .image-container {
        height: auto
    }
}

#blog #blog-feed .article .image-container .article-image {
    width: 100%;
    height: 300px;
    opacity: 0
}

@media (min-width: 992px) {
    #blog #blog-feed .article .image-container .article-image {
        width: 100%;
        height: 400px
    }
}

#blog #blog-feed .article .title-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 256px;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

@media (min-width: 992px) {
    #blog #blog-feed .article .title-container {
        width: 100%;
        height: 400px
    }
}

#blog #blog-feed .article .title-container .article-title {
    background: #2a2c2c;
    padding: 25px 35px 0 20px;
    margin-left: 33px;
    font-family: "Mont", Arial;
    font-weight: 600;
    color: #fff;
    text-decoration: none
}

@media (min-width: 992px) {
    #blog #blog-feed .article .title-container .article-title {
        padding-right: 100px;
        margin-left: 100px;
        padding: 25px 35px 0 42px
    }
}

#blog #blog-feed .article .title-container .article-title .the-category {
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    /* text-transform: uppercase;*/

    margin-bottom: 6px;
    text-decoration: none
}

#blog #blog-feed .article .title-container .article-title .the-category::before {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    left: 0;
    top: 5px
}

#blog #blog-feed .article .title-container .article-title .the-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-decoration: none
}

#blog #blog-feed .article .title-container .article-title .the-button {
    text-decoration: none
}

#blog #blog-feed .article .title-container .article-title .the-button .btn {
    margin-left: 0
}

@media (min-width: 992px) {
    #blog #blog-feed .article:nth-child(even) .image-container {
        order: 2
    }

    #blog #blog-feed .article:nth-child(even) .title-container {
        order: 1;
        justify-content: flex-start
    }

    #blog #blog-feed .article:nth-child(even) .title-container .article-title {
        padding: 25px 20px 0 100px;
        margin-right: 100px;
        margin-left: 0
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    #blog #blog-feed .article:nth-child(even) .title-container .article-title {
        padding: 25px 42px 0 100px
    }
}

#blog #blog-load-more {
    margin-bottom: 80px
}

#blog #blog-load-more .load-more-button {
    display: block;
    text-align: center;
    width: 320px;
    color: #fff;
    border: solid 1px #838484;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Mont", Arial;
    font-weight: 800;
    line-height: 45px
}

#blog .article-content h1,
#blog .article-content h2,
#blog .article-content h3,
#blog .article-content h4,
#blog .article-content h5,
#blog .article-content h6 {
    font-family: "Mont", Arial;
    font-weight: 600
}

#blog .article-content h2 {
    font-size: 20px
}

#blog .article-content h3 {
    font-size: 18px;
    margin-top: 20px
}

#blog .carousel {
    border: 1px solid #2a2c2c
}

#blog .carousel .carousel-control-prev,
#blog .carousel .carousel-control-next {
    width: 62px;
    height: 62px;
    top: auto;
    bottom: 0;
    background: #fff;
    color: #2A2C2C;
    opacity: 1
}

#blog .carousel .carousel-control-prev.carousel-control-prev,
#blog .carousel .carousel-control-next.carousel-control-prev {
    left: auto;
    right: 62px;
    background: #2a2c2c;
    color: #fff
}

#blog .carousel .carousel-control-prev .carousel-control-prev-icon,
#blog .carousel .carousel-control-next .carousel-control-prev-icon {
    background: url(https://cdn.discoverglo.es/img/slider-left.png) center center no-repeat;
    background-size: contain
}

#blog .carousel .carousel-control-prev .carousel-control-next-icon,
#blog .carousel .carousel-control-next .carousel-control-next-icon {
    background: url(https://cdn.discoverglo.es/img/slider-right.png) center center no-repeat;
    background-size: contain
}

/*BLOG CSS TRANSFER START*/
.category-small-cols {
    display: inline-block;
    padding: 10px;
    margin-bottom: 90px;
    float: left;
}

.posts-column-container .the-category,
.article-title .the-category,
.mpblog-post-view .article-title .the-category a {
    text-transform: none !important;
}

.category-small-cols img {
    max-width: 100%;
}

.category-small-cols .the-title {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 20px;
    margin-bottom: 10px;
    min-height: 85px;
}

.category-small-cols .post-item-wraper.article {
    margin-bottom: 0 !important;
}

.category-small-cols a.row.article {
    margin-bottom: 0 !important;
}

.blog-small-cols .image-container {
    min-width: 100%;
    height: 300px !important;
}

.category-small-cols .the-category {
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-decoration: none;
    font-family: "Mont", Arial;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.category-small-cols .the-category::before {
    background: #00a6ba;
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    right: -20px;
    top: 5px;
}

.category-small-cols .article-title {
    text-align: center;
}

.category-small-cols .image-container {
    min-width: 100%;
    height: 300px !important;
}

.article-title .btn {
    margin: 0 auto;
}

.mpblog-category-view p.toolbar-amount {
    display: none;
}

.mpblog-category-view .page-title-wrapper {
    display: none;
}

.category-small-cols a {
    color: #fff;
    max-width: 100%;
}

div#category-hero-image {
    margin-bottom: 100px;
}

div#category-hero-image {
    text-align: center;
}

.mpblog-category-view .sidebar.sidebar-additional {
    display: none;
}

.category-title span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
}

.category-title span:before {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    left: 0;
    top: 7px;
    background-color: #00a6ba;
}

.category-title.more-Creators-category-title span:before {
    background-color: #00a6ba;
}

.category-title.Digital-Events-category-title span:before {
    background-color: #cf2e95;
}

.category-title.more-category-title span:before {
    background-color: #00ca6a;
}

.category-title.Articles-category-title span:before {
    background-color: #00ca6a;
}

.mpblog-category-view .category-title {
    position: absolute;
    left: 10%;
    bottom: 2%;
}

.mpblog-category-view .pager span.label {
    display: none !important;
}

.mpblog-category-view .pager {
    text-align: center;
}

.mpblog-category-view .pager ul li {
    display: inline-block;
    padding: 11px;
}

.mpblog-category-view .pager ul {
    padding-left: 0px;
}

.mpblog-category-view .pager strong.pages-label {
    display: none !important;
}

.mpblog-category-view .pager .page span {
    font-size: 21px;
    color: #615c5c;
}

.mpblog-category-view .pager .current .page span {
    color: #fff;
}

.mpblog-category-view a.action.next:after {
    content: ">";
    color: #fff;
    border: 2px solid;
    padding: 3px 6px;
    border-radius: 100%;
    font-weight: 600
}

.mpblog-category-view a.action.previous:after {
    content: "<";
    color: #fff;
    border: 2px solid;
    padding: 3px 6px;
    border-radius: 100%;
    font-weight: 600
}

.mpblog-category-view .pager a:hover {
    text-decoration: none;
}

.mpblog-category-view li.item.pages-item-next span,
.mpblog-category-view li.item.pages-item-previous span {
    display: none;
}

a.action.previous {
    margin-right: 35px;
}

a.action.next {
    margin-left: 35px;
}

a#btn-mobile-header-glo-hyper1,
a#btn-mobile-header-glo-hyper2,
a#btn-mobile-header-glo-hyper3,
a#btn-mobile-header-glo-hyper4,
a#btn-mobile-header-glo-hyper5,
a#btn-mobile-header-glo-hyper6 {
    display: inline-block;
}

@media screen and (max-width:763px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .post-col-content.blog-small-cols {
        width: 100%;
        min-width: 100%;
    }

    section#module-3 a.btn.btn-white.btn-border-white {
        margin-left: 0px !important;
    }

    .cms-blog .category-col {
        width: 100%;
        min-width: 100%;
    }

    .cms-blog .category-col a {
        width: 100% !important;
    }

    .cms-blog .category-col img {
        width: 100%;
    }

    .cms-blog #module-3 .text-slider .slider-container {
        background: none;
    }

    .cms-blog #module-3 .text-slider .text-container {
        background: none;
    }

    .mpblog-category-view a.row.article {
        margin: 0;
    }

    .mpblog-category-view .category-small-cols {
        padding: 0;
    }
}

@media (min-width:764px) and (max-width:5000px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none !important;
    }
}

#localizador-tiendas #store-locator {
    padding-bottom: 50px
}

#localizador-tiendas #store-locator .store-locator-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

/* Minicart */
.minicart-wrapper.active .ui-dialog.ui-front.mage-dropdown-dialog {
    position: absolute;
    right: 5px;
    top: 48px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog:before {
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0px;
    top: -17px;
    display: inline-block;
}

.minicart-wrapper.active .cart-preview-container {
    background: white;
    color: #2A2C2C;
    width: 320px;
    padding: 10px 25px;
}

span.counter.qty.empty {
    display: none;
}

.minicart-wrapper {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px;
    margin: 0;
}

div#minicart-content-wrapper .cart-legal {
    font-size: 12px;
    text-transform: none;
    line-height: 16px;
    font-style: italic;
    font-family: 'glo sans', 'Arial', sans-serif;
    color: #2A2C2C;
}

button#btn-minicart-close {
    font-size: 16px;
    font-weight: 500;
}

.minicart-wrapper .close-cart-container {
    display: inline-block;
    text-align: right;
    width: 100%;
}

span.counter.qty .loading-mask {
    display: none;
}

.minicart-wrapper .details-qty.qty input {
    display: inline-block !important;
    max-width: 42px;
    border: 0;
}

.minicart-wrapper .details-qty.qty {
    text-align: center;
}

.minicart-wrapper a.action.delete.rmv-minicart-prod {
    position: absolute;
    top: 3pc;
    right: 0;
}

.minicart-wrapper .price-container {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.minicart-wrapper ol#mini-cart .item.product {
    border-bottom: 1px solid #8080806b;
    padding: 17px 0px 46px;
    position: relative;
    display: inline-block;
}

.minicart-wrapper a.action.delete.rmv-minicart-prod:hover {
    text-decoration: none;
}

.minicart-wrapper li.item.product.product-item {
    position: relative;
}

.minicart-items-wrapper {
    height: auto !important;
}

.minicart-wrapper li.item.product.product-item .price-container {
    position: absolute;
    bottom: 23px;
    right: 0;
}

.minicart-wrapper li.item.product.product-item .price-container:lang(el):before {
    content: "Υποσύνολο";
    margin-right: 16px;
    font-size: 10px;
}

.minicart-wrapper li.item.product.product-item .price-container:lang(en):before {
    content: "Subtotal";
    margin-right: 16px;
    font-size: 10px;
}

.minicart-wrapper li.item.product.product-item .price-container {
    font-size: 12px;
}

button#btn-minicart-close {
    border: 0px;
}

button#btn-minicart-close:focus {
    outline: none;
}

.delete-span {
    /* width: 22px; */
    /* height: 22px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 50px;
    border: solid 1px #2A2C2C;
}

.delete-span:before {
    content: " ";
}

.delete-span:after {
    content: " ";
    width: 10px;
    height: 1px;
    background: #2A2C2C;
}

.minicart-wrapper .ui-dialog.ui-widget:focus {
    outline: none;
}

ol#mini-cart {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.minicart-wrapper span.cnt-num-container {
    position: absolute;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1px;
    right: -6px;
    top: 3px;
    z-index: 999;
}

.minicart-wrapper span.counter-label {
    display: none;
}

.minicart-wrapper span.counter-number {
    background-color: #e38800;
    width: 16px;
    display: inline-block;
    height: 16px;
    border-radius: 100%;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 11px;
    position: relative;
    padding-top: 2px;
    font-weight: 600;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.minicart-wrapper .product-item-details {
    display: inline-block;
    max-width: 50%;
    float: left;
}

.minicart-wrapper span.product-item-name span {
    /* font-size: 13px !important; */
    /* font-weight: 400; */
    /* display: inline-block; */
    /* line-height: 16px !important; */
}

.minicart-wrapper a.product-item-photo {
    max-width: 30% !important;
    display: inline-block;
    float: left;
}

.minicart-wrapper a.product-item-photo img {
    max-width: 100%;
}

.minicart-wrapper .subtotal span.label {
    display: inline-block;
    width: 73%;
    text-align: right;
    font-size: 12px;
}

.minicart-wrapper .subtotal .amount.price-container {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: gray;
    text-align: right;
    width: 25%;
}

.minicart-wrapper .subtotal {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}

ol#mini-cart .product.options span {
    font-size: 9px;
}

ol#mini-cart .product.options.active strong.subtitle {
    float: left;
    width: 100%;
    max-width: 60%;
}

ol#mini-cart .product.options.active dl.product.options.list {
    width: 100%;
    max-width: 39%;
    margin-top: 2px;
    float: left;
}

ol#mini-cart .product.options.active dl.product.options.list dt {
    font-size: 9px;
}

ol#mini-cart .product.options.active dd.values {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-header {
        padding-top: 70px;
        padding-bottom: 30px
    }
}

#localizador-tiendas #store-locator .store-locator-header .title {
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 26px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-header .title {
        font-size: 40px
    }
}

#localizador-tiendas #store-locator .store-locator-header .subtitle {
    text-align: center
}

#localizador-tiendas #store-locator .store-locator-content {
    background-color: #fff;
    color: #2A2C2C;
    overflow: auto;
    padding-bottom: 50px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content {
        padding-left: 50px;
        padding-right: 0
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-search {
    padding-top: 45px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-search {
        float: left;
        width: 35%
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-search .search-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 17px
}

#localizador-tiendas #store-locator .store-locator-content .store-search .input-btn input[type="text"] {
    background: none;
    padding-left: 10px;
    border: solid 1px #2A2C2C;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-search .input-btn input[type="text"] {
        font-size: 13px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-search .search-geo {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-search .search-results-count {
        font-size: 13px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-map {
    display: flex;
    justify-content: center;
    position: relative
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-map {
        float: right;
        width: 55%
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-map .map-loading {
    display: block;
    position: absolute;
    width: 100%;
    height: 280px;
    background: url(https://cdn.discoverglo.es/img/sections/storelocator/loading.gif) center center no-repeat rgba(255, 255, 255, 0.8);
    background-size: 70px 70px;
    z-index: 2000
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-map .map-loading {
        height: 591px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-map #map_canvas {
    width: 100%;
    height: 280px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-map #map_canvas {
        float: right;
        height: 591px
    }
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-results {
        float: left;
        height: 320px;
        overflow-y: scroll;
        width: 43%
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px rgba(42, 44, 44, 0.3);
    padding-top: 30px;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-results .result-item {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 15px 0 0;
        padding-top: 15px;
        padding-bottom: 5px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-icon {
    background: url(https://cdn.discoverglo.es/img/sections/storelocator/store-icon-black.png) top left no-repeat transparent
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-icon .store-icon-img {
    opacity: .0
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-location {
    text-align: center
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-location {
        line-height: 1.2em;
        font-size: 13px;
        text-align: left;
        margin-left: 30px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-location .store-name {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-location .store-name {
        font-size: 15px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-location .store-distance {
    font-weight: 100;
    font-style: italic;
    font-size: 15px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-location .store-distance {
        display: inline-block;
        font-size: 13px;
        margin-top: 10px
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-go {
    width: 130px
}

@media (min-width: 992px) {
    #localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-go {
        margin-left: auto
    }
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item .store-go .btn-store-go {
    text-transform: none;
    padding: 5px;
    font-weight: 500;
    font-size: 13px
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item.selected .store-icon {
    background: url(https://cdn.discoverglo.es/img/sections/storelocator/store-icon-orange.png) top left no-repeat transparent
}

#localizador-tiendas #store-locator .store-locator-content .store-results .result-item.selected .store-location .store-name {
    color: #ff8900
}

#blog #blog-article {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    #blog #blog-article {
        margin-bottom: 80px
    }
}

#blog #blog-article .container {
    background-position: center top;
    position: relative;
    overflow: hidden
}

#blog #blog-article .container.container-bg {
    background-size: contain;
    background-position: left top
}

@media (min-width: 768px) {
    #blog #blog-article .container.container-bg {
        background-position: left 740px
    }
}

@media (min-width: 992px) {
    #blog #blog-article .container.container-bg {
        background-position: left top;
        background-size: auto 350px
    }
}

#blog #blog-article .container.art-1 {
    background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-art-1-mobile.png)
}

@media (min-width: 992px) {
    #blog #blog-article .container.art-1 {
        background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-art-1.png)
    }
}

/*#blog #blog-article .container.art-2 {
    background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-art-2-mobile.png)
}*/
@media (min-width: 992px) {
    /*  #blog #blog-article .container.art-2 {
        background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-art-2.png)
    }*/
}

#blog #blog-article .container.art-3 {
    background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-art-3-mobile.png)
}

@media (min-width: 992px) {
    #blog #blog-article .container.art-3 {
        background-image: url(https://cdn.discoverglo.es/img/sections/blog/blog-art-3.png)
    }
}

/*#blog #blog-article .article-header {
    padding-top: 300px;
    padding-left: 33px
}

@media (min-width: 992px) {
    #blog #blog-article .article-header {
        padding-top: 443px;
        padding-left: 185px
    }
}*/
#blog #blog-article .article-header .article-image-header {
    position: absolute;
    right: 0;
    top: 0;
    height: 300px
}

#blog #blog-article .article-header .article-image-header .image-container {
    position: absolute;
    top: 0;
    right: 0;
    background-position: center top;
    background-size: cover
}

#blog #blog-article .article-header .article-image-header .image-container .image-cutter {
    width: 920px;
    height: 111px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0
}

#blog #blog-article .article-header .article-image-header img {
    width: 100vw;
    height: 300px;
    opacity: 0
}

@media (min-width: 992px) {
    #blog #blog-article .article-header .article-image-header img {
        width: 1148px;
        height: 600px
    }
}

#blog #blog-article .article-image-header img {
    max-width: 100%;
    width: 100%;
}

#blog #blog-article .article-image-header .close-article {
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a2c2c
}

#blog #blog-article .row.article-header {
    margin-bottom: 19px;
}

#blog #blog-article .article-header .article-title {
    background: #fff;
    color: #2A2C2C;
    padding: 0 12px 0 32px;
    position: relative;
    /*top: 80px*/
}

#blog #blog-article .row.article-content.container {
    margin: 0 auto;
}

@media (min-width: 992px) {
    #blog #blog-article .article-header .article-title {
        /*top: 46px*/
    }
}

#blog #blog-article .article-header .article-title .the-category {
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    /* text-transform: uppercase;*/

    margin-bottom: 6px
}

#blog #blog-article .article-header .article-title .the-category::before {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    left: 0;
    top: 7px
}

#blog #blog-article .article-header .article-title .the-category.cat-1::before {
    background: #00ca6a
}

#blog #blog-article .article-header .article-title .the-category.cat-2::before {
    background: #00a6ba
}

#blog #blog-article .article-header .article-title .the-category.cat-3::before {
    background: #cf2e95
}

#blog #blog-article .article-header .article-title .the-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2em;
    /*  margin-bottom: 30px*/
}

#blog #blog-article .article-content {
    /* padding-top: 90px;*/

    padding-bottom: 60px;
    background: #fff;
    color: #2A2C2C
}

@media (max-width: 992px) {
    .cms-blog iframe {
        height: 240px;
    }

    .cms-blog .video-holder {
        height: auto !important;
    }

    .cms-blog .slider-container.animate {
        padding-top: 0 !important;
    }
}

@media (min-width: 992px) {
    #blog #blog-article .article-content {
        /* padding-top: 44px;*/
        padding-bottom: 180px;
        padding-left: 200px;
        padding-right: 200px
    }
}

#product-register .model,
#product-register .waves,
#product-register .flare,
#product-register .products,
#glo-hyper-registro .model,
#glo-hyper-registro .waves,
#glo-hyper-registro .flare,
#glo-hyper-registro .products {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 287px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    #product-register .model,
    #product-register .waves,
    #product-register .flare,
    #product-register .products,
    #glo-hyper-registro .model,
    #glo-hyper-registro .waves,
    #glo-hyper-registro .flare,
    #glo-hyper-registro .products {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #product-register .model,
    #product-register .waves,
    #product-register .flare,
    #product-register .products,
    #glo-hyper-registro .model,
    #glo-hyper-registro .waves,
    #glo-hyper-registro .flare,
    #glo-hyper-registro .products {
        height: 277px;
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #product-register .model,
    #product-register .waves,
    #product-register .flare,
    #product-register .products,
    #glo-hyper-registro .model,
    #glo-hyper-registro .waves,
    #glo-hyper-registro .flare,
    #glo-hyper-registro .products {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 1200px) {

    #product-register .model,
    #product-register .waves,
    #product-register .flare,
    #product-register .products,
    #glo-hyper-registro .model,
    #glo-hyper-registro .waves,
    #glo-hyper-registro .flare,
    #glo-hyper-registro .products {
        height: 519px;
        background-size: auto 519px
    }
}

#product-register .model.model,
#product-register .waves.model,
#product-register .flare.model,
#product-register .products.model {
    background-image: url(/cy/pub/media/backgrounds/register-product/model-mobile.png);
    z-index: -52
}

#glo-hyper-registro .model.model,
#glo-hyper-registro .waves.model,
#glo-hyper-registro .flare.model,
#glo-hyper-registro .products.model {
    background-image: url(/cy/pub/media/backgrounds/register-customer/model-mobile.png);
    z-index: -52
}

@media (min-width: 768px) {

    #product-register .model.model,
    #product-register .waves.model,
    #product-register .flare.model,
    #product-register .products.model {
        background-image: url(/cy/pub/media/backgrounds/register-product/model.png)
    }

    #glo-hyper-registro .model.model,
    #glo-hyper-registro .waves.model,
    #glo-hyper-registro .flare.model,
    #glo-hyper-registro .products.model {
        background-image: url(/cy/pub/media/backgrounds/register-customer/model.png)
    }
}

#product-register .model.waves,
#product-register .waves.waves,
#product-register .flare.waves,
#product-register .products.waves {
    background-image: url(/cy/pub/media/backgrounds/register-product/waves-mobile.png);
    z-index: -54
}

#glo-hyper-registro .model.waves,
#glo-hyper-registro .waves.waves,
#glo-hyper-registro .flare.waves,
#glo-hyper-registro .products.waves {
    background-image: url(/cy/pub/media/backgrounds/register-customer/waves-mobile.png);
    z-index: -54
}

@media (min-width: 768px) {

    #product-register .model.waves,
    #product-register .waves.waves,
    #product-register .flare.waves,
    #product-register .products.waves {
        background-image: url(/cy/pub/media/backgrounds/register-product/waves.png)
    }

    #glo-hyper-registro .model.waves,
    #glo-hyper-registro .waves.waves,
    #glo-hyper-registro .flare.waves,
    #glo-hyper-registro .products.waves {
        background-image: url(/cy/pub/media/backgrounds/register-customer/waves.png)
    }
}

#product-register .model.flare,
#product-register .waves.flare,
#product-register .flare.flare,
#product-register .products.flare,
#glo-hyper-registro .model.flare,
#glo-hyper-registro .waves.flare,
#glo-hyper-registro .flare.flare,
#glo-hyper-registro .products.flare {
    z-index: -53
}

@media (min-width: 320px) {

    #product-register .model.flare,
    #product-register .waves.flare,
    #product-register .flare.flare,
    #product-register .products.flare {
        background-image: url(/cy/pub/media/backgrounds/register-product/flares-mobile.png)
    }
}

@media (min-width: 768px) {

    #product-register .model.flare,
    #product-register .waves.flare,
    #product-register .flare.flare,
    #product-register .products.flare {
        background-image: url(/cy/pub/media/backgrounds/register-product/flares.png)
    }

    #glo-hyper-registro .model.flare,
    #glo-hyper-registro .waves.flare,
    #glo-hyper-registro .flare.flare,
    #glo-hyper-registro .products.flare {
        background-image: url(/cy/pub/media/backgrounds/register-customer/flares.png)
    }
}

#product-register .model.products,
#product-register .waves.products,
#product-register .flare.products,
#product-register .products.products {
    background-image: url(/cy/pub/media/backgrounds/register-product/product-mobile.png);
    z-index: -51;
    top: 65px;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease
}

#glo-hyper-registro .model.products,
#glo-hyper-registro .waves.products,
#glo-hyper-registro .flare.products,
#glo-hyper-registro .products.products {
    background-image: url(/cy/pub/media/backgrounds/register-customer/product-mobile.png);
    z-index: -51;
    top: 65px;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease
}

@media (min-width: 768px) {

    #product-register .model.products,
    #product-register .waves.products,
    #product-register .flare.products,
    #product-register .products.products {
        background-image: url(/cy/pub/media/backgrounds/register-product/product.png);
        top: 120px
    }

    #glo-hyper-registro .model.products,
    #glo-hyper-registro .waves.products,
    #glo-hyper-registro .flare.products,
    #glo-hyper-registro .products.products {
        background-image: url(/cy/pub/media/backgrounds/register-customer/product.png);
        top: 120px
    }
}

#product-register .model.products.animate,
#product-register .waves.products.animate,
#product-register .flare.products.animate,
#product-register .products.products.animate,
#glo-hyper-registro .model.products.animate,
#glo-hyper-registro .waves.products.animate,
#glo-hyper-registro .flare.products.animate,
#glo-hyper-registro .products.products.animate {
    opacity: 1;
    background-position: center center
}

#product-register .model.animate,
#product-register .waves.animate,
#product-register .flare.animate,
#product-register .products.animate,
#glo-hyper-registro .model.animate,
#glo-hyper-registro .waves.animate,
#glo-hyper-registro .flare.animate,
#glo-hyper-registro .products.animate {
    transform: scale(1);
    opacity: 1
}

#product-register .header-spacer,
#glo-hyper-registro .header-spacer {
    display: block;
    width: 100%;
    height: 287px
}

@media (min-width: 320px) {

    #product-register .header-spacer,
    #glo-hyper-registro .header-spacer {
        height: calc(100vw*287/320)
    }
}

@media (min-width: 768px) {

    #product-register .header-spacer,
    #glo-hyper-registro .header-spacer {
        height: 90px
    }
}

@media (min-width: 992px) {

    #product-register .header-spacer,
    #glo-hyper-registro .header-spacer {
        height: 100px
    }
}

#product-register #product-register-header .big-container,
#glo-hyper-registro #product-register-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {

    #product-register #product-register-header .big-container,
    #glo-hyper-registro #product-register-header .container {
        padding-top: 170px;
        padding-bottom: 120px
    }

    #product-register-header .big-container {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {

    #product-register #product-register-header .big-container,
    #glo-hyper-registro #product-register-header .container {
        padding-top: 195px
    }
}

@media (min-width: 1200px) {
    #glo-hyper-registro #product-register-header .container {
        padding-top: 300px
    }

    #product-register #product-register-header .big-container {
        padding-top: 224px
    }
}

#product-register #product-register-header .page-title,
#glo-hyper-registro #product-register-header .page-title {
    /*font-family: "Mont", Arial;*/

    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    width: 193px
}

@media (min-width: 768px) {

    #product-register #product-register-header .page-title,
    #glo-hyper-registro #product-register-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {

    #product-register #product-register-header .page-title,
    #glo-hyper-registro #product-register-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

#product-register .text-list,
#glo-hyper-registro .text-list {
    font-weight: 600
}

#glo-hyper-registro #product-register-content {
    background: url(https://cdn.discoverglo.es/img/sections/productregister/form-bg-mobile.png) center 15px no-repeat;
    padding-bottom: 50px
}

@media (min-width: 992px) {
    #glo-hyper-registro #product-register-content {
        background: url(https://cdn.discoverglo.es/img/sections/productregister/form-bg.png) center 15px no-repeat;
        margin-top: 110px;
        padding-top: 10px
    }
}

@media (min-width: 992px) {

    #product-register #product-register-content,
    #glo-hyper-registro #product-register-content {
        margin-top: 120px
    }
}

@media (min-width: 992px) {

    #product-register #product-register-content .container,
    #glo-hyper-registro #product-register-content .container {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 992px) {
    /* #product-register #product-register-content .register-product-texts,*/

    #glo-hyper-registro #product-register-content .register-product-texts {
        width: 515px;
        margin-right: 100px
    }
}

@media (min-width: 992px) {

    #product-register #product-register-content .register-product-texts .first-copy,
    #glo-hyper-registro #product-register-content .register-product-texts .first-copy {
        margin-bottom: 0
    }
}

#product-register #product-register-content .register-product-texts .first-copy strong,
#glo-hyper-registro #product-register-content .register-product-texts .first-copy strong {
    font-weight: 800
}

#product-register #product-register-content .register-product-form,
#glo-hyper-registro #product-register-content .register-product-form {
    margin-top: 30px;
    margin-bottom: 50px
}

@media (min-width: 992px) {

    #product-register #product-register-content .register-product-form,
    #glo-hyper-registro #product-register-content .register-product-form {
        margin-top: 0
    }

    #product-register #product-register-content .register-product-form.register-product-form-max,
    #glo-hyper-registro #product-register-content .register-product-form.register-product-form-max {
        max-width: 50%
    }
}

#glo-hyper-registro #product-register-content .register-product-form .helper {
    position: absolute;
    right: 10px;
    bottom: -35px;
    color: #ff8900;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

@media (min-width: 992px) {

    #product-register #product-register-content .register-product-form .register-button-container,
    #glo-hyper-registro #product-register-content .register-product-form .register-button-container {
        display: flex;
        justify-content: flex-start
    }
}

@media (min-height: 760px) {

    #product-register #scroll-icon,
    #glo-hyper-registro #scroll-icon {
        display: none !important
    }
}

#checkout,
#mi-cesta {
    background: #fff;
    color: #2A2C2C
}

#checkout hr,
#mi-cesta hr {
    margin: 0 auto 65px
}

@media (min-width: 992px) {

    #checkout hr,
    #mi-cesta hr {
        margin: 0 auto 115px
    }
}

#checkout .checkout-header,
#mi-cesta .checkout-header {
    background: url(/cy/pub/media/pages/checkout_hero_image_v1.jpg) center center;
    background-size: cover
}

#checkout .checkout-header .logo,
#mi-cesta .checkout-header .logo {
    margin: 16px 0;
    width: 74px
}

@media (min-width: 992px) {

    #checkout .checkout-header .logo,
    #mi-cesta .checkout-header .logo {
        margin: 20px 0
    }
}

#checkout .steps-section .steps,
#mi-cesta .steps-section .steps {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 25px auto 65px
}

#checkout .steps-section .steps a,
#mi-cesta .steps-section .steps a {
    text-decoration: none
}

@media (min-width: 992px) {

    #checkout .steps-section .steps,
    #mi-cesta .steps-section .steps {
        margin: 50px auto 70px;
        max-width: 700px
    }
}

#checkout .steps-section .steps .step,
#mi-cesta .steps-section .steps .step {
    display: flex;
    align-items: center
}

#checkout .steps-section .steps .step .number,
#mi-cesta .steps-section .steps .step .number {
    background: #bfc0c0;
    color: #fff;
    font-size: 8.5px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50rem;
    margin-right: 8px
}

@media (min-width: 992px) {

    #checkout .steps-section .steps .step .number,
    #mi-cesta .steps-section .steps .step .number {
        font-size: 12px;
        width: 30px;
        line-height: 30px
    }
}

#checkout .steps-section .steps .step .text,
#mi-cesta .steps-section .steps .step .text {
    color: #bfc0c0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    line-height: 16px
}

@media (min-width: 992px) {

    #checkout .steps-section .steps .step .text,
    #mi-cesta .steps-section .steps .step .text {
        font-size: 18px
    }
}

#checkout .steps-section .steps .step.actual .number,
#mi-cesta .steps-section .steps .step.actual .number {
    background: #2A2C2C
}

#checkout .steps-section .steps .step.actual .text,
#mi-cesta .steps-section .steps .step.actual .text {
    color: #2A2C2C
}

#checkout .steps-section .steps .step.done .number,
#mi-cesta .steps-section .steps .step.done .number {
    background: #ff8900
}

#checkout .steps-section .steps .step.done .text,
#mi-cesta .steps-section .steps .step.done .text {
    color: #ff8900
}

#checkout .steps-section .steps .step-separator,
#mi-cesta .steps-section .steps .step-separator {
    display: none;
    width: 1px;
    background: #d8d8d8;
    transform: rotate(33deg);
    margin: 0 35px
}

@media (min-width: 992px) {

    #checkout .steps-section .steps .step-separator,
    #mi-cesta .steps-section .steps .step-separator {
        display: block
    }
}

#checkout .back-to-shop-container,
#mi-cesta .back-to-shop-container {
    order: 2;
    display: flex;
    justify-content: flex-end
}

@media (min-width: 992px) {

    #checkout .back-to-shop-container,
    #mi-cesta .back-to-shop-container {
        padding: 0;
        order: 1
    }
}

#checkout .back-to-shop-container .back-to-shop,
#mi-cesta .back-to-shop-container .back-to-shop {
    text-align: right;
    width: 100%;
    color: #2a2c2c;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px
}

#checkout .back-to-shop-container .back-to-shop img,
#mi-cesta .back-to-shop-container .back-to-shop img {
    margin-right: 10px
}

#checkout .session-buttons,
#mi-cesta .session-buttons {
    margin-bottom: 30px
}

#checkout .main-container,
#mi-cesta .main-container {
    order: 1
}

@media (min-width: 992px) {

    #checkout .main-container,
    #mi-cesta .main-container {
        order: 2
    }
}

#checkout .checkout-products,
#mi-cesta .checkout-products {
    display: flex;
    flex-direction: column
}

#checkout .checkout-products .products-list,
#mi-cesta .checkout-products .products-list {
    margin-bottom: 20px
}

#checkout .checkout-products .products-list .product,
#mi-cesta .checkout-products .products-list .product {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #2A2C2C
}

@media (min-width: 992px) {

    #checkout .checkout-products .products-list .product,
    #mi-cesta .checkout-products .products-list .product {
        margin-right: 35px;
        border-bottom: solid 1px #2A2C2C
    }
}

#checkout .checkout-products .products-list .product .product-info,
#mi-cesta .checkout-products .products-list .product .product-info {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#checkout .checkout-products .products-list .product .product-info .product-remove,
#mi-cesta .checkout-products .products-list .product .product-info .product-remove {
    justify-content: center;
    align-items: center
}

#checkout .checkout-products .products-list .product .product-info .product-image,
#mi-cesta .checkout-products .products-list .product .product-info .product-image {
    padding: 0 16px
}

#checkout .checkout-products .products-list .product .product-info .product-image img,
#mi-cesta .checkout-products .products-list .product .product-info .product-image img {
    width: 51px
}

@media (min-width: 992px) {

    #checkout .checkout-products .products-list .product .product-info .product-image img,
    #mi-cesta .checkout-products .products-list .product .product-info .product-image img {
        width: 88px
    }
}

#checkout .checkout-products .products-list .product .product-info .product-name-edit,
#mi-cesta .checkout-products .products-list .product .product-info .product-name-edit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px
}

@media (min-width: 992px) {

    #checkout .checkout-products .products-list .product .product-info .product-name-edit,
    #mi-cesta .checkout-products .products-list .product .product-info .product-name-edit {
        margin-bottom: 30px
    }
}

#checkout .checkout-products .products-list .product .product-info .product-name-edit .product-edit,
#mi-cesta .checkout-products .products-list .product .product-info .product-name-edit .product-edit {
    display: flex;
    flex-direction: row;
    text-align: center;
    line-height: 2em
}

#checkout .checkout-products .products-list .product .product-info .product-name-edit .product-edit .product-less,
#mi-cesta .checkout-products .products-list .product .product-info .product-name-edit .product-edit .product-less {
    border: solid 1px #dddddd;
    width: 25px;
    color: #2a2c2c;
    text-decoration: none
}

#checkout .checkout-products .products-list .product .product-info .product-name-edit .product-edit .product-quantity,
#mi-cesta .checkout-products .products-list .product .product-info .product-name-edit .product-edit .product-quantity {
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    width: 50px
}

#checkout .checkout-products .products-list .product .product-info .product-name-edit .product-edit .product-more,
#mi-cesta .checkout-products .products-list .product .product-info .product-name-edit .product-edit .product-more {
    border: solid 1px #dddddd;
    width: 25px;
    color: #2a2c2c;
    text-decoration: none
}

#checkout .checkout-products .products-list .product .product-subtotal,
#mi-cesta .checkout-products .products-list .product .product-subtotal {
    display: flex;
    justify-content: flex-end;
    font-weight: 300
}

#checkout .checkout-products .products-list .product .product-subtotal span,
#mi-cesta .checkout-products .products-list .product .product-subtotal span {
    font-weight: 400
}

#checkout .checkout-products .products-list:not(:empty)+.empty-cart,
#mi-cesta .checkout-products .products-list:not(:empty)+.empty-cart {
    display: none
}

#checkout .checkout-products .empty-cart,
#mi-cesta .checkout-products .empty-cart {
    margin-bottom: 50px
}

#checkout .checkout-products .empty-cart a,
#mi-cesta .checkout-products .empty-cart a {
    margin: 0 auto
}

#checkout .checkout-products .pricing,
#mi-cesta .checkout-products .pricing {
    background: #f9f9f9;
    padding: 47px 15px
}

@media (min-width: 992px) {

    #checkout .checkout-products .pricing,
    #mi-cesta .checkout-products .pricing {
        padding: 70px 50px
    }
}

#checkout .checkout-products .pricing .pricing-row,
#mi-cesta .checkout-products .pricing .pricing-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px
}

@media (min-width: 992px) {

    #checkout .checkout-products .pricing .pricing-row,
    #mi-cesta .checkout-products .pricing .pricing-row {
        padding-bottom: 30px
    }
}

#checkout .checkout-products .pricing .pricing-row .pricing-concept,
#mi-cesta .checkout-products .pricing .pricing-row .pricing-concept {
    font-weight: 300
}

#checkout .checkout-products .pricing .pricing-row .pricing-value,
#mi-cesta .checkout-products .pricing .pricing-row .pricing-value {
    font-weight: 600
}

#checkout .checkout-products .pricing .promotional-code,
#mi-cesta .checkout-products .pricing .promotional-code {
    margin-bottom: 50px
}

#checkout .checkout-products .pricing .continue-2-shipping,
#mi-cesta .checkout-products .pricing .continue-2-shipping {
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {

    #checkout .checkout-products .pricing .continue-2-shipping,
    #mi-cesta .checkout-products .pricing .continue-2-shipping {
        justify-content: flex-end
    }
}

#checkout .checkout-products .pricing .continue-2-shipping .btn-checkout,
#mi-cesta .checkout-products .pricing .continue-2-shipping .btn-checkout {
    width: 220px
}

#checkout .checkout-address .form-title,
#checkout .checkout-resume .form-title,
#mi-cesta .checkout-address .form-title,
#mi-cesta .checkout-resume .form-title {
    font-size: 18px;
    line-height: 30px
}

#checkout .checkout-address .form-title #checkout-login-user,
#checkout .checkout-resume .form-title #checkout-login-user,
#mi-cesta .checkout-address .form-title #checkout-login-user,
#mi-cesta .checkout-resume .form-title #checkout-login-user {
    font-size: 15px
}

@media (min-width: 992px) {

    #checkout .checkout-address .email-field,
    #checkout .checkout-resume .email-field,
    #mi-cesta .checkout-address .email-field,
    #mi-cesta .checkout-resume .email-field {
        margin-bottom: 70px
    }
}

#checkout .checkout-address .checkout-loged-user-copy,
#checkout .checkout-resume .checkout-loged-user-copy,
#mi-cesta .checkout-address .checkout-loged-user-copy,
#mi-cesta .checkout-resume .checkout-loged-user-copy {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px
}

#checkout .checkout-address .user-addresses .user-address,
#checkout .checkout-resume .user-addresses .user-address,
#mi-cesta .checkout-address .user-addresses .user-address,
#mi-cesta .checkout-resume .user-addresses .user-address {
    display: flex;
    justify-content: space-between;
    background: #F9F9F9;
    margin-bottom: 21px;
    padding: 25px 20px
}

#checkout .checkout-address .user-addresses .user-address.selected,
#checkout .checkout-resume .user-addresses .user-address.selected,
#mi-cesta .checkout-address .user-addresses .user-address.selected,
#mi-cesta .checkout-resume .user-addresses .user-address.selected {
    background: #F0F0F0
}

#checkout .checkout-address .user-addresses .user-address .user-address-info,
#checkout .checkout-resume .user-addresses .user-address .user-address-info,
#mi-cesta .checkout-address .user-addresses .user-address .user-address-info,
#mi-cesta .checkout-resume .user-addresses .user-address .user-address-info {
    text-align: center
}

@media (min-width: 992px) {

    #checkout .checkout-address .user-addresses .user-address .user-address-info,
    #checkout .checkout-resume .user-addresses .user-address .user-address-info,
    #mi-cesta .checkout-address .user-addresses .user-address .user-address-info,
    #mi-cesta .checkout-resume .user-addresses .user-address .user-address-info {
        text-align: left
    }
}

#checkout .checkout-address .user-addresses .user-address .user-address-info .user-default-address,
#checkout .checkout-resume .user-addresses .user-address .user-address-info .user-default-address,
#mi-cesta .checkout-address .user-addresses .user-address .user-address-info .user-default-address,
#mi-cesta .checkout-resume .user-addresses .user-address .user-address-info .user-default-address {
    text-transform: uppercase;
    font-weight: 600
}

#checkout .checkout-address .user-addresses .user-address .user-address-info .user-address-name,
#checkout .checkout-resume .user-addresses .user-address .user-address-info .user-address-name,
#mi-cesta .checkout-address .user-addresses .user-address .user-address-info .user-address-name,
#mi-cesta .checkout-resume .user-addresses .user-address .user-address-info .user-address-name {
    font-size: 18px;
    color: #ff8900
}

#checkout .checkout-address .user-addresses .user-address .user-address-selector,
#checkout .checkout-resume .user-addresses .user-address .user-address-selector,
#mi-cesta .checkout-address .user-addresses .user-address .user-address-selector,
#mi-cesta .checkout-resume .user-addresses .user-address .user-address-selector {
    width: 16px
}

#checkout .checkout-address .user-addresses .user-address .user-address-selector .user-address-selector-btn,
#checkout .checkout-resume .user-addresses .user-address .user-address-selector .user-address-selector-btn,
#mi-cesta .checkout-address .user-addresses .user-address .user-address-selector .user-address-selector-btn,
#mi-cesta .checkout-resume .user-addresses .user-address .user-address-selector .user-address-selector-btn {
    position: relative
}

#checkout .checkout-address .user-addresses .user-address .user-address-selector .user-address-selector-btn:before,
#checkout .checkout-resume .user-addresses .user-address .user-address-selector .user-address-selector-btn:before,
#mi-cesta .checkout-address .user-addresses .user-address .user-address-selector .user-address-selector-btn:before,
#mi-cesta .checkout-resume .user-addresses .user-address .user-address-selector .user-address-selector-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: solid 1px #2A2C2C;
    border-radius: 32px
}

#checkout .checkout-address .user-addresses .user-address.selected,
#checkout .checkout-resume .user-addresses .user-address.selected,
#mi-cesta .checkout-address .user-addresses .user-address.selected,
#mi-cesta .checkout-resume .user-addresses .user-address.selected {
    background: #F0F0F0
}

#checkout .checkout-address .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:before,
#checkout .checkout-resume .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:before,
#mi-cesta .checkout-address .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:before,
#mi-cesta .checkout-resume .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:before {
    border: solid 1px #ff8900
}

#checkout .checkout-address .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:after,
#checkout .checkout-resume .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:after,
#mi-cesta .checkout-address .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:after,
#mi-cesta .checkout-resume .user-addresses .user-address.selected .user-address-selector .user-address-selector-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #ff8900
}

#checkout .checkout-address #form-checkout-address #btn-checkout-auto-signup,
#checkout .checkout-resume #form-checkout-address #btn-checkout-auto-signup,
#mi-cesta .checkout-address #form-checkout-address #btn-checkout-auto-signup,
#mi-cesta .checkout-resume #form-checkout-address #btn-checkout-auto-signup {
    margin-right: 25px
}

#checkout .checkout-address #form-checkout-address .password-container,
#checkout .checkout-resume #form-checkout-address .password-container,
#mi-cesta .checkout-address #form-checkout-address .password-container,
#mi-cesta .checkout-resume #form-checkout-address .password-container {
    margin-right: 15px
}

#checkout .checkout-address #form-checkout-address .password-container .password-copy,
#checkout .checkout-resume #form-checkout-address .password-container .password-copy,
#mi-cesta .checkout-address #form-checkout-address .password-container .password-copy,
#mi-cesta .checkout-resume #form-checkout-address .password-container .password-copy {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
    font-weight: 400
}

#checkout .checkout-address .order-container,
#checkout .checkout-resume .order-container,
#mi-cesta .checkout-address .order-container,
#mi-cesta .checkout-resume .order-container {
    background: #f9f9f9;
    padding: 15px
}

@media (min-width: 992px) {

    #checkout .checkout-address .order-container,
    #checkout .checkout-resume .order-container,
    #mi-cesta .checkout-address .order-container,
    #mi-cesta .checkout-resume .order-container {
        padding: 50px 70px
    }
}

#checkout .checkout-address .order-container .product,
#checkout .checkout-resume .order-container .product,
#mi-cesta .checkout-address .order-container .product,
#mi-cesta .checkout-resume .order-container .product {
    display: flex;
    align-items: center;
    padding: 20px 0
}

#checkout .checkout-address .order-container .product .product-image,
#checkout .checkout-resume .order-container .product .product-image,
#mi-cesta .checkout-address .order-container .product .product-image,
#mi-cesta .checkout-resume .order-container .product .product-image {
    margin-right: 14px
}

#checkout .checkout-address .order-container .product .product-image img,
#checkout .checkout-resume .order-container .product .product-image img,
#mi-cesta .checkout-address .order-container .product .product-image img,
#mi-cesta .checkout-resume .order-container .product .product-image img {
    width: 40px
}

#checkout .checkout-address .order-container .product .product-name-quantity,
#checkout .checkout-resume .order-container .product .product-name-quantity,
#mi-cesta .checkout-address .order-container .product .product-name-quantity,
#mi-cesta .checkout-resume .order-container .product .product-name-quantity {
    font-weight: 300;
    display: flex;
    justify-content: space-between
}

#checkout .checkout-address .order-container .product .product-name-quantity .quantity,
#checkout .checkout-resume .order-container .product .product-name-quantity .quantity,
#mi-cesta .checkout-address .order-container .product .product-name-quantity .quantity,
#mi-cesta .checkout-resume .order-container .product .product-name-quantity .quantity {
    font-weight: 600;
    margin-left: 15px
}

#checkout .checkout-address .order-container .product .product-subtotal,
#checkout .checkout-resume .order-container .product .product-subtotal,
#mi-cesta .checkout-address .order-container .product .product-subtotal,
#mi-cesta .checkout-resume .order-container .product .product-subtotal {
    margin-left: auto
}

#checkout .checkout-address .order-container .price-subtotal,
#checkout .checkout-address .order-container .price-shipping,
#checkout .checkout-resume .order-container .price-subtotal,
#checkout .checkout-resume .order-container .price-shipping,
#mi-cesta .checkout-address .order-container .price-subtotal,
#mi-cesta .checkout-address .order-container .price-shipping,
#mi-cesta .checkout-resume .order-container .price-subtotal,
#mi-cesta .checkout-resume .order-container .price-shipping {
    border-bottom: solid 1px #dddddd;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 300;
    font-size: 15px
}

#checkout .checkout-address .order-container .price-subtotal .price,
#checkout .checkout-address .order-container .price-shipping .price,
#checkout .checkout-resume .order-container .price-subtotal .price,
#checkout .checkout-resume .order-container .price-shipping .price,
#mi-cesta .checkout-address .order-container .price-subtotal .price,
#mi-cesta .checkout-address .order-container .price-shipping .price,
#mi-cesta .checkout-resume .order-container .price-subtotal .price,
#mi-cesta .checkout-resume .order-container .price-shipping .price {
    font-weight: 600;
    text-align: right
}

#checkout .checkout-address .order-container .price-total,
#checkout .checkout-resume .order-container .price-total,
#mi-cesta .checkout-address .order-container .price-total,
#mi-cesta .checkout-resume .order-container .price-total {
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 15px;
    margin: 50px 0 20px 0
}

#checkout .checkout-address .order-container .price-total .price,
#checkout .checkout-resume .order-container .price-total .price,
#mi-cesta .checkout-address .order-container .price-total .price,
#mi-cesta .checkout-resume .order-container .price-total .price {
    margin-left: 15px;
    font-weight: 600
}

#checkout .checkout-address .order-container .btn-container,
#checkout .checkout-resume .order-container .btn-container,
#mi-cesta .checkout-address .order-container .btn-container,
#mi-cesta .checkout-resume .order-container .btn-container {
    display: flex;
    justify-content: flex-end
}

#checkout .checkout-address .order-container .btn-container .btn-container-button,
#checkout .checkout-resume .order-container .btn-container .btn-container-button,
#mi-cesta .checkout-address .order-container .btn-container .btn-container-button,
#mi-cesta .checkout-resume .order-container .btn-container .btn-container-button {
    width: 50%
}

#checkout .checkout-address .password-container,
#checkout .checkout-resume .password-container,
#mi-cesta .checkout-address .password-container,
#mi-cesta .checkout-resume .password-container {
    order: 3;
    display: none;
    width: 100%
}

#checkout .checkout-address input[type="checkbox"]:checked+.password-container,
#checkout .checkout-resume input[type="checkbox"]:checked+.password-container,
#mi-cesta .checkout-address input[type="checkbox"]:checked+.password-container,
#mi-cesta .checkout-resume input[type="checkbox"]:checked+.password-container {
    display: flex;
    flex-direction: column;
    padding-top: 10px
}

#checkout .checkout-address .thankyou-header,
#checkout .checkout-resume .thankyou-header,
#mi-cesta .checkout-address .thankyou-header,
#mi-cesta .checkout-resume .thankyou-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #429e00;
    font-size: 18px;
    margin-bottom: 10px
}

#checkout .checkout-address .thankyou-header img,
#checkout .checkout-resume .thankyou-header img,
#mi-cesta .checkout-address .thankyou-header img,
#mi-cesta .checkout-resume .thankyou-header img {
    margin-right: 17px
}

#checkout footer,
#mi-cesta footer {
    background: #2a2c2c;
    color: #fff
}

#checkout .product-name,
#mi-cesta .product-name {
    font-family: "Mont", Arial;
    font-size: 18px;
    padding-bottom: 8px
}

#checkout .shipping-info,
#mi-cesta .shipping-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #F0F0F0;
    padding: 30px 15px;
    /* margin-bottom: 30px*/
}

@media (min-width: 992px) {

    #checkout .shipping-info,
    #mi-cesta .shipping-info {
        padding: 30px 0px;
        /*  margin-bottom: 100px;*/
        align-items: center
    }
}

#checkout .shipping-info .shipping-info-item,
#mi-cesta .shipping-info .shipping-info-item {
    width: 30%;
    display: flex;
    align-items: center;
    margin: 0 10px;
    flex-direction: column
}

@media (min-width: 992px) {

    #checkout .shipping-info .shipping-info-item,
    #mi-cesta .shipping-info .shipping-info-item {
        flex-direction: row;
        align-items: center
    }
}

#checkout .shipping-info .shipping-info-item .icon,
#mi-cesta .shipping-info .shipping-info-item .icon {
    width: 36px;
    margin-bottom: 12px;
    text-align: center
}

@media (min-width: 992px) {

    #checkout .shipping-info .shipping-info-item .icon,
    #mi-cesta .shipping-info .shipping-info-item .icon {
        margin-right: 12px;
        margin-bottom: 0
    }
}

#checkout .shipping-info .shipping-info-item .icon .shipping-icon,
#mi-cesta .shipping-info .shipping-info-item .icon .shipping-icon {
    height: 35px
}

#checkout .shipping-info .shipping-info-item .text,
#mi-cesta .shipping-info .shipping-info-item .text {
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Mont", Arial
}

@media (min-width: 992px) {

    #checkout .shipping-info .shipping-info-item .text,
    #mi-cesta .shipping-info .shipping-info-item .text {
        font-size: 12px;
        line-height: 15px;
        text-align: left
    }
}

.account-header .model,
.account-header .waves,
.account-header .flare,
.account-header .products {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 313px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 313px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    .account-header .model,
    .account-header .waves,
    .account-header .flare,
    .account-header .products {
        height: calc(100vw*313/320);
        background-size: auto calc(100vw*313/320)
    }
}

@media (min-width: 768px) {

    .account-header .model,
    .account-header .waves,
    .account-header .flare,
    .account-header .products {
        height: 277px;
        background-size: auto 277px
    }
}

@media (min-width: 992px) {

    .account-header .model,
    .account-header .waves,
    .account-header .flare,
    .account-header .products {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 1200px) {

    .account-header .model,
    .account-header .waves,
    .account-header .flare,
    .account-header .products {
        height: 519px;
        background-size: auto 519px
    }
}

.account-header .model.model,
.account-header .waves.model,
.account-header .flare.model,
.account-header .products.model {
    background-image: url(/cy/pub/media/backgrounds/register-customer/model-mobile.png);
    z-index: -52
}

@media (min-width: 768px) {

    .account-header .model.model,
    .account-header .waves.model,
    .account-header .flare.model,
    .account-header .products.model {
        background-image: url(/cy/pub/media/backgrounds/register-customer/model.png)
    }
}

.account-header .model.waves,
.account-header .waves.waves,
.account-header .flare.waves,
.account-header .products.waves {
    background-image: url(/cy/pub/media/backgrounds/register-customer/waves-mobile.png);
    z-index: -54
}

@media (min-width: 768px) {

    .account-header .model.waves,
    .account-header .waves.waves,
    .account-header .flare.waves,
    .account-header .products.waves {
        background-image: url(/cy/pub/media/backgrounds/register-customer/waves.png)
    }
}

.account-header .model.flare,
.account-header .waves.flare,
.account-header .flare.flare,
.account-header .products.flare {
    z-index: -53
}

@media (min-width: 768px) {

    .account-header .model.flare,
    .account-header .waves.flare,
    .account-header .flare.flare,
    .account-header .products.flare {
        background-image: url(/cy/pub/media/backgrounds/register-customer/flares.png)
    }
}

.account-header .model.products,
.account-header .waves.products,
.account-header .flare.products,
.account-header .products.products {
    background-image: url(/cy/pub/media/backgrounds/register-customer/product-mobile.png);
    z-index: -51;
    top: 65px;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease
}

@media only screen and (max-width: 992px) {

    .account-header .model.products,
    .account-header .waves.products,
    .account-header .flare.products,
    .account-header .products.products {
        background-size: 349px !important;
        background-position: 83% 62px !important;
    }

    .customer-account-create section#registro-main {
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) {

    .account-header .model.products,
    .account-header .waves.products,
    .account-header .flare.products,
    .account-header .products.products {
        background-image: url(/cy/pub/media/backgrounds/register-customer/product.png);
        top: 120px
    }
}

.account-header .model.products.animate,
.account-header .waves.products.animate,
.account-header .flare.products.animate,
.account-header .products.products.animate {
    opacity: 1;
    background-position: center center
}

.account-header .model.animate,
.account-header .waves.animate,
.account-header .flare.animate,
.account-header .products.animate {
    transform: scale(1);
    opacity: 1
}

.account-header .header-spacer {
    display: block;
    width: 100%;
    height: 287px
}

@media (min-width: 320px) {
    .account-header .header-spacer {
        height: calc(100vw*287/320)
    }
}

@media (min-width: 768px) {
    .account-header .header-spacer {
        height: 90px
    }
}

@media (min-width: 992px) {
    .account-header .header-spacer {
        height: 50px
    }
}

.account-header .container {
    margin-top: -37px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .account-header .container {
        padding-top: 130px;
        padding-bottom: 150px
    }
}

@media (min-width: 992px) {
    .account-header .container {
        padding-top: 165px;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .account-header .container {
        padding-top: 290px
    }
}

.account-header .container.reset-header-container {
    padding-bottom: 20px;
    padding-top: 20px
}

@media (min-width: 768px) {
    .account-header .container.reset-header-container {
        padding-top: 130px
    }
}

@media (min-width: 992px) {
    .account-header .container.reset-header-container {
        padding-top: 225px;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .account-header .container.reset-header-container {
        padding-top: 340px
    }
}

.account-header .page-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    width: 193px
}

@media (min-width: 768px) {
    .account-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .account-header .page-title {
        font-size: 42px;
        line-height: 44px;
        width: 440px
    }
}

.account-header.account-register-header .container {
    padding-bottom: 37px;
    margin-top: -87px
}

@media (min-width: 768px) {
    .account-header.account-register-header .container {
        padding-top: 150px;
        padding-bottom: 170px
    }
}

@media (min-width: 992px) {
    .account-header.account-register-header .container {
        padding-top: 195px;
        padding-bottom: 0px
    }
}

@media (min-width: 1200px) {
    .account-header.account-register-header .container {
        padding-top: 300px
    }
}

.account-content {
    display: flex;
    max-width: 380px
}

@media (min-width: 992px) {
    .account-content {
        max-width: 980px
    }
}

.account-content .left-content,
.account-content .right-content {
    flex: 1
}

.account-content .left-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.account-content .left-content .account-title {
    font-family: "Mont", Arial;
    font-size: 35px;
    font-weight: 800;
    margin-top: 95px
}

@media (min-width: 992px) {
    .account-content .left-content .account-title {
        font-size: 45px;
        margin-top: 140px
    }
}

.account-content .left-content .account-copy {
    margin-top: 15px;
    margin-bottom: 35px;
    max-width: 380px
}

@media (min-width: 768px) {
    .account-content .left-content .account-copy {
        margin-top: 130px
    }
}

@media (min-width: 992px) {
    .account-content .left-content .account-copy {
        margin-top: 85px;
        margin-bottom: 25px
    }
}

@media (min-width: 992px) {
    .account-content .left-content #form-reset-pass {
        max-width: 480px
    }
}

@media (min-width: 768px) {
    .account-content .left-content.activated .account-title {
        margin-top: 100px
    }
}

.account-content .left-content.activated .account-copy {
    margin-top: 25px
}

.account-content .left-content .benefits .claim {
    font-size: 20px;
    font-weight: 600
}

.account-content .left-content .benefits .benefits-list {
    font-size: 18px
}

.account-content .right-content {
    display: none;
    justify-content: flex-end;
    margin-top: 135px
}

@media (min-width: 992px) {
    .account-content .right-content {
        display: flex
    }
}

.account-content .right-content .product-image {
    width: 428px;
    height: 446px
}

#reset-p-main .account-content {
    padding: 0px 15px 40px
}

@media (min-width: 992px) {
    #reset-p-main .account-content {
        padding: 0px 15px 60px
    }
}

#reset-p-main .account-content .left-content .account-title {
    margin-top: 90px
}

#reset-p-main .account-content .left-content.activated .account-title {
    margin-top: 20px
}

@media (min-width: 768px) {
    #reset-p-main .account-content .left-content.activated .account-title {
        margin-top: 90px
    }
}

.account-register-content {
    background: #3E3F3F;
    max-width: 980px;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .account-register-content {
        padding: 47px 150px;
        margin-top: 100px;
        margin-bottom: 100px
    }
}

.account-register-content.short-container {
    max-width: 600px
}

.account-register-content.short-container .styled-form {
    justify-content: center;
    flex-direction: column;
    display: flex
}

.account-register-content.short-container .styled-form .btn {
    width: 100%
}

@media (min-width: 992px) {
    .registro-texts {
        margin-right: 0;
        padding-right: 62px;
    }
}

@media (min-width: 992px) {
    .registro-form-max {
        max-width: 50%
    }
}

.user-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 125px;
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(https://cdn.discoverglo.es/img/sections/user/header-bg-mobile.png);
    background-size: auto 125px
}

.user-header .user-header-name {
    display: block;
    font-size: 30px
}

@media (min-width: 320px) {
    .user-header {
        height: calc(100vw*125/320);
        background-size: auto calc(100vw*125/320)
    }
}

@media (min-width: 768px) {
    .user-header {
        height: 160px;
        background-image: url(https://cdn.discoverglo.es/img/sections/user/header-bg.png);
        background-size: auto 160px
    }
}

@media (min-width: 992px) {
    .user-main {
        background: url(https://cdn.discoverglo.es/img/sections/user/hype-black-bg.png) center top no-repeat
    }
}

.user-main .user-container {
    margin-top: 40px;
    margin-bottom: 115px;
    padding: 0
}

@media (min-width: 992px) {
    .user-main .user-container {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        margin-bottom: 75px
    }
}

@media (min-width: 992px) {
    .user-main .user-container .user-menu-container {
        width: 420px;
        margin-right: 50px
    }
}

.user-main .user-container .user-menu-container .user-menu-list {
    display: flex;
    flex-direction: column;
    padding-left: 0
}

.user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item {
    background-color: #464646;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item {
        border-left: solid 11px #464646
    }
}

.user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item.logut {
    margin-top: 40px
}

@media (min-width: 992px) {
    .user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item.selected-item {
        border-left: solid 11px #ff8900
    }
}

.user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item .user-menu-item {
    font-family: "Mont", Arial;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%
}

.user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item .user-menu-item .user-menu-icon-container {
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center
}

.user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item .user-menu-item .user-menu-icon-container .user-menu-icon {
    width: 18px
}

.user-main .user-container .user-menu-container .user-menu-list .user-menu-list-item .user-menu-item .user-menu-icon-container .user-menu-icon.baja {
    width: 24px
}

.user-main .user-container .user-back {
    text-transform: uppercase;
    font-family: "Mont", Arial;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .user-main .user-container .user-back:not(.orders-back) {
        display: none
    }
}

.user-main .user-container .user-back #user-area-back {
    color: #fff
}

.user-main .user-container .user-back .user-back-arrow {
    margin-right: 5px
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container {
        max-width: 580px;
        margin-top: 20px
    }
}

.user-main .user-container .user-data-container .user-data-title {
    padding: 0 15px;
    font-family: "Mont", Arial;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container .user-data-title {
        font-size: 26px
    }
}

.user-main .user-container .user-data-container .user-data-content {
    padding: 32px 15px;
    background: #3E3F3F;
    margin-bottom: 20px
}

.user-main .user-container .user-data-container .user-data-content.user-address-content {
    position: relative;
    margin-bottom: 50px
}

.user-main .user-container .user-data-container .user-data-content.user-address-content.user-address-content-not-default {
    padding-top: 60px
}

.user-main .user-container .user-data-container .user-data-content.user-address-content .address-option-btn-default {
    position: absolute;
    top: 28px;
    right: 31px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 160px;
    text-align: right;
    font-size: 13px;
    line-height: 16px
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container .user-data-content.user-address-content .address-option-btn-default {
        top: 16px;
        right: 32px;
        width: 100%
    }
}

.user-main .user-container .user-data-container .user-data-content.user-address-content .address-option-btn-default .user-address-default-icon {
    height: 32px;
    margin-left: 8px
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container .user-data-content.user-address-content .address-option-btn-default .user-address-default-icon {
        height: 24px
    }
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container .user-data-content {
        padding: 37px 100px
    }
}

.user-main .user-container .user-data-container .user-data-content .user-data-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.user-main .user-container .user-data-container .user-data-content .styled-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.user-main .user-container .user-data-container .user-data-content .formated-address .name-address {
    color: #ff8900;
    display: block;
    font-size: 18px
}

.user-main .user-container .user-data-container .user-data-content .address-options {
    margin-top: -15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -30px;
    margin-top: 0
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container .user-data-content .address-options {
        bottom: -40px;
        background: #2a2c2c;
        width: auto
    }
}

.user-main .user-container .user-data-container .user-data-content .address-options .address-option-btn {
    color: #fff;
    font-weight: 800;
    padding: 10px 25px;
    display: block;
    background: #2A2C2C
}

@media (min-width: 992px) {
    .user-main .user-container .user-data-container .user-data-content .address-options .address-option-btn {
        padding: 14px 45px
    }
}

.user-main .user-container .user-data-container .user-data-content .address-options .separator {
    width: 1px;
    height: 10px;
    background: #fff;
    display: block
}

.user-main .user-container .user-orders-container .user-data-content {
    background: none;
    padding: 0
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item {
        flex-direction: row;
        align-items: flex-start;
        background: #3E3F3F;
        position: relative;
        margin-bottom: 75px;
        padding-top: 27px;
        height: 90px
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-label {
    font-size: 13px;
    line-height: 1em;
    color: #9F9F9F;
    margin-bottom: 8px
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-name {
    font-size: 15px;
    line-height: 1em
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-image {
        margin-left: 15px
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-image img {
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-image img {
        top: -30px;
        left: 0
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state {
    background: #3E3F3F;
    padding: 47px 15px 8px 15px;
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state {
        padding: 0;
        margin-top: 0;
        align-items: flex-start;
        width: 150px;
        margin-left: 30px
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state .order-label {
    display: none
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state .order-label {
        display: inline-block
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state .order-name {
    position: relative;
    z-index: 3
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state .order-name.sent {
    color: #D7FFBA
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-state .order-name.canceled {
    color: #FFCEB7
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #3E3F3F;
    padding: 0 30px 30px 30px
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info {
        padding: 0
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-number,
.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-date {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {

    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-number,
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-date {
        align-items: flex-start;
        width: 165px
    }

    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-number.order-shipping-number,
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-date.order-shipping-number {
        margin-left: auto
    }

    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-number.order-shipping-date,
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-shipping-info .order-shipping-date.order-shipping-date {
        margin-right: 15px
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-view-details {
    margin-top: -15px
}

@media (min-width: 992px) {
    .user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-view-details {
        position: absolute;
        right: 0;
        bottom: -40px;
        margin-top: 0
    }
}

.user-main .user-container .user-orders-container .user-data-content .orders-list .order-item .order-view-details .order-view-details-btn {
    color: #fff;
    font-weight: 800;
    padding: 14px 45px;
    display: block;
    background: #2A2C2C
}

.user-main .user-container .user-detail-container .detail-field {
    display: flex;
    margin-bottom: 12px
}

.user-main .user-container .user-detail-container .detail-label,
.user-main .user-container .user-detail-container .detail-shipping-title {
    font-size: 13px;
    line-height: 1em;
    color: #9F9F9F;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    width: 160px
}

.user-main .user-container .user-detail-container .detail-label.order-status,
.user-main .user-container .user-detail-container .detail-shipping-title.order-status {
    margin-bottom: 18px
}

.user-main .user-container .user-detail-container .detail-label.order-status.sent,
.user-main .user-container .user-detail-container .detail-shipping-title.order-status.sent {
    color: #D7FFBA
}

.user-main .user-container .user-detail-container .detail-label.order-status.canceled,
.user-main .user-container .user-detail-container .detail-shipping-title.order-status.canceled {
    color: #FFCEB7
}

.user-main .user-container .user-detail-container .detail-label.detail-shipping-title,
.user-main .user-container .user-detail-container .detail-shipping-title.detail-shipping-title {
    margin-top: 20px;
    margin-bottom: 8px
}

.user-main .user-container .user-detail-container .detail-name {
    font-size: 15px;
    line-height: 1em
}

.user-main .user-container .user-detail-container .detail-name .tracking {
    display: block;
    font-style: italic;
    font-size: 14px
}

.user-main .user-container .user-detail-container .detail-name .tracking .tracking-link {
    color: #fff;
    text-decoration: underline
}

.user-main .user-container .user-detail-container .detail-products-list {
    display: flex;
    justify-content: space-around
}

.user-main .user-container .user-detail-container .order-detail-price,
.user-main .user-container .user-detail-container .order-detail-contact {
    text-transform: uppercase
}

.user-main .user-container .user-detail-container .order-detail-price .user-data-subtitle,
.user-main .user-container .user-detail-container .order-detail-contact .user-data-subtitle {
    margin-bottom: 20px
}

.user-main .user-container .user-detail-container .order-detail-price .detail-field,
.user-main .user-container .user-detail-container .order-detail-contact .detail-field {
    display: flex;
    justify-content: space-between
}

.user-main .user-container .user-detail-container .order-detail-price .detail-field.total,
.user-main .user-container .user-detail-container .order-detail-contact .detail-field.total {
    border-top: solid 1px #9F9F9F;
    padding-top: 12px
}

.user-main .user-container .user-detail-container .order-detail-price .detail-field.total .detail-label,
.user-main .user-container .user-detail-container .order-detail-contact .detail-field.total .detail-label {
    color: #fff;
    font-size: 16px
}

.user-main .user-container .user-detail-container .order-detail-price .detail-field.total .detail-name,
.user-main .user-container .user-detail-container .order-detail-contact .detail-field.total .detail-name {
    font-weight: 600
}

.user-main .user-container .user-detail-container .order-detail-price.order-detail-contact,
.user-main .user-container .user-detail-container .order-detail-contact.order-detail-contact {
    display: flex;
    flex-direction: column
}

.user-main .user-container .user-empty-products-container {
    width: 100%
}

.user-main .user-container .user-empty-products-container .user-empty-products-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-main .user-container .user-empty-products-container .user-empty-products-content .user-empty-products-image {
    margin-bottom: 20px
}

.user-main .user-container .user-empty-products-container .user-empty-products-content .btn.btn-show {
    margin-top: 50px
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container {
        width: 100%
    }
}

.user-main .user-container .user-products-container .user-products-content .orders-list .order-item {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item {
        height: 95px;
        margin-bottom: 60px
    }
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .products-image img {
        top: -20px
    }
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .order-state {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .order-label {
        width: 80px;
        text-align: left;
        margin-right: 30px
    }
}

.user-main .user-container .user-products-container .user-products-content .orders-list .order-item .product-detail {
    width: 100%
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .product-detail {
        display: flex;
        flex-direction: column
    }
}

.user-main .user-container .user-products-container .user-products-content .orders-list .order-item .products-name {
    padding-bottom: 20px;
    width: auto
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .products-name {
        padding-bottom: 10px
    }
}

.user-main .user-container .user-products-container .user-products-content .orders-list .order-item .products-serial {
    flex-direction: column;
    width: auto
}

@media (min-width: 992px) {
    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .products-serial {
        flex-direction: row;
        margin-left: 30px;
        justify-content: flex-start
    }

    .user-main .user-container .user-products-container .user-products-content .orders-list .order-item .products-serial .order-label {
        margin-right: 30px
    }
}

.user-main .user-container .user-products-container .user-products-content .styled-form {
    display: none;
    margin-top: 40px
}

.user-main .user-container .user-products-container .text-add-product .tit {
    font-size: 16px;
    font-family: "Gotham Greek";
    font-weight: 600;
    margin-bottom: 0
}

.user-main .user-container .user-products-container .user-products-btn-container {
    display: flex;
    justify-content: center
}

.user-main .user-container .user-help-container {
    justify-content: flex-start
}

.user-main .user-container .user-help-container .help-method {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 26px
}

.user-main .user-container .user-help-container .help-method .help-icon {
    width: 50px;
    padding-top: 5px
}

.user-main .user-container .user-help-container .help-method .help-link {
    color: #fff;
    text-decoration: none
}

.user-main .user-container .user-help-container .help-method .help-link:hover {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px
}

.user-main .user-container .user-help-container .help-method .help-link.help-chat-link {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px
}

.legal .legal-header {
    background: url("/cy/pub/media/pages/cookies_hero_image_v1.jpg?v2") center center;
    background-size: cover;
    display: flex;
    position: relative;
    height: 385px;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.legal .legal-header-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 30px;
    text-align: center
}

@media (min-width: 768px) {
    .legal .legal-header-title {
        font-size: 40px
    }
}

.legal .legal-header .normal {
    font-weight: normal
}

/*.legal .legal-header-cutter {
    background: url("https://cdn.discoverglo.es/img/legal/legal-cutter.png") center center;
    background-size: cover;
    width: 100%;
    height: 59px;
    position: absolute;
    bottom: 0;
    display: block
}*/
.legal .legal-content {
    background: #fff;
    color: #2A2C2C;
    padding: 80px 0;
    /* border-bottom: solid 1px #707070*/
}

.legal .legal-content .container {
    max-width: 980px;
    font-size: 15px;
    line-height: 26px
}

.legal .legal-content .container .legal-calidad-glo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("https://cdn.discoverglo.es/img/legal/calidad-content-bg-mobile.png") center center;
    background-size: cover;
    width: 100%;
    height: 185px;
    margin-bottom: 30px;
    font-family: "Mont", Arial;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

@media (min-width: 768px) {
    .legal .legal-content .container .legal-calidad-glo-img {
        background: url("https://cdn.discoverglo.es/img/legal/calidad-content-bg.png") center center;
        background-size: cover;
        height: 350px;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 40px
    }
}

.legal .legal-content .container h3 {
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 20px
}

.legal .legal-content .container p {
    margin-bottom: 25px
}

.legal .legal-content .container .bold {
    font-weight: 600
}

.legal .legal-content .container .italic {
    font-style: italic
}

.legal .legal-content .container .bold-italic {
    font-weight: 600;
    font-style: italic
}

.legal .legal-content .container .underline {
    text-decoration: underline
}

.legal .legal-content .container a {
    color: #2A2C2C;
    text-decoration: underline
}

.legal .legal-content .container a.mas-bbll {
    color: #ff8900;
    text-decoration: none
}

.legal .legal-content .container.faqs {
    height: auto;
    overflow: hidden
}

.legal .legal-content .container.faqs .cont-preguntas {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ff8900
}

@media (min-width: 992px) {
    .legal .legal-content .container.faqs .cont-preguntas {
        border-bottom: none
    }
}

.legal .legal-content .container.faqs .cont-preguntas .titular {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 40px
}

.legal .legal-content .container.faqs .cont-preguntas .titular-pregunta {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    padding-right: 20px
}

.legal .legal-content .container.faqs .cont-preguntas .titular-pregunta::before {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2A2C2C;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    transform: scaleY(-1);
    transition: transform .2s ease
}

.legal .legal-content .container.faqs .cont-preguntas .titular-pregunta.opened::before {
    transform: scaleY(1)
}

.legal .legal-content .container.faqs .cont-preguntas .titular-pregunta span {
    float: right
}

.legal .legal-content .container.faqs .cont-preguntas p {
    font-size: 15px
}

.legal .legal-content .container.faqs .cont-preguntas p.small {
    font-size: 9px
}

.legal .legal-content .container.faqs .cont-preguntas:last-child {
    border-bottom: none
}

@media (min-width: 992px) {

    .legal .legal-content .container.faqs .cont-preguntas.general,
    .legal .legal-content .container.faqs .cont-preguntas.comercio,
    .legal .legal-content .container.faqs .cont-preguntas.ayuda {
        float: left;
        width: 45%;
        clear: left
    }
}

@media (min-width: 992px) {
    .legal .legal-content .container.faqs .cont-preguntas.glo {
        float: right;
        width: 45%
    }
}

.returns .returns-header {
    background: url("https://cdn.discoverglo.es/img/sections/returns/header-bg.png") center bottom;
    background-size: cover;
    display: flex;
    position: relative;
    height: 337px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 50px
}

.returns .returns-header-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 30px;
    text-align: center
}

@media (min-width: 768px) {
    .returns .returns-header-title {
        font-size: 40px
    }
}

.returns .returns-header .normal {
    font-weight: normal
}

.returns .returns-content {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .returns .returns-content {
        margin-bottom: 100px
    }
}

.returns .returns-content .returns-container {
    max-width: 980px;
    padding: 0
}

@media (min-width: 992px) {
    .returns .returns-content .returns-container.returns-doble-container {
        display: flex
    }

    .returns .returns-content .returns-container.returns-doble-container .return-block {
        flex: 1 1 0px
    }
}

.returns .returns-content .returns-container .return-block {
    background: #3E3F3F;
    padding: 45px 15px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .returns .returns-content .returns-container .return-block {
        margin-right: 20px;
        padding: 55px 40px
    }

    .returns .returns-content .returns-container .return-block:last-child {
        margin-right: 0
    }
}

.returns .returns-content .returns-container .return-block .returns-terms {
    max-width: 450px;
    list-style: none;
    padding: 0
}

.returns .returns-content .returns-container .return-block .returns-terms .returns-terms-item {
    display: flex;
    margin-bottom: 45px
}

.returns .returns-content .returns-container .return-block .returns-terms .returns-terms-item .returns-icon-contaner {
    width: 50px;
    padding-top: 5px
}

@media (min-width: 992px) {
    .returns .returns-content .returns-container .return-block .returns-terms .returns-terms-item .returns-icon-contaner {
        width: 70px
    }
}

.returns .returns-content .returns-container .return-block .returns-terms .returns-terms-item .returns-terms-p {
    width: calc(100% - 70px)
}

.returns .returns-icon {
    margin-right: 10px
}

.returns .mb-30 {
    margin-bottom: 30px
}

.returns .returns-text {
    font-size: 16px
}

@media (min-width: 992px) {
    .returns .returns-text {
        font-size: 20px
    }
}

.returns .returns-text-big {
    font-size: 18px
}

@media (min-width: 992px) {
    .returns .returns-text-big {
        font-size: 24px
    }
}

#agegate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000;
    /* background-color: #2a2c2c; */

    background: url(/cy/pub/media/pages/bg-age-glo-lg.jpg) center no-repeat;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity .4s ease
}

@media (max-width: 768px) {
    #agegate {
        background: url(/cy/pub/media/pages/bg-age-glo-mob.jpg) center no-repeat;
    }
}

#agegate .agegate-content {
    display: flex;
    width: 90%;
    align-items: center;
    flex-direction: column;
    max-width: max-content;
    margin: auto;
    background: white;
    color: black;
    padding: 15px 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#agegate .agegate-content .logo {
    margin-bottom: 26px !important;
}

#agegate .agegate-content .logo img {
    width: 110px
}

#agegate .agegate-content .title {
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px
}

#agegate .agegate-content .copy {
    text-align: center;
    margin-bottom: 29px
}

#agegate .agegate-content .buttons {
    width: 100%;
    max-width: 500px
}

@media (min-width: 768px) {
    #agegate .agegate-content .buttons {
        display: flex
    }

    #agegate .agegate-content .buttons .btn {
        margin-right: 15px
    }

    #agegate .agegate-content .buttons .btn:last-child {
        margin-right: 0
    }
}

#agegate.opacity {
    opacity: 1
}

#agegate.show {
    display: block
}

#cookie-reminder {
    position: fixed;
    top: 15%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 10010;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    transition: 1s;
    transform: translate3d(0, -200%, 0);
    font-family: inherit;
    opacity: 0;
    padding: 15px 0px;
    color: #2a2c2c
}

@media (min-width: 768px) {
    #cookie-reminder {
        top: 25%;
        width: 70%;
        margin: 0 15%
    }
}

#cookie-reminder.displayed {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

#cookie-reminder .container {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    position: relative
}

#cookie-reminder .container p {
    text-align: left;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px
}

#cookie-reminder .container p #btn-aviso-cookies-enlace {
    color: #2a2c2c;
    text-decoration: underline
}

#cookie-reminder .container .cont-btns {
    width: 100%;
    text-align: right;
    display: inline-block;
    position: relative;
    top: -14px
}

#cookie-reminder .container .cont-btns p {
    width: 49%;
    display: inline-block;
    margin-bottom: 0
}

#cookie-reminder .container .cont-btns p .btn {
    width: 100%;
    font-size: 12px;
    padding: 14px 2px
}

@media (min-width: 768px) {
    #cookie-reminder .container .cont-btns p .btn {
        width: 224px;
        font-size: 15px;
        padding: 14px 18px
    }
}

#cookie-reminder .container span {
    padding: 15px;
    display: block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 24px
}

#cookie-reminder .container span a {
    color: #2a2c2c;
    font-weight: 600;
    text-decoration: underline
}

#cookie-reminder .btn-close {
    position: absolute;
    font-size: 30px;
    height: 18px;
    width: 18px;
    left: -10px;
    top: -5px;
    cursor: pointer;
    text-decoration: none;
    color: #5E5E5E;
    font-weight: 100
}

#cookies-disabled {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url(https://cdn.discoverglo.es/img/sections/agegate/bg.png) center 50vh no-repeat #2a2c2c;
    width: 100vw;
    height: 100vh;
    padding: 50px 30px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

@media (min-width: 768px) {
    #cookies-disabled {
        padding: 200px 30px;
        background-position: center 33vh
    }
}

#cookies-disabled .cookies-disabled-content {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column
}

#cookies-disabled .cookies-disabled-content .logo {
    margin-bottom: 26px
}

#cookies-disabled .cookies-disabled-content .logo img {
    width: 110px
}

#cookies-disabled .cookies-disabled-content .title {
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px
}

#cookies-disabled .cookies-disabled-content .copy {
    text-align: center;
    margin-bottom: 29px
}

#cookies-disabled .cookies-disabled-content .buttons {
    width: 100%;
    max-width: 500px
}

@media (min-width: 768px) {
    #cookies-disabled .cookies-disabled-content .buttons {
        display: flex
    }

    #cookies-disabled .cookies-disabled-content .buttons .btn {
        margin-right: 15px
    }

    #cookies-disabled .cookies-disabled-content .buttons .btn:last-child {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .modal .modal-dialog {
        max-width: 800px
    }
}

.modal .modal-dialog .modal-content {
    background: #2a2c2c;
    border-radius: 0;
    color: white;
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0
}

@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-header {
        padding: 34px 34px 0 80px
    }
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 25px;
    margin-top: 60px
}

.modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1
}

@media (min-width: 992px) {
    .modal .modal-dialog .modal-body {
        padding: 0 80px 10px
    }
}

.modal .modal-dialog .modal-footer {
    border-top: 0
}

@media (min-width: 992px) {
    .modal .modal-dialog .modal-footer {
        padding: 34px 80px
    }
}

.modal .modal-dialog .modal-title {
    font-family: "Mont", Arial;
    font-size: 30px;
    /* font-weight: 800 */
}

.modal .modal-dialog .buttons {
    display: flex;
    justify-content: flex-end
}

.modal .modal-dialog .helpers {
    /* display: flex; */

    justify-content: flex-end;
}

.modal .modal-dialog .helpers>* {
    margin-left: 10px
}

.modal .modal-dialog .small {
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    margin-top: 29px;
    display: inline-block;
}

.modal .modal-dialog img:not(.close-image) {
    max-width: 100%
}

.modal .modal-dialog .separator {
    display: block;
    background-color: #363838;
    width: 2px
}

@media (min-width: 992px) {
    .modal.modal-big .modal-dialog {
        max-width: 1180px
    }
}

#mi-cesta .modal .modal-dialog .modal-content {
    background: #fff
}

@media (min-width: 992px) {
    #modalLogin .modal-body {
        display: flex
    }
}

#modalLogin .modal-body .modal-mobile-selector {
    display: flex;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    #modalLogin .modal-body .modal-mobile-selector {
        display: none
    }
}

#modalLogin .modal-body .modal-mobile-selector .modal-mobile-option {
    flex: 1 1 0;
    text-align: center;
    color: #434545;
    border-bottom: solid 2px #434545;
    font-size: 19px;
    font-family: "Mont", Arial;
    font-weight: 800;
    text-decoration: none
}

#modalLogin .modal-body .modal-mobile-selector .modal-mobile-option.selected {
    color: #fff;
    border-bottom: solid 2px #ff8900
}

#modalLogin .modal-body .login-form,
#modalLogin .modal-body .register-link {
    display: none
}

#modalLogin .modal-body .login-form.show,
#modalLogin .modal-body .register-link.show {
    display: block
}

@media (min-width: 992px) {

    #modalLogin .modal-body .login-form,
    #modalLogin .modal-body .register-link {
        display: block
    }
}

#modalLogin .modal-body .login-form .modal-title,
#modalLogin .modal-body .register-link .modal-title {
    display: none
}

@media (min-width: 992px) {

    #modalLogin .modal-body .login-form .modal-title,
    #modalLogin .modal-body .register-link .modal-title {
        display: block
    }
}

@media (min-width: 992px) {

    #modalLogin .modal-body .login-form,
    #modalLogin .modal-body .register-link {
        flex: 1 1 0;
        margin: 15px 50px
    }
}

@media (min-width: 1200px) {

    #modalLogin .modal-body .login-form,
    #modalLogin .modal-body .register-link {
        margin: 15px 100px
    }
}

#mi-cesta #modalLogin .modal-body .modal-mobile-selector .modal-mobile-option.selected {
    color: #2A2C2C
}

#mi-cesta #modalLogin .modal-body .btn-white {
    border: solid 1px #2A2C2C
}

@media (min-width: 992px) {
    #modalLoginCheckout .modal-dialog {
        max-width: 800px
    }
}

#modalLoginCheckout .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0
}

#modalLoginCheckout .modal-dialog .modal-content .modal-header {
    border-bottom: 0
}

@media (min-width: 992px) {
    #modalLoginCheckout .modal-dialog .modal-content .modal-header {
        padding: 34px 34px 0 80px
    }
}

#modalLoginCheckout .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 25px;
    margin-top: 60px
}

#modalLoginCheckout .modal-dialog .modal-content .modal-header .close {
    opacity: 1
}

@media (min-width: 992px) {
    #modalLoginCheckout .modal-dialog .modal-body {
        padding: 0 80px 10px
    }
}

#modalLoginCheckout .modal-dialog .modal-footer {
    border-top: 0
}

@media (min-width: 992px) {
    #modalLoginCheckout .modal-dialog .modal-footer {
        padding: 34px 80px
    }
}

#modalLoginCheckout .modal-dialog .modal-title {
    font-family: "Mont", Arial;
    font-size: 25px;
    line-height: 26px;
    font-weight: 800
}

#modalLoginCheckout .modal-dialog .buttons {
    display: flex;
    justify-content: flex-start
}

#modalLoginCheckout .modal-dialog .helpers {
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {
    #modalLoginCheckout .modal-dialog .helpers {
        justify-content: flex-start
    }
}

#modalLoginCheckout .modal-dialog .helpers>* {
    margin-left: 10px;
    color: #2A2C2C;
    text-decoration: underline
}

#modalLoginCheckout .modal-dialog .small {
    font-size: 11px
}

#modalLoginCheckout .modal-dialog img {
    max-width: 100%
}

#modalLoginCheckout .modal-dialog .separator {
    display: block;
    background-color: #363838;
    width: 2px
}

#modalLoginCheckout .modal-dialog .modal-footer {
    font-weight: 100;
    text-align: center
}

#modalLoginCheckout .modal-dialog .modal-footer a {
    color: #2A2C2C;
    font-weight: 600;
    text-decoration: underline
}

@media (min-width: 992px) {
    #modalAlertaLogin .styled-form {
        max-width: 50%
    }
}

#modalCookies {
    z-index: 10050
}

#modalCookies .modal-title {
    font-size: 22px
}

@media (min-width: 768px) {
    #modalCookies .modal-title {
        font-size: 25px
    }
}

#modalCookies label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 20px 0px 12px;
    cursor: pointer;
    font-size: 13px
}

#modalCookies label span {
    font-weight: bold
}

#modalCookies input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

#modalCookies .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #fff
}

#modalCookies .container input:checked~.checkmark {
    background-color: #fff
}

#modalCookies .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#modalCookies .container input:checked~.checkmark:after {
    display: block
}

#modalCookies .container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #2A2C2C;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#modalCookies .buttons {
    width: 100%;
    display: inline-block;
    position: relative;
    top: -14px;
    margin-left: 10px
}

#modalCookies .buttons p {
    width: 49%;
    display: inline-block;
    margin-bottom: 0
}

#modalCookies .buttons p .btn {
    width: 100%;
    font-size: 12px;
    padding: 14px 2px
}

.btn-right {
    float: right;
}

.recovery-modal .modal-header h5 {
    text-transform: none;
    font-size: 27px;
}

.recovery-modal .modal-body {
    text-transform: none;
    font-size: 14px
}

.modal-body {
    text-transform: none;
}

@media (min-width: 768px) {
    #modalCookies .buttons p .btn {
        width: 224px;
        font-size: 15px;
        padding: 14px 18px
    }
}

#modalCookies .buttons p:last-child .btn {
    margin-right: 0;
    margin-left: auto
}

#err404 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: url(https://cdn.discoverglo.es/img/404-bg-mobile.png) center bottom no-repeat #2a2c2c;
    width: 100vw;
    height: 100vh;
    padding: 30px 30px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

@media (min-width: 768px) {
    #err404 {
        padding: 100px 30px;
        background: url(https://cdn.discoverglo.es/img/404-bg.png) center bottom no-repeat #2a2c2c
    }
}

#err404 .err404-content {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column
}

#err404 .err404-content .logo {
    margin-bottom: 26px
}

#err404 .err404-content .logo img {
    width: 80px
}

#err404 .err404-content .title {
    font-family: "Mont", Arial;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    #err404 .err404-content .title {
        font-size: 30px;
        margin-bottom: 35px
    }
}

#err404 .err404-content .copy {
    text-align: center;
    margin-bottom: 29px
}

#err404 .err404-content .buttons {
    width: 100%;
    max-width: 500px
}

@media (min-width: 768px) {
    #err404 .err404-content .buttons {
        display: flex
    }

    #err404 .err404-content .buttons .btn {
        margin-right: 15px
    }

    #err404 .err404-content .buttons .btn:last-child {
        margin-right: 0
    }
}

#err404.opacity {
    opacity: 1
}

#err404.show {
    display: block
}

#prefooter .prefooter-content {
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    #prefooter .prefooter-content {
        flex-direction: row;
        max-width: 1440px;
        margin: 0 auto
    }
}

#prefooter .prefooter-content .prefooter-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px
}

#prefooter .prefooter-content .newsletter {
    padding-top: 42px;
    padding-bottom: 20px;
    background: url(https://cdn.discoverglo.es/img/prefooter-newsletter-bg.png) center center no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .newsletter {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center
    }
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .newsletter .container {
        width: auto;
        padding-left: 45px
    }
}

@media (min-width: 1200px) {
    #prefooter .prefooter-content .newsletter .container {
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .newsletter .prefooter-title {
        max-width: 380px
    }
}

#prefooter .prefooter-content .newsletter .newsletter-email {
    display: flex;
    margin-bottom: 25px;
    margin-top: 23px
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .newsletter .newsletter-email {
        max-width: 380px;
        justify-content: center
    }
}

#prefooter .prefooter-content .newsletter .newsletter-email input {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    padding: 0 10px 0 52px;
    border: solid 1px #fff;
    outline: none;
    background: url("/cy/pub/media/pages/input-mail.svg") 10px center no-repeat #fff
}

#prefooter .prefooter-content .newsletter .newsletter-email .btn-newsletter {
    width: auto;
    color: #fff;
    background: #2a2c2c;
    border: solid 1px #fff;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Mont", Arial;
    font-weight: 800
}

#prefooter .prefooter-content .newsletter .newsletter-agree {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-style: italic;
    font-weight: 300;
    font-size: 12px
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .newsletter .newsletter-agree {
        max-width: 503px;
        font-size: 15px
    }
}

#prefooter .prefooter-content .newsletter .newsletter-agree input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 15px;
    position: relative;
    outline: none;
    box-shadow: none;
    margin-right: 15px
}

#prefooter .prefooter-content .newsletter .newsletter-agree input:before {
    content: " ";
    width: 13px;
    height: 13px;
    display: block;
    border: solid 1px #fff;
    position: absolute;
    top: 6px
}

#prefooter .prefooter-content .newsletter .newsletter-agree input:checked:before {
    background: url(/cy/pub/media/pages/checked.png) center center;
    background-size: cover
}

#prefooter .prefooter-content .newsletter .newsletter-agree input+label {
    padding-left: 10px;
    cursor: pointer
}

#prefooter .prefooter-content .newsletter .newsletter-agree a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

#prefooter .prefooter-content .product-register {
    background: #502650;
    padding-top: 140px;
    padding-bottom: 35px;
    background: url(https://cdn.discoverglo.es/img/prefooter-registerproduct-bg-mobile.png) right center no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .product-register {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        background: url(https://cdn.discoverglo.es/img/prefooter-registerproduct-bg.png) right center no-repeat;
        height: 300px;
        background-size: auto 300px;
        display: flex;
        margin-top: -55px
    }
}

@media (min-width: 1200px) {
    #prefooter .prefooter-content .product-register {
        height: 370px;
        background-size: auto 370px
    }
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .product-register .container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-right: 45px;
        padding-left: 43%
    }
}

@media (min-width: 1200px) {
    #prefooter .prefooter-content .product-register .container {
        padding-right: 15px;
        padding-left: 43%;
        padding-top: 55px
    }
}

#prefooter .prefooter-content .product-register .product-image {
    display: none;
    width: 100px;
    margin-left: 50px;
    margin-right: 30px;
    position: relative;
    top: 30px
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .product-register .product-image {
        display: block
    }
}

#prefooter .prefooter-content .product-register .prefooter-title {
    width: 230px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    #prefooter .prefooter-content .product-register .prefooter-title {
        width: 480px
    }
}

#prefooter .prefooter-content .product-register .btn {
    margin-left: 0
}

@keyframes scrollDown {
    0% {
        top: 6px;
        opacity: 1
    }

    25% {
        top: 6px;
        opacity: 1
    }

    75% {
        top: 24px;
        opacity: 0
    }

    100% {
        top: 24px;
        opacity: 0
    }
}

#scroll-icon .in {
    animation: scrollDown 2s infinite
}

/* web fonts */
@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Bold.eot');
    src: local('Gotham Greek Bold'), local('GothamGreek-Bold'), url('GothamGreek-Bold.eot?#iefix') format('embedded-opentype'), url('GothamGreek-Bold.woff2') format('woff2'), url('GothamGreek-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Light.eot');
    src: local('Gotham Greek Light'), local('GothamGreek-Light'), url('GothamGreek-Light.eot?#iefix') format('embedded-opentype'), url('GothamGreek-Light.woff2') format('woff2'), url('GothamGreek-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Book.eot');
    src: local('Gotham Greek Book'), local('GothamGreek-Book'), url('GothamGreek-Book.eot?#iefix') format('embedded-opentype'), url('GothamGreek-Book.woff2') format('woff2'), url('GothamGreek-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Medium.eot');
    src: local('Gotham Greek Medium'), local('GothamGreek-Medium'), url('GothamGreek-Medium.eot?#iefix') format('embedded-opentype'), url('GothamGreek-Medium.woff2') format('woff2'), url('GothamGreek-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.mpblog-post-view .page-title {
    display: none;
}

.dual-field .dropdown.bootstrap-select {
    width: 100% !important;
}

.dual-field .dropdown.bootstrap-select .filter-option-inner-inner {
    font-weight: normal !important;
}

/* temporary hide menu and breadcrumbs */
.sections.nav-sections,
.page-footer,
.modals-wrapper {
    display: none;
}

.mp-sidebar,
.mpblog-search {
    display: none;
}

.mp-theme-wrapper._has-modal .modals-wrapper {
    z-index: 999999999999;
    left: 0;
    top: -1%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 70%);
    display: inline-block;
    text-align: center;
}

.mp-theme-wrapper._has-modal aside.modal-popup.popup-authentication {
    display: none;
}

/*.mp-theme-wrapper._has-modal .modal-content {
    background-color: #060606;
    border: 0px;
}*/
.mp-theme-wrapper._has-modal header.modal-header {
    border: 0;
}

.mp-theme-wrapper._has-modal footer.modal-footer {
    border: 0;
}

aside.modal-popup.confirm {
    display: none;
}

aside.modal-popup.confirm._show {
    display: inline-block;
}

.mp-theme-wrapper._has-modal aside.modal-popup.confirm.show {
    display: inline-block !important;
    top: 24%;
    position: sticky;
    background-color: #000;
    padding: 24px 56px;
}

.mp-theme-wrapper._has-modal footer.modal-footer {
    background-color: #000;
}

/* Success Page  */
.checkout-success-left .actions-toolbar {
    display: none !important;
}

body.checkout-onepage-success .account .column.main {
    max-width: 100% !important;
}

body.checkout-onepage-success.page-layout-1column {
    background-color: #fff;
}

.checkout-onepage-success section.steps-section {
    margin-bottom: 42px;
}

.checkout-onepage-success .page-wrapper {
    background-color: #fff;
}

.checkout-onepage-success table#my-orders-table .col.price {
    display: none;
}

.checkout-onepage-success table#my-orders-table .col.sku {
    display: none;
}

.checkout-onepage-success header.front-header .navigation {
    background: #fff0;
}

.checkout-onepage-success header.front-header {
    background: url(/cy/pub/media/pages/checkout_hero_image_v1.jpg) center center;
    background-size: cover;
}

.checkout-onepage-success .non-logo {
    display: none !important;
}

.checkout-onepage-success header.front-header {
    position: absolute;
}

.checkout-success-left {
    color: #000;
    width: 100%;
    max-width: 50%;
    float: left;
}

.checkout-success-right {
    width: 100%;
    max-width: 50%;
    float: left;
    padding: 43px 17px;
    background-color: #f9f9f9;
}

.checkout-success-right table#my-orders-table thead {
    display: none;
}

.checkout-success-right table#my-orders-table td {
    border-top: 0px;
}

.checkout-success-right .mark {
    background-color: #ffffff00;
    border: 0;
    font-weight: 100;
}

.checkout-success-right tfoot tr {
    border-bottom: 1px solid #80808038;
}

.checkout-success-right caption.table-caption {
    display: none;
}

.checkout-success-left h2 {
    font-size: 19px;
    color: #429e00;
}

.checkout-success-left {
    font-size: 14px;
    font-weight: 499;
    padding-right: 53px;
    line-height: 18px;
}

/*Cart Page Start*/
.form-field.birth-date.js-birthday p {
    font-size: 13px;
    line-height: 20px;
}

.checkout-cart-index .col-12.col-lg-12.offset-lg-12.shipping-info {
    max-width: 50%;
    float: left;
}

div#shopping-cart-table a.use-ajax.action.towishlist.action-towishlist {
    display: none;
}

.checkout-cart-index .page-wrapper {
    background-color: #fff;
}

.checkout-cart-index .product-name {
    font-family: "Mont", Arial;
    font-size: 18px;
    padding-bottom: 8px;
}

.checkout-cart-index .product-name-edit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout-cart-index tr.totals-tax {
    display: none;
}

.checkout-cart-index a.action.multicheckout {
    display: none;
}

.checkout-cart-index .product-image {
    display: inline-block;
    float: left;
    margin-left: 30px;
}

.checkout-cart-index .delete-action {
    display: inline-block;
    float: left;
    position: absolute;
    top: 5pc;
    left: 0;
}

div#block-discount .content {
    display: inline-block !important;
    width: 100% !important;
}

div#block-discount label.label {
    display: none;
}

div#block-discount .title {
    display: none;
}

form#discount-coupon-form {
    min-width: 100% !important;
}

div#block-discount input#coupon_code {
    background: url(/cy/pub/media/pages/input-promo.svg) 10px center no-repeat #fff;
    width: 100%;
    padding: 7px 10px 7px 52px;
    border: solid 1px #fff;
    outline: none;
    text-transform: uppercase;
}

div#block-discount .actions-toolbar {
    display: inline-block;
}

div#block-discount .field {
    display: inline-block;
    width: 100%;
    max-width: 71%;
    padding-right: 4%;
    background-color: #fff;
}

div#block-discount .actions-toolbar {
    position: absolute;
    right: 0;
    top: 0;
}

form#discount-coupon-form {
    position: relative;
}

div#block-discount button.action.apply.primary {
    background-color: #000;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 12px;
    border: 0;
}

div#block-discount {
    margin-bottom: 50px;
    margin-top: 27px;
}

.checkout-cart-index .product-name-edit {
    display: inline-block;
    margin-top: 37px;
    position: relative;
    float: left;
}

.checkout-cart-index .product-info {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid;
    padding: 20px 0;
}

.checkout-cart-index .product-subtotal.col.subtotal {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 15px;
    font-weight: 100;
    ;
}

.checkout-cart-index .product-subtotal.col.subtotal:before {
    content: "Î¥Ï€Î¿ÏƒÏÎ½Î¿Î»Î¿: ";
}

.checkout-cart-index .product-subtotal span.cart-price {
    font-weight: 500;
}

.checkout-index-index .product.options,
.checkout-cart-index .product.options {
    display: inline-block;
}

.checkout-cart-index header.front-header {
    background: url(/cy/pub/media/pages/checkout_hero_image_v1.jpg) center center;
    background-size: cover;
}

.checkout-cart-index header.front-header .navigation {
    background: #fff0;
}

.checkout-cart-index .non-logo {
    display: none !important;
}

body.checkout-cart-index {
    background-color: #fff;
}

.checkout-cart-index .cart-summary {
    width: 100%;
    max-width: 50%;
    float: right;
    background-color: #f9f9f9;
    padding: 70px 50px;
    color: #000;
}

.checkout-cart-index form#form-validate {
    max-width: 50%;
    padding-right: 35px;
    width: 50%;
}

.checkout-cart-index tr.grand.totals td {
    vertical-align: bottom;
}

.steps-section .steps {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 70px;
    max-width: 700px;
}

.steps-section .steps a {
    text-decoration: none;
}

.steps-section .steps .step {
    display: flex;
    align-items: center;
}

.steps-section .steps .step .number {
    background: #bfc0c0;
    color: #fff;
    font-size: 8.5;
    line-height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50rem;
    margin-right: 8px;
}

.steps-section .steps .step .text {
    color: #bfc0c0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.steps-section .steps .step.actual .number {
    background: #000;
}

.steps-section .steps .step.actual .text {
    color: #000;
}

.steps-section .steps .step.done .number {
    background: orange;
}

.steps-section .steps .step.done .text {
    color: orange;
}

.steps-section .steps .step-separator {
    display: block;
}

.steps-section .steps .step-separator {
    width: 1px;
    background: #d8d8d8;
    transform: rotate(33deg);
    margin: 0 35px;
}

.checkout-cart-index .page-title-wrapper {
    display: none;
}

.checkout-cart-index .hidden-element {
    opacity: 0;
    position: absolute !important;
}

a#btn-mi-cesta-continuar-comprando {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #2a2c2c;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

a#btn-mi-cesta-continuar-comprando img {
    margin-right: 10px;
}

.col-12.col-lg-12.offset-lg-12.shipping-info {
    /*display: inline-block;*/

    width: 100%;
    text-align: right;
}

.shipping-info-inner {
    padding: 30px 50px;
    /*margin-bottom: 100px;*/

    align-items: center;
    display: flex;
    justify-content: center;
    background: #F0F0F0;
    /*width: 50%;*/

    float: right;
    min-width: 100%;
}

.col-12.col-lg-12.offset-lg-12.shipping-info {
    padding: 0;
}

.shipping-info-inner .shipping-icon {
    height: 35px;
    display: inline-block;
}

.shipping-info-inner .icon {
    width: 36px;
    margin-bottom: 0;
    text-align: center;
    margin-right: 10px;
}

.col-12.col-lg-12.offset-lg-12.shipping-info {
    color: #000;
}

.shipping-info-item {
    flex-direction: row;
    align-items: center;
    width: 30%;
    display: flex;
    margin: 0 10px;
}

.shipping-info-inner .text {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
}

.checkout-cart-index ul.checkout.methods.items.checkout-methods-items {
    list-style: none;
    float: right;
}

.checkout-cart-index th.mark {
    background-color: #fff0;
    font-weight: 300;
    border: 0;
}

.checkout-cart-index td.amount {
    font-weight: 500;
    font-size: 16px;
    border: 0;
    text-align: right;
}

.cart-summary caption.table-caption {
    display: none;
}

.cart-discount .content {
    display: inline-block !important;
}

@media (min-width: 992px) {
    .steps-section .steps .number {
        font-size: 12px !important;
        width: 31px !important;
        line-height: 30px !important;
    }

    .steps-section .steps .text {
        font-size: 16px !important;
        max-width: 133px;
    }

    .step.done .number {
        width: 32px !important;
    }
}

.checkout-cart-index .empty-cart.cart-page {
    color: #000;
    text-align: center;
}

.checkout-cart-index .empty-cart.cart-page a#btn-mi-cesta-vacia {
    display: inline-block;
}

.empty-cart.cart-page {
    margin-bottom: 50px;
}

/* .checkout-cart-index ul.checkout.methods.items.checkout-methods-items li:last-child {
    display: none;
} */
.checkout-cart-index .cart-container,
.checkout-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.checkout-cart-index form#form-validate {
    float: left;
}

.checkout-cart-index form#shipping-zip-form {
    display: none;
}

.checkout-cart-index dl.items.methods {
    display: none;
}

.checkout-cart-index strong.summary.title {
    display: none;
}

/*@media (min-width: 1200px){
.cart-container {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.cart-container {
    max-width: 960px;
}
}
@media (min-width: 768px){
.cart-container {
    max-width: 560px;
}
}
@media (min-width: 576px){
.cart-container {
    max-width: 540px;
}
}
@media (min-width: 1200px){
.cart-container {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.cart-container {
    max-width: 960px;
}
}
@media (min-width: 768px){
.cart-container {
    max-width: 560px;
}
}
@media (min-width: 576px){
.cart-container {
    max-width: 540px;
}
}*/
.checkout-index-index {
    background-color: #fff;
}

.checkout-index-index header.front-header {
    background: url(/cy/pub/media/pages/checkout_hero_image_v1.jpg) center center;
    background-size: cover;
}

.checkout-index-index {
    padding-top: 0;
}

.checkout-index-index .field._required._error input.input-text {
    border: 2px solid red !important;
}

.checkout-index-index .field-error span {
    font-size: 11px;
    color: red;
}

.checkout-index-index header.page-header {
    display: none;
}

.checkout-index-index header.front-header .navigation {
    background: #fff0;
}

.checkout-index-index .non-logo {
    display: none !important;
}

.checkout-index-index .steps {
    margin-top: 115px !important;
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

@media only screen and (max-width:768px) {
    .opc-block-summary .product-item .product-item-inner {
        display: block
    }

    .opc-block-summary .product-item .product-item-name-block {
        display: block;
        text-align: left
    }

    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left
    }
}

@media all and (min-width:768px),
print {
    .opc-estimated-wrapper {
        display: none
    }

    .opc-wrapper {
        width: 50%%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px
    }

    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 23px 0 0
    }

    .opc-progress-bar {
        margin: 0 0 20px;
        counter-reset: i;
        display: none;
        font-size: 0
    }

    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 500px
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 20px
    }

    .checkout-shipping-method .actions-toolbar>.primary {
        float: right
    }

    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0
    }

    .checkout-shipping-method .actions-toolbar .action.primary.button {
        margin-top: 2px
    }

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: 500px
    }

    .opc-wrapper .form-login {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }

    .table-checkout-shipping-method {
        width: auto
    }

    .opc-sidebar {
        width: 48%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        background-color: #F0F0F0;
        /*padding: 50px 45px;*/
        border: 0px;
    }

    .opc-block-summary .content.minicart-items {
        margin-top: 19px;
    }

    .opc-sidebar header.modal-header {
        display: none;
    }

    .opc-sidebar .modal-content {
        background-color: #fff0;
        border: 0;
    }

    .opc-summary-wrapper .modal-header .action-close {
        display: none
    }

    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%
    }

    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible
    }

    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0
    }

    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%
    }

    .checkout-billing-address .action-update {
        float: right
    }

    .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0
    }

    .checkout-payment-method .payment-option-title {
        padding-left: 22px
    }

    .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0
    }
}

/*div#checkout-shipping-method-load {
    opacity: 0;
    display: none;
}*/
li#opc-shipping_method .step-title {
    display: none;
}

ol#checkoutSteps {
    list-style: none;
}

li#shipping input {
    width: 100%;
    border: solid 1px #2A2C2C;
    line-height: 28px;
    padding: 7px 15px;
    outline: none;
    font-size: 16px;
}

.checkout-index-index .opc-sidebar .content.minicart-items {
    display: inline-block !important;
}

.opc-block-summary ol.minicart-items {
    list-style: none;
    padding: 0;
}

.opc-block-summary li.product-item {
    width: 100%;
    display: inline-block;
}

.opc-block-summary .content.minicart-items {
    width: 100%;
    min-width: 100%;
}

.opc-block-summary .product-item-details {
    width: 77%;
    float: left;
    padding-left: 0px !important;
    margin-top: 17px;
}

.opc-block-summary span.product-image-container {
    max-width: 20%;
    display: inline-block;
    float: left;
    height: auto !important;
}

.opc-block-summary span.product-image-container img {
    max-width: 100%;
    height: auto;
}

.opc-block-summary .product-item-name-block {
    display: flex;
}

.opc-block-summary strong.product-item-name {
    font-weight: 300;
}

.opc-block-summary .details-qty {
    margin-left: 12px;
}

.opc-block-summary .details-qty label {
    display: none !important;
}

.opc-block-summary .details-qty span.label {
    display: none;
}

.opc-block-summary .details-qty span.value:before {
    content: "X";
}

.opc-block-summary .subtotal {
    display: inline-block;
    float: right;
    font-size: 15px;
}

.opc-block-summary .product-item-name-block {
    float: left;
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
}

button.hidden-element.glo-select.dropdown-toggle.bs-placeholder {
    display: none;
}

.checkout-cart-index form#form-validate {
    min-height: 930px;
}

/*Payment Checkout*/
.opc-block-summary {
    background-color: #f9f9f9;
    border: 0 !important;
    padding: 50px 70px;
}

.checkout-block {
    border: 0px !important;
    box-shadow: none !important;
}

.block.items-in-cart.active .title {
    display: none;
}

.checkout-block-header a#btn-mi-cesta-continuar-comprando {
    display: inline-block;
    float: right;
    width: auto;
}

.checkout-block-header p.step-title.amcheckout-title {
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-bottom: 38px;
}

div#checkout {
    margin-top: 0px !important;
}

.checkout-block-header {
    display: inline-block;
    width: 100%;
}

.am-opc-wrapper .checkout-block {
    padding: 0px !important;
}

.opc-block-summary {
    max-width: 100%;
    margin: 0;
}

.checkout-column.opc table.data.table.table-totals .mark {
    background-color: #ffffff00;
    border: 0;
    font-weight: 100;
    font-size: 16px;
}

.checkout-column.opc table.data.table.table-totals td {
    border: 0;
    text-align: right;
    font-weight: 600;
}

.checkout-column.opc table.data.table.table-totals tr {
    border-bottom: 1px solid #d6d0d0;
}

.checkout-column.opc caption.table-caption {
    display: none;
}

.checkout-column.opc tr.grand.totals th {
    text-align: right;
}

.checkout-column.opc tr.grand.totals {
    margin-top: 42px;
}

.checkout-column.opc tr.grand.totals th.mark {
    padding-right: 0px;
}

.checkout-index-index tr.grand.totals>td,
.checkout-index-index tr.grand.totals>th {
    padding-top: 50px;
}

.checkout-index-index tr.grand.totals {
    border: 0px !important;
}

.checkout-payment-method .actions-toolbar {
    display: inline-block;
    text-align: right;
    width: 100%;
    background: #f9f9f9;
    padding: 0px 70px 45px;
}

.amcheckout-additional-options.additional-options {
    margin: 0;
}

.opc-block-summary {
    padding-bottom: 1px;
}

.checkout-column.opc .col-12.col-lg-12.offset-lg-12.shipping-info {
    margin-top: -11px;
}

.checkout-column.opc .shipping-info-inner {
    width: 100%;
}

.checkout-column.opc .shipping-info-inner {
    padding: 14px 0px;
    margin: 0;
}

.checkout-index-index .modal .modal-dialog .modal-content {
    background-color: white;
    color: #000;
}

.checkout-index-index .modal a#btn-login-registro {
    display: inline-block;
    background: black;
    color: #fff;
}

.checkout-index-index header.front-header,
.checkout-cart-index header.front-header {
    position: absolute;
}

.checkout-index-index li#shipping .field-tooltip.toggle #tooltip-label {
    display: none;
}

/*li#shipping span.note {
    display: none;
}
*/
.checkout-index-index li#shipping .field-tooltip-content {
    font-size: 12px;
}

.checkout-index-index li#shipping span.note {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.checkout-index-index li#shipping a.action.remind span {
    font-size: 12px;
}

li#shipping form.form.form-login.amcheckout-form-login {
    border-bottom: 0px !important;
}

li#shipping fieldset.field.street {
    margin-top: 80px;
    margin-bottom: 13px;
}

div[name="shippingAddress.country_id"] {
    display: inline-block;
    width: 49.9%;
}

div[name="shippingAddress.telephone"] {
    margin-top: 20px !important;
}

li#shipping select {
    border-radius: 0;
    border-color: #2A2C2C;
    padding-left: 4px;
    height: 44px;
    line-height: 44px;
    outline: none !important;
    box-shadow: none;
    background: #fff;
    border: solid 1px #2A2C2C;
    width: 100%;
}

.checkout-index-index legend.label,
.checkout-index-index fieldset.fieldset span {
    font-size: 18px;
    font-weight: 300;
}

.checkout-index-index label.label span {
    font-size: 13px !important;
    margin-bottom: 0;
}

fieldset.fieldset.hidden-fields .pass-input-show {
    display: inline-block !important;
}

.checkout-column.opc fieldset.fieldset.hidden-fields .account-notes {
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

div#ams-pass,
div#ams-rep-pass {
    background-color: #f2f2f2;
    padding: 0px 18px 17px;
}

fieldset.fieldset.hidden-fields.ams-pass-hidden #ams-pass,
fieldset.fieldset.hidden-fields.ams-pass-hidden #ams-rep-pass {
    max-width: 50%;
    display: inline-block;
    float: left;
    width: 100%;
}

div#ams-rep-pass {
    float: right !important;
}

.account-notes {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.account-notes span {
    font-size: 15px !important;
}

.amcheckout-additional-options.additional-options .field.date._required {
    display: none;
}

.checkout-agreement.field.choice.required input {
    margin-right: 10px;
    margin-top: 3px;
}

.payment-method-billing-address {
    display: none;
}

.payment-method._active .payment-method-billing-address {
    display: inline-block;
}

.amcheckout-checkboxes-container.amcheckout-checkboxes {
    padding: 10px 27px;
    background-color: #f9f9f9;
}

.amcheckout-form-login .secondary {
    display: inline-block;
}

.amcheckout-form-login button.action.login.primary {
    float: left !important;
    margin-top: 34px;
    background: linear-gradient(270deg, #2a2c2c 50%, #fff 50%);
    background-size: 400% 100%;
    background-position: 90% 0%;
    color: #fff;
    padding: 6px;
}

.amcheckout-form-login .actions-toolbar {
    background-color: #f1f1f1;
}

.amcheckout-form-login .secondary {
    display: inline-block;
    width: 100%;
    padding: 0px 17px 17px;
}

.amcheckout-form-login .primary {
    float: left !important;
}

.fieldset.address [name$=".postcode"] {
    float: right
}

.payment-method-content {
    padding: 0px !important;
}

.checkout-agreement.field.choice.required {
    margin-top: 19px;
}

.checkout-agreement.field.choice.required label button {
    border: 0px !important;
    background-color: #fff;
    padding-right: 69px;
    line-height: 18px;
}

input#agreement_checkmo_1 {
    margin-top: 3px;
    margin-right: 9px;
}

label.custom_privacy {
    font-size: 13px;
    word-break: normal;
    font-weight: 100;
    line-height: 17px;
}

label.custom_privacy a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
}

.checkout-index-index .form-field.field-cb.multi-cb ::before {
    border: 1px solid #7f7f7f !important;
}

.checkout-index-index .form-field.field-cb.multi-cb {
    margin: 0;
}

.checkout-index-index .payment-method-content p {
    display: none;
}

.checkout-index-index .payment-method._active p {
    display: inline-block;
}

.checkout-cart-index .loading-mask {
    display: none !important;
}

.checkout-cart-index .control.qty input {
    width: 62px;
    text-align: center;
}

span.price-excluding-tax span {
    font-weight: 400 !important;
}

/*.checkout-index-index .billing-address-same-as-shipping-block.field.choice {
    display: none !important;
}*/
.billing-address-same-as-shipping-block.field.choice {
    margin-bottom: 19px;
    display: inline-block;
    width: 100%;
}

.billing-address-same-as-shipping-block.field.choice label {
    float: left;
    line-height: 15px;
}

.billing-address-same-as-shipping-block input {
    float: left !important;
    margin-right: 8px !important;
}

.billing-address-same-as-shipping-block.field.choice label span {
    font-size: 16px !important;
}

.checkout-onepage-success ul.items-qty {
    list-style: none;
}

.checkout-success-left img {
    width: 26px;
    margin-top: -10px;
    margin-right: 6px;
}

.checkout-onepage-success .col.pr-image {
    max-width: 21%;
    display: inline-block;
}

.checkout-onepage-success .col.name {
    color: #000;
    display: inline-block;
    max-width: 44%;
    padding: 0;
    font-weight: 100;
}

.checkout-onepage-success .qty {
    color: #000;
    display: inline-block;
    max-width: 11%;
}

.checkout-onepage-success .col.qty ul {
    padding: 0;
}

.checkout-onepage-success .col.subtotal {
    color: #000;
    display: inline-block;
    max-width: 21%;
    text-align: right;
    padding: 0;
}

.checkout-onepage-success .col.pr-image img {
    max-width: 100%;
}

.checkout-onepage-success .col.pr-image {
    padding-left: 0;
}

.checkout-onepage-success td.amount {
    text-align: right;
}

.success-item {
    display: inline-block;
    width: 100%;
    padding-right: 11px;
}

.checkout-onepage-success a.action.primary.continue {
    display: inline-block;
    background-color: #000;
    padding: 10px 18px;
    color: #fff;
    z-index: 999;
    position: relative;
}

.checkout-onepage-success table#my-orders-table {
    margin-top: 20px;
}

.checkout-onepage-success .success-registration {
    margin-bottom: 58px;
}

/*.checkout-onepage-success a.action.primary {
    display: none;
}
*/

/* Customer Account Create */
.customer-account-create h1.page-title {
    display: none;
}

section#registro-main {
    margin-top: 100px;
    padding-top: 36px;
}

ul.text-list.account-list-privileges {
    padding: 0px 12px;
}

ul.text-list.account-list-privileges li {
    font-size: 15px;
    font-weight: 100;
    padding-left: 33px;
    line-height: 26px;
}

.registro-texts a#btn-header-login {
    font-weight: 100;
    margin-top: 19px;
}

section#registro-main {
    /*background-image: url("/cy/pub/media/register-bg.png");*/

    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 93px;
}

.control.customer-dob button.ui-datepicker-trigger.v-middle {
    opacity: 0;
    display: none;
}

.customer-account-create .styled-form .form-field input[type="checkbox"].input-error~label {
    font-size: 13px !important;
    color: #fff;
    font-weight: 500;
}

.customer-account-create .styled-form .form-field input[type="checkbox"].input-error~label a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.customer-account-create .container.d-lg-flex .btn.btn-gray {
    background: #fff0;
}

.customer-account-create .container.d-lg-flex .btn.btn-gray:hover {
    color: #fff !important;
    opacity: 0.5;
}

.customer-account-create .form-field.field-cb.multi-cb .field-cb {
    /* margin-left: 0; */
}

.customer-account-create .form-field.field-cb.multi-cb {
    margin-left: 0;
}

.customer-account-create .registro-texts {
    max-width: 50%;
}

.customer-account-create form#form-signup {
    width: 100%;
    min-width: 100% !important;
    display: inline-block;
}

.customer-account-create .container.d-lg-flex .registro-form.registro-form-max {
    width: 150%;
    padding-left: 33px;
}

.customer-account-create .container.d-lg-flex .secondary {
    display: none;
}

.customer-account-create .container.d-lg-flex button.btn.btn-orange.action.submit.primary {
    font-weight: 100;
}

p.first-copy.mb-2 {
    font-weight: 100;
    font-size: 16px;
}

.cms-dilosi-siskevis p.first-copy.mb-2 {
    font-size: 15px;
}

.register-link ul.text-list {
    padding-left: 16px;
}

.register-link ul.text-list li {
    padding-left: 17px;
    font-size: 15px;
    line-height: 48px;
}

div#modalLogin ul.text-list li {
    line-height: 26px;
}

h5.modal-title {
    margin-bottom: 21px;
}

.form-login .actions-toolbar {
    margin-top: 26px;
}

/*Customer Account login Page*/
.customer-account-login main#maincontent {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .customer-account-login main#maincontent {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .customer-account-login main#maincontent {
        max-width: 560px
    }
}

@media (min-width: 992px) {
    .customer-account-login main#maincontent {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .customer-account-login main#maincontent {
        max-width: 1140px
    }
}

body.customer-account-login {
    background-color: white;
}

/*body.customer-account-login * {
    color: #000;
}*/
body.customer-account-login a {
    color: #ff8900;
}

body.customer-account-login {
    margin-top: 52px;
}

/*Customer Change/Edit info/Add Address Password*/
.form-edit-account .fieldset>.field:not(.choice)>.label,
.account .fieldset>.field:not(.choice)>.label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
    font-weight: 600;
}

.form-edit-account .fieldset>.field.choice:before,
.form-edit-account .fieldset>.field.no-label:before,
.account .fieldset>.field.choice:before,
.account .fieldset>.field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
}

.form-edit-account .field,
.account .field {
    display: inline-block;
    width: 100%;
    margin: 0 0 29px;
}

.form-edit-account .form-field select#gender {
    width: auto;
}

.form-edit-account .fieldset>.field:not(.choice)>.control,
.account .fieldset>.field:not(.choice)>.control {
    width: 74.2%;
    float: left;
}

.form-edit-account input[type=text],
.form-edit-account input[type=password],
.form-edit-account input[type=url],
.form-edit-account input[type=tel],
.form-edit-account input[type=search],
.form-edit-account input[type=number],
.form-edit-account input[type=datetime],
.form-edit-account input[type=email],
.account input[type=text],
.account input[type=password],
.account input[type=url],
.account input[type=tel],
.account input[type=search],
.account input[type=number],
.account input[type=datetime],
.account input[type=email] {
    background: #ededed;
    background-clip: padding-box;
    border: none;
    border-radius: 1px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 44px;
    line-height: 24px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.form-edit-account .password-strength-meter,
.account .password-strength-meter {
    background-color: #f4f4f4;
    height: 44px;
    line-height: 44px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}

.form-edit-account .fieldset>.field.choice:before,
.form-edit-account .fieldset>.field.no-label:before,
.account .fieldset>.field.choice:before,
.account .fieldset>.field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
}

.form-edit-account input[type=radio]+label:before,
.form-edit-account input[type=checkbox]+label:before,
.account input[type=radio]+label:before,
.account input[type=checkbox]+label:before {
    content: '';
    background: #fff !important;
    border: .15em solid #b9b9b9;
    background-color: rgba(255, 255, 255, .8);
    display: block;
    box-sizing: border-box;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: -1.5em;
    margin-top: .15em;
    cursor: pointer;
    text-align: center;
    margin-right: 13px;
}

.form-edit-account input[type=checkbox]:checked+label:before,
.account input[type=checkbox]:checked+label:before {
    content: url(https://content-eu-live-global.prod.marketing.bat.net/it/it/static/version1602788729/frontend/BAT/glo_it/it_IT/images/svg/checkmark.svg);
    color: #000;
    line-height: 1.75;
    text-shadow: 0.05em 0 0 #000, -0.05em 0 0 #000;
}

.form-edit-account .fieldset .legend,
.account .fieldset .legend {
    margin-left: 25.8%;
}

.form-edit-account h1.page-title,
.account main#maincontent h1.page-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-weight: 600;
}

.account main#maincontent .page-title-wrapper .page-title:after {
    background-color: #1d1d1d;
    border-radius: 50px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 16px;
    width: 50px;
}

.form-edit-account h1.page-title,
.account main#maincontent h1.page-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-weight: 600;
}

.form-edit-account .primary,
.account .primary {
    display: inline-block;
    float: left;
}

.form-edit-account .secondary,
.account .secondary {
    float: right;
    text-decoration: underline;
}

.form-edit-account .actions-toolbar,
.account .actions-toolbar {
    margin-bottom: 66px !important;
    display: inline-block;
    width: 100%;
}

.form-edit-account .primary button,
.account .primary button {
    background-color: #000;
    padding: 5px 37px;
}

.form-edit-account .primary button span,
.account .primary button span {
    color: #fff !important;
    text-transform: uppercase;
}

.form-edit-account .form-edit-account,
.account .form-edit-account {
    padding-left: 10px;
}

.form-edit-account select,
.account select {
    background: #ededed;
    background-clip: padding-box;
    border: none;
    border-radius: 1px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 44px;
    line-height: 24px;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

/*Customer addresses*/
.customer-address-index .box {
    max-width: 48%;
    float: left;
    width: 100%;
    margin: 1%;
}

.customer-address-index .block.block-addresses-list {
    display: inline-block;
    width: 100%;
}

/*Account Pages Start*/
body.account main#maincontent {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    body.account main#maincontent {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    body.account main#maincontent {
        max-width: 560px
    }
}

@media (min-width: 992px) {
    body.account main#maincontent {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    body.account main#maincontent {
        max-width: 1140px
    }
}

.block.block-dashboard-orders .block-title .action.view {
    float: right;
    font-weight: 500;
    text-decoration: underline;
}

.block.block-dashboard-orders caption.table-caption {
    display: none;
}

body.account .column.main {
    max-width: 77%;
    float: right;
    width: 100%;
}

body.account {
    background-color: white;
}

body.account main#maincontent * {
    color: #000;
}

body.account .account-nav .item {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
}

body.account .sidebar.sidebar-additional {
    display: none;
}

body.account .page-wrapper {
    margin-top: 52px;
}

body.account .sidebar.sidebar-main {
    width: 100%;
    max-width: 21.3%;
    float: left;
    order: 1;
    padding-right: 2%;
}

body.account .box {
    background-color: #ebebeb69;
    margin-bottom: 17px;
    padding: 19px 30px;
}

body.account .box a {
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 27px;
}

body.account .block-title strong {
    font-size: 32px;
    font-weight: 500;
    margin-top: 37px;
}

body.account .block-title {
    margin-top: 30px;
    margin-bottom: 8px;
}

/*Account Order View*/
.sales-order-view .col.pr-image {
    float: left !important;
    min-width: auto !important;
    max-width: 20%;
}

.sales-order-view table#my-orders-table caption {
    display: none;
}

.sales-order-view table#my-orders-table tbody tr {
    background-color: #ececec66;
    border-bottom: 3px solid #fff;
}

.sales-order-view .success-item {
    margin: 16px 0px;
}

.sales-order-view .col.name {
    max-width: 35%;
    float: left;
}

.sales-order-view .col.subtotal {
    max-width: 28%;
    float: left;
    text-align: right;
}

.sales-order-view .col.qty {
    max-width: 17%;
    float: left;
}

.sales-order-view .order-title {
    display: none;
}

.sales-order-view .actions-toolbar.order-actions-toolbar a {
    margin-right: 20px;
    margin-top: 14px !important;
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
}

.sales-order-view .actions-toolbar.order-actions-toolbar {
    margin-bottom: 20px !important;
}

.sales-order-view ul.items.order-links {
    display: none;
}

.sales-order-view table#my-orders-table thead {
    display: none;
}

.sales-order-view table#my-orders-table td.amount {
    text-align: right;
}

.sales-order-view table#my-orders-table caption.table-caption {
    display: none;
}

/*Acount Print Order*/
body.account.sales-order-print .col.pr-image,
body.guest-order-printorder .col.pr-image {
    float: left !important;
    min-width: auto !important;
    max-width: 20%;
}

body.account.sales-order-print .success-item,
body.guest-order-printorder .success-item {
    margin: 16px 0px;
}

body.account.sales-order-print .col.name,
body.guest-order-printorder .col.name {
    max-width: 35%;
    float: left;
}

body.account.sales-order-print .col.subtotal,
body.guest-order-printorder .col.subtotal {
    max-width: 28%;
    float: left;
    text-align: right;
}

body.account.sales-order-print .col.qty,
body.guest-order-printorder .col.qty {
    max-width: 17%;
    float: left;
}

body.account.sales-order-print table#my-orders-table thead,
body.guest-order-printorder table#my-orders-table thead {
    display: none;
}

body.account.sales-order-print table#my-orders-table td.amount,
body.guest-order-printorder table#my-orders-table td.amount {
    text-align: right;
}

body.account.sales-order-print table#my-orders-table caption.table-caption,
body.guest-order-printorder table#my-orders-table caption.table-caption {
    display: none;
}

body.account.sales-order-print span.action.nav-toggle,
body.guest-order-printorder span.action.nav-toggle {
    display: none;
}

body.account.sales-order-print a.logo,
body.guest-order-printorder a.logo {
    width: 100%;
    display: inline-block;
    background-color: #2a2c2c;
    margin-bottom: 17px;
    padding: 13px;
    text-align: center;
}

body.account.sales-order-print .column.main,
body.guest-order-printorder .column.main {
    max-width: 100% !important;
    margin-top: 20px;
}

body.account.sales-order-print header.front-header,
body.guest-order-printorder header.front-header {
    display: none;
}

body.account.sales-order-print,
body.guest-order-printorder {
    padding-top: 0;
}

body.account.sales-order-print footer#footer-waypoint,
body.guest-order-printorder footer#footer-waypoint {
    display: none;
}

/*Popup Dialog*/

/*._has-modal .modals-wrapper {
    display: inline-block !important;
}

aside.modal-popup.confirm._show, aside.modal-popup.modal-slide._inner-scroll._show {
    display: inline-block;
    position: fixed;
    top: 23%;
    left: 40%;
}

aside.modal-popup.popup-authentication.modal-slide._inner-scroll {
    display: none;
}

aside.modal-popup.confirm._show, aside.modal-popup.modal-slide._inner-scroll._show {background-color: #6d6d6d;padding: 23px;}*/

/*li#payment {
    display: inline-block !important;
}*/

/*Login Page Css*/
body.customer-account-login .block.block-customer-login,
body.customer-account-login .block.block-new-customer * {
    color: #000;
}

body.customer-account-login .block.block-customer-login {
    display: inline-block;
    max-width: 50%;
    width: 100%;
    float: left;
    padding: 36px 62px;
}

body.customer-account-login .block.block-new-customer {
    display: inline-block;
    max-width: 50%;
    float: left;
    width: 100%;
    padding: 36px 62px;
}

body.customer-account-login .block.block-customer-login {
    border-right: 1px solid #80808066;
}

/*New Checkout Css*/
.opc-wrapper {
    max-width: 50%;
    float: left;
    width: 100%;
}

.payment-method-content {
    display: none;
}

.payment-method._active .payment-method-content {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 36px 32px !important;
}

.checkout-agreement.field.choice.required {
    display: inline-block;
}

.checkout-agreements.fieldset label {
    max-width: 94%;
    float: left;
}

.checkout-agreements.fieldset input {
    max-width: 5%;
    float: left;
}

.opc-block-summary caption.table-caption {
    display: none;
}

.opc-block-summary table.data.table.table-totals th {
    background-color: #ffffff00;
    border: 0;
    font-weight: 100;
    font-size: 16px;
}

.opc-block-summary td.amount {
    border: 0;
    text-align: right;
}

.opc-sidebar .opc-block-shipping-information {
    display: none !important;
}

.opc-sidebar span.title {
    display: none;
}

.payment-methods .step-title {
    margin-bottom: 18px;
    font-weight: 100;
    font-size: 16px;
}

.payment-methods .payment-method {
    margin-bottom: 13px;
}

.payment-methods .payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}

.payment-methods button.action.primary.checkout {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.payment-methods .primary {
    width: 100%;
}

.payment-methods .actions-toolbar {
    padding: 0 !important;
}

#payment .payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}

.field.addresses .shipping-address-item.selected-item {
    background-color: #F0F0F0;
    color: #000;
    padding: 19px;
}

.field.addresses .shipping-address-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #80808045;
    padding-bottom: 20px;
}

footer#footer-waypoint {
    display: inline-block;
    width: 100%;
    /*margin-top: 68px;*/
}

#co-shipping-method-form button.button.action.continue.primary {
    background-color: #000;
    color: #fff;
    padding: 10px 33px;
    font-size: 17px;
}

#co-shipping-method-form .primary {
    width: 100%;
}

div#shipping-method-buttons-container {
    margin-top: 22px;
}

div#registration {
    color: #000;
    display: inline-block;
}

.succes-item-img img {
    max-width: 80px;
}

.succes-item-name {
    display: inline-block;
    float: left;
    margin-left: 26px;
    width: 100%;
    max-width: 50%;
}

.succes-item-img {
    display: inline-block;
    float: left;
}

.success-item-row {
    display: inline-block;
    width: 100%;
    color: #000;
}

.succes-item-qty {
    float: left;
    width: 100%;
    max-width: 10%;
    text-align: center;
}

.succes-item-name,
.succes-item-qty,
.succes-item-price {
    margin-top: 25px;
}

div#registration {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.checkout-onepage-success .page-title-wrapper {
    display: none;
}

.succes-item-price {
    width: 100%;
    max-width: 13%;
    float: left;
    text-align: right;
}

.success-order-totals {
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 21px 33px;
}

.success-totals-left {
    width: 100%;
    max-width: 60%;
    float: left;
}

.success-totals-righ {
    float: left;
    width: 100%;
    max-width: 40%;
    text-align: right;
}

.order-total-row {
    margin-bottom: 11px;
    display: inline-block;
    width: 100%;
    font-weight: 100;
    padding-bottom: 9px;
    border-bottom: 1px solid #80808047;
}

.checkout-onepage-success .actions-toolbar {
    display: inline-block;
    float: left;
    /* position: absolute; */
}

.checkout-onepage-success .printorder-button {
    margin: 0 !important;
    background-color: #000 !important;
    float: none !important;
    display: inline-block;
}

.checkout-onepage-success .printorder-button button {
    background-color: #000;
    color: #fff;
    padding: 10px 43px;
    border: 0;
}

.checkout-onepage-success .actions-toolbar {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

a.action.delete.mp-gdpr-delete {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

/*Modal Delete Account*/
aside.modal-popup.confirm._show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

aside.modal-popup.confirm._show,
aside.modal-popup.confirm._show .modal-content,
aside.modal-popup.confirm._show footer.modal-footer {
    background-color: #2a2c2c;
}

aside.modal-popup.confirm._show {
    padding: 45px 86px;
}

aside.modal-popup.confirm._show header.modal-header {
    display: none;
}

.account.page-layout-2columns-left div#block-collapsible-nav li {
    display: inline-block;
    width: 100%;
    font-weight: 100;
    line-height: 33px;
}

.customer-account-logoutsuccess {
    background-color: #fff;
}

.customer-account-logoutsuccess h1.page-title span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 80px;
    color: #000;
}

.logout-container {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
}

body.mp-theme-wrapper.account.page-layout-2columns-left .sidebar.sidebar-main {}

.title.block-collapsible-nav-title {
    display: none;
}

@media print {

    body.account.sales-order-print a.logo,
    body.guest-order-printorder a.logo {
        background-color: #2a2c2c !important;
        -webkit-print-color-adjust: exact;
    }
}

/*About Page Css*/
h2.about-title {
    font-family: "Mont", Arial;
    font-weight: 800;
}

/*Code from style about page goes here*/

/*Video Players About*/
@media (max-width: 992px) {
    #module-3 .text-slider .text-container .container {
        left: 0 !important;
    }

    #about-characteristics #home-video-play#home-video-play-mobile,
    #about-characteristics #home-video-play-tablet#home-video-play-mobile,
    #about-characteristics #home-video-play-mobile#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play-mobile {
        display: inline-block;
        position: absolute;
        top: 0;
    }

    #about-characteristics #home-video-play#home-video-play,
    #about-characteristics #home-video-play-tablet#home-video-play,
    #about-characteristics #home-video-play-mobile#home-video-play,
    #conoce-glo #about-characteristics #home-video-play#home-video-play,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play {
        display: none;
    }

    #about-characteristics #home-video-play#home-video-play-tablet,
    #about-characteristics #home-video-play-tablet#home-video-play-tablet,
    #about-characteristics #home-video-play-mobile#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play-tablet {
        display: none;
    }

    .d-none {
        display: none !important;
    }
}

@media (min-width: 992px) {

    #about-characteristics .video-placeholder .video-image,
    #conoce-glo #about-characteristics .video-placeholder .video-image {
        width: 480px;
    }

    #about-characteristics #home-video-play#home-video-play-mobile,
    #about-characteristics #home-video-play-tablet#home-video-play-mobile,
    #about-characteristics #home-video-play-mobile#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play-mobile {
        display: none;
    }

    #about-characteristics #home-video-play#home-video-play-tablet,
    #about-characteristics #home-video-play-tablet#home-video-play-tablet,
    #about-characteristics #home-video-play-mobile#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play-tablet {
        display: block;
        position: absolute;
        top: 0;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    #about-characteristics #home-video-play#home-video-play-tablet,
    #about-characteristics #home-video-play-tablet#home-video-play-tablet,
    #about-characteristics #home-video-play-mobile#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play-tablet,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play-tablet {
        display: none;
    }

    #about-characteristics #home-video-play#home-video-play-mobile,
    #about-characteristics #home-video-play-tablet#home-video-play-mobile,
    #about-characteristics #home-video-play-mobile#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play-mobile,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play-mobile {
        display: none;
    }

    #about-characteristics #home-video-play#home-video-play,
    #about-characteristics #home-video-play-tablet#home-video-play,
    #about-characteristics #home-video-play-mobile#home-video-play,
    #conoce-glo #about-characteristics #home-video-play#home-video-play,
    #conoce-glo #about-characteristics #home-video-play-tablet#home-video-play,
    #conoce-glo #about-characteristics #home-video-play-mobile#home-video-play {
        display: block;
        position: absolute;
        top: 0;
    }

    #about-characteristics .video-placeholder .video-image,
    #conoce-glo #about-characteristics .video-placeholder .video-image {
        height: 360px;
        width: 640px;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }
}

#about-characteristics .video-placeholder .video-image,
#conoce-glo #about-characteristics .video-placeholder .video-image {
    width: 100%;
    background: url(/cy/pub/media/pages/video-characteristics.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    max-width: 96%;
    height: 463px;
}

@media (max-width: 992px) {

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play-mobile,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-mobile,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-mobile {
        display: inline-block;
        position: absolute;
        top: 0;
    }

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play {
        display: none;
    }

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play-tablet,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-tablet,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-tablet {
        display: none;
    }

    .d-none {
        display: none !important;
    }
}

@media (min-width: 992px) {

    #about-nano-characteristics .video-placeholder .video-image,
    #conoce-glo #about-nano-characteristics .video-placeholder .video-image {
        width: 480px;
    }

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play-mobile,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-mobile,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-mobile {
        display: none;
    }

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play-tablet,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-tablet,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-tablet {
        display: block;
        position: absolute;
        top: 0;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play-tablet,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-tablet,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-tablet,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-tablet {
        display: none;
    }

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play-mobile,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-mobile,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play-mobile,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play-mobile {
        display: none;
    }

    #about-nano-characteristics #about-nano-video-play#about-nano-video-play,
    #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play,
    #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play,
    #conoce-glo #about-nano-characteristics #about-nano-video-play#about-nano-video-play,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-tablet#about-nano-video-play,
    #conoce-glo #about-nano-characteristics #about-nano-video-play-mobile#about-nano-video-play {
        display: block;
        position: absolute;
        top: 0;
    }

    #about-nano-characteristics .video-placeholder .video-image,
    #conoce-glo #about-nano-characteristics .video-placeholder .video-image {
        height: 360px;
        width: 640px;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }
}

#about-nano-characteristics .video-placeholder .video-image,
#conoce-glo #about-nano-characteristics .video-placeholder .video-image {
    width: 100%;
    background: url(/cy/pub/media/pages/video-nano-characteristics.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    max-width: 96%;
    height: 463px;
}

section#about-characteristics,
section#about-nano-characteristics {
    margin-bottom: 205px;
}

section#about-nano-characteristics video#about-nano-video-big,
section#about-characteristics video#glo-video-big {
    max-width: 84%;
    float: right;
}

/*Respo About*/
@media (max-width: 768px) {
    .col-md-6.col-sm-12.col-lg-6.col-xl-6.col-12.image-section img {
        max-width: 100%;
    }

    .col-md-6.col-sm-12.col-lg-6.col-xl-6.col-12.image-section {
        padding: 0;
    }

    .col-12.text.animate.right-text,
    .col-12.text.animate.left-text {
        min-width: 100%;
        padding: 0;
    }

    .icons-descriptions .col-6.col-sm-6.col-md-3.col-lg-3.col-xl-3 {
        margin-bottom: 31px;
    }

    .col-md-6.col-sm-12.col-lg-6.col-xl-6.col-12.image-section {
        float: right !important;
    }

    .col-md-6.col-sm-12.col-lg-6.col-xl-6.col-12.text.animate.right-text {
        float: left !important;
    }

    .left-text-inner {
        max-width: 100%;
    }

    section#about-newglo,
    section#about-characteristics,
    section#about-nano-characteristics,
    section#about-glonano,
    section#about-synthesis,
    section#about-choices,
    section#about-register {
        padding: 0 37px;
    }

    .suggesion-category {
        writing-mode: horizontal-tb;
        width: 100%;
        text-align: left;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 14px;
    }

    .suggestions {
        max-width: 100%;
    }

    .btn-container.animate {
        display: inline-block;
        width: 100%;
        margin-top: 25px;
    }

    .icons-descriptions {
        margin-bottom: 16px;
    }

    .about-content {
        margin: 25px 0px;
    }

    section#about-characteristics,
    section#about-nano-characteristics {
        min-height: 625px;
    }

    section#about-synthesis a.btn.btn-white {
        min-width: 100%;
    }

    section#about-choices .commitment-right {
        display: inline-block;
        width: 100%;
    }

    section#about-choices h2.about-title {
        max-width: 50%;
    }

    section#about-commitment {
        margin-top: 28px;
        display: inline-block;
        width: 100%;
    }

    .commitment-right img {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left !important;
        display: block;
    }

    section#about-commitment h2.about-title {
        max-width: 50%;
    }

    section#about-commitment a.btn.btn-white {
        width: 100%;
        min-width: 100%;
        margin-top: 6px !important;
    }

    h2.about-title-register {
        margin-top: 0px;
    }

    body.cms-about-glo footer#footer-waypoint {
        margin-top: 68px;
    }
}

/*xs*/
@media (max-width: 576px) {
    .hidden-sm {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-md {
        display: block;
    }

    .hidden-lg {
        display: block;
    }

    .hidden-xl {
        display: block;
    }
}

/*sm*/
@media (min-width: 576px) {
    .hidden-sm {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-md {
        display: block;
    }

    .hidden-lg {
        display: block;
    }

    .hidden-xl {
        display: block;
    }
}

/*md*/
@media (min-width: 768px) {
    .hidden-sm {
        display: block;
    }

    .hidden-xs {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .hidden-lg {
        display: none;
    }

    .hidden-xl {
        display: none;
    }
}

/*lg*/
@media (min-width: 992px) {
    .hidden-xs {
        display: none;
    }

    .hidden-sm {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .hidden-lg {
        display: none;
    }

    .hidden-xl {
        display: none;
    }
}

/*Mega Menu*/

/*.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}
*/

/*.mobile-active {
    position: relative !important;
    overflow: inherit;
    transform: scale(1);
    color: #000 !important;
}*/
div#myDropdownHyper,
div#myDropdownSlim,
div#myDropdownBlog,
div#myDropdownAbout,
div#myDropdownMobileAbout,
div#myDropdownSustainabilityMobile,
div#myDropdownDiscoverMobile {
    width: 100%;
    left: 0;
}

div#myDropdownHyper a,
div#myDropdownSlim a,
div#myDropdownBlog a,
div#myDropdownAbout a,
div#myDropdownMobileAbout a,
div#myDropdownSustainabilityMobile a,
div#myDropdownDiscoverMobile a {
    color: #000;
    font-weight: 500;
}

.mega-menu-container {
    position: relative;
    display: flex;
    width: 100%;
}

.mega-menu-inner {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.subcategory-menu-item {
    position: relative;
    display: inline-block;
}

div#myDropdownHyper,
div#myDropdownSlim,
div#myDropdownBlog,
div#myDropdownAbout,
div#myDropdownMobileAbout,
div#myDropdownSustainabilityMobile,
div#myDropdownDiscoverMobile {
    padding: 12px;
    margin-top: 13px;
}

.dropdown-content {
    /* display: none; */

    position: absolute;
    background-color: #fff;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transform: scaleY(0);
    transition: all .3s ease;
    transform-origin: top center;
}

.dropdown-content.show {
    transform: scale(1);
}

.dropdown-content a {
    color: black !important;
    padding: 8px 7px;
    text-decoration: none;
    display: block;
}

.show {
    display: block;
}

@media (min-width: 992px) {
    /* .catalog-category-view div#myDropdownHyper.active,
    .catalog-category-view div#myDropdownSlim.active,
    .catalog-category-view div#myDropdownBlog.active,
    .catalog-category-view div#myDropdownAbout.active,
    .catalog-category-view div#myDropdownMobileAbout.active {
        transform: scaleY(1);
        z-index: 1 !important;
    } */

    /* .catalog-category-view div#myDropdownHyper,
    .catalog-category-view div#myDropdownSlim,
    .catalog-category-view div#myDropdownBlog,
    .catalog-category-view div#myDropdownAbout,
    .catalog-category-view div#myDropdownMobileAbout {
        display: block;
        z-index: 2 !important;
    } */

    .category-accessories-glo .products.wrapper.grid.products-grid {
        padding-top: 50px;
    }
}

.message.info.empty {
    text-align: center;
    padding: 50px 0px 17px;
}

.catalog-category-view .page-wrapper {
    margin-top: 63px;
}

/*Product Page*/
.product-glotm-hyper h1.page-title {
    margin-top: 146px !important;
}

@media only screen and (max-width: 768px) {
    .product-glotm-hyper h1.page-title {
        margin-top: 30px !important;
    }
}

.products-related span.old-price span {
    font-size: 18px !important;
    text-decoration: line-through;
    display: inline-block;
}

.icons-analysis.hidden-sm.hidden-xs li {
    font-size: 10.7px;
    line-height: 14px;
    padding-bottom: 5px;
}

p.product-intro {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin-top: 7px;
}

.swatch-attribute-options.clearfix div {
    display: inline-block;
    width: 19px !important;
    height: 19px !important;
    border-radius: 100%;
    margin: 7px;
}

.product-add-form span.input-group__addon {
    width: 28px;
    text-align: center;
    font-size: 18px;
}

.product-add-form span.swatch-attribute-selected-option {
    margin-left: 11px;
}

.product-add-form .swatch-attribute-label:after {
    content: ":";
}

div#product-options-wrapper .swatch-option {
    cursor: pointer;
}

#custom-qty input#qty {
    padding: 0px 11px;
    width: auto;
    text-align: center;
    background-color: #0000;
    color: #fff;
    border: 1px solid gray;
    display: inline-block;
    max-width: 55px;
}

span.cur-symbol sup {
    top: -25px;
}

#custom-qty span.input-group__addon {
    padding: 8px;
    /*display: inline-block; */
    border: 1px solid gray;
}

.box-tocart.box-addtocart span {
    color: #fff;
    text-transform: uppercase;
}

.box-tocart button#product-addtocart-button:hover span {
    color: #2a2c2c;
}

.fotorama__stage .fotorama__arr.fotorama__arr--next {
    right: 0 !important;
    transform: translate3d(0, 0, 0) !important;
}

.fotorama__stage .fotorama__arr.fotorama__arr--prev {
    left: 0 !important;
    transform: translate3d(0, 0, 0) !important;

}

.fotorama__stage .fotorama__arr.fotorama__arr--next,
.fotorama__stage .fotorama__arr.fotorama__arr--prev {
    display: block !important;
    background: #ffffff00;
}

.fotorama__arr--next .fotorama__arr__arr {
    background: none;
}

.fotorama__arr--next .fotorama__arr__arr:after {
    content: url("/cy/pub/media/redesign/icons/Chevron-right.svg");
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    display: flex;
    align-self: center;
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 27px;
    left: 30px;
    top: 0;
    background: #c0c0c0;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.fotorama__arr--prev .fotorama__arr__arr {
    background: none;
}

.fotorama__arr--prev .fotorama__arr__arr:after {
    content: url("/cy/pub/media/redesign/icons/Chevron-left.svg");
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    display: flex;
    align-self: center;
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 27px;
    left: 13px;
    top: 0;
    background: #c0c0c0;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.product-info-main .swatch-attribute-options.clearfix {
    margin-top: 13px;
}

.product-info-main.col-md-6.col-lg-6.col-xl-6 {
    /* display: inline-block; */

    float: left;
}

.product.media.col-md-6.col-lg-6.col-xl-6 {
    display: inline-block;
    float: left !important;
}

.product.media .action-skip-wrapper {
    display: none;
}

.product.info.detailed {
    display: none;
}

.product-info-main h1.page-title {
    font-size: 40px;
    /*letter-spacing: 3px;*/

    line-height: 45px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Mont", Arial;
}

.product-shipping-place.shipping-info-inner {
    width: 100%;
    background-color: #fff0;
    display: flex;
    padding: 6px 15px !important;
}

.product.attribute.overview {
    margin-top: 50px;
}

.product-info-main.col-md-6.col-lg-6.col-xl-6 {
    /*padding: 0 50px;*/

    padding: 50px 53px 0;
}

.product-shipping-line {
    display: inline-block;
    padding: 6px 15px;
}

.product-shipping-line p {
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid;
    padding-top: 9px;
}

.product-shipping-line {
    width: 100%;
    text-align: center;
}

.social-media-icons {
    margin-top: 20px;
    align-content: center;
    text-align: center;
}

.social-media-icons a {
    margin: 15px 14px;
    display: inline-block;
}

.product.media.col-md-6.col-lg-6.col-xl-6 {
    padding: 0 0;
}

.products.wrapper.grid.products-grid.products-related {
    display: inline-block;
    position: relative;
}

.block.related {
    position: relative;
    display: inline-block;
    width: 100%;
}

div#custom-qty button {
    background-color: #fff0;
    /*color: #fff; */
    padding: 0px;
}

input#qty[type=number]::-webkit-inner-spin-button,
input#qty[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-tabs-row {
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-tabs-row .tab-pane.active {
    opacity: 1;
}

/*.how-to-use-item.col-12 {
    max-width: 25%;
}
*/
img.how-to-use-image {
    max-width: 100%;
}

div#menu3 a {
    padding: 11px 43px;
    background-color: white;
    /*color: #000;*/

    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.product-tabs-row .nav-tabs a {
    font-size: 18px;
    line-height: 26px;
    color: black;
    padding: 20px 10px;
    text-transform: uppercase;
    margin: 0px 18px;
}

.product-tabs-row a#btn-guia-usuario {
    display: inline-block;
    width: auto;
    margin-left: 17px;
}

.product-tabs-row a#btn-guia-usuario img {
    margin-right: 7px;
    margin-top: -6px;
}

.product-tabs-row .nav-tabs a:first-child {
    margin-left: 0px;
    padding-left: 0;
}

.product-tabs-row {
    margin-top: 50px;
}

.product-tabs-row a.active {
    font-weight: 600;
}

.product-tabs-row .tab-content {
    margin-top: 20px;
}

.product-tabs-row .nav-tabs a:hover {
    text-decoration: none;
    font-weight: 600;
}

.block.related ol.products.list.items.product-items,
.block.upsell ol.products.list.items.product-items {
    width: 100%;
    display: inline-block;
}

.block.related .products.wrapper.grid.products-grid.products-related,
.block.upsell .products.wrapper.grid.products-grid.products-related {
    width: 100%;
}

.block.related .product-item-info.related-available,
.block.upsell .product-item-info.related-available {
    display: inline-block;
    width: 100%;
    float: left;
}

.block.related li.item.product.product-item,
.block.upsell li.item.product.product-item {
    display: inline-block;
    width: 100%;
    max-width: 16%;
    /*float: left;*/
}

.product-icons img {
    max-width: 130px !important;
}

.block.related ol.products.list.items.product-items {
    padding-left: 0;
    width: auto;
    text-align: center;
}

.block.related .block-title.title,
.block.upsell .block-title.title {
    text-align: center;
}

h2#block-related-heading,
h2#block-upsell-heading {
    text-transform: uppercase;
    margin-bottom: 31px;
}

.product-tabs-row {
    margin-bottom: 73px;
}

.block.related .block-actions {
    display: none;
}

.block.related .field.choice.related {
    display: none;
}

/*.block.related .product.actions.product-item-actions {
    display: none;
}*/
.block.related li.item.product.product-item:hover .btn,
.block.upsell li.item.product.product-item:hover .btn {
    background: #000 !important;
    color: #fff;
}

.block.related li.item.product.product-item .btn,
.block.upsell li.item.product.product-item .btn {
    margin-top: 10px;
}

.block.related span.price,
.block.upsell span.price {
    font-family: "Mont", Arial;
    font-size: 36px;
    margin: 10px 0;
    font-weight: 900 !important;
    display: inline-block;
    margin-bottom: 10px !important
}

.block.related li,
.block.upsell li {
    text-align: center;
}

.block.upsell strong.product.name.product-item-name a {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.block.related li.item.product.product-item:hover,
.block.upsell li.item.product.product-item:hover {
    color: #000;
}

input.swatch-input.super-attribute-select {
    display: none;
}

.product-info-main .product-info-price {
    display: none;
}

.product-info-main div#product-options-wrapper {
    max-width: 50%;
    float: left;
    width: 50%;
    /*  padding: 2px 8px;*/
}

.box-tocart.box-qty {
    display: inline-block;
}

.custom-price.price {
    display: inline-block;
}

.box-tocart.box-addtocart {
    display: inline-block;
    float: left;
}

.price-addtocart {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}

.catalog-product-view .block.upsell {
    display: none;
}

.catalog-product-view .product-info-main h1.page-title {
    margin-top: 100px;
    margin-bottom: 7px;
}

.catalog-product-view .page-title-wrapper.product h1.page-title {
    margin-top: 0 !important;
    margin-bottom: 7px;
}

.catalog-product-view .product-info-top-reviews {
    margin-top: 120px;
}

.product-info-subtitle {
    /* margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600; */
}

.product-msg-monthly {
    margin-bottom: 11px;
    font-weight: 600;
}

.loading-mask {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background-color: #00000042;
}

.loading-mask .loader {
    text-align: center;
}

span.price-label {
    display: none;
}

.swatch-option.selected {
    border: 2px solid !important;
}

.swatch-option {
    outline: none !important;
}

button#product-addtocart-button {
    background-color: #ff8900;
    padding: 14px 20px;
    border: 0;
}

.custom-price.price {
    float: left;
    margin-right: 19px;
    line-height: 53px;
}

.custom-price.price sup {
    font-size: 26px;
    font-weight: 500;
}

.custom-price.price {
    /*font-size: 50px; */
    /* color: #ffffff; */
    font-weight: 800;
    font-family: "Mont", Arial;
}

.block.related span.product-image-wrapper,
.block.upsell span.product-image-wrapper {
    display: inline-block;
    padding: 0px !important;
}

.block.related {
    margin: 70px 0 0;
}

.block.upsell {
    margin: 55px 0px;
}

.block.related li div.product-item-info,
.block.upsell li div.product-item-info {
    padding: 10px;
}

.gallery-placeholder .fotorama__thumb-border {
    opacity: 0;
    display: none !important;
}

.gallery-placeholder .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    border: 0px solid red;
    padding: 0px;
    margin: 2px !important;
    opacity: 0.5;
}

.gallery-placeholder .fotorama__nav__frame {
    margin: 0px 11px;
}

.gallery-placeholder .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    margin: 0px 11px !important;
}

/*Header after Instagram Css*/
span.header-insta {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

span.header-insta img {
    width: auto !important;
    height: auto !important;
}

span.header-insta a {
    display: inline-block;
    top: 8px !important;
    position: relative;
    color: #fff;
    text-transform: none;
    font-size: 15px;
}

a#btn-header-logo {
    display: inline-block;
}

/*.logo a {
    margin-top: 28px;
}*/
span.header-insta img {
    margin-top: -6px;
}

.page.messages {
    margin-top: 38px;
    text-align: center;
}

.message-notice.notice.message {
    background-color: #ffa50042;
}

.message-success.success.message {
    background-color: #358a42c4;
}

.message-error.error.message {
    background-color: #ff0000c2;
}

a#btn-mobile-header-glo-hyper1 img,
a#btn-mobile-header-glo-hyper2 img,
a#btn-mobile-header-glo-hyper3 img,
a#btn-mobile-header-glo-hyper4 img,
a#btn-mobile-header-glo-hyper5 img,
a#btn-mobile-header-glo-hyper6 img,
a#btn-mobile-header-glo-hyper7 img,
a#btn-glo-discover-menu-mobile img {
    width: 10px;
}

.checkout-index-index .icons-analysis li,
.checkout-cart-index .icons-analysis li {
    font-size: 11px;
    text-align: left;
    padding: 0px 57px;
    line-height: 15px;
    padding-bottom: 6px;
}

.checkout-index-index .icons-analysis,
.checkout-cart-index .icons-analysis {
    margin-top: 0;
    padding-bottom: 16px !important;
    display: inline-block;
    background-color: #f0f0f0;
}

/*Cart Refactor*/
@media (min-width:922px) {
    .checkout-cart-index a.product-item-photo {
        display: inline-block;
    }

    .checkout-cart-index tr.item-info td:first-child {
        min-width: 400px;
    }

    .checkout-cart-index .product-item-details {
        display: inline-block;
    }

    .checkout-cart-index td.col.price {
        display: none;
    }

    .checkout-cart-index td.col.subtotal {
        position: absolute;
        bottom: 0x;
        bottom: 0;
        right: 0px;
        display: inline-block;
        width: 100%;
        text-align: right;
        border: 0;
    }

    .checkout-cart-index tr.item-info {
        /*position: relative;*/
    }

    .checkout-cart-index tbody.cart.item {
        position: relative !important;
        display: inline-block;
        width: 100%;
    }

    .checkout-cart-index td.col.subtotal:lang(el):before {
        content: "Υποσύνολο";
    }

    .checkout-cart-index td.col.subtotal:lang(en):before {
        content: "Subtotal";
    }

    .checkout-cart-index td.col.qty {
        display: inline-block;
        position: absolute;
        bottom: 80px;
        left: 183px;
        padding: 0px;
        width: auto;
        border: 0;
        text-align: center;
    }

    .checkout-cart-index tr.item-actions {
        width: auto;
        display: inline-block;
        position: absolute;
        top: 66px;
        z-index: 9;
        left: 0;
    }

    .checkout-cart-index .product-item-details {
        float: left;
        width: 55%;
        margin-top: 25px;
    }

    .checkout-cart-index a.product-item-photo {
        float: left;
        width: 45%;
    }

    .checkout-cart-index dl.item-options {
        display: none;
    }

    .checkout-cart-index .product-item-details a {
        font-weight: 500;
        color: #000;
    }

    .checkout-cart-index tr.item-actions td {
        border: 0;
    }

    .checkout-cart-index .cart.main.actions {
        display: none;
    }

    .checkout-cart-index a.product-item-photo img {
        max-width: 100;
    }

    .checkout-cart-indextd.col.item {
        border: 0;
    }

    .checkout-cart-index tbody.cart.item {
        border: 0;
        margin-bottom: 25px;
        padding-bottom: 29px;
    }

    /* Chrome, Safari, Edge, Opera */

    .checkout-cart-index input::-webkit-outer-spin-button,
    .checkout-cart-index input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */

    .checkout-cart-index input[type=number] {
        -moz-appearance: textfield;
    }

    .checkout-cart-index td.col.item {
        border: 0;
    }

    .checkout-cart-index .control.qty button {
        background-color: #10101000;
        border: 1px solid;
        width: 34px;
    }

    .checkout-cart-index .decreaseQty {
        margin-right: -5px;
        padding: 2px;
        border: 1px solid gray !important;
    }

    .checkout-cart-index .increaseQty {
        margin-left: -6px;
        padding: 2px;
        border: 1px solid grey !important;
    }

    .checkout-cart-index .field.qty .label {
        display: none;
    }
}

/*Fotorama Product Gallery*/
.fotorama__thumb__arr.fotorama__thumb__arr--right {
    background-color: white;
}

.fotorama__thumb__arr.fotorama__thumb__arr--left {
    background-color: white;
}

.fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon:after {
    content: ">";
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: flex;
    align-self: center;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 27px;
    left: 3px;
    top: 0;
    background: #c0c0c0;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon:after {
    content: "<";
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: flex;
    align-self: center;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 27px;
    left: 0;
    top: 0;
    background: #c0c0c0;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb--icon {
    background: none;
}

.products-slider .product-item-container {
    width: 23% !important;
    margin: 1% !important;
}

/* bundle css */
.product-mix-match-offer form#product_addtocart_form {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.bundle-options-list {
    background: white;
}

.bundle-options-list input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bundle-options-list .control {
    position: relative;
}

.bundle-options-list .control .bundlechoice {
    display: block;
    padding: 10px !important;
}

.field.choice.bundlechoice {
    padding: 10px;
    color: #000;
    transition: all .3s ease;
}

.bundle-relative {
    position: relative;
}

.bundle-options-list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: -18px;
}

.bundle-options-list .bundlechoice:hover {
    background-color: #ff8900;
}

.bundle-select-toggle {
    padding: 10px;
    border: 1px solid #444;
    margin-bottom: 20px;
    cursor: pointer;
}

.page-product-bundle.catalog-product-view .bundle-actions {
    display: none;
}

.bundle-options-container .legend.title {
    display: none;
}

.page-product-bundle.catalog-product-view button.action.back.customization {
    display: none;
}

.bundle-options-container .product-add-form {
    display: block !important;
}

.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
    float: none !important;
    width: 100%;
}

.bundle-options-container .nested .field.qty {
    display: none;
}

.bundle-options-container .block-bundle-summary {
    float: none !important;
    width: 100% !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.bundle-options-container .product-options-wrapper .fieldset>.field {
    border: none !important;
    display: flex;
}

.bundle-options-container .product-options-wrapper .fieldset>.field>label {
    flex: 0 0 150px;
}

.bundle-options-container .product-options-wrapper .fieldset>.field>.control {
    flex: 0 0 400px;
}

.bundle-options-container p.required {
    display: none;
}

.bundle-options-container .product-options-bottom {
    border: none !important;
    margin: 0px !important;
}

.bundle-options-container .block-bundle-summary>.title {
    display: none;
}

.page-product-bundle.catalog-product-view .no-color-product {
    margin-left: 0px !important;
}

#bundleSummary .container-fluid {
    padding-left: 0px !important;
}

#bundleSummary .container-fluid .col-12 {
    padding-left: 0px !important;
}

.bundle-options-container .block-bundle-summary .bundle-summary,
.bundle-options-container .block-bundle-summary .price-box {
    display: none;
}

.page-product-bundle.catalog-product-view .ml-product {
    margin-left: 0px !important;
}

.page-product-bundle .price-final_price {
    margin-bottom: 0px !important;
}

.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
    padding-bottom: 20px !important;
}

.page-product-bundle button#product-addtocart-button {
    background-color: #f8ab28;
    border-color: #f8ab28 !important;
    transition: all 0.3s ease;
}

.page-product-bundle button#product-addtocart-button:hover {
    opacity: 0.8;
}

.bundle-options-wrapper .label span {
    font-size: 14px;
}

/*@media screen and (max-width: 1024px) {
    .page-product-bundle h3.font-20.mt-3.mb-4.px-3 {
        display: none;
   }
    .bundle-options-container {
        width: 100% !important;
        margin-left: 15px !important;
   }
    .bundle-options-container .product-options-wrapper .fieldset > .field > .control {
        flex: 0 0 100% !important;
        
        overflow: hidden;
   }
}*/
@media screen and (min-width:1024px) {
    .page-product-bundle.catalog-product-view .ml-product {
        padding-left: 90px;
    }

    .bundle-options-container .block-bundle-summary {
        position: static !important;
    }
}

/*.bundle-options-wrapper .field.option label {
    display: none;
}*/
#bundleSummary span.product-image-container {
    display: none !important;
}

#bundleSummary p.available.stock {
    display: none !important;
}

#bundleSummary .box-tocart.box-qty {
    display: none !important;
}

#bundleSummary strong.product.name {
    display: none !important;
}

.page-product-bundle h1.page-title {
    min-width: 100%;
    margin-top: 182px !important;
    margin-bottom: 28px !important;
}

.page-product-bundle label.label.label-hidden {
    display: none;
}

.page-product-bundle .field.required {
    min-width: 100% !important;
    display: inline-block !important;
}

.page-product-bundle div#product-options-wrapper {
    width: 100%;
    min-width: 100%;
}

.page-product-bundle label.label.admin__field-label {
    max-width: 90%;
    /*float: left; */
}

.page-product-bundle input.product-custom-option {
    float: left !important;
    margin-top: 6px;
    margin-right: 12px;
}

.bundle-select-toggle:before {
    content: "";
    position: absolute;
    right: 20px;
    border-top: 8px solid rgb(255 255 255 / 68%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 50%;
    transform: translateY(-50%);
}

.page-product-bundle .product-info-subtitle {
    font-size: 15px;
    line-height: 22px;
}

body.categorypath-glo-hyper .product.name.product-item-name {
    max-width: 136px;
    margin: 0 auto;
}

.block-minicart dl.product.options.list {
    max-width: 100% !important;
}

/*RESPONSIVE CSS START*/
@media (max-width: 992px) {
    .catalog-product-view .product-info-top-reviews {
        margin-top: 10px !important;
    }

    .review-outer.pb-5 .col-12.col-md-4 {
        margin-bottom: 35px;
    }

    .stay-in-header {
        display: flex;
        align-items: center;
    }

    .checkout-cart-index tbody.cart.item.subscription-product-row {
        padding-bottom: 159px !important;
    }

    header.front-header .navigation .stay-in-header .user-profile {
        width: 36px;
    }

    .hamburger-box {
        height: 7px;
    }

    div#switcher-language {
        margin-right: 3px;
    }

    a#btn-header-login {
        margin-right: 3px;
        padding: 0 2px;
    }

    /*Recycle Products respo css start*/

    body.glo-hyper-orange-scarlet-click div#product-options-wrapper,
    body.glo-hyper-black-scarlet-click div#product-options-wrapper,
    body.glo-hyper-black-arctic-click div#product-options-wrapper,
    body.product-glo-hyper-black-terracotta-tobacco div#product-options-wrapper,
    body.product-glo-hyper-black-classic-tobacco div#product-options-wrapper,
    body.product-glo-hyper-white-scarlet-click div#product-options-wrapper,
    body.product-glo-hyper-white-arctic-click div#product-options-wrapper,
    body.product-glo-hyper-white-terracotta-tobacco div#product-options-wrapper,
    body.product-glo-hyper-white-classic-tobacco div#product-options-wrapper,
    body.product-glo-hyper-blue-scarlet-click div#product-options-wrapper,
    body.product-glo-hyper-blue-arctic-click div#product-options-wrapper,
    body.product-glo-hyper-blue-terracotta-tobacco div#product-options-wrapper,
    body.product-glo-hyper-blue-classic-tobacco div#product-options-wrapper,
    body.product-glo-hyper-orange-arctic-click div#product-options-wrapper,
    body.product-glo-hyper-orange-terracotta-tobacco div#product-options-wrapper,
    body.product-glo-hyper-orange-classic-tobacco div#product-options-wrapper {
        position: relative !important;
        width: 100% !important;
        min-width: 100% !important;
        padding-top: 113px !important;
    }

    body.glo-hyper-orange-scarlet-click .box-tocart.box-qty,
    body.glo-hyper-black-scarlet-click .box-tocart.box-qty,
    body.glo-hyper-black-arctic-click .box-tocart.box-qty,
    body.product-glo-hyper-black-terracotta-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-black-classic-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-white-scarlet-click .box-tocart.box-qty,
    body.product-glo-hyper-white-arctic-click .box-tocart.box-qty,
    body.product-glo-hyper-white-terracotta-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-white-classic-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-blue-scarlet-click .box-tocart.box-qty,
    body.product-glo-hyper-blue-arctic-click .box-tocart.box-qty,
    body.product-glo-hyper-blue-terracotta-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-blue-classic-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-orange-arctic-click .box-tocart.box-qty,
    body.product-glo-hyper-orange-terracotta-tobacco .box-tocart.box-qty,
    body.product-glo-hyper-orange-classic-tobacco .box-tocart.box-qty {
        position: absolute;
        top: 0;
    }

    body.glo-hyper-orange-scarlet-click .price-addtocart.product-custom-price,
    body.glo-hyper-black-scarlet-click .price-addtocart.product-custom-price,
    body.glo-hyper-black-arctic-click .price-addtocart.product-custom-price,
    body.product-glo-hyper-black-terracotta-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-black-classic-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-white-scarlet-click .price-addtocart.product-custom-price,
    body.product-glo-hyper-white-arctic-click .price-addtocart.product-custom-price,
    body.product-glo-hyper-white-terracotta-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-white-classic-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-blue-scarlet-click .price-addtocart.product-custom-price,
    body.product-glo-hyper-blue-arctic-click .price-addtocart.product-custom-price,
    body.product-glo-hyper-blue-terracotta-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-blue-classic-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-orange-arctic-click .price-addtocart.product-custom-price,
    body.product-glo-hyper-orange-terracotta-tobacco .price-addtocart.product-custom-price,
    body.product-glo-hyper-orange-classic-tobacco .price-addtocart.product-custom-price {
        margin-top: 82px;
    }

    body.glo-hyper-orange-scarlet-click .options-list.nested,
    body.glo-hyper-black-scarlet-click .options-list.nested,
    body.glo-hyper-black-arctic-click .options-list.nested,
    body.product-glo-hyper-black-terracotta-tobacco .options-list.nested,
    body.product-glo-hyper-black-classic-tobacco .options-list.nested,
    body.product-glo-hyper-white-scarlet-click .options-list.nested,
    body.product-glo-hyper-white-arctic-click .options-list.nested,
    body.product-glo-hyper-white-terracotta-tobacco .options-list.nested,
    body.product-glo-hyper-white-classic-tobacco .options-list.nested,
    body.product-glo-hyper-blue-scarlet-click .options-list.nested,
    body.product-glo-hyper-blue-arctic-click .options-list.nested,
    body.product-glo-hyper-blue-terracotta-tobacco .options-list.nested,
    body.product-glo-hyper-blue-classic-tobacco .options-list.nested,
    body.product-glo-hyper-orange-arctic-click .options-list.nested,
    body.product-glo-hyper-orange-terracotta-tobacco .options-list.nested,
    body.product-glo-hyper-orange-classic-toba .options-list.nested {
        display: inline-block;
        width: 100%;
        position: relative !important;
    }

    body.glo-hyper-orange-scarlet-click .options-list.nested input,
    body.glo-hyper-black-scarlet-click .options-list.nested input,
    body.glo-hyper-black-arctic-click .options-list.nested input,
    body.product-glo-hyper-black-terracotta-tobacco .options-list.nested input,
    body.product-glo-hyper-black-classic-tobacco .options-list.nested input,
    body.product-glo-hyper-white-scarlet-click .options-list.nested input,
    body.product-glo-hyper-white-arctic-click .options-list.nested input,
    body.product-glo-hyper-white-terracotta-tobacco .options-list.nested input,
    body.product-glo-hyper-white-classic-tobacco .options-list.nested input,
    body.product-glo-hyper-blue-scarlet-click .options-list.nested input,
    body.product-glo-hyper-blue-arctic-click .options-list.nested input,
    body.product-glo-hyper-blue-terracotta-tobacco .options-list.nested input,
    body.product-glo-hyper-blue-classic-tobacco .options-list.nested input,
    body.product-glo-hyper-orange-arctic-click .options-list.nested input,
    body.product-glo-hyper-orange-terracotta-tobacco .options-list.nested input,
    body.product-glo-hyper-orange-classic-tobacco .options-list.nested input {
        float: left !important;
        margin-top: 7px;
        margin-right: 9px;
    }

    body.glo-hyper-orange-scarlet-click div#product-options-wrapper label,
    body.glo-hyper-black-scarlet-click div#product-options-wrapper label,
    body.glo-hyper-black-arctic-click div#product-options-wrapper label,
    body.product-glo-hyper-black-terracotta-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-black-classic-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-white-scarlet-click div#product-options-wrapper label,
    body.product-glo-hyper-white-arctic-click div#product-options-wrapper label,
    body.product-glo-hyper-white-terracotta-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-white-classic-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-blue-scarlet-click div#product-options-wrapper label,
    body.product-glo-hyper-blue-arctic-click div#product-options-wrapper label,
    body.product-glo-hyper-blue-terracotta-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-blue-classic-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-orange-arctic-click div#product-options-wrapper label,
    body.product-glo-hyper-orange-terracotta-tobacco div#product-options-wrapper label,
    body.product-glo-hyper-orange-classic-tobacco div#product-options-wrapper label {
        max-width: 90%;
    }

    /*Recycle Products Start Responsive Css*/

    .page-product-bundle div#bundleSummary {
        margin-top: 64px !important;
        display: inline-block !important;
    }

    .page-product-bundle h1.product-mobile.page-title {
        margin-top: 0px !important;
    }

    /*Recycle products End Responsive*/
    /*Recycle Products respo css end*/

    section#module-najwa .claim.d-md-none .span-1,
    section#module-najwa .claim.d-md-none .span-2,
    section#module-najwa .claim.d-md-none .span-3 {
        display: none !important;
    }

    section#module-3 .video-container {
        left: 0 !important;
    }

    section#module-2 .bg-product {
        left: 0;
    }

    section#about-choices {
        margin-top: 100px !important;
    }

    #module-8 .btn-container {
        padding-bottom: 170px;
    }

    .products-slider .product-item-container {
        margin-right: 2%;
    }

    .steps-section .steps .step .text {
        font-size: 9px;
    }

    .steps-section .steps .step .number {
        margin-right: 2px;
    }

    section#top-delivery-time p {
        font-size: 10px;
    }

    .text-list.d-block div {
        width: 50% !important;
    }

    /* a#btn-header-logo {
        margin-top: 16px;
    } */

    .cms-index-index a#btn-header-logo {
        margin-top: 2px;
    }

    .opc-block-summary {
        padding: 24px 11px !important;
    }

    .checkout-cart-index .column.main {
        margin-top: 71px;
    }

    .products-related ol.products.list.items.product-items {
        padding-left: 0;
    }

    .page.messages {
        margin-top: 45px;
        color: #fff !important;
    }

    .page.messages div {
        color: #fff;
    }

    .catalog-category-view button.action.tocart.primary.p-0.border-0.mt-2.d-block.w-100 {
        background: none;
    }

    .product.media.col-md-6.col-lg-6.col-xl-6 .icons-analysis {
        display: none;
    }

    /*Homepage*/

    .bg-waves.bg-waves1.animate {
        background-image: url(/cy/pub/media/pages/hero-homepage-mobile.png) !important;
        background-size: cover !important;
        height: 361px !important;
    }

    .register-product-texts {
        width: 100% !important;
        min-width: 100%;
        padding-right: 0x !important;
    }

    .register-product-form.register-product-form-max {
        min-width: 100%;
    }

    .catalog-product-view .page-title-wrapper.product h1 {
        display: none;
    }

    .catalog-product-view .product-info-subtitle {
        display: none;
    }

    section#module-4 .btn-container {
        margin-top: 23px;
        display: inline-block;
        width: 100%;
    }

    .title-claim-container h2 span {
        font-size: 20px !important;
        font-weight: 400 !important;
    }

    #module-1-1 .title-claim-container {
        margin-top: -32px;
    }

    .bg-notebook.bg-notebook0 {
        background-size: contain !important;
        background-image: url(/cy/pub/media/pages/banner-image-about-mobile.png) !important;
    }

    .footer-newsletter h3 {
        line-height: 27px;
    }

    .amlocator-store-desc .amlocator-image {
        display: inline-block !important;
        width: 100%;
        min-width: 100%;
        text-align: center !important;
        margin: 0;
        min-width: 100% !important;
    }

    .amlocator-store-desc .amlocator-store-information {
        position: relative !important;
        min-width: 100%;
    }

    .amlocator-store-desc .amlocator-block {
        display: inline-block !important;
    }

    .stors-info {
        display: inline-block !important;
        width: 100%;
        max-width: 100%;
    }

    .category-image.position-relative h1 {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

    .category-image.position-relative img {
        display: none;
    }

    .category-image.position-relative {
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }

    .catalog-category-view .btn.btn-white.m-0 {
        margin: 0 auto !important;
    }

    /* #module-4:after{
        display: none !important;
    }*/

    .catalog-category-view .dropdown-content {
        transform: scaleY(0);
    }

    .catalog-category-view .dropdown-content.show {
        transform: scaleY(1);
    }

    /* .minicart-wrapper span.cnt-num-container{
        right:40px;
    } */
    /*Product Responsive start*/

    .page-product-configurable.catalog-product-view div#product-options-wrapper {
        float: none !important;
        max-width: 50%;
        display: inline-block;
    }

    .page-product-configurable.catalog-product-view .box-tocart.box-qty {
        position: absolute;
        right: 0;
        top: -146px;
        max-width: 33%;
    }

    .page-product-configurable.catalog-product-view .product-options-bottom {
        position: relative !important;
        display: inline-block;
        width: 100%;
        margin-top: 63px;
    }

    .page-product-configurable.catalog-product-view .box-tocart.box-addtocart,
    .box-tocart.box-addtocart button {
        width: 100%;
        display: inline-block !important;
        min-width: 100%;
    }

    .how-to-use-item.col-3 {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .catalog-product-view .price-product-desktop {
        display: none !important;
    }

    .catalog-product-view .mobile-price-addto .price-product-desktop {
        display: block !important;
    }

    /*  .catalog-product-view .box-tocart.box-addtocart {
        margin-top: -69px;
    }*/

    .catalog-product-view .hidden-md.hidden-lg.hidden-xl.mobile-price-addto {
        min-width: 100%;
    }

    section#registro-main {
        margin-top: 0;
        padding-top: 9px;
    }

    .registro-texts {
        width: 100% !important;
        min-width: 100%;
    }

    ul.account-list-privileges li {
        line-height: 24px !important;
        margin-bottom: 19px;
    }

    .checkout-success-left {
        min-width: 100%;
    }

    .checkout-onepage-success section.steps-section {
        margin-bottom: 0px !important;
    }

    .checkout-onepage-success a.action.primary.continue {
        margin-top: 16px;
    }

    div#minicart-content-wrapper {
        max-height: 467px;
        overflow: auto;
    }

    .checkout-success-right {
        min-width: 100%;
    }

    .succes-item-price {
        max-width: 24%;
        margin-top: 0;
    }

    .success-item-row {
        margin-bottom: 17px;
    }

    .registro-form.registro-form-max {
        width: 100%;
        max-width: 100%;
    }

    .registro-form.registro-form-max .field {
        width: 100%;
        min-width: 100%;
    }

    .registro-form.registro-form-max {
        padding-left: 0px !important;
    }

    .product.media.col-md-6.col-lg-6.col-xl-6 {
        padding: 0 !important;
    }

    @media screen and (max-width:768px) {
        .product.media.col-md-6.col-lg-6.col-xl-6 {
            padding: 35px !important;
        }
    }

    .fotorama__stage {
        margin: 0 auto;
    }

    h1.product-mobile.page-title {
        text-align: center;
    }

    .block.upsell ol.products.list.items.product-items {
        padding-left: 0;
    }

    .product-info-main.col-md-6.col-lg-6.col-xl-6 {
        padding: 0;
    }

    .catalog-product-view .box-tocart.box-qty {
        float: right;
    }

    .catalog-product-view .box-tocart.box-addtocart {
        width: auto;
    }

    .catalog-product-view .mobile-price-addto {
        display: inline-block;
        width: 100%;
        margin-top: 3px;
    }

    .social-icon-mobile {
        display: inline-block;
        float: right;
    }

    .hidden-md.hidden-lg.hidden-xl.mobile-price-addto {
        max-width: 100% !important;
        width: 100%;
    }

    .social-icon-mobile img {
        width: 31px;
        margin-top: 10px;
    }

    .catalog-product-view .accordion {
        color: #fff;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

    .catalog-product-view .panel {
        padding: 0 18px;
        display: none;
        overflow: hidden;
    }

    .catalog-product-view button.accordion {
        border-bottom: solid 1px #fff !important;
        position: relative;
        font-size: 20px !important;
        text-transform: uppercase;
        line-height: 32px;
        margin-bottom: 20px;
        background: #2a2c2c;
        padding: 0px;
    }

    .catalog-product-view .container.hidden-md.hidden-lg.hidden-xl {
        padding: 0px 14px;
    }

    .catalog-product-view .panel {
        margin-bottom: 30px;
    }

    .catalog-product-view .block.related li.item.product.product-item,
    .block.upsell li.item.product.product-item {
        max-width: 100%;
    }

    .catalog-product-view .product-tabs-row {
        margin-bottom: 0;
    }

    .product.media.col-md-6.col-lg-6.col-xl-6 .social-media-icons {
        display: none;
    }

    .product.media.col-md-6.col-lg-6.col-xl-6 .product-shipping-place.shipping-info-inner {
        display: none;
    }

    .catalog-product-view .tabs-desc {
        display: none !important;
    }

    /*.price-product-desktop {
    display: none !important;
}*/

    .catalog-product-view button.accordion img {
        float: right;
        transform: rotate(180deg) !important;
        margin-top: 11px;
    }

    .catalog-product-view button.accordion.active img {
        transform: rotate(0deg) !important;
    }

    .mobile-product-shipping .shipping-info-item .icon {
        display: inline-block !important;
        width: 100%;
        position: relative;
    }

    .mobile-product-shipping {
        display: inline-block;
        padding: 0px !important;
        margin-bottom: 38px;
    }

    .mobile-product-shipping .shipping-info-item {
        display: inline-block;
        width: 100%;
        max-width: 27.3%;
        text-align: center !important;
    }

    .product-tabs-row {
        margin-top: 18px;
    }

    .mobile-product-shipping .text {
        text-align: center !important;
        margin-top: 6px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog:before {
        right: 21px !important;
    }

    /*Cart Checkout Css*/

    .steps {
        margin-top: 6px !important;
    }

    .steps-section .steps .step-separator {
        margin: 0 13px;
    }

    .checkout-cart-index td.col.price {
        display: none;
    }

    .checkout-cart-index td.col.qty {
        position: absolute;
    }

    .checkout-cart-index .cart-summary {
        position: relative;
        display: inline-block !important;
        width: 100%;
        min-width: 100%;
        padding: 0px;
    }

    .checkout-cart-index form#form-validate {
        width: 100%;
        min-width: 100%;
    }

    .checkout-cart-index form#discount-coupon-form .field {
        width: 100%;
        min-width: 100%;
    }

    form#discount-coupon-form .actions-toolbar {
        position: relative;
    }

    form#discount-coupon-form .primary {
        max-width: 100% !important;
        width: 100%;
        min-width: 100%;
        display: inline-block !important;
    }

    form#discount-coupon-form .actions-toolbar {
        width: 100%;
        margin-top: 11px;
    }

    .checkout-cart-index ul.checkout.methods.items.checkout-methods-items {
        width: 100%;
        padding: 0;
    }

    .messages {
        color: #505050;
    }

    .page.messages {
        margin-bottom: 12px;
    }

    /*Cart Item RESPO*/

    .checkout-cart-index td.col.qty {
        position: absolute !important;
    }

    .checkout-cart-index td.col.item {
        text-align: center;
    }

    .checkout-cart-index td.col.item {
        min-width: 100% !important;
        display: inline-block;
        max-width: 100% !important;
    }

    .checkout-cart-index td.col.item img {
        width: 117px;
    }

    .checkout-cart-index .product-item-details {
        position: absolute;
        top: 25px;
        left: 133px;
    }

    .checkout-cart-index dl.item-options {
        display: none;
    }

    .checkout-cart-index td.col.qty .label {
        display: none;
    }

    .checkout-cart-index td.col.subtotal {
        position: absolute;
        right: 0;
        bottom: 0px;
        display: inline-block !important;
        width: auto;
        float: right;
        border: 0;
    }

    .checkout-cart-index tbody.cart.item {
        position: relative !important;
        display: inline-block;
        width: 100%;
    }

    .checkout-cart-index tr.item-actions {
        float: left;
        position: absolute;
        top: 46px;
        left: 0;
    }

    .checkout-cart-index tr.item-actions td {
        border: 0;
    }

    .checkout-cart-index td.col.qty {
        position: absolute !important;
        top: 50px;
        border: 0;
        float: left;
        width: auto !important;
        left: 123px;
    }

    .checkout-cart-index tr.item-info {
        display: inline-block;
        width: 100%;
    }

    .checkout-cart-index span.product-image-wrapper {
        max-width: 20%;
        display: inline-block;
        float: left;
    }

    .checkout-cart-index form#form-validate {
        padding: 0x !important;
    }

    .checkout-cart-index span.product-image-wrapper {
        padding: 0 !important;
    }

    .checkout-cart-index dl.item-options {
        display: none;
    }

    .checkout-cart-index td.col.qty .label {
        display: none;
    }

    .checkout-cart-index td.col.subtotal:lang(el):before {
        content: "Υποσύνολο:";
        margin-right: 3px;
    }

    .checkout-cart-index td.col.subtotal:lang(en):before {
        content: "Subtotal:";
        margin-right: 3px;
    }

    .checkout-cart-index td.col.item {
        padding-bottom: 29px;
        border-bottom: 1px solid;
    }

    .checkout-cart-index form#form-validate {
        padding-right: 0px !important;
    }

    .checkout-cart-index .cart.main.actions {
        opacity: 0;
    }

    .checkout-cart-index form#form-validate {
        min-height: auto !important;
    }

    .checkout-cart-index .col-12.col-lg-12.offset-lg-12.shipping-info {
        min-width: 100%;
        max-width: 100%;
    }

    .checkout-cart-index .shipping-info-inner {
        padding: 23px 0;
        max-width: 100%;
    }

    .checkout-cart-index .shipping-info-inner .icon {
        display: inline-block;
        width: 100%;
        position: relative !important;
        min-width: 100%;
        text-align: center;
    }

    .checkout-cart-index .col-12.col-lg-12.offset-lg-12.shipping-info {
        display: inline-block !important;
    }

    .checkout-cart-index .shipping-info-inner {
        display: inline-block;
    }

    .checkout-cart-index .shipping-info-item {
        float: left;
    }

    .checkout-cart-index .shipping-info-item {
        display: inline-block;
        max-width: 28%;
    }

    .checkout-cart-index .shipping-info-item .text {
        text-align: center;
        margin-top: 9px;
    }

    .checkout-index-index header.modal-header {
        min-width: 100%;
        display: inline-block;
        position: relative;
    }

    .checkout-index-index .opc-wrapper {
        width: 100%;
        min-width: 100%;
        margin-top: 15px !important;
    }

    .checkout-index-index ol#checkoutSteps {
        padding-left: 0;
    }

    .checkout-index-index .minicart-wrapper {
        display: none;
    }

    .checkout-index-index .fieldset.address [name$=".postcode"] {
        max-width: 47%;
    }

    .checkout-index-index ul.opc-progress-bar {
        display: none;
    }

    .checkout-index-index .opc-estimated-wrapper {
        display: none;
    }

    .checkout-index-index .shipping-info-inner {
        padding: 0;
    }

    .checkout-index-index header.modal-header {
        display: none !important;
    }

    .customer-account-login .block.block-customer-login {
        width: 100%;
        min-width: 100%;
        border-right: 0 !important;
        border-bottom: 1px solid;
    }

    .customer-account-login .block.block-new-customer {
        min-width: 100%;
    }

    .customer-address-form .sidebar.sidebar-main,
    .sales-order-history .sidebar.sidebar-main,
    .customer-address-form .customer-address-form,
    .customer-account-edit .customer-address-form,
    .sales-order-history .customer-address-form,
    .sidebar.sidebar-main .customer-address-form,
    .customer-account-index .sidebar.sidebar-main {
        width: 100%;
        min-width: 100% !important;
    }

    .customer-address-form .column.main,
    .customer-account-edit .column.main,
    .sales-order-history .column.main,
    .sidebar.sidebar-main .column.main,
    .customer-account-index .column.main {
        width: 100%;
        min-width: 100% !important;
    }

    p.product-mobile-subtitle {
        text-align: center;
        font-weight: 600;
        margin-bottom: 0px;
    }

    p.product-mobile.product-intro {
        text-align: center;
    }

    .product-mobile.mobile-product-top {
        margin-bottom: 20px;
    }

    h1.product-mobile.page-title {
        margin-bottom: 2px;
    }

    .catalog-product-view .product-info-subtitle {
        display: none;
    }

    .hidden-md.hidden-lg.hidden-xl.mobile-price-addto {
        float: right !important;
        display: inline-block;
        width: auto !important;
    }
}

.loading-mask {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    color: #000;
}

.loading-mask img {
    margin: -25px 0;
}

#modalLogin .block.block-customer-login {
    min-width: 100%;
}

#modalLogin h5.modal-title {
    color: #fff;
}

#modalLogin .block.block-customer-login {
    padding: 0 !important;
    border: 0px !important;
}

#modalLogin label {
    color: #fff;
}

div#modalRecovery {
    background-color: #0000008f !important;
}

a#btn-agegate-young {
    /*padding-top: 25px;
    padding-bottom: 25px; */
}

.descuento {
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    background: #ff8900;
    line-height: 1.5;
    font-weight: 600;
}

.descuento p {
    color: #fff !important;
    line-height: 23px !important;
}

header.front-header {
    padding-top: 0;
}

/*.container.container-header {
    margin-top: 20px;
}*/

/*@media only screen and (max-width: 768px){
    header.front-header {
        max-width: 768px;
    }
}
*/
.descuento.text-center img {
    margin-top: -3px;
    width: 22px;
    margin-right: 2px !important;
}

a#btn-mobile-header-glo-hyper1:hover+div#myDropdownHyper,
a#btn-mobile-header-glo-hyper2:hover+div#myDropdownSlim,
a#btn-mobile-header-glo-hyper3:hover+div#myDropdownBlog,
a#btn-mobile-header-glo-hyper4:hover+div#myDropdownBlog,
a#btn-mobile-header-glo-hyper5:hover+div#myDropdownAbout,
a#btn-mobile-header-glo-hyper6:hover+div#myDropdownAbout,
a#btn-glo-alternative-menu-desktop:hover+div#myDropdownDiscover {
    transform: scaleX(1);
}

.navigation-items>a {
    padding: 17px 0px;
}

div#myDropdownHyper:hover,
div#myDropdownSlim:hover,
div#myDropdownBlog:hover,
div#myDropdownAbout:hover,
div#myDropdownDiscover:hover {
    transform: scaleY(1);
}

.footer-warning {
    background-color: #fff;
    text-align: center;
}

.footer-warning h3 {
    color: #000;
    margin-bottom: 0px;
    padding: 18px;
}

section#module-3 a.btn.btn-white.btn-border-white img {
    width: 25px;
    margin-top: -8px;
    margin-left: 7px;
}

a.btn.btn-white:hover {
    border: 2px solid #fff;
}

a.btn.btn-white {
    border: 2px solid #fff;
}

.how-to-use-item.col-12 {
    text-align: center;
}

.custom-list-prices {
    text-align: center !important;
    display: inline-block;
    width: 100%;
}

.custom-list-prices div {
    width: 100%;
    margin: 0px;
}

.custom-list-prices span {
    font-size: 32px !important;
    font-weight: 900;
}

.custom-list-prices .cur-symbol {
    vertical-align: initial;
    font-weight: 300;
}

.catalog-category-view span.erased-price,
.catalog-category-view span.erased-price span {
    font-size: 21px !important;
    text-decoration: line-through;
    display: inline-block;
}

.catalog-category-view .products .product-item:hover .custom-price.price-product-desktop {
    color: #000 !important;
}

.catalog-category-view .product-list-price {
    margin-bottom: 0;
    margin-top: 0px;
}

.catalog-category-view .price-box.price-final_price {
    display: none;
}

.catalog-category-view .custom-list-prices {
    margin-top: 6px;
}

.product-custom-price span.erased-price {
    font-size: 20px;
    display: inline-block;
    text-decoration: line-through;
}

.product-custom-price span.erased-price {
    font-size: 20px;
    display: inline-block;
    text-decoration: line-through;
}

.product-custom-price span sup {
    top: -2px;
}

.product-custom-price span sup {
    top: -7px;
}

.price-addtocart.product-custom-price .btn {
    width: 222px;
}

.product-custom-price span span.cur-symbol sup {
    top: -30px;
    font-size: 26px;
}

.icons-analysis {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.icons-analysis ul {
    list-style: none;
    padding-left: 0;
}

div#dropDownLanguageSwitcher ul {
    padding: 0;
    margin: 0;
}

div#dropDownLanguageSwitcher {
    overflow: hidden;
}

div#switcher-language a {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    font-weight: 400;
}

.actions.dropdown.options.switcher-options a img {
    max-width: 12px;
    float: right;
    margin-top: 11px;
    margin-left: 4px;
}

.checkout-cart-index .paypal.checkout,
.catalog-product-view .paypal.checkout {
    display: none;
}

.text-contact-registration {
    display: inline-block !important;
}

.text-list.d-block div {
    display: inline-block;
    float: left;
    width: 20%;
}

.text-list.d-block div {
    margin: 0;
}

.form-field.field-cb.text-contact-registration input:before {
    top: -12px;
    display: inline-block;
}

.text-list.d-block {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}

div#modalRegistrationMenu {
    margin-top: 78px;
}

div#modalRegistrationMenu a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

div#modalRegistrationMenu {
    background: url(https://cdn.discoverglo.es/img/menu-bg.png) center bottom no-repeat #2a2c2c;
    background-size: 320px auto;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    align-items: center;
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 18px;
}

div#modalRegistrationMenu div#myDropdownHyper a,
div#modalRegistrationMenu div#myDropdownSlim a,
div#modalRegistrationMenu div#myDropdownBlog a,
div#modalRegistrationMenu div#myDropdownAbout a,
div#modalRegistrationMenu div#myDropdownMobileAbout a,
div#modalRegistrationMenu div#myDropdownSustainabilityMobile a {
    color: #000;
    font-size: 18px
}

.register-product-form.register-product-form-max select {
    width: 100%;
    padding: 16px 12px;
    font-size: 17px;
    color: #505050;
}

select#birthdayDay,
select#birthdayMonth,
select#birthdayYear {
    font-size: 13px;
    padding: 18px 9px;
}

.form-field.field-cb.text-contact-registration label {
    width: auto;
}

span.phone-country {
    position: absolute;
    bottom: 1px;
    background-color: #919191;
    padding: 8.5px 10px;
    /* border: 1px solid grey; */

    font-size: 15px;
    left: 0px;
}

form#formRegistration .form-field {
    position: relative;
}

input#registerPhone {
    padding-left: 59px;
}

.registro-form.registro-form-max .field.telephone {
    position: relative;
}

.registro-form.registro-form-max input#telephone {
    padding-left: 55px;
}

.registro-form.registro-form-max .field.choice.newsletter {
    display: none;
}

.registro-form.registro-form-max .form-field label.label {
    display: inline-block;
    width: 100%;
    min-width: 100%;
    text-align: left;
    /* float: left !important; */
}

.registro-form.registro-form-max label.label {
    width: auto !important;
}

.registro-form.registro-form-max label.label span {
    float: left;
}

.registro-form.registro-form-max button.btn.btn-orange.action.submit.primary {
    width: auto;
    padding: 13px 32px;
}

.registro-form.registro-form-max button.btn.btn-orange.action.submit.primary:hover span {
    color: #000 !important;
}

.registro-form.registro-form-max .field.contact_viber,
.registro-form.registro-form-max .field.contact_sms,
.registro-form.registro-form-max .field.contact_telephone,
.registro-form.registro-form-max .field.contact_email,
.registro-form.registro-form-max .field.offer_code {
    display: none;
}

.registro-form.registro-form-max .form-field {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    margin-right: 1% !important;
    margin-bottom: 0px;
}

.registro-form.registro-form-max .control {
    width: 100%;
    min-width: 100%;
}

.registro-form.registro-form-max legend.legend {
    display: none;
}

.field.date.field-dob.required {
    max-width: 48%;
    margin-right: 1%;
}

.consent-place label input {
    float: left;
    min-width: 10% !important;
}

.consent-place .form-field.field-cb {
    width: 25%;
    display: inline-block !important;
    max-width: 20% !important;
}

.consent-place .form-field.field-cb input {
    margin-right: 7px;
    margin-top: 7px;
}

.registro-form .field.customer_phone.required {
    display: none;
}

.registro-form .field.phone_sec_place.required {
    max-width: 48%;
    margin-right: 1%;
}

/* Chrome, Safari, Edge, Opera */
.registro-form .field.phone_sec_place.required input::-webkit-outer-spin-button,
.registro-form .field.phone_sec_place.required input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.registro-form .field.phone_sec_place.required input[type=number] {
    -moz-appearance: textfield;
}

input#phonesecplace {
    background: #ededed;
    background-clip: padding-box;
    border: none;
    border-radius: 1px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 44px;
    line-height: 24px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.registro-form .field.required.email-register {
    max-width: 48%;
}

.registro-form .field.password.required {
    max-width: 48%;
    margin-right: 1%;
}

.registro-form .field.confirmation.required {
    max-width: 48%;
}

.registro-form div#password-strength-meter {
    display: none;
}

.registro-form .field.confirmation.required span {
    text-align: left;
}

.registro-form.registro-form-max label span {
    font-size: 14px;
    font-weight: 100;
}

.register-form-agreements {
    width: 100%;
    min-width: 100%;
    margin-bottom: 16px;
}

.register-form-agreements input {
    float: left;
    margin-right: 14px;
    margin-top: 7px;
}

.register-form-agreements label {
    max-width: 90%;
    float: left;
}

.register-form-agreements label:before {
    display: none !important;
}

p.explanation-msg {
    display: inline-block;
    width: 100%;
}

.registro-form button.btn.btn-orange.action.submit.primary {
    margin-top: 25px;
}

.registro-form .field.date.field-dob.required {
    margin-bottom: 0px;
}

.swatch-attribute.color .disabled {
    opacity: 0.4;
}

.swatch-attribute.color .disabled:hover {
    cursor: no-drop !important;
}

span.order-success-id {
    color: #000;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    padding-left: 19px;
}

table.table-checkout-shipping-method th.col.col-carrier {
    display: none;
}

table.table-checkout-shipping-method td#label_carrier_matrixrate_1_matrixrate {
    display: none;
}

table.table-checkout-shipping-method {
    min-width: 100%;
}

div#checkout-step-shipping_method {
    margin-top: 44px;
}

.messages-cookies {
    display: none;
}

.box.box-newsletter {
    display: none;
}

.gallery-placeholder img {
    max-width: 100% !important;
}

.alert.error {
    background-color: #b30909;
}

.customer-account-forgotpassword main#maincontent {
    margin-top: 67px;
    max-width: 563px;
    margin: 104px auto 0;
}

@media (max-width: 780px) {
    .product-teaser a {
        font-size: 11px;
    }

    .bg-waves.bg-waves8.animate {
        margin-top: 32px
    }

    section#module-4 .btn-container a {
        margin-top: 240px !important;
    }
}

.customer-account-createpassword main#maincontent {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px
}

.customer-account-createpassword .page.messages {
    display: none;
}

.customer-account-createpassword h1.page-title {
    margin-bottom: 49px;
}

.customer-account-createpassword div#password-strength-meter {
    margin-bottom: 32px;
}

.customer-account-createpassword button.action.submit {
    margin: 20px auto;
}

.customer-account-createpassword input {
    width: 282px;
    border: solid 1px #2A2C2C;
    line-height: 28px;
    padding: 7px 15px;
    outline: none;
    font-size: 16px;
}

/*Slider*/

/*First slider*/
#module-najwa .bg-waves,
.module-najwa .bg-waves {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider2/waves-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

section#module-najwa .claim span {
    font-family: "Mont", Arial;
}

@media (min-width: 320px) {

    #module-najwa .bg-waves,
    .module-najwa .bg-waves {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-najwa .bg-waves,
    .module-najwa .bg-waves {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider2/waves.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992) {

    #module-najwa .bg-waves,
    .module-najwa .bg-waves {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider2/waves.png");
        background-size: auto 379px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {

    #module-najwa .bg-waves,
    .module-najwa .bg-waves {
        height: 379px;
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-najwa .bg-waves,
    .module-najwa .bg-waves {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-najwa .bg-waves.animate,
.module-najwa .bg-waves.animate {
    transform: scale(1);
    opacity: 1;
}

#module-najwa .bg-photo,
.module-najwa .bg-photo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider2/model-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -53;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-najwa .bg-photo,
    .module-najwa .bg-photo {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-najwa .bg-photo,
    .module-najwa .bg-photo {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider2/model.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-najwa .bg-photo,
    .module-najwa .bg-photo {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider2/model.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-najwa .bg-photo,
    .module-najwa .bg-photo {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-najwa .bg-photo.animate,
.module-najwa .bg-photo.animate {
    transform: scale(1);
    opacity: 1;
}

#module-najwa .header-spacer,
.module-najwa .header-spacer {
    display: block;
    width: 100%;
    height: 305px;
}

@media (min-width: 320px) {

    #module-najwa .header-spacer,
    .module-najwa .header-spacer {
        height: calc(100vw*305/320);
    }
}

@media (min-width: 350px) {

    #module-najwa .header-spacer,
    .module-najwa .header-spacer {
        height: calc(116vw*285/320);
    }

    #module-najwa h1,
    section#module-1-2 h1 {
        max-width: 52% !important;
    }
}

@media (min-width: 768px) {

    #module-najwa .header-spacer,
    .module-najwa .header-spacer {
        height: 300px;
    }
}

@media (min-width: 992px) {

    #module-najwa .header-spacer,
    .module-najwa .header-spacer {
        height: 100px;
    }
}

#module-najwa .bg-side,
.module-najwa .bg-side {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider2/flares-mobile.png");
    background-size: auto 225px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -52;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-najwa .bg-side,
    .module-najwa .bg-side {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-najwa .bg-side,
    .module-najwa .bg-side {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider2/flares.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-najwa .bg-side,
    .module-najwa .bg-side {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider2/flares.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-najwa .bg-side,
    .module-najwa .bg-side {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-najwa .bg-side.animate,
.module-najwa .bg-side.animate {
    transform: scale(1);
    opacity: 1;
}

#module-najwa .bg-product,
.module-najwa .bg-product {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    width: 100%;
    height: 351px;
    background-image: url("/cy/pub/media/backgrounds/slider2/product-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 277px;
    z-index: -51;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease;
}

@media (min-width: 350px) {

    #module-najwa .bg-product,
    .module-najwa .bg-product {
        top: 100px;
        background-size: auto 330px;
    }
}

@media (min-width: 768px) {

    #module-najwa .bg-product,
    .module-najwa .bg-product {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider2/product.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-najwa .bg-product,
    .module-najwa .bg-product {
        height: 368px;
        background-image: url("/cy/pub/media/backgrounds/slider2/product.png");
        background-size: auto 368px;
        top: 90px;
    }
}

@media (min-width: 1200px) {

    #module-najwa .bg-product,
    .module-najwa .bg-product {
        height: 468px;
        background-image: url("/cy/pub/media/backgrounds/slider2/product.png");
        background-size: auto 468px;
        top: 150px;
    }
}

#module-najwa .bg-product.animate,
.module-najwa .bg-product.animate {
    opacity: 1;
    background-position: center center;
}

@media (min-width: 768px) {

    #module-najwa .bg-product.animate,
    .module-najwa .bg-product.animate {
        background-position: 40% center;
    }
}

@media (min-width: 992px) {

    #module-najwa .bg-product.animate,
    .module-najwa .bg-product.animate {
        background-position: center center;
    }
}

#module-najwa .title .module-title,
.module-najwa .title .module-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    margin-top: -168px;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    #module-najwa .title .module-title,
    .module-najwa .title .module-title {
        margin-top: -150px;
    }
}

@media (min-width: 768px) {

    #module-najwa .title .module-title,
    .module-najwa .title .module-title {
        font-size: 30px;
        line-height: 28px;
        max-width: 250px;
    }
}

@media (min-width: 992px) {

    #module-najwa .title .module-title,
    .module-najwa .title .module-title {
        padding-top: 258px;
        font-size: 40px;
        line-height: 38px;
        max-width: 450px;
    }
}

@media (min-width: 1200px) {

    #module-najwa .title .module-title,
    .module-najwa .title .module-title {
        padding-top: 403px;
    }
}

#module-najwa .title .module-title .span-1,
.module-najwa .title .module-title .span-1 {
    display: block;
}

#module-najwa .title .module-title .span-1 .and,
.module-najwa .title .module-title .span-1 .and {
    background-image: url("https://cdn.discoverglo.es/img/home/and.png");
    text-indent: -99999em;
    display: inline-block;
    overflow: hidden;
    width: 15px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

    #module-najwa .title .module-title .span-1 .and,
    .module-najwa .title .module-title .span-1 .and {
        width: 22px;
    }
}

@media (min-width: 992px) {

    #module-najwa .title .module-title .span-1 .and,
    .module-najwa .title .module-title .span-1 .and {
        width: 30px;
    }
}

#module-najwa .title .module-title .span-3,
.module-najwa .title .module-title .span-3 {
    display: block;
}

#module-najwa .benefits,
.module-najwa .benefits {
    padding-top: 70px;
}

@media (min-width: 768px) {

    #module-najwa .benefits,
    .module-najwa .benefits {
        padding-top: 100px;
        max-width: 370px;
    }
}

@media (min-width: 992px) {

    #module-najwa .benefits,
    .module-najwa .benefits {
        font-size: 20px;
        max-width: 515px;
    }
}

#module-najwa .benefits ul,
.module-najwa .benefits ul {
    padding-left: 15px;
}

@media (min-width: 992px) {

    #module-najwa .benefits ul,
    .module-najwa .benefits ul {
        padding-left: 60px;
    }
}

#module-najwa .benefits li,
.module-najwa .benefits li {
    margin-bottom: 15px;
    font-weight: 600;
}

@media (min-width: 992px) {

    #module-najwa .benefits li,
    .module-najwa .benefits li {
        margin-bottom: 5px;
    }
}

#module-najwa .claim,
.module-najwa .claim {
    padding-top: 35px;
}

@media (max-width: 472px) {

    #module-najwa .claim,
    .module-najwa .claim {
        padding-top: 30px;
        max-width: 185px;
    }
}

@media (min-width: 400px) {

    #module-najwa .claim,
    .module-najwa .claim {
        padding-top: 50px;
        max-width: 400px;
    }
}

@media (min-width: 600px) {

    #module-najwa .claim,
    .module-najwa .claim {
        padding-top: 50px;
        max-width: 340px;
    }
}

@media (min-width: 1200px) {

    #module-najwa .claim,
    .module-najwa .claim {
        padding-top: 70px;
    }
}

#module-najwa .claim .span-1,
.module-najwa .claim .span-1 {
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: 800;
}

#module-najwa .claim .span-2,
.module-najwa .claim .span-2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
}

@media (min-height: 100px) {

    #module-najwa .claim .span-2,
    .module-najwa .claim .span-2 {
        display: inline-block;
    }
}

#module-najwa .claim .span-3,
.module-najwa .claim .span-3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
}

@media (min-height: 1200px) {

    #module-najwa .claim .span-3,
    .module-najwa .claim .span-3 {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #module-najwa .claim-button {
        width: 100%;
    }

    #module-najwa .bg-product,
    .module-najwa .bg-product {
        top: 29px;
        background-size: auto 260px;
        background-position: 154px 33px !important;
    }

    #module-najwa .claim {
        width: 100%;
        min-width: 100%;
    }

    #module-najwa .title .module-title,
    .module-najwa .title .module-title {
        font-weight: 800;
        font-size: 21px;
        line-height: 23px;
        max-width: 100%;
        margin-top: -172px !important;
        text-transform: uppercase;
    }

    span.span-4 img {
        max-width: 70px;
    }

    #module-najwa .claim,
    .module-najwa .claim {
        padding-top: 10px;
    }
}

/*Second Slider Valentines*/
#module-san-valentin .bg-waves,
.module-san-valentin .bg-waves {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider-2-center-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -54;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-san-valentin .bg-waves,
    .module-san-valentin .bg-waves {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-san-valentin .bg-waves,
    .module-san-valentin .bg-waves {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-center-big.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992) {

    #module-san-valentin .bg-waves,
    .module-san-valentin .bg-waves {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-center-big.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .bg-waves,
    .module-san-valentin .bg-waves {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-san-valentin .bg-waves.animate,
.module-san-valentin .bg-waves.animate {
    transform: scale(1);
    opacity: 1;
}

#module-san-valentin .bg-photo,
.module-san-valentin .bg-photo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 239px;
    background-image: url("/cy/pub/media/backgrounds/slider-2-left-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 225px;
    z-index: -53;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-san-valentin .bg-photo,
    .module-san-valentin .bg-photo {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-san-valentin .bg-photo,
    .module-san-valentin .bg-photo {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-left-big.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .bg-photo,
    .module-san-valentin .bg-photo {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-left-big.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .bg-photo,
    .module-san-valentin .bg-photo {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-san-valentin .bg-photo.animate,
.module-san-valentin .bg-photo.animate {
    transform: scale(1);
    opacity: 1;
}

#module-san-valentin .bg-side,
.module-san-valentin .bg-side {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("/cy/pub/media/backgrounds/slider-2-right-small.png");
    background-size: auto 225px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -52;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease;
}

@media (min-width: 320px) {

    #module-san-valentin .bg-side,
    .module-san-valentin .bg-side {
        height: calc(100vw*225/320);
        background-size: auto calc(100vw*225/320);
    }
}

@media (min-width: 768px) {

    #module-san-valentin .bg-side,
    .module-san-valentin .bg-side {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-right-big.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .bg-side,
    .module-san-valentin .bg-side {
        height: 379px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-right-big.png");
        background-size: auto 379px;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .bg-side,
    .module-san-valentin .bg-side {
        height: 519px;
        background-size: auto 519px;
    }
}

#module-san-valentin .bg-side.animate,
.module-san-valentin .bg-side.animate {
    transform: scale(1);
    opacity: 1;
}

#module-san-valentin .bg-product,
.module-san-valentin .bg-product {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    width: 100%;
    height: 351px;
    background-image: url("/cy/pub/media/backgrounds/slider-2-product-small.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 277px;
    z-index: -51;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease;
}

@media (min-width: 350px) {

    #module-san-valentin .bg-product,
    .module-san-valentin .bg-product {
        top: 100px;
        background-size: auto 330px;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .bg-product,
    .module-san-valentin .bg-product {
        height: 277px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-product-big.png");
        background-size: auto 277px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .bg-product,
    .module-san-valentin .bg-product {
        height: 368px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-product-big.png");
        background-size: auto 368px;
        top: 90px;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .bg-product,
    .module-san-valentin .bg-product {
        height: 632px;
        background-image: url("/cy/pub/media/backgrounds/slider-2-product-big.png");
        background-size: auto 632px;
        top: 0;
    }
}

#module-san-valentin .bg-product.animate,
.module-san-valentin .bg-product.animate {
    opacity: 1;
    background-position: center center;
}

@media (min-width: 768px) {

    #module-san-valentin .bg-product.animate,
    .module-san-valentin .bg-product.animate {
        background-position: 40% center;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .bg-product.animate,
    .module-san-valentin .bg-product.animate {
        background-position: center center;
    }
}

#module-san-valentin .title .module-title,
.module-san-valentin .title .module-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    max-width: 204px;
    margin-top: -150px;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    #module-san-valentin .title .module-title,
    .module-san-valentin .title .module-title {
        margin-top: -150px;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .title .module-title,
    .module-san-valentin .title .module-title {
        font-size: 30px;
        line-height: 28px;
        max-width: 250px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .title .module-title,
    .module-san-valentin .title .module-title {
        padding-top: 258px;
        font-size: 40px;
        line-height: 38px;
        max-width: 450px;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .title .module-title,
    .module-san-valentin .title .module-title {
        padding-top: 380px;
    }
}

#module-san-valentin .title .module-title .span-1,
.module-san-valentin .title .module-title .span-1 {
    display: block;
}

#module-san-valentin .title .module-title .span-1 .and,
.module-san-valentin .title .module-title .span-1 .and {
    background-image: url("https://cdn.discoverglo.es/img/home/and.png");
    text-indent: -99999em;
    display: inline-block;
    overflow: hidden;
    width: 15px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

    #module-san-valentin .title .module-title .span-1 .and,
    .module-san-valentin .title .module-title .span-1 .and {
        width: 22px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .title .module-title .span-1 .and,
    .module-san-valentin .title .module-title .span-1 .and {
        width: 30px;
    }
}

#module-san-valentin .title .module-title .span-3,
.module-san-valentin .title .module-title .span-3 {
    display: block;
}

#module-san-valentin .benefits,
.module-san-valentin .benefits {
    padding-top: 70px;
}

@media (min-width: 768px) {

    #module-san-valentin .benefits,
    .module-san-valentin .benefits {
        padding-top: 100px;
        max-width: 370px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .benefits,
    .module-san-valentin .benefits {
        font-size: 20px;
        max-width: 515px;
    }
}

#module-san-valentin .benefits ul,
.module-san-valentin .benefits ul {
    padding-left: 15px;
}

@media (min-width: 992px) {

    #module-san-valentin .benefits ul,
    .module-san-valentin .benefits ul {
        padding-left: 60px;
    }
}

#module-san-valentin .benefits li,
.module-san-valentin .benefits li {
    margin-bottom: 15px;
    font-weight: 600;
}

@media (min-width: 992px) {

    #module-san-valentin .benefits li,
    .module-san-valentin .benefits li {
        margin-bottom: 5px;
    }
}

#module-san-valentin .claim,
.module-san-valentin .claim {
    padding-top: 35px;
}

@media (max-width: 472px) {

    #module-san-valentin .claim,
    .module-san-valentin .claim {
        padding-top: 30px;
        max-width: 185px;
    }
}

@media (min-width: 400px) {

    #module-san-valentin .claim,
    .module-san-valentin .claim {
        padding-top: 50px;
        max-width: 400px;
    }
}

@media (min-width: 600px) {

    #module-san-valentin .claim,
    .module-san-valentin .claim {
        padding-top: 50px;
        max-width: 340px;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .claim,
    .module-san-valentin .claim {
        padding-top: 70px;
    }
}

#module-san-valentin .claim .span-1,
.module-san-valentin .claim .span-1 {
    display: block;
    font-size: 19px;
    line-height: 1em;
    font-weight: 800;
}

#module-san-valentin .claim .span-2,
.module-san-valentin .claim .span-2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
}

@media (min-height: 100px) {

    #module-san-valentin .claim .span-2,
    .module-san-valentin .claim .span-2 {
        display: inline-block;
    }
}

#module-san-valentin .claim .span-3,
.module-san-valentin .claim .span-3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
}

@media (min-height: 1200px) {

    #module-san-valentin .claim .span-3,
    .module-san-valentin .claim .span-3 {
        display: inline-block;
    }
}

/*slider dots/ arrows*/
.home-carrusel {
    max-width: 1440px;
    margin: 0 auto;
}

.home-carrusel .slick-dots {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: center;
    z-index: 10000;
}

@media (min-width: 768px) {
    .home-carrusel .slick-dots {
        display: flex;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 12%;
        top: 257px;
        width: auto;
        bottom: unset;
        background: none;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .home-carrusel .slick-dots {
        right: 6%;
        top: 340px;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .home-carrusel .slick-dots {
        top: 370px;
    }
}

@media (min-width: 1200px) {
    .home-carrusel .slick-dots {
        right: 3%;
        top: 480px;
    }
}

@media (min-width: 1200px) and (max-height: 700px) {
    .home-carrusel .slick-dots {
        top: 510px;
    }
}

.home-carrusel .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 13px;
    height: 13px;
    border: 1px solid white;
    border-radius: 50px;
    cursor: pointer;
}

.home-carrusel .slick-dots li.slick-active {
    background: white;
}

.home-carrusel .slick-dots li button {
    display: none;
}

.home-carrusel .slick-next,
.home-carrusel .slick-prev {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 49;
    font-size: 25px;
    height: 197px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

@media (min-width: 992px) {

    .home-carrusel .slick-next,
    .home-carrusel .slick-prev {
        height: 300px;
    }
}

@media (min-width: 1200px) {

    .home-carrusel .slick-next,
    .home-carrusel .slick-prev {
        height: 440px;
    }
}

.home-carrusel .slick-next .semicirculo,
.home-carrusel .slick-prev .semicirculo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 62px;
    background: rgba(0, 0, 0, 0.6);
}

.home-carrusel .slick-next {
    right: 0;
}

.home-carrusel .slick-next .semicirculo {
    -moz-border-radius: 100px 0px 0px 100px;
    -webkit-border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;
}

.home-carrusel .slick-next .semicirculo:before {
    content: url("https://cdn.discoverglo.es/img/home/right-arrow.png");
    line-height: 11px;
}

.home-carrusel .slick-prev {
    left: 0;
}

.home-carrusel .slick-prev .semicirculo {
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
}

.home-carrusel .slick-prev .semicirculo:before {
    content: url("https://cdn.discoverglo.es/img/home/left-arrow.png");
    line-height: 11px;
}

/**/

/**/
@media (min-width: 1200px) {

    #module-san-valentin .title-claim-container .title .module-title,
    .module-san-valentin .title-claim-container .title .module-title {
        padding-top: 328px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .title-claim-container .title .module-title,
    .module-san-valentin .title-claim-container .title .module-title {
        padding-top: 208px;
        line-height: 44px;
        max-width: 450px;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .title-claim-container .title .module-title,
    .module-san-valentin .title-claim-container .title .module-title {
        font-size: 35px;
        line-height: 35px;
        max-width: 450px;
    }
}

#module-san-valentin .title-claim-container .title .module-title,
.module-san-valentin .title-claim-container .title .module-title {
    font-family: "Mont", Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

@media (min-width: 768px) {

    #module-san-valentin .title-claim-container .title h1,
    .module-san-valentin .title-claim-container .title h1 {
        line-height: 1.2;
    }
}

#module-san-valentin .title-claim-container .title h1,
.module-san-valentin .title-claim-container .title h1 {
    line-height: 20px;
}

}

#module-san-valentin .title-claim-container .title .span-1,
.module-san-valentin .title-claim-container .title .span-1 {
    display: block;
    font-size: 22px;
    font-family: "Mont",
        Arial;
    font-weight: 800;
    text-transform: uppercase;
}

@media (min-width: 1200px) {

    #module-san-valentin .title-claim-container .title .span-1,
    .module-san-valentin .title-claim-container .title .span-1 {
        font-size: 35px !important;
        line-height: 32px !important;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .title-claim-container .title .span-1,
    .module-san-valentin .title-claim-container .title .span-1 {
        font-size: 35px;
        line-height: 32px;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .title-claim-container .title .span-1,
    .module-san-valentin .title-claim-container .title .span-1 {
        font-size: 26px;
        line-height: 23px;
    }

    #module-san-valentin .title-claim-container .title .span-3,
    .module-san-valentin .title-claim-container .title .span-3 {
        display: block;
        font-size: 22px;
        font-family: "Mont", Arial;
        font-weight: 800;
        text-transform: uppercase;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .title-claim-container .title .span-3,
    .module-san-valentin .title-claim-container .title .span-3 {
        font-size: 35px;
        line-height: 43px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .title-claim-container .title .span-3,
    .module-san-valentin .title-claim-container .title .span-3 {
        font-size: 35px;
        line-height: 43px;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .title-claim-container .title .span-3,
    .module-san-valentin .title-claim-container .title .span-3 {
        font-size: 26px;
        line-height: 35px;
    }
}

#module-san-valentin .title-claim-container .title .span-4 img,
.module-san-valentin .title-claim-container .title .span-4 img {
    width: 90px;
}

@media (min-width: 992px) {

    #module-san-valentin .title-claim-container .title .span-4 img,
    .module-san-valentin .title-claim-container .title .span-4 img {
        width: 150px;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .title-claim-container .title .span-4 img,
    .module-san-valentin .title-claim-container .title .span-4 img {
        width: 90px;
    }
}

.slick-slide img {
    display: block;
}

#module-san-valentin .textos,
.module-san-valentin .textos {
    flex-direction: column;
}

@media (min-width: 992px) {

    #module-san-valentin .textos,
    .module-san-valentin .textos {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
}

@media (min-width: 1415px) {

    #module-san-valentin .width-div-button,
    .module-san-valentin .width-div-button {
        width: 455px;
    }
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

@media (min-width: 992px) {

    #module-san-valentin .sb,
    .module-san-valentin .sb {
        text-align: left;
        margin: unset;
    }
}

#module-san-valentin .copy-md,
.module-san-valentin .copy-md {
    font-size: 25px;
    line-height: 26px;
    color: #FF385D;
    font-family: "Mont",
        Arial;
    font-weight: bold;
    width: 300px;
    font-size: 14px;
    line-height: 15px;
}

@media (min-width: 992px) {

    #module-san-valentin .copy-md,
    .module-san-valentin .copy-md {
        display: block;
    }
}

@media (min-width: 768px) {

    #module-san-valentin .copy-md,
    .module-san-valentin .copy-md {
        display: block;
        font-size: 20px;
        line-height: 22px;
    }
}

@media (min-width: 375px) {

    #module-san-valentin .copy-md,
    .module-san-valentin .copy-md {
        width: 360px;
        font-size: 15px;
        line-height: 16px;
    }
}

/**/

/**/

/**/

/*#module-san-valentin .title-claim-container, .module-san-valentin .title-claim-container {
    margin-top: -100px;
}

@media (min-width: 768px){
#module-san-valentin .title-claim-container, .module-san-valentin .title-claim-container {
    margin-top: -70px;
}
}*/
@media (min-width: 992px) {

    #module-san-valentin .title-claim-container,
    .module-san-valentin .title-claim-container {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding-top: 95px;
    }
}

@media (min-width: 992px) and (min-height: 700px) {

    #module-san-valentin .title-claim-container,
    .module-san-valentin .title-claim-container {
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {

    #module-san-valentin .title-claim-container,
    .module-san-valentin .title-claim-container {
        padding-top: 380px;
    }
}

#module-san-valentin .header-spacer,
.module-san-valentin .header-spacer {
    display: block;
    width: 100%;
    height: 290px;
}

@media (min-width: 320px) {

    #module-san-valentin .header-spacer,
    .module-san-valentin .header-spacer {
        height: calc(100vw*290/320);
    }
}

@media (min-width: 350px) {

    #module-san-valentin .header-spacer,
    .module-san-valentin .header-spacer {
        height: calc(100vw*275/320);
    }
}

@media (min-width: 768px) {

    #module-san-valentin .header-spacer,
    .module-san-valentin .header-spacer {
        height: 225px;
    }
}

@media (min-width: 992px) {

    #module-san-valentin .header-spacer,
    .module-san-valentin .header-spacer {
        height: 100px;
    }
}

/*NEO SLIM STICKS HEADER START*/
.category-neo-demi-slims #product-register-header .model,
.category-neo-demi-slims #product-register-header .waves,
.category-neo-demi-slims #product-register-header .flare,
.category-neo-demi-slims #product-register-header .products {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 287px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    .category-neo-demi-slims #product-register-header .model,
    .category-neo-demi-slims #product-register-header .waves,
    .category-neo-demi-slims #product-register-header .flare,
    .category-neo-demi-slims #product-register-header .products {
        height: 277px;
        background-size: auto calc(100vw*287/320)
    }
}

@media (min-width: 768px) {

    .category-neo-demi-slims #product-register-header .model,
    .category-neo-demi-slims #product-register-header .waves,
    .category-neo-demi-slims #product-register-header .flare,
    .category-neo-demi-slims #product-register-header .products {
        height: 277px;
        background-size: auto 277px
    }
}

@media (min-width: 992px) {

    .category-neo-demi-slims #product-register-header .model,
    .category-neo-demi-slims #product-register-header .waves,
    .category-neo-demi-slims #product-register-header .flare,
    .category-neo-demi-slims #product-register-header .products {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 1200px) {

    .category-neo-demi-slims #product-register-header .model,
    .category-neo-demi-slims #product-register-header .waves,
    .category-neo-demi-slims #product-register-header .flare,
    .category-neo-demi-slims #product-register-header .products {
        height: 519px;
        background-size: auto 519px
    }
}

.category-neo-demi-slims #product-register-header .model.model,
.category-neo-demi-slims #product-register-header .waves.model,
.category-neo-demi-slims #product-register-header .flare.model,
.category-neo-demi-slims #product-register-header .products.model {
    background-image: url(/cy/pub/media/backgrounds/neo/category/model-mobile.png);
    z-index: -52
}

@media (min-width: 768px) {

    .category-neo-demi-slims #product-register-header .model.model,
    .category-neo-demi-slims #product-register-header .waves.model,
    .category-neo-demi-slims #product-register-header .flare.model,
    .category-neo-demi-slims #product-register-header .products.model {
        background-image: url(/cy/pub/media/backgrounds/neo/category/model.png) !important;
    }
}

.category-neo-demi-slims #product-register-header .model.waves,
.category-neo-demi-slims #product-register-header .waves.waves,
.category-neo-demi-slims #product-register-header .flare.waves,
.category-neo-demi-slims #product-register-header .products.waves {
    background-image: url(/cy/pub/media/backgrounds/neo/category/waves-mobile.png);
    z-index: -54
}

@media (min-width: 768px) {

    .category-neo-demi-slims #product-register-header .model.waves,
    .category-neo-demi-slims #product-register-header .waves.waves,
    .category-neo-demi-slims #product-register-header .flare.waves,
    .category-neo-demi-slims #product-register-header .products.waves {
        background-image: url(/cy/pub/media/backgrounds/neo/category/waves.png) !important;
    }
}

.category-neo-demi-slims #product-register-header .model.flare,
.category-neo-demi-slims #product-register-header .waves.flare,
.category-neo-demi-slims #product-register-header .flare.flare,
.category-neo-demi-slims #product-register-header .products.flare {
    z-index: -53
}

@media (min-width: 768px) {

    .category-neo-demi-slims #product-register-header .model.flare,
    .category-neo-demi-slims #product-register-header .waves.flare,
    .category-neo-demi-slims #product-register-header .flare.flare,
    .category-neo-demi-slims #product-register-header .products.flare {
        background-image: url(/cy/pub/media/backgrounds/neo/category/flares.png)
    }
}

.category-neo-demi-slims #product-register-header .model.products,
.category-neo-demi-slims #product-register-header .waves.products,
.category-neo-demi-slims #product-register-header .flare.products,
.category-neo-demi-slims #product-register-header .products.products {
    background-image: url(/cy/pub/media/backgrounds/neo/category/products-mobile_2x.png);
    z-index: -51;
    top: 65px;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease,
        background-position .8s ease
}

@media (min-width: 768px) {

    .category-neo-demi-slims #product-register-header .model.products,
    .category-neo-demi-slims #product-register-header .waves.products,
    .category-neo-demi-slims #product-register-header .flare.products,
    .category-neo-demi-slims #product-register-header .products.products {
        background-image: url(/cy/pub/media/backgrounds/neo/category/product.png);
        top: 120px
    }
}

.category-neo-demi-slims #product-register-header .model.products.animate,
.category-neo-demi-slims #product-register-header .waves.products.animate,
.category-neo-demi-slims #product-register-header .flare.products.animate,
.category-neo-demi-slims #product-register-header .products.products.animate {
    opacity: 1;
    background-position: center center
}

.category-neo-demi-slims #product-register-header .model.animate,
.category-neo-demi-slims #product-register-header .waves.animate,
.category-neo-demi-slims #product-register-header .flare.animate,
.category-neo-demi-slims #product-register-header .products.animate {
    transform: scale(1);
    opacity: 1
}

.category-neo-demi-slims #product-register-header .header-spacer {
    display: block;
    width: 100%;
    height: 287px
}

@media (min-width: 320px) {
    .category-neo-demi-slims #product-register-header .header-spacer {
        height: calc(100vw*287/320)
    }
}

@media (min-width: 768px) {
    .category-neo-demi-slims #product-register-header .header-spacer {
        height: 90px
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .header-spacer {
        height: 100px
    }
}

.category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-header .container {
        padding-top: 170px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-header .container {
        padding-top: 195px
    }
}

@media (min-width: 1200px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-header .container {
        padding-top: 300px
    }
}

.category-neo-demi-slims #product-register-header .page-title {
    font-family: "Mont",
        Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    width: 193px
}

@media (min-width: 768px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

.category-neo-demi-slims #product-register-header .text-list {
    font-weight: 600
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-content {
        margin-top: 120px
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-content .container {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-content .register-product-texts .first-copy {
        margin-bottom: 0
    }
}

.category-neo-demi-slims #product-register-header .category-neo-demi-slims #product-register-header-content .register-product-texts .first-copy strong {
    font-weight: 800
}

.category-neo-demi-slims .category-description {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    left: auto !important;
}

/*.category-neo-demi-slims .column.main {
    margin-top: 140px !important;
}*/
.category-neo-demi-slims #product-register-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {
    .category-neo-demi-slims #product-register-header .container {
        padding-top: 170px;
        padding-bottom: 32px
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .container {
        padding-top: 195px
    }
}

@media (min-width: 1200px) {
    .category-neo-demi-slims #product-register-header .container {
        padding-top: 300px
    }
}

.category-neo-demi-slims .page-title {
    font-family: "Mont",
        Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    width: 193px
}

@media (min-width: 768px) {
    .category-neo-demi-slims #product-register-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .category-neo-demi-slims #product-register-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

/*NEO SLIM STICKS HEADER END*/
.catalog-product-view.category-neo-demi-slims h1.page-title {
    width: 100%;
    height: 90px;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    margin-top: 150px !important;
}

/*glo hyper +  HEADER START*/
.category-hyper-plus #product-register-header .model,
.category-hyper-plus #product-register-header .waves,
.category-hyper-plus #product-register-header .flare,
.category-hyper-plus #product-register-header .products {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 287px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    .category-hyper-plus #product-register-header .model,
    .category-hyper-plus #product-register-header .waves,
    .category-hyper-plus #product-register-header .flare,
    .category-hyper-plus #product-register-header .products {
        height: calc(100vw*287/320);
        background-size: auto calc(100vw*287/320)
    }
}

@media (min-width: 768px) {

    .category-hyper-plus #product-register-header .model,
    .category-hyper-plus #product-register-header .waves,
    .category-hyper-plus #product-register-header .flare,
    .category-hyper-plus #product-register-header .products {
        height: 277px;
        background-size: auto 277px
    }
}

@media (min-width: 992px) {

    .category-hyper-plus #product-register-header .model,
    .category-hyper-plus #product-register-header .waves,
    .category-hyper-plus #product-register-header .flare,
    .category-hyper-plus #product-register-header .products {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 1200px) {

    .category-hyper-plus #product-register-header .model,
    .category-hyper-plus #product-register-header .waves,
    .category-hyper-plus #product-register-header .flare,
    .category-hyper-plus #product-register-header .products {
        height: 519px;
        background-size: auto 519px
    }
}

.category-hyper-plus #product-register-header .model.model,
.category-hyper-plus #product-register-header .waves.model,
.category-hyper-plus #product-register-header .flare.model,
.category-hyper-plus #product-register-header .products.model {
    background-image: url();
    z-index: -52
}

.category-hyper-plus #product-register-header .model.waves,
.category-hyper-plus #product-register-header .waves.waves,
.category-hyper-plus #product-register-header .flare.waves,
.category-hyper-plus #product-register-header .products.waves {
    background-image: url(/cy/pub/media/backgrounds/hyper/category/waves-mobile.png);
    z-index: -54
}

@media (min-width: 768px) {

    .category-hyper-plus #product-register-header .model.waves,
    .category-hyper-plus #product-register-header .waves.waves,
    .category-hyper-plus #product-register-header .flare.waves,
    .category-hyper-plus #product-register-header .products.waves {
        background-image: url(/cy/pub/media/backgrounds/hyper/category/waves.png)
    }
}

.category-hyper-plus #product-register-header .model.flare,
.category-hyper-plus #product-register-header .waves.flare,
.category-hyper-plus #product-register-header .flare.flare,
.category-hyper-plus #product-register-header .products.flare {
    z-index: -53
}

@media (min-width: 768px) {

    .category-hyper-plus #product-register-header .model.flare,
    .category-hyper-plus #product-register-header .waves.flare,
    .category-hyper-plus #product-register-header .flare.flare,
    .category-hyper-plus #product-register-header .products.flare {
        background-image: url(/cy/pub/media/backgrounds/hyper/category/flares.png)
    }
}

/*@media (min-width: 768px) {
    .category-hyper-plus #product-register-header .model.model,
    .category-hyper-plus #product-register-header .waves.model,
    .category-hyper-plus #product-register-header .flare.model,
    .category-hyper-plus #product-register-header .products.model {
        background-image: url(https://cdn.discoverglo.es/img/sections/productregister/model.png)
    }
}*/

/*.category-hyper-plus #product-register-header .model.products,
.category-hyper-plus #product-register-header .waves.products,
.category-hyper-plus #product-register-header .flare.products,
.category-hyper-plus #product-register-header .products.products{
    background-image: url(https://cdn.discoverglo.es/img/sections/productregister/products-mobile_2x.png);
    z-index: -51;
    top: 65px;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease
}*/
@media (min-width: 768px) {

    .category-hyper-plus #product-register-header .model.products,
    .category-hyper-plus #product-register-header .waves.products,
    .category-hyper-plus #product-register-header .flare.products,
    .category-hyper-plus #product-register-header .products.products {
        background-image: url(https://cdn.discoverglo.es/img/sections/productregister/products_2x.png);
        top: 120px
    }
}

.category-hyper-plus #product-register-header .model.products.animate,
.category-hyper-plus #product-register-header .waves.products.animate,
.category-hyper-plus #product-register-header .flare.products.animate,
.category-hyper-plus #product-register-header .products.products.animate {
    opacity: 1;
    background-position: center center
}

.category-hyper-plus #product-register-header .model.animate,
.category-hyper-plus #product-register-header .waves.animate,
.category-hyper-plus #product-register-header .flare.animate,
.category-hyper-plus #product-register-header .products.animate {
    transform: scale(1);
    opacity: 1
}

.category-hyper-plus #product-register-header .header-spacer {
    display: block;
    width: 100%;
    height: 287px
}

@media (min-width: 320px) {
    .category-hyper-plus #product-register-header .header-spacer {
        height: calc(100vw*287/320)
    }
}

@media (min-width: 768px) {
    .category-hyper-plus #product-register-header .header-spacer {
        height: 90px
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header .header-spacer {
        height: 100px
    }
}

.category-hyper-plus #product-register-header-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {
    .category-hyper-plus #product-register-header-header .container {
        padding-top: 170px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header-header .container {
        padding-top: 195px
    }
}

@media (min-width: 1200px) {
    .category-hyper-plus #product-register-header-header .container {
        padding-top: 300px
    }
}

.category-hyper-plus #product-register-header .page-title {
    font-family: "Mont",
        Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    width: 193px
}

@media (min-width: 768px) {
    .category-hyper-plus #product-register-header-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

.category-hyper-plus #product-register-header .text-list {
    font-weight: 600
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header-content {
        margin-top: 120px
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header-content .container {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header-content .register-product-texts .first-copy {
        margin-bottom: 0
    }
}

.category-hyper-plus #product-register-header-content .register-product-texts .first-copy strong {
    font-weight: 800
}

.category-hyper-plus .category-description {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    left: auto !important;
}

/*.category-hyper-plus .column.main {
    margin-top: 140px !important;
}*/
.category-hyper-plus #product-register-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {
    .category-hyper-plus #product-register-header .container {
        padding-top: 161px;
        padding-bottom: 32px
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header .container {
        padding-top: 161px
    }
}

@media (min-width: 1200px) {
    .category-hyper-plus #product-register-header .container {
        padding-top: 300px
    }
}

.category-hyper-plus .page-title {
    font-family: "Mont",
        Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    /*width: 193px*/
}

@media (min-width: 768px) {
    .category-hyper-plus #product-register-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .category-hyper-plus #product-register-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

/*glo hyper  HEADER END*/

/*glo hyper  HEADER START*/
.category-hyper #product-register-header .model,
.category-hyper #product-register-header .waves,
.category-hyper #product-register-header .flare,
.category-hyper #product-register-header .products {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 287px;
    transform: scale(1.1);
    opacity: 0;
    transition: all .6s ease
}

@media (min-width: 320px) {

    .category-hyper #product-register-header .model,
    .category-hyper #product-register-header .waves,
    .category-hyper #product-register-header .flare,
    .category-hyper #product-register-header .products {
        height: calc(100vw*287/320);
        background-size: auto calc(100vw*287/320)
    }
}

@media (min-width: 768px) {

    .category-hyper #product-register-header .model,
    .category-hyper #product-register-header .waves,
    .category-hyper #product-register-header .flare,
    .category-hyper #product-register-header .products {
        height: 277px;
        background-size: auto 277px
    }
}

@media (min-width: 992px) {

    .category-hyper #product-register-header .model,
    .category-hyper #product-register-header .waves,
    .category-hyper #product-register-header .flare,
    .category-hyper #product-register-header .products {
        height: 380px;
        background-size: auto 380px
    }
}

@media (min-width: 1200px) {

    .category-hyper #product-register-header .model,
    .category-hyper #product-register-header .waves,
    .category-hyper #product-register-header .flare,
    .category-hyper #product-register-header .products {
        height: 519px;
        background-size: auto 519px
    }
}

.category-hyper #product-register-header .model.model,
.category-hyper #product-register-header .waves.model,
.category-hyper #product-register-header .flare.model,
.category-hyper #product-register-header .products.model {
    background-image: url();
    z-index: -52
}

.category-hyper #product-register-header .model.waves,
.category-hyper #product-register-header .waves.waves,
.category-hyper #product-register-header .flare.waves,
.category-hyper #product-register-header .products.waves {
    background-image: url(/cy/pub/media/backgrounds/hyper/category/waves-mobile.png);
    z-index: -54
}

@media (min-width: 768px) {

    .category-hyper #product-register-header .model.waves,
    .category-hyper #product-register-header .waves.waves,
    .category-hyper #product-register-header .flare.waves,
    .category-hyper #product-register-header .products.waves {
        background-image: url(/cy/pub/media/backgrounds/hyper/category/waves.png)
    }
}

.category-hyper #product-register-header .model.flare,
.category-hyper #product-register-header .waves.flare,
.category-hyper #product-register-header .flare.flare,
.category-hyper #product-register-header .products.flare {
    z-index: -53
}

@media (min-width: 768px) {

    .category-hyper #product-register-header .model.flare,
    .category-hyper #product-register-header .waves.flare,
    .category-hyper #product-register-header .flare.flare,
    .category-hyper #product-register-header .products.flare {
        background-image: url(/cy/pub/media/backgrounds/hyper/category/flares.png)
    }
}

/*@media (min-width: 768px) {
    .category-hyper #product-register-header .model.model,
    .category-hyper #product-register-header .waves.model,
    .category-hyper #product-register-header .flare.model,
    .category-hyper #product-register-header .products.model {
        background-image: url(https://cdn.discoverglo.es/img/sections/productregister/model.png)
    }
}*/

/*.category-hyper #product-register-header .model.products,
.category-hyper #product-register-header .waves.products,
.category-hyper #product-register-header .flare.products,
.category-hyper #product-register-header .products.products{
    background-image: url(https://cdn.discoverglo.es/img/sections/productregister/products-mobile_2x.png);
    z-index: -51;
    top: 65px;
    opacity: 0;
    background-position: 85% center;
    transition: opacity .8s ease, background-position .8s ease
}*/
@media (min-width: 768px) {

    .category-hyper #product-register-header .model.products,
    .category-hyper #product-register-header .waves.products,
    .category-hyper #product-register-header .flare.products,
    .category-hyper #product-register-header .products.products {
        background-image: url(https://cdn.discoverglo.es/img/sections/productregister/products_2x.png);
        top: 120px
    }
}

.category-hyper #product-register-header .model.products.animate,
.category-hyper #product-register-header .waves.products.animate,
.category-hyper #product-register-header .flare.products.animate,
.category-hyper #product-register-header .products.products.animate {
    opacity: 1;
    background-position: center center
}

.category-hyper #product-register-header .model.animate,
.category-hyper #product-register-header .waves.animate,
.category-hyper #product-register-header .flare.animate,
.category-hyper #product-register-header .products.animate {
    transform: scale(1);
    opacity: 1
}

.category-hyper #product-register-header .header-spacer {
    display: block;
    width: 100%;
    height: 287px
}

@media (min-width: 320px) {
    .category-hyper #product-register-header .header-spacer {
        height: calc(100vw*287/320)
    }
}

@media (min-width: 768px) {
    .category-hyper #product-register-header .header-spacer {
        height: 90px
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header .header-spacer {
        height: 100px
    }
}

.category-hyper #product-register-header-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {
    .category-hyper #product-register-header-header .container {
        padding-top: 170px;
        padding-bottom: 120px
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header-header .container {
        padding-top: 195px
    }
}

@media (min-width: 1200px) {
    .category-hyper #product-register-header-header .container {
        padding-top: 300px
    }
}

.category-hyper #product-register-header .page-title {
    font-family: "Mont",
        Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    width: 193px
}

@media (min-width: 768px) {
    .category-hyper #product-register-header-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

.category-hyper #product-register-header .text-list {
    font-weight: 600
}

@media (min-width: 992px) {
    .category-hyper #product-register-header-content {
        margin-top: 120px
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header-content .container {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header-content .register-product-texts .first-copy {
        margin-bottom: 0
    }
}

.category-hyper #product-register-header-content .register-product-texts .first-copy strong {
    font-weight: 800
}

.category-hyper .category-description {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    left: auto !important;
}

/*.category-hyper .column.main {
    margin-top: 140px !important;
}*/
.category-hyper #product-register-header .container {
    padding-bottom: 37px;
    margin-top: -35px
}

@media (min-width: 768px) {
    .category-hyper #product-register-header .container {
        padding-top: 161px;
        padding-bottom: 32px
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header .container {
        padding-top: 161px
    }
}

@media (min-width: 1200px) {
    .category-hyper #product-register-header .container {
        padding-top: 300px
    }
}

.category-hyper .page-title {
    font-family: "Mont",
        Arial;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-right: 110px;
    /*width: 193px*/
}

@media (min-width: 768px) {
    .category-hyper #product-register-header .page-title {
        width: 270px
    }
}

@media (min-width: 992px) {
    .category-hyper #product-register-header .page-title {
        font-size: 37px;
        line-height: 39px;
        width: 330px
    }
}

/*glo hyper  HEADER END*/
section#module-1-2 .copy-md.animate-this-text-slider {
    max-width: 270px;
}

h2.about-title {
    font-size: 2rem;
    font-family: "Mont",
        Arial;
    font-weight: 800;
    line-height: 44px;
}

@media only screen and (max-width: 992px) {
    .how-to-use-content.justify-content-between .col-4 {
        display: inline-block;
        width: 100%;
        min-width: 100%;
    }

    section#about-characteristics .col-md-6.col-sm-12.col-lg-6.col-xl-6.col-12.image-section.hidden-sm.hidden-xs {
        width: 100% !important;
        min-width: 100%;
    }

    section#about-characteristics .col-md-6.col-sm-12.col-lg-6.col-xl-6.col-12.text.left-text {
        min-width: 100%;
    }

    section#about-use .col-4 {
        width: 100%;
        min-width: 100% !important;
        margin-bottom: 13px !important;
    }
}

.text-before-footer {
    padding-top: 25px;
    background-color: #fff;
    color: #000;
}

.text-before-footer ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.text-before-footer ul li {
    font-size: 12px;
    line-height: 1;
}

.page-title-container .span-4 img {
    max-width: 147px !important;
}

.page-title .and,
.span-2 span.and {
    background-image: url(https://cdn.discoverglo.es/img/home/and.png);
    text-indent: -99999em;
    display: inline-block;
    overflow: hidden;
    width: 23px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

section#register-page-section .page-title-container {
    padding: 261px 0 0 40px;
}

@media only screen and (max-width: 992px) {
    section#register-page-section .page-title-container {
        padding-left: 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1060px) {

    section#module-najwa .bg-photo,
    section#module-najwa .bg-waves,
    section#module-najwa .bg-side,
    section#module-najwa .bg-product,
    section#module-1-2 .bg-photo,
    section#module-1-2 .bg-waves,
    section#module-1-2 .bg-side,
    section#module-1-2 .bg-product {
        height: 355px !important;
        background-size: auto 351px !important;
    }

    section#module-1-2 h1.module-title {
        padding-top: 355px !important;
        padding-left: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {

    section#module-najwa .bg-photo,
    section#module-najwa .bg-waves,
    section#module-najwa .bg-side,
    section#module-najwa .bg-product,
    section#module-1-2 .bg-photo,
    section#module-1-2 .bg-waves,
    section#module-1-2 .bg-side,
    section#module-1-2 .bg-product {
        height: 432px !important;
        background-size: auto 423px !important;
    }
}

.customer-account-edit .field.date.field-dob {
    display: inline-block !important;
    width: 100% !important;
    min-width: 100% !important;
}

.customer-account-edit .field.date.field-dob label {
    font-size: 14px;
}

/*.customer-address-form div#account-nav ul li:last-child,
.sales-order-history div#account-nav ul li:last-child,
.sidebar.sidebar-main div#account-nav ul li:last-child,
.customer-account-index div#account-nav ul li:last-child,
.customer-account-edit div#account-nav ul li:last-child {
    display: none;
}*/
.customer-address-form div#account-nav ul li:nth-child(6),
.sales-order-history div#account-nav ul li:nth-child(6),
.sidebar.sidebar-main div#account-nav ul li:nth-child(6),
.customer-account-index div#account-nav ul li:nth-child(6),
.customer-account-edit div#account-nav ul li:nth-child(6) {
    display: none;
}

.customer-address-form .field.telephone .control,
.customer-account-edit .field.telephone .control {
    position: relative;
}

.customer-address-form input#telephone,
.customer-account-edit input#telephone {
    padding-left: 60px;
}

body.glo-hyper-orange-scarlet-click div#product-options-wrapper,
body.glo-hyper-black-scarlet-click div#product-options-wrapper,
body.glo-hyper-black-arctic-click div#product-options-wrapper,
body.product-glo-hyper-black-terracotta-tobacco div#product-options-wrapper,
body.product-glo-hyper-black-classic-tobacco div#product-options-wrapper,
body.product-glo-hyper-white-scarlet-click div#product-options-wrapper,
body.product-glo-hyper-white-arctic-click div#product-options-wrapper,
body.product-glo-hyper-white-terracotta-tobacco div#product-options-wrapper,
body.product-glo-hyper-white-classic-tobacco div#product-options-wrapper,
body.product-glo-hyper-blue-scarlet-click div#product-options-wrapper,
body.product-glo-hyper-blue-arctic-click div#product-options-wrapper,
body.product-glo-hyper-blue-terracotta-tobacco div#product-options-wrapper,
body.product-glo-hyper-blue-classic-tobacco div#product-options-wrapper,
body.product-glo-hyper-orange-arctic-click div#product-options-wrapper,
body.product-glo-hyper-orange-terracotta-tobacco div#product-options-wrapper,
body.product-glo-hyper-orange-classic-tobacco div#product-options-wrapper {
    display: inline-block;
    min-width: 100%;
    position: relative !important;
    padding-top: 116px !important;
}

body.glo-hyper-orange-scarlet-click div#product-options-wrapper label,
body.glo-hyper-black-scarlet-click div#product-options-wrapper label,
body.glo-hyper-black-arctic-click div#product-options-wrapper label,
body.product-glo-hyper-black-terracotta-tobacco div#product-options-wrapper label,
body.product-glo-hyper-black-classic-tobacco div#product-options-wrapper label,
body.product-glo-hyper-white-scarlet-click div#product-options-wrapper label,
body.product-glo-hyper-white-arctic-click div#product-options-wrapper label,
body.product-glo-hyper-white-terracotta-tobacco div#product-options-wrapper label,
body.product-glo-hyper-white-classic-tobacco div#product-options-wrapper label,
body.product-glo-hyper-blue-scarlet-click div#product-options-wrapper label,
body.product-glo-hyper-blue-arctic-click div#product-options-wrapper label,
body.product-glo-hyper-blue-terracotta-tobacco div#product-options-wrapper label,
body.product-glo-hyper-blue-classic-tobacco div#product-options-wrapper label,
body.product-glo-hyper-orange-arctic-click div#product-options-wrapper label,
body.product-glo-hyper-orange-terracotta-tobacco div#product-options-wrapper label,
body.product-glo-hyper-orange-classic-tobacco div#product-options-wrapper label {
    max-width: 90%;
}

body.glo-hyper-orange-scarlet-click .options-list.nested,
body.glo-hyper-black-scarlet-click .options-list.nested,
body.glo-hyper-black-arctic-click .options-list.nested,
body.product-glo-hyper-black-terracotta-tobacco .options-list.nested,
body.product-glo-hyper-black-classic-tobacco .options-list.nested,
body.product-glo-hyper-white-scarlet-click .options-list.nested,
body.product-glo-hyper-white-arctic-click .options-list.nested,
body.product-glo-hyper-white-terracotta-tobacco .options-list.nested,
body.product-glo-hyper-white-classic-tobacco .options-list.nested,
body.product-glo-hyper-blue-scarlet-click .options-list.nested,
body.product-glo-hyper-blue-arctic-click .options-list.nested,
body.product-glo-hyper-blue-terracotta-tobacco .options-list.nested,
body.product-glo-hyper-blue-classic-tobacco .options-list.nested,
body.product-glo-hyper-orange-arctic-click .options-list.nested,
body.product-glo-hyper-orange-terracotta-tobacco .options-list.nested,
body.product-glo-hyper-orange-classic-toba .options-list.nested {
    display: inline-block;
    width: 100%;
    position: relative !important;
}

body.glo-hyper-orange-scarlet-click .options-list.nested input,
body.glo-hyper-black-scarlet-click .options-list.nested input,
body.glo-hyper-black-arctic-click .options-list.nested input,
body.product-glo-hyper-black-terracotta-tobacco .options-list.nested input,
body.product-glo-hyper-black-classic-tobacco .options-list.nested input,
body.product-glo-hyper-white-scarlet-click .options-list.nested input,
body.product-glo-hyper-white-arctic-click .options-list.nested input,
body.product-glo-hyper-white-terracotta-tobacco .options-list.nested input,
body.product-glo-hyper-white-classic-tobacco .options-list.nested input,
body.product-glo-hyper-blue-scarlet-click .options-list.nested input,
body.product-glo-hyper-blue-arctic-click .options-list.nested input,
body.product-glo-hyper-blue-terracotta-tobacco .options-list.nested input,
body.product-glo-hyper-blue-classic-tobacco .options-list.nested input,
body.product-glo-hyper-orange-arctic-click .options-list.nested input,
body.product-glo-hyper-orange-terracotta-tobacco .options-list.nested input,
body.product-glo-hyper-orange-classic-tobacco .options-list.nested input {
    float: left !important;
    margin-top: 7px;
    margin-right: 9px;
}

body.glo-hyper-orange-scarlet-click .box-tocart.box-qty,
body.glo-hyper-black-scarlet-click .box-tocart.box-qty,
body.glo-hyper-black-arctic-click .box-tocart.box-qty,
body.product-glo-hyper-black-terracotta-tobacco .box-tocart.box-qty,
body.product-glo-hyper-black-classic-tobacco .box-tocart.box-qty,
body.product-glo-hyper-white-scarlet-click .box-tocart.box-qty,
body.product-glo-hyper-white-arctic-click .box-tocart.box-qty,
body.product-glo-hyper-white-terracotta-tobacco .box-tocart.box-qty,
body.product-glo-hyper-white-classic-tobacco .box-tocart.box-qty,
body.product-glo-hyper-blue-scarlet-click .box-tocart.box-qty,
body.product-glo-hyper-blue-arctic-click .box-tocart.box-qty,
body.product-glo-hyper-blue-terracotta-tobacco .box-tocart.box-qty,
body.product-glo-hyper-blue-classic-tobacco .box-tocart.box-qty,
body.product-glo-hyper-orange-arctic-click .box-tocart.box-qty,
body.product-glo-hyper-orange-terracotta-tobacco .box-tocart.box-qty,
body.product-glo-hyper-orange-classic-tobacco .box-tocart.box-qty {
    position: absolute;
    top: 0;
}

body.glo-hyper-orange-scarlet-click .product-add-form,
body.glo-hyper-black-scarlet-click .product-add-form,
body.glo-hyper-black-arctic-click .product-add-form,
body.product-glo-hyper-black-terracotta-tobacco .product-add-form,
body.product-glo-hyper-black-classic-tobacco .product-add-form,
body.product-glo-hyper-white-scarlet-click .product-add-form,
body.product-glo-hyper-white-arctic-click .product-add-form,
body.product-glo-hyper-white-terracotta-tobacco .product-add-form,
body.product-glo-hyper-white-classic-tobacco .product-add-form,
body.product-glo-hyper-blue-scarlet-click .product-add-form,
body.product-glo-hyper-blue-arctic-click .product-add-form,
body.product-glo-hyper-blue-terracotta-tobacco .product-add-form,
body.product-glo-hyper-blue-classic-tobacco .product-add-form,
body.product-glo-hyper-orange-arctic-click .product-add-form,
body.product-glo-hyper-orange-terracotta-tobacco .product-add-form,
body.product-glo-hyper-orange-classic-tobacco .product-add-form {
    position: relative;
}

.cms-blog .video-container.animate {
    margin-bottom: 25px !important;
}

.mpblog-post-view .article-title .the-category a {
    color: #2A2C2C !important;
    text-transform: uppercase;
}

/*Intensity and taste category and product Css start*/
.icons-label {
    width: 69%;
    text-align: left;
    float: left;
}

.taste-content {
    margin-bottom: 15px;
}

.counters-label-icon {
    display: inline-block;
    width: 100%;
}

.item.product.product-item .counters-label-icon * {
    color: #2a2c2c;
}

.counters-label-icon img {
    max-width: 85px;
    margin-top: -6px;
}

.icons-label span.normal-condition img,
.icons-label span.hover-condition img {
    max-width: 15px !important;
    margin-top: -5px;
}

.item.product.product-item:hover .icons-label span.hover-condition {
    display: inline-block !important;
    width: 12px;
}

.counters-label-icon .product-icons {
    margin-bottom: 0px !important;
}

.taste-content label {
    display: inline-block;
    line-height: 19px !important;
}

.product-taste-intensity-container a.stay-a {
    margin-top: 1px;
}

.product-taste-intensity-container .taste-content a {
    margin-left: 4px !important;
}

.product.attribute.overview {
    margin-top: 17px;
}

.product-taste-intensity-container .icons-label {
    width: 60%;
}

.product-taste-intensity-container label {
    font-size: 14px;
    margin-top: 5px;
}

.product-taste-intensity-container .counters-label-icon img {
    max-width: 90px;
    margin-top: -3px;
}

.counters-label-icon label {
    font-size: 11px;
    width: auto !important;
    display: inline;
    min-width: auto;
}

.counters-label-icon .icon {
    display: inline-block;
    width: 30%;
}

.counters-label-icon a.stay-a {
    margin-left: 4px;
}

.counters-label-icon a.stay-a img {
    width: 12px;
}

.product-taste-intensity-container label {
    font-size: 14px;
}

.product-taste-intensity-container .product-icons img {
    width: 90px;
}

@media screen and (max-width: 992) {
    .counters-label-icon.taste-content a {
        margin-top: -1px;
        margin-left: 4px;
    }
}

/*Intensity and taste category and product Css end*/
#mini-cart {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px !important;
}

#mini-cart::-webkit-scrollbar {
    width: 8px;
}

#mini-cart::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#mini-cart::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 3px;
}

#mini-cart::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Holidays bar Css Start*/
.holidays-place {
    /* padding-top: 15px; */
    background-color: #71c13f;
    line-height: !important;
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}

.holidays-place p {
    line-height: 26px !important;
}

.holidays-productbar p {
    font-size: 13px;
    padding: 2px 12px;
    margin-bottom: 0;
    display: inline-block;
}

.holidays-place.holidays-productbar {
    margin-bottom: 13px;
    display: inline-block;
    width: 99%;
}

.holidays-place.holidays-cartbanner p {
    font-size: 12px;
    margin-bottom: 0;
    padding: 8px;
    color: #fff;
}

.holidays-place.holidays-cartbanner {
    margin-top: 0;
}

.cart-container.container.main-container a#btn-checkout-step1-continue {
    float: right;
}

/*Holidays bar Css End*/

/*Hyper + */
.homepage-blog-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.homepage-blog-title {
    position: absolute;
    right: 2%;
    bottom: 0%;
}

.homepage-blog-title {
    padding: 37px 89px;
    background-color: #2a2c2c;
}

.homepage-blog-image img {
    width: 100%;
}

section#module-9 {
    margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
    section#about-reasonstochoose img {
        max-width: 100%;
    }

    .module-4-about-right img {
        max-width: 100% !important;
    }

    .right-home-about img {
        max-width: 100% !important;
    }

    .left-home-about {
        width: 100% !important;
        display: inline-block !important;
    }

    .right-home-about {
        display: inline-block !important;
        width: 100% !important;
    }

    .home-about {
        display: inline-block !important;
        width: 100%;
    }

    .product-item-container.slick-slide a {
        display: inline-block;
        margin-top: 23px;
        width: 100%;
        min-height: 86px;
    }

    section#about-reasonstochoose {
        padding: 0;
    }

    .hidden-md.hidden-lg.hidden-xl .tarkikComandSlider_about.slick-initialized.slick-slider.slick-dotted {
        display: none;
    }

    section#about-header {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    #module-8-2 .title {
        font-size: 2rem !important;
    }

    .homepage-blog-title h2 {
        font-weight: 800;
    }

    section#about-reasonstochoose h2.about-title {
        font-size: 2rem !important;
    }

    section#module-2-- {
        margin-top: 50px;
    }

    .container-products-slider {
        margin-top: 155px;
    }

    section#module-3 {
        margin-top: 43px;
    }

    #module-3 .video-container .video-holder {
        height: auto !important;
    }

    section#module-3 {
        padding-bottom: 0;
    }

    section#module-8 {
        padding-bottom: 0 !important;
        min-height: 540px;
    }

    /*About Page*/
    section#about-newglo {
        margin-top: 0px !important;
    }

    section#about-header {
        margin-bottom: 75px !important;
    }

    section#about-newglo {
        padding: 0 0 68px !important;
    }

    section#about-characteristics,
    section#about-nano-characteristics {
        margin-bottom: 0 !important;
    }

    .cms-anakalipse-to-glo section#module-4 {
        margin-bottom: 0 !important;
    }

    .cms-anakalipse-to-glo section#about-reasonstochoose {
        margin-top: 4px;
    }

    #about .about-content#about-experience,
    #conoce-glo .about-content#about-experience {
        padding-top: 50px !important;
    }

    section#about-experience {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    #module-7 .products-slider .product-item-container {
        /*padding-top: 355px !important;*/
    }

    .container-products-slider {
        margin-top: 60px;
    }

    .container-products-slider h3.animate.subtitle {
        padding: 0 15px;
    }

    .slider-container.animate {
        padding-top: 0 !important;
    }

    .video-holder {
        height: auto !important;
    }

    section#module-8-2 {
        margin-top: 10px;
    }

    .homepage-blog-title h2 {
        font-weight: 800;
    }

    /*About*/
    section#about-reasonstochoose {
        padding: 0 !important;
    }

    section#about-experience {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    section#about-characteristics {
        height: auto !important;
        min-height: auto;
    }

    section#about-header {
        margin-bottom: 16px !important;
    }

    .module-4-about-right {
        display: inline-block !important;
        width: 100% !important;
    }

    .module-4-about {
        display: inline-block !important;
        width: 100% !important;
    }

    .module-4-about-left {
        display: inline-block !important;
        width: 100% !important;
    }

    .features {
        padding: 0 !important;
    }

    .feature-icon {
        width: 100%;
        text-align: left;
        margin: 0 !important;
        max-width: 57px;
    }

    .feature-icon img {
        width: !important;
    }

    .feature-icon {
        display: inline-block !important;
    }

    span.feature-description {
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    /*Register Device*/
    .cms-dilosi-siskevis .page-title-container.animate-this-text.animate {
        width: 100%;
        display: inline-block;
        min-width: 100%;
        margin-top: 12px;
    }

    .cms-dilosi-siskevis .model.headers-promo-5-euros.animate {
        background-size: contain !important;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    section#scroll-icon {
        top: 96vh !important;
    }
}

section#about-experience .btn-container {
    display: none;
}

.suggesion-category {
    font-size: 20px !important;
}

#product-register #product-register-header .page-title,
#glo-hyper-registro #product-register-header .page-title {
    font-size: 24px !important;
}

#product-register-header span.and {
    width: 20px !important;
}

@media (min-width: 1200px) {
    #product-register #product-register-header .big-container {
        padding-top: 286px !important;
    }
}

@media screen and (max-width: 992px) {
    .category-neo-demi-slims #product-register-header .header-spacer {
        height: 94px;
    }

    .category-neo-demi-slims section#product-register-header {
        margin-bottom: 96px;
    }

    .category-hyper-plus section#product-page-container .container {
        padding-top: 0 !important;
    }

    .category-hyper-plus section#product-page-container {
        margin-bottom: 50px !important;
    }

    h1.product-mobile.page-title {
        font-family: "Mont", Arial, sans-serif;
        font-weight: 800;
    }

    .catalog-product-view.category-neo-demi-slims h1.page-title {
        margin-top: 45px !important;
    }

    /*slimple Products*/
    .product-neo-classic-tobacco .box-tocart.box-qty,
    .product-neo-terracotta-tobacco .box-tocart.box-qty,
    .product-neo-arctic-click .box-tocart.box-qty,
    .product-neo-scarlet-click .box-tocart.box-qty,
    .categorypath-neotm-sticks-neo-previous-editions.catalog-product-view .box-tocart.box-qty {
        display: inline-block !important;
        width: 100%;
        position: relative !important;
        margin: 0 !important;
    }

    .product-neo-classic-tobacco .box-tocart.box-addtocart,
    .product-neo-terracotta-tobacco .box-tocart.box-addtocart,
    .product-neo-arctic-click .box-tocart.box-addtocart,
    .product-neo-scarlet-click .box-tocart.box-addtocart,
    .categorypath-neotm-sticks-neo-previous-editions.catalog-product-view .box-tocart.box-addtocart {
        margin-top: 0 !important;
    }

    .product-neo-classic-tobacco .price-addtocart.product-custom-price,
    .product-neo-terracotta-tobacco .price-addtocart.product-custom-price,
    .product-neo-arctic-click .price-addtocart.product-custom-price,
    .product-neo-scarlet-click .price-addtocart.product-custom-price,
    .categorypath-neotm-sticks-neo-previous-editions.catalog-product-view .price-addtocart.product-custom-price {
        margin-top: 0 !important;
    }

    .product-neo-classic-tobacco .box-tocart.box-addtocart,
    .product-neo-terracotta-tobacco .box-tocart.box-addtocart,
    .product-neo-arctic-click .box-tocart.box-addtocart,
    .product-neo-scarlet-click .box-tocart.box-addtocart,
    .categorypath-neotm-sticks-neo-previous-editions.catalog-product-view .box-tocart.box-addtocart {
        width: 100% !important;
    }

    .right-home-about img {
        height: auto;
    }

    .container-products-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    section#module-slider1 img {
        max-width: 100%;
        height: auto !important;
        width: 100%;
    }
}

.cms-dilosi-siskevis h1.page-title span {
    display: inline-block;
    width: 100%;
    line-height: 2rem !important;
    font-size: 30px;
}

.cms-dilosi-siskevis span.and {
    height: 27px;
}

.cms-dilosi-siskevis .page-title {
    width: 571px !important;
}

h2.title.binary-logo img {
    max-width: 100%;
}

/*Instagram Homepage Grid*/
img.mpinstagramfeed-image {
    max-width: 100%;
}

.mpinstagramfeed-photo {
    margin: 1%;
    width: 31% !important;
}

.mpinstagramfeed-post-caption {
    display: none;
}

.mpinstagramfeed-photo {
    margin: 2px;
    display: inline-block;
    position: relative;
}

.mpinstagramfeed-photo img {
    display: block;
    width: 100%;
    max-width: none;
    height: 377px;
    object-fit: cover;
    padding: 0 1px 1px 0;
}

.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mpinstagramfeed-photo {
    position: relative;
}

.mpinstagramfeed-post-caption {
    line-height: 12px;
    max-height: 70%;
    overflow: auto;
    background-color: #000000b8;
    padding: 8px 19px;
    color: #fff;
}

.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    font-size: 11px !important;
    line-height: 13px;
}

.instagram-home-title {
    text-align: center;
}

span.follow-title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

span.glo-insta-title a {
    color: #fff;
    font-weight: 600;
    font-size: 39px;
    margin-top: 11px;
    display: inline-block;
    width: 100%;
    margin-bottom: 31px;
    text-transform: none;
}

section#module-instagram {
    margin-bottom: 45px;
}

span.glo-insta-title a:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 992px) {
    .mpinstagramfeed-photo {
        margin: 1%;
        width: 48% !important;
    }

    .mpinstagramfeed-photo img {
        height: 190px;
    }

    .mpinstagramfeed-post-caption {
        display: none;
    }
}

/*Reset Password msg Start*/
.reset-msg-inner {
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #008000bd;
    padding: 5px 20px;
    margin-bottom: 12px;
}

div#modalLogin .reset-password-msg {
    display: none;
}

img.msg-loader-icon {
    display: none;
    max-width: 26px !important;
    float: right;
    margin-top: 10px;
    margin-left: 8px;
}

img.msg-loader-icon.active {
    display: inline-block !important;
}

/*Reset Password msg End*/
.customer-account-login .block.block-customer-login .btn.btn-orange:hover {
    background: #2a2c2c !important;
    color: #fff !important;
}

.customer-account-login .block.block-new-customer .btn.btn-orange:hover {
    background: #2a2c2c !important;
    color: #fff !important;
}

.customer-account-login .block.block-new-customer .btn.btn-orange span {
    color: #fff !important;
}

body.customer-account-login .block.block-new-customer span {
    color: #fff !important;
}

/*blog Phase 2 Start*/
.related-content-container .post-list-item {
    max-width: 25%;
    padding: 5px 5px;
}

.related-content-container .post-list-item img {
    max-width: 100%;
}

.block-blog-related.topic-list.mpcss {
    width: 100% !important;
}

.post-related-container {
    padding: 0;
}

h2.related-post-title {
    text-align: center;
    margin-top: 59px;
    font-weight: bold;
    padding-bottom: 26px;
    font-size: 38px;
}

.related-content-container .post-image {
    width: 100%;
    height: 265px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.related-content-container .post-image img {
    opacity: 0;
}

a.related-post-link-title {
    color: #fff;
    font-size: 16px;
    line-height: 21px !important;
    display: inline-block;
    margin-top: 15px;
    min-height: 70px;
}

.related-content-container .the-button {
    max-width: 75%;
}

.related-content-container .date-content {
    padding-left: 4px;
}

.related-content-container .date-tag-content {
    font-size: 12px;
    margin-top: 11px;
}

.related-content-container a.related-post-link-title {
    margin-top: 6px;
}

.related-content-container .event-date-place {
    display: inline-flex;
}

.related-content-container .divider {
    padding: 0 6px;
}

.related-content-container .event-date-place {
    min-height: 27px;
}

.related-content-container .event-date-place span {
    font-size: 11px;
}

h2.related-mp-post-title {
    margin-bottom: 0;
}

.countdown-holer {
    background-color: #2a2c2c;
    display: inline;
    padding: 6px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.related-content-container .post-image {
    position: relative;
}

.post-col.event-post {
    position: relative !important;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.event-post-details {
    max-width: 43%;
    padding: 61px;
    background-color: #000000e0;
}

.col-12.col-lg-12.p-0.event-container.image-container {
    background-repeat: no-repeat;
    background-size: cover;
}

.event-container h2 a {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}

.event-container h2 {
    margin-bottom: 0;
}

.event-subtitle h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
}

.event-shortdesc {
    margin-bottom: 41px;
}

.bg-countdown-element {
    display: inline-block;
    width: auto;
}

.bg-countdown-element {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 60px;
    margin-top: 10px;
    line-height: 15px
}

.bg-countdown-element span {
    font-size: 10px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
}

.event-logo {
    margin-bottom: 21px;
}

.post-categories-container {
    margin-top: 85px;
    margin-bottom: 5px;
}

.cms-blog.cms-page-view .image-container {
    position: relative;
}

.event-date-place .event-date-inner {
    padding: 0px;
    margin-bottom: 9px;
    font-weight: 400;
}

.event-date-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.event-date-inner {
    display: inline-block;
    background-color: #2a2c2c;
    padding: 1px 27px;
    color: #ffff;
}

.mpblog-category-view .event-date-container {
    text-align: center;
}

h2.related-posts-header {
    text-align: center;
    margin: 43px 0 26px;
}

.mpblog-post-view div#countdown-event {
    background-color: white !important;
}

.mpblog-post-view .event-date-inner {
    background-color: white;
    color: #000;
    font-weight: 500 !important;
    font-size: 15px;
}

.related-content-container .tag-content {
    width: 100%;
}

.related-content-container .date-content {
    width: 100%;
    display: inline-block;
}

.related-content-container .date-tag-content {
    display: inline-block !important;
}

/*Disclaimer Start*/
.discalimer-banner.disclaimer-top-banner {
    text-align: center;
    line-height: 15px;
}

.discalimer-banner.disclaimer-top-banner p {
    margin-bottom: 0;
    padding: 6px;
    background-color: #96d66f;
    color: #000;
}

/*main#maincontent {
    margin-top: 31px !important;
    display: inline-block;
    width: 100%;
}*/
section#disclaimer-product {
    background-color: #96d66f;
    color: #000;
    padding: 5px 24px;
    margin-bottom: 27px;
    float: left;
    max-width: 96%;
}

section#disclaimer-product p {
    margin: 0;
}

section#disclaimer-cart {
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 18px;
    background-color: #96d66f;
    padding: 10px 24px;
}

section#disclaimer-cart p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    section#disclaimer-product {
        min-width: 100%;
        margin-bottom: 91px;
    }

    .discalimer-banner.disclaimer-product-banner {
        line-height: 18px;
    }

    .discalimer-banner.disclaimer-top-banner {
        line-height: 16px;
    }
}

/*Disclaimer End*/

/* Merch Products Css */
.swatch-attribute-options.clearfix div.swatch-option.text {
    width: 25px !important;
    height: 25px !important;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-shadow: 0 0 5px black;
}

body.category-supportart .col-12.col-lg-3.item.product.product-item .product-item-link,
body.category-supportart .col-12.col-lg-3.item.product.product-item .custom-price.price span {
    color: white;
}

body.category-supportart .col-12.col-lg-3.item.product.product-item:hover .product-item-link,
body.category-supportart .col-12.col-lg-3.item.product.product-item:hover .custom-price.price span,
body.category-supportart .col-12.col-lg-3.item.product.product-item:hover .swatch-attribute-options.clearfix div.swatch-option.text {
    color: #2a2c2c;
}

body.category-supportart button.action.tocart.primary div.btn {
    width: 100%;
}

body.category-supportart .products .product-image-photo {
    width: 100%;
    max-height: 100%;
}

body.category-supportart .col-12.col-lg-3.item.product.product-item {
    max-width: 33%;
    flex: 0 0 30%;
}

/* Merch Products Css */
a#btn-mobile-header-glo-hyper-registry {
    color: white;
    padding: 5px;
    position: relative;
    top: 5px;
    font-size: 15px;
    text-decoration: underline;
}

a.stores-icon-header {
    color: white;
    padding: 0 0 0 5px;
    position: relative;
    top: 5px;
    text-decoration: none;
}

a.stores-icon-header img {
    width: 30px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    a.stores-icon-header img {
        width: 25px;
    }
}

/*Subscriprion Page Start*/
.sbscn-hero-col-left img {
    max-width: 100%;
}

.subsicription-hero-inner.d-flex {
    align-items: center;
}

span.title-msg-subscriptions {
    font-size: 20px;
    font-weight: 700;
    color: #cd4a04;
    letter-spacing: .1em;
    margin-left: 6px;
}

.subscription-msg-inner.d-flex {
    align-items: center;
}

.left-msg-col {
    align-items: center;
}

ol.product-items.widget-product-grid {
    display: flex;
}

.products-subscription-list {
    background-color: #efefef;
}

.subsicription-hero {
    background-color: #2a2c2c;
}

.cms-subscriptions .column.main {
    background-color: #fff;
}

.left-msg-col {
    color: #000;
}

.after-hero-msg .container {
    padding: 39px 0 15px;
    border-bottom: 2px solid #dbdbdb;
}

ol.product-items.widget-product-list li.product-item {
    width: 33.3%;
}

.widget-product-list .product-item-details {
    padding: 0 5px;
}

.widget-product-list .product-item-name {
    color: #000;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.widget-product-list .product-item-name a {
    color: #000;
    font-size: 18px;
    line-height: 20px;
}

.widget-product-list p.product-subtitle {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: "Mont",
        Arial;
    text-align: center;
}

.widget-product-list strong.product-item-name {
    min-height: 80px;
}

.widget-product-list .counters-label-icon label {
    color: #000;
    font-size: 11px;
    width: auto !important;
    display: inline;
    min-width: auto;
}

.widget-product-list .custom-list-prices span {
    color: #000;
}

.widget-product-list span.erased-price {
    font-size: 21px !important;
    text-decoration: line-through;
    display: inline-block;
}

.widget-product-list span.cur-symbol {
    font-size: 21px !important;
}

.widget-product-list span.subscription_product_text {
    display: none;
}

.widget-product-grid .product-item-info {
    text-align: center;
    background: white;
    padding: 20px;

}

.widget-product-grid .control.qty-change {
    display: flex;
}

.widget-product-grid .field.qty input {
    max-width: 45% !important;
    text-align: center;
    display: inline-block !important;
    background-color: #0000;
    color: #000;
    border: 1px solid gray;
    padding: 5px;
}

.widget-product-grid .control.qty-change button {
    width: 30% !important;
    background-color: #fff0;
    color: #000;
    font-size: 16px;
    border: 1px solid gray;
}

.widget-product-grid .btn.btn-white {
    background: #ff8900;
    color: #fff;
    font-weight: 600;
}

ol.product-items.widget-product-list.widget-product-grid {
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

ol.product-items.widget-product-list.widget-product-grid li {
    max-width: %;
    float: left;
    padding: 10px;
}

ol.product-items.widget-product-list.widget-product-grid .btn {
    padding: 7px 13px;
}

ol.product-items.widget-product-list.widget-product-grid {
    padding-left: 0px !important;
}

.widget-product-grid .subscription-option.no-subscription-choice {
    color: #000;
}

.widget-product-grid .subscription-option.subscription-choice {
    color: #000;
}

.qty-add-list {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.qty-add-list .field.qty {
    max-width: 41%;
    /* margin-right: 2%; */
}

.qty-add-list select.subscription-qty {
    max-width: 50% !important;
}

.qty-add-list button.action.tocart.primary {
    max-width: 55%;
    margin-top: 0 !important;
    margin-left: 4%;
}

.subscription-option.active {
    background-color: #000 !important;
    color: #fff !important;
}

.subscription-option.no-subscription-choice {
    background-color: #fff;
    color: #000;
    display: flex;
    font-size: 17px;
    padding-top: 13px;
    padding-bottom: 4px;
}

.subs-input-content {
    width: 65%;
}

.subs-price-content {
    font-size: 18px;
    font-weight: 800;
}

.second-subscr {
    border-left: 1px grey solid;
}

.subs-input-content {
    font-size: 12px;
    text-align: left;
    padding-left: 7px;
}

.subs-price-content {
    width: 39%;
    text-align: center;
    padding-right: 2px;
    font-size: 18px;
}

span.per-qty {
    font-size: 12px;
    font-weight: 400;
}

.subs-price-content {
    line-height: 14px;
}

.subscription-option.subscription-choice {
    display: flex;
    margin-top: 14px;
    background-color: #fff;
    color: #000;
    padding-top: 13px;
    padding-bottom: 3px;
    margin-bottom: 16px;
}

/*Subscriprion Page End*/
.category-glo-merch .product-item-inner .input-text.qty {
    display: none;
}

/* Merch Products Css */
.swatch-attribute-options.clearfix div.swatch-option.text {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    text-shadow: 0 0 5px black;
}

/*body.category-glo-merch .col-12.col-lg-3.item.product.product-item {
    max-width: 50%;
    flex: 0 0 48%;
    background: #2a2c2c;
}*/
body.category-glo-merch .col-12.col-lg-3.item.product.product-item .product-item-link,
body.category-glo-merch .col-12.col-lg-3.item.product.product-item .custom-price.price span {
    color: white;
}

body.category-glo-merch button.action.tocart.primary div.btn {
    width: 100%;
}

body.category-glo-merch .products .product-image-photo {
    width: 100%;
    max-height: 100%;
}

.subscription-qty {
    width: 100%;
    height: 37px;
    /* margin-bottom:20px; */
    background-color: #ffffff00;
}

.catalog-product-view select.subscription-qty {
    width: 25%;
    background-color: #04040400;
    color: white;
    padding: 9px 8px;
    height: auto;
    text-align-last: center;
    font-size: 16px;
}

.catalog-product-view .box-tocart.box-qty {
    width: 100%;
}

.catalog-product-view .box-tocart.box-qty {
    padding-bottom: 0 !important;
}

.catalog-product-view select.subscription-qty option {
    color: #000;
}

.products-related .field.qty input {
    max-width: 50% !important;
    text-align: center;
    display: inline-block !important;
    background-color: #0000;
    color: #fff;
    border: 1px solid gray;
}

.products-related .control.qty-change {
    display: flex;
}

.products-related .control.qty-change button {
    width: 25% !important;
    background-color: #fff0;
    color: #fff;
    font-size: 16px;
    border: 1px solid gray;
}

.products-related select.subscription-qty {
    width: 50% !important;
    height: 37px;
    padding: 0;
}

.products-related .control.qty-change input {
    margin: 0;
    height: 37px;
}

.products-related button.reduced.items {
    border-right: 0 !important;
}

.products-related button.increase.items {
    border-left: 0 !important;
}

.block.related li.item.product.product-item:hover select.subscription-qty {
    color: #000;
}

.block.related li.item.product.product-item:hover .control.qty-change input,
.block.related li.item.product.product-item:hover .control.qty-change button {
    color: #000 !important;
}

/*Category Page Subscription Start*/
.add-sub-to-cart {
    padding: 7px 13px !important;
    background: #ff8900 !important;
    color: #fff !important;
    font-weight: 600;
}

.category-neo-demi-slims p.product-subtitle {
    display: none;
}

.catalog-category-view .control.qty-change input {
    padding: 5px;
}

.catalog-category-view .control.qty-change button.reduced.items {
    border-right: 0 !IMPORTANT;
}

.catalog-category-view .control.qty-change button.increase.items {
    border-left: 0 !important;
}

.catalog-category-view .products .product-item:hover .field.qty * {
    color: black !important;
}

.category-neo-demi-slims .product-icons.list-description {
    display: none;
}

.products .product-item:hover .subscription-option.active {
    color: #fff !important;
}

.category-neo-demi-slims .product-item-info.text-center {
    padding: 0 !important;
}

.catalog-category-view .field.qty input {
    max-width: 50% !important;
    text-align: center;
    display: inline-block !important;
    background-color: #0000;
    color: #000000;
    border: 1px solid gray;
}

.catalog-category-view .control.qty-change {
    display: flex;
}

.catalog-category-view .control.qty-change button {
    width: 25% !important;
    background-color: #fff0;
    color: #000000;
    font-size: 16px;
    border: 1px solid gray;
}

.catalog-category-view span.subscription_product_text {
    display: none;
}

.catalog-category-view select.subscription-qty {
    text-align-last: center;
    background-color: transparent;
    color: #fff !important;
    margin-bottom: 0;
}

.catalog-category-view .products .product-item:hover select.subscription-qty {
    color: #000 !important;
}

/* .catalog-category-view .products .product-item:hover .actions-primary form * {
    color: #000 !important;
} */

/*Category Page Subscription End*/

/*Subscription Page view start*/
div#md_subscription_content {
    display: none !important;
}

/*Subscription Cart*/
.choose-subscription-cart.subscription {
    text-align: left;
    /* padding-left: 11px; */
}

.subscribenow-account-profile a.action.view {
    display: none;
}

.subscribenow-account-profile .update-subscription {
    display: none;
}

.subscriptions-products-summary {
    display: flex;
}

.subs-summ-name {
    width: 50%;
}

.subs-summ-price {
    text-align: center;
    width: 20%;
}

.subs-summ-qty {
    width: 21%;
    text-align: right;
}

.fieldset.coupon {
    display: flex;
}

div#block-discount .field {
    padding: 0 !important;
    width: 75%;
}

a#btn-checkout-step1-continue {
    font-weight: 800;
}

.checkout-cart-index tbody.cart.item {
    border-bottom: 1px solid #80808024 !important;
}

.checkout-cart-index td.col.qty {
    width: 60%;
    min-width: 60%;
}

.block.related p.product-subtitle {
    display: none;
}

.block.related .product-icons.list-description {
    display: none;
}

.block.related input {
    margin-top: 5px;
    margin-right: 4px;
}

.cart-no-subscription-content,
.cart-subscription-content {
    border: 1px solid #80808033;
    padding: 4px 10px;
}

.cart-subscription-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-no-subscription-content label,
.cart-subscription-content label {
    margin-bottom: 0;
}

.checkout-cart-index select.subscription-qty {
    max-width: 42%;
    /* margin-left: 10px; */
}

.checkout-cart-index .control.qty {
    text-align: left;
    /* padding-left: 11px; */
}

@media (min-width: 922px) {
    .checkout-cart-index .product-item-details {
        margin-top: 8px !important;
    }
}

.checkout-cart-index tbody.cart.item {
    padding-bottom: 45px !important;
}

.checkout-cart-index tbody.cart.item.subscription-product-row {
    padding-bottom: 93px !important;
}

.checkout-cart-index tbody.subscription-product-row td.col.qty {
    top: 50px !important;
}

.checkout-cart-index td.col.subtotal {
    right: 16px !important;
    bottom: 46px !important;
}

.checkout-cart-index h4.sub-this-product {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.checkout-cart-index .increaseQty {
    border-left: 0 !important;
}

h4.sub-this-product {
    margin-top: 12px;
}

.checkout-cart-index td.col.qty {
    z-index: 3;
}

.checkout-cart-index div#plan-summary {
    display: block !important;
}

.product-page-subscription {
    display: flex;
}

.product-page-subscription-left {
    width: 57%;
}

.product-page-subscription-right a {
    /*color: #fff; */
}

/*.block.related {
    display: none !important;
}*/
.tier-plan-cart {
    color: #000;
    padding: 8px 20px;
}

.silver-pckg {
    background-color: #d5dcec;
}

.gold-pckg {
    background-color: #ffc107;
}

.platinum-pckg {
    background-color: #a0b2c6;
}

.block.items-in-cart strong.product-item-name {
    font-weight: 600 !important;
}

.checkout-index-index dl.item-options dt,
dl.item-options dd {
    display: none;
}

.checkout-index-index dl.item-options dt:first-child,
dl.item-options dd:nth-child(2) {
    display: inline-block;
    width: 100%;
}

.monei-payment-complete .page-wrapper {
    background-color: white;
}

.monei-payment-complete .checkout-success.text-center {
    display: inline-block;
    width: 100%;
}

.checkout-index-index .block.items-in-cart .title {
    display: none;
}

.subscription-hero-col.sbscn-hero-col-right p {
    max-width: 63%;
}

td.gray-bg-cell {
    background-color: #f3f3f3;
}

div#minicart-content-wrapper .details-qty.qty {
    text-align: left !important;
    margin-left: 5px;
}

span.per-qty {
    width: 100%;
    display: inline-block;
}

table#subscriptions-plans-table td {
    padding: 28px 14px !important;
}

.subscriptions-actions {
    margin-bottom: 25px;
}

span.title-msg-subscriptions img {
    width: 34px;
    margin-top: -2px;
    margin-right: 6px;
}

#minicart-content-wrapper .product.options {
    display: none;
}

.block.related .price-box.price-final_price {
    display: none;
}

.products-subscription-list button.reduced.items {
    border-right: 0 !important;
}

.products-subscription-list button.increase.items {
    border-left: 0 !important;
}

/* Responsive Start Subscriptions */
@media (max-width: 992px) {
    .subsicription-hero-inner.d-flex {
        flex-direction: column;
    }

    .subscription-msg-inner.d-flex {
        flex-direction: column !important;
    }

    .products-subscription-list li.product-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 21px;
        border-bottom: 1px solid #fff;
        padding-bottom: 49px !important;
    }

    ol.product-items.widget-product-list.widget-product-grid li:last-child {
        border: none;
    }

    .sbscn-pckg-des.d-flex {
        flex-direction: column;
    }

    .sbscn-pckg-des-left.col-12.col-md-3.md-3.justify-content-end {
        text-align: left !important;
        margin-top: 4px;
    }

    table#subscriptions-plans-table td {
        padding: 16px 14px !important;
    }

    .faq-title h2 {
        margin-bottom: 0;
    }

    .faq-questions-content {
        width: 100%;
        padding: 0 16px;
    }

    .subscription-msg-inner.d-flex {
        text-align: center !important;
    }

    .left-msg-col.col-12.col-md-6.mb-6 {
        margin-bottom: 13px;
    }

    .left-msg-col.col-12.col-md-6.mb-6 {
        margin-bottom: 13px;
    }

    .subscription-hero-col.sbscn-hero-col-right.col-12.col-md-6.mb-6 {
        margin-top: 23px;
    }

    .subscription-hero-col.sbscn-hero-col-right.col-12.col-md-6.mb-6 p {
        width: 100%;
        min-width: 100%;
    }

    .table-price-subscribed {
        padding: 0 !important;
    }

    th.borderless-right {
        border-right: 1px solid #e2dddd !important;
    }

    table#subscriptions-plans-table th {
        padding: 27px 10px !important;
    }

    .products-subscription-list .btn.btn-white.m-0 {
        width: 100%;
    }

    .checkout-cart-index td.col.item {
        border: none;
    }

    .checkout-cart-index select.subscription-qty {
        min-width: 55% !important;
    }

    .checkout-cart-index td.col.subtotal {
        bottom: 0px !important;
    }

    .checkout-cart-index .shipping-info-item {
        max-width: 27% !important;
    }

    .fieldset.coupon {
        flex-direction: column;
    }

    #shopping-cart-table .qty-field-wrapper button {
        border: 1px solid gray !important;
    }

    /* Account Respos */
    body.account.subscribenow-account-profile .column.main {
        min-width: 100% !important;
    }

    body.account.subscribenow-account-profile .sidebar.sidebar-main {
        min-width: 100% !important;
    }

    body.account .sub-products-inner.d-flex {
        flex-direction: column;
    }

    body.account .sub-product-image {
        margin-bottom: 11px;
    }

    body.account.subscribenow-account-profile .box-estimation-actions.d-flex {
        flex-direction: column;
    }

    body.account.subscribenow-account-profile .box-actions {
        text-align: left;
        margin-top: 13px;
    }

    body.account.subscribenow-account-profile .subscription-header-inner {
        flex-direction: column;
    }

    body.account.subscribenow-account-profile .subscription-header-right.col-12.col-md-6.md-6.justify-content-end {
        text-align: left;
        margin-top: 12px;
    }

    body.account.subscribenow-account-profile .subscription-info-body-inner {
        padding: 25px 4px 10px;
    }

    body.account.subscribenow-account-profile .subscription-header {
        padding: 18px 10px 13px;
    }
}

/* Responsive End Subscriptions */

/* New Additions to Subscriptions Start */
.subscription-tier-banner {
    font-size: 14px;
    line-height: 21px;
    padding: 20px 10px;
}

.limit-subscription-products {
    display: none;
}

.max-subscription-warning {
    display: none;
}

span.addmore.alert.alert-danger {
    display: inline-block;
}

/*@media (min-width: 992px) and (max-width: 1900px) {
    ol#mini-cart {
        height: 318px !important;
    }
}*/

/*Subscription Max Css Start*/
.subscription_max-size {
    background-color: #f05622;
    color: #fff;
    padding: 8px 18px;
    text-align: justify;
    margin-bottom: 25px;
}

.disabled-link {
    pointer-events: none !important;
    opacity: 0.7
}

.warning-max-subscriptions {
    background-color: #f05622;
    padding: 13px;
}

.widget-product-grid .warning-max-subscriptions {
    color: #fff !important;
}

body.category-neo-demi-slims .col-12.col-lg-3.item.product.product-item {
    /* max-width: 30% !important; */
    /* min-width: 30%; */
}

body.category-neo-demi-slims .product-item:hover .subscription-disclaimer {
    color: #000 !important;
}

.cms-subscriptions .subscription-disclaimer {
    color: #000 !important;
}

.customer-address-form .minicart-wrapper .details-qty.qty input,
.sales-order-history .minicart-wrapper .details-qty.qty input,
.customer-address-form .minicart-wrapper .details-qty.qty input,
.customer-account-edit .minicart-wrapper .details-qty.qty input,
.sales-order-history .minicart-wrapper .details-qty.qty input,
.sidebar.sidebar-main .minicart-wrapper .details-qty.qty input,
.customer-account-index .minicart-wrapper .details-qty.qty input,
.subscribenow-account-profile .minicart-wrapper .details-qty.qty input {
    background-color: #fff !important;
    max-width: 58px !important;
}

/* New Additions to Subscriptions End */

/* Bundle PRoducts 10+1 select type */
.field.qty.qty-holder.select-type {
    display: inline-block;
}

/* .nested.options-list .field.choice:first-child {
    display: none;
} */
.select-custom-options .nested.options-list .field.choice:first-child {
    display: block !important;
}

.field.option.field-select label.label.title {
    display: none;
}

.field.qty.qty-holder.select-type label {
    display: none;
}

.field.option.field-select span.price-notice {
    display: none;
}

.field-select .field.choice input {
    display: none;
}

.select-type.qty-holder .control input {
    max-width: 49px;
    text-align: center;
    border-radius: 0 !important;
    border: 1px solid #ffff;
    border-right: 0;
    border-left: 0;
    color: #fff;
    background-color: #fff0;
}

.select-type.qty-holder .control span {
    border: 1px solid;
    padding: 6px 9px;
}

.select-type.qty-holder .control {
    display: flex;
}

.qty-holder.select-type .control input {
    display: inline-block !important;
}

.field.qty.qty-holder.select-type input::-webkit-outer-spin-button,
.field.qty.qty-holder.select-type input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.field.choice.choice-select-type {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

.field.choice.choice-select-type {
    margin-bottom: 18px;
}

.product-mix-match-offer form#product_addtocart_form {
    flex-direction: column;
}

.limit-to-subproducts input {
    width: 19px;
    background-color: #04040400;
    color: #fff;
    border: 0;
    font-weight: bold;
    margin-left: 6px;
    pointer-events: none !important;
}

.title-from-product {
    margin-bottom: 20px;
    margin-top: 9px;
}

.disabled-add-to-cart {
    pointer-events: none;
    opacity: 0.5;
}

.select-required-diasble-link {
    pointer-events: none;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .checkout-cart-index tbody.cart.item.subscription-product-row {
        padding-bottom: 159px !important;
    }

    .checkout-cart-index .qty-field-wrapper {
        display: flex;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }

    .checkout-cart-index .control.qty input {
        border-radius: 0;
        border: 1px solid gray;
    }

    .checkout-cart-index .control.qty span button {
        background-color: #fff !important;
    }

    .faq-questions-content {
        min-width: 100% !important;
    }

    .checkout-cart-index .qty-field-wrapper button {
        min-height: 30px !important;
    }

    div#switcher-language {
        position: unset !important;
        display: unset !important;
    }

    div#dropDownLanguageSwitcher {
        display: none;
    }

    div#dropDownLanguageSwitcher.show {
        display: block !important;
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 992px) {
        /* CSS specific to iOS devices */

        div#switcher-language a {
            top: 22px !important;
        }
    }

    .qty-field-wrapper button,
    .qty-field-wrapper input {
        height: 40px !important;
    }
}

@media(min-width: 993px) {
    div#switcher-language {
        position: relative !important;
        display: inline-block;
    }
}

@media (max-width: 992px) {

    .col-12.col-lg-3.item.product.product-item:hover .control.qty-change button,
    .col-12.col-lg-3.item.product.product-item:hover .control.qty-change input,
    .col-12.col-lg-3.item.product.product-item:hover select.subscription-qty,
    .col-12.col-lg-3.item.product.product-item:hover .subscription-disclaimer {
        color: #000000 !important;
    }
}

.select-type input {
    pointer-events: none !important;
}

/* Video PopUp */
.video-open-popup {
    cursor: pointer;
}

#popup-video-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 111;
    background: #000000a5;
}

#popup-video-wrapper span.close-popup-video {
    position: absolute;
    right: 20px;
    top: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: .5s;
}

#popup-video-wrapper span.close-popup-video:hover {
    background: white;
    color: black;
    transition: .5s;
}

#popup-video-wrapper .embed-responsive {
    max-width: 80vw;
    width: 100%;
    max-height: 80vh;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,
            -50%);
}

@media screen and (max-width:767px) {
    .discalimer-banner.disclaimer-top-banner {
        font-size: 12px;
    }

    .cms-home .column.main {
        padding-top: 0px !important;
    }

    div#dropDownLanguageSwitcher li.switcher-option a {
        top: 0 !important;
    }
}

/* SEO START */
.breadcrumbs ul li {
    display: inline-block;
    font-size: 10px;
}

.breadcrumbs {
    text-align: left;
    margin-top: 75px;
}

.breadcrumbs ul {
    margin-bottom: 0;
    padding-left: 0;
}

.catalog-category-view .breadcrumbs {
    margin-top: 155px;
}

/* Search this and change it to 0 */
.catalog-product-view .column.main {
    margin-top: 0px;
}

.catalog-product-view .breadcrumbs {
    margin-top: 75px;
}

.categorypath-support-art-more-collection .breadcrumbs,
.cms-anakalipse-to-glo .breadcrumbs {
    margin-top: 35px;
}

.product-glo-hyper-configurator .breadcrumbs {
    margin-top: 82px;
}

@media screen and (max-width:767px) {
    .breadcrumbs {
        text-align: center;
    }

    .cms-competition .breadcrumbs {
        margin-top: 115px;
    }

    .product-glo-hyper-configurator .breadcrumbs,
    .cms-subscriptions .breadcrumbs,
    .categorypath-support-art-more-collection .breadcrumbs,
    .cms-blog .breadcrumbs {
        margin-top: 115px;
    }

    .product-glo-hyper-configurator .breadcrumbs li.item.product {
        color: #000;
    }

    .product-glo-hyper-configurator .breadcrumbs span.breadrumbs-divider {
        color: #000;
    }
}

.store-title span {
    font-weight: 600;
}

.second-row-products span.prices-pr-slider {
    max-width: 95% !important;
}

@media (max-width: 992px) {
    .second-row-products .slick-track {
        width: 1667px !important;
    }

    .container-products-slider.second-row-products .products-slider .product-item-container {
        min-width: 14.5% !important
    }
}

span.product-slider-title {
    background-color: unset !important;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    font-size: 13px !important;
}

/*RecycleBox */
.recycle-box-inner {
    display: flex;
}

.recycle-box-icon img {
    width: 100px;
    padding-right: 18px;
}

.recycle-box-msg h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.recycle-box-msg p {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}

.recycle-box-inner {
    padding: 15px;
    border: 1px solid;
}

.mobile-recycle-box {
    margin-bottom: 55px;
    margin-top: 15px;
}

/* Review styling */
#product-review-container {
    padding-top: 10rem;
}

#product-review-container h3.text-uppercase {
    font-size: 25px;
}

#product-review-container h5.review-title {
    font-size: 18px;
}

#product-review-container h6 {
    font-size: 15px;
}

.product.info.detailed {
    display: block !important;
}

.product.info.detailed #tab-label-additional {
    display: inline !important;
}

.product.info.detailed #tab-label-additional {
    display: inline !important;
}

.catalog-product-view div#additional {
    display: none;
}

.review-form-trigger {
    border-width: 2px;
    border-style: solid;
    border-color: #ce4b05;
    /*border-radius: 33px;*/
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    padding: 5px 14px;
}

.review-form-trigger:hover {
    background: linear-gradient(90deg,
            rgba(236,
                124,
                47,
                1) 0%,
            rgba(206,
                75,
                5,
                1) 100%);
}

.review-content {
    margin-bottom: 0 !important;
}

.message.notlogged {
    font-size: 12px !important;
}

div#customer-reviews ul li {
    padding-bottom: 24px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.review-form-outer {
    display: none;
}

.review-add .input-text .field input,
.review-add .input-text .field textarea {
    width: 100%;
}

.review-add .review-form-actions {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.review-add .action.submit {
    border-width: 2px;
    border-style: solid;
    border-color: #ce4b05;
    border-radius: 33px;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(90deg,
            rgba(236,
                124,
                47,
                1) 0%,
            rgba(206,
                75,
                5,
                1) 100%);
    font-size: 14px;
    padding: 14px 55px;
}

.review-add .action.submit:hover {
    background: transparent;
}

.review-add .review-field-rating,
.review-add .review-legend {
    padding: 0 15px;
}

.review-add label {
    text-transform: uppercase;
}

.review-add .review-field-ratings label span {
    display: none;
}

.star-rating .control {
    border: none;
    display: flex !important;
    flex-direction: row-reverse;
    font-size: 1.5em;
    padding: 0 .2em;
    text-align: center;
    width: 125px !important;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
    padding-right: 5px;
}

.star-rating :checked~label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #fc0;
}

.product.info.detailed #tab-label-additional,
.product.info.detailed #tab-label-additional-title,
.product.info.detailed #tab-label-reviews {
    display: none;
}

.review-list .rating-summary {
    display: block;
}

.list-trigger {
    cursor: pointer;
}

#Rating_rating_label {
    color: #fff !important;
    cursor: default !important;
}

.review-stars-output {
    background: url(/cy/pub/media/5stars_empty.png) no-repeat;
    height: 15px;
    width: 79px;
}

.review-stars-output-inner {
    background: url(/cy/pub/media/5stars_full.png) no-repeat;
    height: 15px;
    left: 0;
    top: 0;
}

.notlogged {
    background: #a9132f;
    color: #fff;
}

.notlogged a {
    color: #fff;
    text-decoration: underline;
}

.catalog-product-view .rating-summary,
.catalog-product-view .reviews-actions {
    display: none;
}

.catalog-product-view .related .rating-summary,
.catalog-product-view .related .reviews-actions {
    display: block;
}

.catalog-category-view .product-reviews-summary,
.product-info-top-reviews .product-reviews-summary,
.catalog-product-view .related .product-reviews-summary {
    display: flex;
    justify-content: left;
    align-items: center;
}

.catalog-category-view .product-list-rating-stars {
    margin-bottom: 20px;
}

.catalog-category-view .product-reviews-summary .reviews-actions,
.product-info-top-reviews .product-reviews-summary .reviews-actions,
.catalog-product-view .related .product-reviews-summary .reviews-actions {
    display: block;
    height: 20px;
}

.product-info-top-reviews .rating-summary {
    display: block;
}

.product-info-top-reviews .product-reviews-summary {
    justify-content: unset;
    margin-bottom: 10px;
}

.catalog-category-view .product-reviews-summary .reviews-actions a,
.catalog-product-view .related .product-reviews-summary .reviews-actions a {
    color: grey !important;
}

.product-info-top-reviews .product-reviews-summary .reviews-actions a {
    color: #6B6B6B !important;
}

.catalog-category-view .product-list-rating-stars .action.add,
.product-info-top-reviews .product-list-rating-stars .action.add,
.catalog-product-view .related .product-list-rating-stars .action.add {
    display: none;
}

.catalog-category-view .product-list-rating-stars .product-reviews-summary.empty .action.add,
.product-info-top-reviews .product-list-rating-stars .product-reviews-summary.empty .action.add,
.catalog-product-view .related .product-list-rating-stars .product-reviews-summary.empty .action.add {
    display: block;
}

.catalog-category-view .product-list-rating-stars .label,
.catalog-category-view .product-list-rating-stars .rating-result span>span,
.product-info-top-reviews .product-list-rating-stars .label,
.product-info-top-reviews .product-list-rating-stars .rating-result span>span,
.catalog-product-view .related .product-list-rating-stars .label,
.catalog-product-view .related .product-list-rating-stars .rating-result span>span {
    display: none;
}

.catalog-category-view .product-list-rating-stars .rating-result,
.product-info-top-reviews .product-list-rating-stars .rating-result,
.catalog-product-view .related .product-list-rating-stars .rating-result {
    background: url(/cy/pub/media/5stars_empty.png) no-repeat;
    height: 15px;
    width: 79px;
    position: relative;
}

.catalog-category-view .product-list-rating-stars .rating-result>span,
.product-info-top-reviews .product-list-rating-stars .rating-result>span,
.catalog-product-view .related .product-list-rating-stars .rating-result>span {
    background: url(/cy/pub/media/5stars_full_hover.png) no-repeat;
    height: 15px;
    left: 0;
    top: 0;
    position: absolute;
}

.catalog-category-view .product-item:hover .product-list-rating-stars .rating-result,
.catalog-product-view .related .product-item:hover .product-list-rating-stars .rating-result {
    background: url(/cy/pub/media/5stars_empty_hover.png) no-repeat;
}

.catalog-category-view .product-item:hover .product-list-rating-stars .rating-result>span,
.catalog-product-view .related .product-item:hover .product-list-rating-stars .rating-result>span {
    background: url(/cy/pub/media/5stars_full_hover.png) no-repeat;
}

.products-subscription-list .reviews-actions {
    font-weight: 100;
}

.products-subscription-list a.action.view {
    font-size: 15px;
}

/*Homepage Social Start*/
.social-home-inner {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.social-home-inner {
    flex: 0 0 auto;
    flex-grow: initial !important;
}

.social-left {
    flex: !important;
    width: 30%;
    text-align: center;
}

section#module-home-social {
    margin-bottom: 60px;
}

.social-left h2:after {
    content: "";
    background-color: white;
    height: 3px;
    width: 50px;
    display: inherit;
    text-align: center;
    /* margin: 0 auto; */
    margin: 17px auto 20px;
}

.social-left h2 {
    width: 100%;
}

.social-left img {
    width: 43px;
    background-color: #fff;
    height: 43px;
    padding: 8px;
    border-radius: 71px;
    margin: 0 4px;
}

.social-left img:hover {
    background: #ff8900;
    color: #fff;
    fill: #fff;
}

.social-right img {
    max-width: 100%;
}

.social-left img:hover {
    filter: invert(100%) sepia(79%) saturate(2476%) hue-rotate(186deg) brightness(118%) contrast(119%);
}

@media (max-width: 992px) {
    .social-home-inner {
        flex-direction: column-reverse !important;
    }

    .social-left {
        width: 100% !important;
        margin-top: 25px !important;
    }

    section#module-9 {
        margin-bottom: 25px !important;
    }
}

/*Homepage Social End*/

/*Xmas Product Start*/
.product-xmas_product_test .select-custom-options .options-list.nested input {
    display: none;
}

.product-xmas_product_test .select-custom-options .options-list.nested label span {
    padding: 6px 15px;
    border: 1px solid;
    margin: 7px;
}

.product-xmas_product_test .c-option-selected {
    background-color: #ff8900;
}

/*Xmas Product End*/

/*Store Locator New Start*/
.amlocator-block.-filter {
    display: none;
}

body.amlocator-index-index .page-wrapper {
    background-color: white;
}

.amlocator-main-container .amlocator-map-container {
    height: 135vh !important;
    /* max-height: 800px;*/
    margin-bottom: 42px !important;
}

.amlocator-description a:focus-visible {
    outline: unset;
    border: 1px solid;
    margin-top: 5px !important;
    display: inline-block;
    padding: 4px 10px !important;
    border-color: #000;
}

.amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 115vh !important
}

.amlocator-location-view .amlocator-inputs input {
    width: 100% !important;
}

/*Store Locator New Start*/

/*Sore Locator Start Css*/
.amlocator-index-index h1.page-title {
    display: none;
}

.amlocator-index-index main#maincontent .container {
    max-width: 100%;
    padding: 0;
}

.amlocator-main-container {
    background-color: #fff;
}

.amlocator-block.-storelist.amlocator-store-list {
    padding: 18px;
}

.amlocator-image {
    display: none;
}

.amlocator-store-desc.-active {
    background-color: #fff;
    color: #000;
}

.amlocator-store-desc {
    background-color: unset;
    border: 1px solid #8080803b;
}

.amlocator-store-desc .amlocator-block {
    width: 100%;
    display: inline-block !important;
    margin: 0 !important;
    padding: 17px;
}

.amlocator-index-index .pages .item .label,
.amlocator-location-view .pages .item .label {
    display: none !important;
}

.amlocator-search-container {
    background: #fff;
}

.amlocator-search-container h3 {
    margin-bottom: 28px !important;
    margin-top: 40px;
    font-family: "Mont",
        Arial,
        sans-serif;
    font-weight: 800;
}

.amlocator-search-container .-nearby {
    font-size: 15px;
}

.amlocator-block.-current.amlocator-current-location input {
    background: #edebe8 !important;
    border: 0;
    padding: 0 18px;
    font-size: 14px;
}

.amlocator-search-container .-nearby {
    font-size: 15px;
}

.amlocator-pager-container ul li {
    display: inline-block;
}

.amlocator-pager-container strong#paging-label {
    display: none;
}

.amlocator-pager-container a.action.next span {
    display: none;
}

.amlocator-pager-container a.action.next:after {
    content: ">";
    background-color: #fff;
    color: #000;
    font-size: 13px;
}

.amlocator-pager-container a.action.next {
    background-color: #fff !important;
}

.amlocator-pager-container a.action.previous {
    background-color: #fff !important;
}

.amlocator-pager-container a.action.previous span {
    display: none;
}

.amlocator-pager-container a.action.previous:before {
    content: "<";
    background-color: #fff;
    color: #000;
    font-size: 13px;
}

.amlocator-pager-container li.item a {
    background-color: #fff !important;
    font-size: 14px;
    border-radius: 100% !important;
    width: 30px !important;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 1;
}

.amlocator-pager-container li.item a:hover {
    background-color: #ff8900 !important;
}

.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
    background-color: #ff8900 !important;
    width: 30px !important;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 1;
}

.amlocator-pager-container li.item.current {
    font-size: 12px;
    border-radius: 100% !important;
}

.amlocator-pager-container li.item.current strong {
    border-radius: 100%;
}

.amlocator-pager-container .pages {
    text-align: center !important;
}

.amlocator-pager-container a.action.next:after {
    background-color: #ffffff00 !important;
    line-height: 2;
}

.amlocator-pager-container a.action.next:hover:after {
    color: #fff !important;
}

.amlocator-pager-container a.action.next:hover {
    text-decoration: none !important;
}

.amlocator-pager-container a.action.previous:before {
    background-color: #ffffff00 !important;
    line-height: 2;
}

.amlocator-pager-container a.action.previous:hover:before {
    color: #fff !important;
}

.amlocator-pager-container a.action.previous:hover {
    text-decoration: none !important;
}

.amlocator-pager-container {
    margin-top: 13px;
}

.amlocator-stores-wrapper .store-left-info {
    font-size: 13px;
    color: #000 !important;
    font-weight: 400;
}

.amlocator-stores-wrapper a.directions-btn {
    padding: 5px 16px !important;
    display: inline-block;
    border: 2px solid #ff8900;
    border-radius: 28px;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px !important;
}

.amlocator-stores-wrapper a.directions-btn:hover {
    text-decoration: none !important;
}

.amlocator-store-desc.-active .amlocator-title .amlocator-link {
    color: #000;
}

.amlocator-store-desc .amlocator-title {
    margin-bottom: 0px;
}

.amlocator-info-popup .amlocator-title a {
    color: #000;
    font-size: 15px;
}

.amlocator-location-view main#maincontent {
    margin-top: 47px;
    background-color: #fff;
}

.amlocator-location-view h1.page-title {
    color: #000;
}

.amlocator-location-view .page-title-wrapper {
    margin-top: 23px;
    display: inline-block;
    width: 100%;
}

.amlocator-location-view .page-title-wrapper h1 {
    text-align: center;
    font-size: 21px;
}

.amlocator-location-view .amlocator-block.amlocator-location-info * {
    color: #000;
}

.amlocator-route-creator {
    background-color: #2a2c2c;
}

.amlocator-route-creator .amlocator-mode:checked+.amlocator-label,
.amlocator-route-creator .amlocator-mode+.amlocator-label:hover {
    background-color: #ff8900;
}

.amlocator-route-icon .amlocator-icon.-dot {
    background: #ff8900;
}

.-nearby.cursor-pointer {
    display: none;
}

.amlocator-location-view .breadcrumbs {
    margin-top: 0;
}

.amlocator-location-view .page.messages {
    margin-top: 0;
}

.amlocator-location-view .breadcrumbs {
    text-align: center;
}

.amlocator-location-view .breadcrumbs a {
    color: #ff8900;
}

.amlocator-location-view .breadcrumbs {
    color: #000 !important;
}

@media screen and (max-width: 992px) {
    .amlocator-map-container {
        flex-wrap: inherit !important;
    }

    .amlocator-attributes-wrapper {
        display: none !important;
    }
}

/*Sore Locator End Css*/
.half-item-inner {
    display: flex;
    align-content: center;
    align-items: center;
}

.half-item-inner-left {
    width: 50%;
}

.half-item-inner-left img {
    max-width: 100%;
}

.half-item-inner-right {
    width: 50%;
    text-align: center;
}

a.btn.btn-orange.btn-border-orange.small {
    float: none;
    margin: 0 auto;
    padding: 8px 15px !important;
    width: auto !important;
    display: inline;
    font-size: 13px;
}

.half-item-inner-right-content {
    width: 67%;
    margin: 0 auto;
}

#half-item-inner-right-content {
    max-width: 70%;
    margin: 0 auto;
}

#half-section .slick-prev.slick-arrow {
    position: absolute !important;
    top: 55%;
    left: 54% !important;
    z-index: 9 !important;
}

#half-section .slick-next.slick-arrow {
    position: absolute;
    top: 55%;
    right: 4%;
    z-index: 9 !important;
}

#half-section ul.slick-dots {
    padding: 0;
    width: 50%;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 15px;
}

#half-section ul.slick-dots button {
    display: none;
}

#half-section ul.slick-dots li {
    margin: 0 12px;
}

#half-section ul.slick-dots ::marker {
    font-size: 37px !important;
}

#half-section ul.slick-dots li:before {
    content: " ";
    width: 16px;
    height: 16px;
    background: #3e3e3e;
    border-radius: 45%;
    display: inline-block;
    border: 0;
}

#half-section ul.slick-dots li {
    display: inline-block;
}

#half-section li.slick-active:before {
    background-color: #ff8900 !important;
}

#half-section ul.slick-dots li:hover:before {
    cursor: pointer;
}

#half-section svg {
    fill: #3e3e3e !important;
    width: 45px !important;
    height: 45px !important;
}

#half-section .slick-disabled svg {
    opacity: 0.4;
}

#half-section ul.slick-dots li {
    text-align: left !important;
}

@media screen and (max-width:992px) {
    .half-item-inner {
        flex-direction: column;
    }

    .half-item-inner-right-content {
        margin-bottom: 40px;
    }

    .half-item-inner-left {
        width: 100%;
    }

    .half-item-inner-right {
        width: 90%;
        margin-top: 24px;
    }

    #half-section .slick-next.slick-arrow {
        top: 80% !important;
        right: 0% !important;
    }

    #half-section .slick-prev.slick-arrow {
        top: 80% !important;
        left: 0px !important;
    }

    #half-section ul.slick-dots {
        margin-top: 40px !important;
        width: 100% !important;
    }

    #half-section .slick-prev {
        transform: rotate(0) !important;
    }

    #product-review-container {
        padding-top: 11rem;
    }
}

.mpblog-category-view .sidebar.sidebar-main {
    display: none;
}

.awards-stickers-inner {
    margin-top: 25px;
}

/*Starts at subscriptions page start*/
.cms-subscriptions .products-subscription-list .product-reviews-summary.short .label,
.cms-subscriptions .products-subscription-list .product-reviews-summary.short .rating-result span>span {
    display: none;
}

.cms-subscriptions .products-subscription-list .product-reviews-summary.short .rating-result {
    background: url(/cy/pub/media/5stars_full_hover.png) no-repeat;
    height: 15px;
    width: 79px;
    position: relative;
}

.cms-subscriptions .products-subscription-list .product-reviews-summary.short .rating-result {
    display: inline-block;
}

.cms-subscriptions .products-subscription-list .rating-summary {
    display: inline-block;
}

.cms-subscriptions .products-subscription-list .reviews-actions {
    display: inline-block;
}

.cms-subscriptions .product-reviews-summary.short {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

/*Starts at subscriptions page end*/

/*Better Popup CSS*/
.mageplaza-betterpopup-content .popup-loader {
    display: none !important;
}

.mageplaza-betterpopup-content span.tmp3-lable-powered {
    display: none !important;
}

.mega-menu-inner .container {
    max-width: 1300px;
}

/*Better Popup Css End*/

/*Related Products slider CSS Start*/
.single-related-slider {
    padding: 10px;
    text-align: center;
}

.single-related-slider:hover .control.qty-change input,
.single-related-slider:hover .control.qty-change button {
    color: #000;
}

.single-related-slider .counters-label-icon a.stay-a {
    margin-left: 4px;
    display: inline-block;
}

.single-related-slider select.subscription-qty {
    color: #000 !important;
}

div#related-products-slider .slick-prev.slick-arrow {
    position: absolute !important;
    top: 50%;
    left: -35px;
    z-index: 9 !important;
}

div#related-products-slider .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: -35px;
    z-index: 9 !important;
}

div#related-products-slider ul.slick-dots {
    padding: 0;
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 15px;
}

div#related-products-slider ul.slick-dots button {
    display: none;
}

div#related-products-slider ul.slick-dots li {
    margin: 0 12px;
}

div#related-products-slider ul.slick-dots ::marker {
    font-size: 37px !important;
}

div#related-products-slider ul.slick-dots li:before {
    content: " ";
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 45%;
    display: inline-block;
    border: 0;
}

div#related-products-slider ul.slick-dots li {
    display: inline-block;
}

div#related-products-slider li.slick-active:before {
    background-color: #ff8900 !important;
}

div#related-products-slider ul.slick-dots li:hover:before {
    cursor: pointer;
}

div#related-products-slider svg {

    width: 22px !important;
    height: 30px !important;
}

div#related-products-slider .slick-disabled svg {
    opacity: 0.4;
}

div#related-products-slider ul.slick-dots li {
    text-align: left !important;
}

@media screen and (max-width:992px) {
    .single-related-slider {
        padding: 15px 40px;
        text-align: center;
    }

    div#related-products-slider .slick-prev.slick-arrow {
        left: 0px;
    }

    div#related-products-slider .slick-next.slick-arrow {
        right: 0px;
    }

    .single-related-slider:hover .icons-label span.hover-condition {
        display: none !important;
    }

    .single-related-slider:hover .icons-label span.normal-condition {
        display: inline-block !important;
    }

    .single-related-slider:hover .control.qty-change input,
    .single-related-slider:hover .control.qty-change button {
        color: #fff !important;
    }

    .single-related-slider .btn.btn-white.m-0.add-sub-to-cart {
        margin: 0 !important;
        min-width: 100%;
    }
}

/*Related Products slider CSS End*/
.disabled-increase-link {
    pointer-events: none;
    opacity: 0.5;
}

/*Shipping and Payments CSS START*/
#amexfee-form .control input {
    display: none !important;
}

div#checkout-step-shipping_method td.col-carrier {
    display: none;
}

div#checkout-step-shipping_method tr {
    margin-bottom: 10px;
    padding: 10px 5px;
}

div#checkout-step-shipping_method tbody tr:hover {
    background: #d6d5d5;
}

div#checkout-step-shipping_method td.col-method {
    line-height: 16px;
    margin-top: 2px;
}

div#checkout-step-shipping_method thead .col-method:first-child {
    opacity: 0;
}

div#checkout-step-shipping_method td.col.col-method:first-child,
th.col.col-method:first-child {
    max-width: 10%;
}

div#checkout-step-shipping_method td.col.col-price,
th.col.col-price {
    width: 100%;
    max-width: 25%;
}

div#checkout-step-shipping_method table.table-checkout-shipping-method .row {
    display: flex;
    align-content: center;
    align-items: center;
    line-height: 1px;
}

.svuum-shipping-icon {
    display: inline-block;
}

.svuum-icon-inner {
    display: flex;
    align-items: center;
}

.svuum-icon.col-3 img {
    max-width: 100%;
}

.svuum-icon img {
    max-width: 100%;
}

.svuum-icon {
    padding: 0;
}

.svuum-shipping-icon {
    padding: 10px;
    /* border: 2px solid; */
    margin-bottom: 22px;
}

body.categorypath-recycle-upgrade .product-info-subtitle {
    text-shadow: 0px 0px 5px #000;
}

div#block-discount button.action.cancel.primary span {
    padding: 5px 10px;
    height: auto !important;
    display: inline-block;
    background-color: #000;
}

div#block-discount .primary {
    background-color: #000;
}

div#block-discount button.action.cancel.primary span {
    color: #fff;
}

@media screen and (max-width:992px) {
    .descuento {
        height: 42px !important;
    }

    .container.container-header {
        /* margin-top: 40px !important; */
    }

    body {
        padding-top: 40px !important;
    }
}

@media (min-width: 764px) and (max-width: 5000px) {
    /*  .cms-kainotomia-thermansis-kapnou section#about-header {
        height: 720px !important;
    }*/
}

@media screen and (max-width:1024px) {
    .cms-recycle-page .justify-content-center {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cms-recycle-page .gifts-content img {
        max-width: 85vw !important;
    }
}

body.account.sales-order-history ul.items.pages-items {
    list-style: none;
    display: flex;
    justify-content: center;
}


body.account.sales-order-history ul.items.pages-items li span:first-child {
    display: none;
}

body.account.sales-order-history .order-products-toolbar.toolbar.bottom p.toolbar-amount {
    display: none;
}

body.account.sales-order-history caption.table-caption {
    display: none;
}

body.account.sales-order-history ul.items.pages-items li span {
    /* margin: 0px 12px; */
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 0;
    padding: 5px 13px;
}

body.account.sales-order-history li.item.current span {
    background-color: #ff8900;
    border-radius: 100%;
    color: #fff !important;
}

body.account.sales-order-history ul.items.pages-items {}

body.account.sales-order-history strong#paging-label {
    display: none;
}

body.account.sales-order-history .pages {
    margin-top: 28px;
    display: inline-block;
    width: 100%;
}

body.account.sales-order-history .limiter {
    display: none;
}

body.account.sales-order-history .actions-toolbar {
    display: none !important;
}

.category-neo-demi-slims .breadcrumbs {
    margin-top: 0;
}

@media screen and (max-width:992px) {
    body.page-layout-configurator-product .breadcrumbs {
        display: none;
    }

    .cms-blog .breadcrumbs,
    .mpblog-category-view .breadcrumbs,
    .mpblog-post-view .breadcrumbs,
    .cms-subscriptions .breadcrumbs {
        margin-top: 0;
    }

    body.category-recycle-upgrade p.product-mobile.product-intro {
        text-shadow: 2px 1px 2px #000;
        margin-top: 55px;
    }

    #blog #blog-feed .article .image-container {
        background-size: contain !important;
    }

    body.catalog-category-view .breadcrumbs {
        margin-top: 0
    }

    div#myDropdownBlog a {
        padding: 5px;
    }

    .mega-menu-inner .subcategory-menu-item {
        min-width: 100%;
    }

    .gifts-content.justify-content-center.row {
        max-width: 100%;
        margin: 0 auto;
    }

    body.customer-account-index .table-wrapper.orders-recent {
        overflow-x: auto;
    }

    body.customer-account-index .block-title.order {
        display: inline-block;
        width: 100%;
    }

    body.customer-account-index .block.block-dashboard-orders a {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 13px;
    }

    body.customer-address-index .sidebar.sidebar-main {
        width: 100%;
        display: inline-block;
        min-width: 100%;
    }

    body.customer-address-index .column.main {
        min-width: 100%;
    }

    body.customer-address-index .table-wrapper.additional-addresses {
        overflow-x: auto;
    }

    body.sales-order-history .table-wrapper.orders-history {
        overflow-x: auto;
    }


}

.login-modal .modal-content,
.recovery-modal .modal-content {
    border: 5px solid #ffffffc7;
}


/*Minicart Related Start*/


div#minicart-related {
    background-color: white;
    padding: 10px 25px;
    color: #000;
}


div#minicart-related ol#mini-cart li {
    min-width: 100%;
    padding-bottom: 25px !important;
    border-color: #eaeaea !important;
}

div#minicart-related a.product-item-photo img {
    max-width: 100%;
    height: auto !important;
}

div#minicart-related .product-item-details {
    margin-left: 15px;
}

div#minicart-related .product.options>div {
    display: none;
}


div#minicart-related .product.options .productprice {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

strong#block-related-heading {
    display: inline-block;
    text-align: center;
    width: 100%;
}

div#minicart-related .productprice {
    display: inline-block !important;
}

div#minicart-related ol#mini-cart li:empty {
    display: none;
}

div#minicart-related ol#mini-cart li:empty strong#block-related-heading {
    display: none;
}

div#minicart-related ol li strong#block-related-heading {
    display: none;
}

div#minicart-related ol li:first-child strong#block-related-heading {
    display: inherit;
    margin-bottom: 9px;
}

strong#block-related-heading span {
    font-weight: 800;
}

a.add-sub-to-cart.up-cart-view {
    margin-top: 10px;
    display: inline-block;
    font-size: 11px;
    padding: 4px 11px !important;
}

div#minicart-related .product-item-details {
    line-height: 17px;
}

div#minicart-related strong.product-item-name {
    margin-bottom: 27px;
}

div#minicart-related .product.options {
    margin-top: 9px;
    margin-bottom: 21px;
}

div#minicart-related strong.product-item-name a {
    color: #000;
}

div#minicart-related {
    max-width: 320px !important;
}

strong#block-related-heading {
    margin-bottom: 12px;
}

div#minicart-related .item.product.product-item {
    /*display: none;*/
}

/*Minicart Related Ends*/

/*Register Device Style Start*/

img.loader-register {
    width: 24px;
    display: none;
}

img.active-loader {
    display: inline-block;
}

/*Register Device Style Ends*/

/*Popup BSS CSS START*/
.popup_wrapper.mfp-with-anim {
    display: none;
}

/*Popup BSS CSS END*/


/*Diorthwsh Slider Products Homepage Start*/
.products-slider .product-item-container {
    min-width: 100%
}

.product-item-container img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.container-products-slider.second-row-products .products-slider .product-item-container {
    width: 12% !important;
}

.container-products-slider.second-row-products .slick-track {
    max-width: 100%;
}


.container-products-slider.second-row-products .slick-slide {
    max-width: 16%;
}

/*Diorthwsh Slider Products Homepage Ends*/

@media (min-width:1000px) and (max-width:5000px) {
    .container-products-slider.devices-second-slider .slick-track {
        transform: unset !important;
    }

    .container-products-slider.devices-second-slider .slick-slide {
        min-width: 235px !important;
    }
}

@media (min-width: 2000px) {
    .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
        height: 135vh !important;
    }
}

.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode {
    height: 170px;
}


/*Tasty Awards Start*/
.tasty-base-image img {
    min-width: max-content;
}

.tasty-description p {
    margin-bottom: 0;
}

.tasty-description ol {
    padding-left: 16px;
}

.tasty-restaurants-slider .item-inner.mgz-flex-position-middle-center {
    flex-direction: column !important;
}

.tasty-restaurants-slider .item-content {
    position: relative !important;
}

.tasty-restaurants-slider .item-content {
    color: white !important;
    font-weight: 600;
    background: none !important;
}

.tasty-restaurants-slider button.owl-next {
    opacity: 1 !important;
    right: -38px !important;
}

.tasty-restaurants-slider button.owl-prev {
    opacity: 1 !important;
    left: -38px !important;
}

.tasty-form {
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
}

input#tasty_telephone {
    padding-left: 55px !important;
}

select#tasty_birthdayDay,
select#tasty_birthdayMonth,
select#tasty_birthdayYear {
    font-size: 13px;
    padding: 12px 15px;
}

.tasty-restaurants-slider button.owl-prev {
    background-image: url(/cy/pub/media/TastyAwards/ARROW-LEFT.png) !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.tasty-restaurants-slider button.owl-prev i {
    opacity: 0;
}


.tasty-restaurants-slider button.owl-next {
    background-image: url(/cy/pub/media/TastyAwards/ARROW-RIGHT.png) !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: left !important;
}

.tasty-restaurants-slider button.owl-next i {
    opacity: 0;
}

.response-place.error-call ul li {
    color: red;
}

.response-place.error-call.success-call {
    color: green;
}

.tasty-restaurants-slider button.owl-next:hover {
    background-color: transparent !important;
}

.tasty-restaurants-slider button.owl-prev:hover {
    background-color: transparent !important;
}

.tasty-restaurants-slider button.owl-next:focus {
    outline: none !important;
}

.tasty-restaurants-slider button.owl-prev:focus {
    outline: none !important;
}

@media screen and (max-width: 992px) {
    .tasty-restaurants-slider {
        padding: 30px;
    }

    .tasty-base-image img {
        min-width: unset !important;
    }

    .tasty-form {
        min-width: 100%;
    }
}

/*Tasty Awards Ends*/




/*Redesign Start*/
.header-top-left {
    width: 100%;
    max-width: 27%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    max-width: 100px !important;
    margin: 0 12px 0 0 !important;
}

.header-top {
    padding: 9px 0;
}

.header-also-visit span {
    color: #AAAAAA;
    font-size: 10px;
}

.header-also-visit * {
    margin-right: 15px;
}

.header-also-visit a {
    color: #fff;
    font-size: 14px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-right {
    display: flex;
}

.header-top-right span {
    /* display: block; */
    /* font-size: 10px; */
    line-height: 12.5px;
    /* color: #FFFFFF; */
}

.header-top-right div {
    text-align: center;
    margin: 0 10px;
}

.cart-box {
    margin-right: 0 !important;
}

.mp-theme-wrapper .image-side-title .image-content {
    position: relative
}

.image-side-title .image-content {
    padding: 0 5px !important;
}

.header-top-right {
    position: relative;
}

.image-side-title {
    line-height: 0;
}

.customer-box {
    position: relative;
}

div#customer-action {
    margin: 0;
}

.language-box .action-element {
    margin: 0;
}

/* div#plegma.active:after {content: ""; top: 60px; right: 0; bottom: 0;left: 0; background-color: #6b6b6b;z-index: 3;opacity: 0.5;visibility: visible;position: fixed;} */

.user_dropdown {
    width: 230px;
    position: absolute;
    z-index: 102;
    background: #fff;
    text-align: left;
    padding: 15px;
    right: 0;
    display: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.user_dropdown.active {
    display: block;
}

.category-promo {
    background-color: #f5dbcd;
    font-weight: 800;
    font-size: 11px;
    color: #1D1D1B;
    padding-top: 4px;
    padding-bottom: 4px;
}


.category-qa {
    margin-bottom: -60px;
}

.category-qa .title {
    color: black;
}

.custom-price.custom-special-price.price.price-product-desktop {
    font-size: 30px;
    color: #2A2C2C;
    font-weight: 800;
}

#product_addtocart_form>div.product-options-bottom>div.price-addtocart.product-custom-price>div.custom-price.custom-special-price.price.price-product-desktop>span.cur-symbol>sup {
    display: block !important;
    font-size: 22px !important;
    top: 7px;
}

.category-hyper-plus .sidebar.sidebar-main {
    display: none;
}

.page-product-bundle .product-info-subtitle {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 766px) and (max-width: 1315px) {
    .page-product-bundle .product-info-subtitle {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}


.select-type.qty-holder .control input {
    max-width: 49px;
    text-align: center;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    border-right: 0;
    border-left: 0;
    color: #000 !important;
    background-color: #fff0 !important;
}

.product-tabs-row {
    display: none;
}

a#btn-glo-hyper-menu-desktop img {
    width: 10px;
}

div#myDropdownSustainabilityMobile {
    position: relative;
    display: none;
}

.box-tocart.box-qty .field.qty {
    display: flex;
}

.box-tocart.box-qty .field.qty label {
    margin-right: 15px;
}


/* Bundle css fix start */
.nested.options-list.bundle-options-list {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: visible !important;
    box-sizing: border-box;
}

.nested.options-list.bundle-options-list .bundlechoice {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
}

.bundle-select-toggle div span {
    padding-right: 30px !important;
    display: block;
    padding-left: 10px;
}

.bundle-options-list span {
    padding-left: 15px;
}

/* Bundle css fix end */

/* Disscover header menu */

div#myDropdownDiscover.opened-menu {
    transform: scaleX(1) !important;
    display: inline-block;
    width: 100%;
}

div#myDropdownDiscover {
    display: inline-block !important;
    width: 100%;
}

@media screen and (max-width:992px) {
    div#myDropdownDiscoverMobile.show {
        position: relative !important;
        overflow: visible !important;
        display: inline-block !important;
    }
}

div#myDropdownDiscoverMobile a {
    font-weight: 500;
}

/* alternative egnlish mobile */
div#myDropdownDiscoverMobile .mega-menu-inner {
    width: 100%;
}

/* Discover ends */

/* Bundle text aligned left start */
.field.qty.qty-holder.select-type {
    margin-left: auto;
}

.field.choice.choice-select-type {
    display: flex;
    align-content: start;
    justify-content: start;
    align-items: center;
}

span.product-name {
    margin-left: 10px;
}

@media screen and (max-width:992px) {
    .field.qty.qty-holder.select-type {
        margin-right: 40px;
    }
}

/* Bundle text aligned left end */