/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.sub_product_content {
    background: none transparent !important;
}

.sub_product_content main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub_product_content #wrapper {
    background: none !important;
}

.sub_product_iframe {
    display: block;
    width: 100% !important;
    height: auto;
    border: none;
    border-top: 2px solid #f1f1f1;
}

.d-none {
    display: none !important;
}

/* Font-face */
@font-face {
    font-family: 'Bodoni Sans';
    src: url('../fonts/BodoniSans-BoldItalic.eot');
    src: url('../fonts/BodoniSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BodoniSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/BodoniSans-BoldItalic.woff') format('woff'),
        url('../fonts/BodoniSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/BodoniSans-BoldItalic.svg#BodoniSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni Sans Text';
    src: url('../fonts/BodoniSansText-Italic.eot');
    src: url('../fonts/BodoniSansText-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BodoniSansText-Italic.woff2') format('woff2'),
        url('../fonts/BodoniSansText-Italic.woff') format('woff'),
        url('../fonts/BodoniSansText-Italic.ttf') format('truetype'),
        url('../fonts/BodoniSansText-Italic.svg#BodoniSansText-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Flex utilities */

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .order-desktop-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-desktop-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

/* Utilities */
.text-center {
    text-align: center !important;
}
.text-underline {
    text-decoration: underline !important;
}


/* General */
.page-content.page-cms ul,
p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.block-category .block-category-inner #category-description p,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
    color: #000;
}
.page-content.page-cms ul,
p {
    font-size: 1rem;
}
.page-content.page-cms ul {
    list-style: none;
}

#pagenotfound h1,
#content.page-not-found {
    text-align: center;
}
#content.page-not-found {
    box-shadow: none;
}

.pagination {
    margin-right: -15px;
    margin-left: -15px;
}

.melide-bar {
    width: 1em;
    height: 1em;
    background: url(../img/melide-bar.svg) no-repeat center;
    background-size: contain;
}
.melide-bar--separator {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 2rem auto;
}

.product-name-with-bar {
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}
.product-name-with-bar strong {
    display: inline-block;
    font-weight: 600;
    /* white-space: nowrap; */
}
.product-name-with-bar strong span {
    display: inline-block;
    vertical-align: middle;
}

.dropdown:hover .expand-more,
#header a:hover {
    color: #000;
}

a,
a:hover,
a:focus,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
}
a:focus,
a:hover,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.ui-autocomplete.ui-widget {
	z-index: 99999;
    max-width: 200px !important;
    right: 15px;
    border-radius: 0;
    border-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.ui-autocomplete.ui-widget .ui-menu-item,
.ui-autocomplete.ui-widget .ui-menu-item a {
    border: none !important;
    background: none !important;
}
@media (min-width: 1024px) {
    .ui-autocomplete.ui-widget {
        max-width: 300px !important;
    }
}

/* Buttons */
.btn {
    font-weight: 300;
    text-transform: uppercase;
}
.btn-primary,
.btn-outline-primary,
.product-quantity .product-flag-wishlist a {
    font-size: calc(14px + (9*(100vw - 767px))/1153);
}
.btn-primary {
    color: #fff;
    background-color: #000;
}
.btn-primary, .btn-secondary, .btn-tertiary,
.btn-outline-primary, .btn-outline-secondary, .btn-outline-tertiary {
    padding: 0.625em 1.25em;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    color: #fff;
    background-color: #484848;
}

.sweet-alert button.confirm {
    font-weight: 300;
    font-size: calc(14px + (9*(100vw - 767px))/1153) !important;
    background-color: #000 !important;
    padding: 0.625em 1.25em !important;
    box-shadow: none !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    border-radius: 0;
}
.sweet-alert button.confirm.focus, .sweet-alert button:focus, .sweet-alert button.confirm:hover, .sweet-alert button.confirm.active.focus {
    background-color: #484848 !important;
}

.btn-outline-primary {
    color: #000;
    border-color: #000;
}
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:hover,
.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open>.btn-outline-primary.dropdown-toggle.focus, .open>.btn-outline-primary.dropdown-toggle:focus, .open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* Modal */
.modal-dialog {
    background-color: #fff;
}
.modal-header.d-flex.justify-content-between::after {
    display: none;
}

/* Base typography */
html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: calc(15px + (5*(100vw - 767px))/1153);
    color: #000;
}

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

h1, .h1 {
    font-size: calc(25px + (10*(100vw - 767px))/1153);
    text-transform: uppercase;
}

strong {
    font-weight: 600;
}

.small-label {
    font-size: calc(12px + (4*(100vw - 767px))/1153);
    font-weight: 300;
}

.title-font-alt {
    font-family: 'Bodoni Sans';
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
h2.title-font-alt,
.h2.title-font-alt {
    font-size: calc(32px + (14*(100vw - 767px))/1153);
}

/* Forms */
.form-group {
    margin-bottom: calc(20px + (20*(100vw - 767px))/1153);
}
.label, label {
    color: #000;
}
.form-control-label,
#giftcard_product label {
    font-size: calc(14px + (6*(100vw - 767px))/1153);
    font-weight: 500;
    text-transform: uppercase;
}
.form-control,
.product-customization .product-message,
fieldset#prestablog-comment input.text,
fieldset#prestablog-comment textarea {
    padding: 0.5em 0;
    border: none;
    border-bottom: 1px solid #adadad;
    background-color: transparent;
    font-size: calc(14px + (6*(100vw - 767px))/1153);
    font-weight: 500;
}
.form-control:focus, .input-group.focus {
    border-color: #000;
    color: #000;
}
.form-control:focus, .input-group.focus {
    outline: 2px solid #000;
    border-color: #fff;
}
.form-control::-webkit-input-placeholder{color:#adadad;opacity:1}
.form-control:-ms-input-placeholder{color:#adadad;opacity:1}
.form-control::placeholder{color:#adadad;opacity:1}

#authentication .custom-checkbox label,
.custom-checkbox label {
    padding-left: 2em;
}
.custom-checkbox label {
    position: relative;
    font-size: calc(14px + (2*(100vw - 767px))/1153);
    font-weight: 300;
}
.custom-checkbox label br + em {
    display: block;
    margin-top: 0.375em;
    font-size: .875em;
}
#authentication .custom-checkbox span,
.custom-checkbox input[type=checkbox]+span,
.custom-checkbox span {
    position: absolute;
    left: 0;
    top: 0.175em;
    border-color: #000;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #000;
}

.input-group .input-group-btn>.btn {
    background-color: #000;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.promo-input::-webkit-input-placeholder,
.block_newsletter-melide input::-webkit-input-placeholder {
    color:#000;opacity:1
}
.promo-input:-ms-input-placeholder,
.block_newsletter-melide input::-webkit-input-placeholder {
    color:#000;opacity:1
}
.promo-input::placeholder,
.block_newsletter-melide input::-webkit-input-placeholder {
    color:#000;opacity:1
}
.footer-container .block_newsletter-melide input::-webkit-input-placeholder {
    color:#fff;opacity:1
}
.footer-container .block_newsletter-melide input::-webkit-input-placeholder {
    color:#fff;opacity:1
}
.footer-container .block_newsletter-melide input::-webkit-input-placeholder {
    color:#fff;opacity:1
}

/* Tables */
.table-custom,
.table-custom .form-control-label,
.page-order-detail .table-custom .form-control-label {
    font-size: .93333334rem;
}
.table-custom thead th {
    border: none;
    border-bottom: 1px solid #000;
}
.table-custom th {
    font-weight: 600;
    text-transform: uppercase;
}
.table-custom thead th:first-child,
.table-custom tr td:first-child,
.table-custom tr th:first-child {
    padding-left: 0;
}
.table-custom thead th:last-child,
.table-custom tr td:last-child {
    padding-right: 0;
}

.table-labeled .label {
    display: block;
    white-space: normal;
    text-align: left;
}

@media (min-width: 768px) {
    .table-custom,
    .table-custom .form-control-label,
    .page-order-detail .table-custom .form-control-label {
        font-size: .8rem;
    }
}

/* Header */
#header {
    /* position: sticky; */
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #000;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.has-top-slideshow #header {
    background-color: rgba(255,255,255,0);
}
.has-top-slideshow #header:hover,
.noscroll.has-top-slideshow #header,
.body--scrolled.has-top-slideshow #header {
    background-color: rgba(255,255,255,1);
}

#header .header-top {
    height: calc(80px + (70*(100vw - 767px))/1153);
    padding: 1.5rem 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-top {
    font-size: 16px;
    text-transform: uppercase;
}

.header-top,
#header a,
#header .dropdown .expand-more,
.header-top .search-widget form input[type=text] {
    font-size: calc(12px + (4*(100vw - 767px))/1153);
    color: #000;
}
#_desktop_language_selector,
#_desktop_language_selector .dropdown-item,
#_desktop_contact_link,
.header-top .search-widget form input[type=text],
#_mobile_language_selector,
#_mobile_contact_link {
    font-weight: 500;
}
#header .dropdown .expand-more .fas {
    font-weight: 700;
}
.header-top .fal {
    font-size: calc(16px + (2*(100vw - 767px))/1153);
}

#mobile-search {
    margin-left: 50px;
}

.top-logo {
    max-width: 140px;
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0);
}
.top-logo a {
    display: block;
}

#_desktop_language_selector {
    margin-right: 1.875em;
}
.language-selector.dropdown {
    display: inline-block;
}
.language-selector.dropdown .expand-more {
    text-transform: uppercase;
}

#header .header-top .search-widget {
    float: none;
}
.search-widget {
    padding-left: 20px;
    margin-right: 0.9375em;
}
.header-top .search-widget form input[type=text] {
    /* width: 190px; */
    width: 12em;
    padding: 2px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.search-widget form input[type=text],
.search-widget form input[type=text]:focus {
    background-color: transparent;
}
.search-widget form input[type=text]::-webkit-input-placeholder{color:#000;opacity:1}
.search-widget form input[type=text]:-ms-input-placeholder{color:#000;opacity:1}
.search-widget form input[type=text]::placeholder{color:#000;opacity:1}

.search-widget form button[type=submit] {
    right: auto;
    top: 3px;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    color: #000;
    outline: none;
}

#header .header-nav .user-info {
    margin-top: 0;
}

#_desktop_user_info,
.cart-preview {
    padding: 0.9375em;
}
.cart-preview {
    position: relative;
}
.cart-preview .cart-products-count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

/* Menu */
.body--scrolled .ybc-menu-toggle,
.body--scrolled #mobile-cart-total {
    transform: translate3d(0,0,0) !important;
}
.layout_layout1 .ets_mm_megamenu_content {
    border: none;
}

body .layout_layout1.ets_mm_megamenu .mm_columns_ul,
body .layout_layout1.ybc_vertical_menu .mm_menus_ul,
.ets_mm_block * {
    font-size: .8rem !important;
}

.mm_menus_li > a {
    position: relative;
    /* font-size: .9rem !important; */
    font-size: .8rem !important;
    /* font-weight: 400; */
    font-weight: 500;
}

.ets_mm_block .h4 {
    padding-bottom: 0;
    margin-bottom: 1rem;
    border-bottom: none;
}
.ets_mm_block .h4,
.ets_mm_block .h4 a {
    font-weight: 600;
    color: #000;
}

.melide-menu-big-image .h4 {
    margin-bottom: 1em;
    font-family: 'Bodoni Sans' !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    font-style: italic;
}

.ets_mm_block_content {
    color: #000;
}

.ets_mm_block_content ul li,
.ets_mm_block_content ul li a {
    line-height: 1.1;
}
.ets_mm_block_content ul li {
    display: block;
    margin-bottom: 1rem;
}

.layout_layout1 .ets_mm_block_content ul li a {
    display: block;
}
.layout_layout1 .ets_mm_block_content ul li a::before {
    content: '';
    display: none;
}

li.has-sub > .ets_mm_categories {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.ets_mm_block_content {
    font-weight: 500;
}
.ets_mm_block_content ul li {
    width: 100%;
}
.ets_mm_block_content ul li ul {
    position: static;
    display: none;
    padding: 15px 0 0;
    margin-left: 0;
    overflow: visible;
}
.ets_mm_block_content ul li:hover > ul {
    display: block;
}
.ets_mm_block_content ul li:not(:last-child) ul > li:last-child {
    padding-bottom: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0;
}
/* mega menu block category custom layout - only one level of nesting is supported */
.mm_block_type_category .ets_mm_block_content > .ets_mm_categories > li > ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
}
.mm_block_type_category .ets_mm_block_content > .ets_mm_categories > li:first-child > a {
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.mm_block_type_category .ets_mm_block_content > .ets_mm_categories .arrow,
.mm_block_type_category .ets_mm_block_content > .ets_mm_categories a::after {
    display: none !important;
}
.mm_block_type_category .ets_mm_block_content > .ets_mm_categories ul ul {
    display: none !important;
}

.mm_block_type_product .mm-product-description {
    line-height: 1.1;
}
.mm_block_type_product .thumbnail-container .product-title {
    display: block;
}
.mm_block_type_product .thumbnail-container .product-title a {
    font-weight: 300;
}
.mm_block_type_product .product-price-and-shipping {
    display: none;
}
.mm_block_type_product .product-has-discount .price {
    color: #ff2e2e;
}
.mm_block_type_product .product_combination,
.mm_block_type_product .discount-percentage,
.mm_block_type_product .product-flag-wishlist {
    display: none !important;
}
/* override category settings */
.mm_block_type_product .thumbnail-container .thumbnail {
    padding-bottom: 0 !important;
}
.mm_block_type_product .thumbnail-container .thumbnail > img {
    position: relative !important;
}

/* Menu default behaviour */
/* .changestatus.transition_default .mm_menus_ul {
    opacity: 1;
} */

/* Header mobile */
#header .header-nav .cart-preview.active {
    background: transparent;
}
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #000;
}

.header-nav .fal {
    font-size: 20px;
}

/* Store notice */
.melide-store-notice {
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #000;
}
.melide-store-notice,
.melide-store-notice > .container-fluid > * {
    margin-bottom: 0;
    font-size: .675rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.body--scrolled .melide-store-notice {
    display: none;
}

@media (max-width: 1023px) {
    /* Menu */
    .header-top {
        border-bottom: 1px solid #000;
    }
    .ybc-menu-toggle {
        display: block;
        position: fixed;
        top: calc(24px + (7*(100vw - 768px))/256);
        left: 10px;
        width: 30px;
        padding: 5px;
        font-size: 20px;
        text-align: center;
        -webkit-transition: top .2s ease-in-out;
        -o-transition: top .2s ease-in-out;
        transition: top .2s ease-in-out;
    }
    .body--scrolled .ybc-menu-toggle {
        top: 14px;
    }
    .ybc-menu-button-toggle_icon {
        margin-right: 0;
    }
    .ybc-menu-toggle.closed .fa-times,
    .ybc-menu-toggle.opened .fa-bars {
        display: none;
    }

    body.noscroll .ets_mm_megamenu::before {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .ets_mm_megamenu.hook-default {
        padding: 0;
        margin-top: 0;
    }
    .ets_mm_megamenu.hook-default .mm_menus_ul {
        max-height: calc(100vh - 80px); /* header height */
        overflow: scroll;
        padding-bottom: 80px;
        background-color: #fff;
    }

   body:not(.noscroll) .ets_mm_megamenu_content_content { /* safari fix */
        height: 0;
    }

    .mobile-menu-extra {
        /* overflow: initial; */
        padding: 1rem 15px;
        text-transform: uppercase;
    }
    #_mobile_language_selector select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding-right: 20px;
        text-transform: uppercase;
        color: #000;
    }
    .mobile-language-selector-caret {
        -webkit-transform: translate3d(-20px, 0px, 0px);
        transform: translate3d(-20px, 0px, 0px);
        pointer-events: none !important;
        color: #000;
    }

    /* Default behaviour from max-width:767px */
    .mm_menus_ul {
        float: left;
    }
    .transition_default .mm_menus_ul {
        height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        margin: 0;
    }
    .transition_default .mm_menus_ul.active {
        display: block;
        height: auto;
        opacity: 1;
        position: absolute;
        top: 100%;
        visibility: visible;
        z-index: 100;
        left: 0;
    }

    .mm_menus_ul>li {
        overflow: hidden;
    }
    .mm_menus_li {
        border-top: 1px solid #e7e7e7;
        float: left;
        width: 100% !important;
    }
    .layout_layout1 .mm_menus_li {
        border-left: 1px solid #e7e7e7;
    }
    .mm_menus_li > a {
        padding: 10px 15px;
        width: 100%;
        z-index: 90;
    }
    .mm_menus_li > a {
        color: #000 !important;
        background-color: transparent !important;
    }
    .mm_menu_content_title {
        padding: 0;
    }
    .mm_menu_content_title .mm_arrow {
        display: none;
    }
    .arrow {
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
        position: absolute;
        right: 0;
        text-align: center;
        /* width: 40px; */
        width: 100%;
        z-index: 100;
        cursor: pointer;
    }
    .arrow {
        display: block;
    }
    /* .mm_menus_ul .arrow::before {
        border-top: 1px solid #000 !important;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0px);
        -webkit-transform: translate3d(-50%, -50%, 0px);
        width: 13px;
        border: 0;
    } */
    .mm_menus_ul .arrow::before,
    .changestatus .mm_menus_ul .arrow::before {
        content: "\f107";
        display: block;
        height: auto !important;
        /* left: 50%; */
        left: auto;
        right: 5px;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0px);
        -webkit-transform: translate3d(-50%, -50%, 0px);
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 16px;
        border: none !important;
    }
    .mm_menus_ul .arrow.opened::before {
        transform: translate3d(-50%, -50%, 0px) rotate(180deg);
        -webkit-transform: translate3d(-50%, -50%, 0px) rotate(180deg);
    }
    .mm_menus_ul .arrow::after,
    .changestatus .mm_menus_ul .arrow::after {
        display: none;
        /* border-left: 1px solid #000 !important;
        content: "";
        display: block;
        height: 13px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0px);
        -webkit-transform: translate3d(-50%, -50%, 0px);
        width: 1px; */
    }

    .ets_mm_megamenu .mm_columns_ul {
        display: none;
        position: relative;
    }
    .ets_mm_megamenu .mm_columns_ul {
        width: 100% !important;
    }
    .ets_mm_megamenu .mm_columns_ul {
        border-left: medium none;
        border-right: medium none;
    }
    .mm_columns_li {
        float: left;
        width: 100%;
    }
    .mm_columns_li {
        padding: 0;
    }

    .noscroll .mm_menus_ul {
        border-bottom: 1px solid #e7e7e7;
    }

    #_desktop_language_selector {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    #header .logo {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #header {
        background: transparent;
    }
    #header .header-top {
        display: none !important;
        height: auto;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        padding: 0 0 1.5rem;
        /* padding: 0; */
        background-color: #fff;
    }
    .body--scrolled #header .header-top {
        top: 80px !important;
    }
    #header .header-nav .top-logo {
        padding-top: 0;
    }

    #header .header-nav {
        margin-bottom: 0;
        border-bottom: 1px solid #000;
    }
    #header .header-nav .mobile {
        height: 80px;
    }

    #header .header-nav #menu-icon {
        margin-right: 15px;
        margin-left: 15px;
    }
    .user-info {
        margin-right: 5px;
    }
    #header .header-nav .blockcart {
        height: auto;
        padding: 15px;
    }
    .cart-preview .cart-products-count {
        right: 5px;
    }

    #header .header-top .search-widget {
        display: none;
        width: 100%;
        padding-top: 0.625em;
    }
    .search-visible #header .header-top,
    .search-visible #header .header-top .search-widget {
        display: block !important;
    }
    .search-widget {
        margin-right: 0;
    }
    .header-top .search-widget form input[type=text] {
        width: 100%;
    }

    #_desktop_user_info,
    #_desktop_cart {
        display: none;
    }

    /* Menu */
    /* Moved to max-width 1023px */
    .ybc-menu-toggle,
    .body--scrolled .ybc-menu-toggle {
        top: 25px;
    }

    .mobile-menu-extra {
        border: 1px solid #e7e7e7;
    }
}

@media (min-width: 768px) {
    #header .header-top {
        top: auto !important;
    }
    .body--scrolled #header .header-top {
        height: 60px !important;
    }
    .body--scrolled #header .logo {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    }
    /* .body--scrolled #header .mm_menu_content_title {
        padding-top: .75rem;
        padding-bottom: .75rem;
    } */

    #_desktop_logo a {
        display: block;
        text-align: center;
    }
    #header .logo {
        max-width: 250px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .body--scrolled #header .logo {
        max-width: 10rem;
    }

    .search-widget {
        min-width: 0;
    }

    /* Menu */
    /* moved to min-width 1024px */
    .layout_layout1 .ets_mm_megamenu_content {
        background: none;
    }
}

@media (min-width: 1024px) {
    /* Menu */
    .ybc-menu-toggle {
        display: none !important;
    }
    .layout_layout1 .ets_mm_megamenu_content {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        background: #fff !important;
    }
    .has-top-slideshow .ets_mm_megamenu.layout_layout1,
    .has-top-slideshow .layout_layout1 .ets_mm_megamenu_content,
    .has-top-slideshow .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
        background: rgba(255,255,255,0) !important;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    /* Dark menu on scroll */
    /* .body--scrolled .ets_mm_megamenu.layout_layout1,
    .body--scrolled .layout_layout1 .ets_mm_megamenu_content,
    .body--scrolled .ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
        background: rgba(0,0,0,1) !important;
    }
    .body--scrolled #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li:not(:hover) > a,
    .body--scrolled .layout_layout1 .ybc-menu-vertical-button,
    .body--scrolled .layout_layout1 .mm_extra_item * {
        color: #fff;
    } */
    .body--scrolled #header .mm_menu_content_title {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .ets_mm_megamenu_content > .container {
        width: 100%;
    }
    #header .mm_menus_ul { /* Colums same height */
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;

        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
    }
    .layout_layout1 .mm_menus_li:hover>a:before,
    .layout_layout1 .mm_menus_li.menu_hover>a:before {
        opacity: 0 !important;
    }
    .layout_layout1 .mm_menus_li.mm_has_sub:hover > a:after,
    .layout_layout1 .mm_menus_li.mm_has_sub.menu_hover > a:after {
        bottom: -2px;
        height: 2px;
        background-color: #000;
        z-index: 2;
    }
    /* Dark menu on scroll */
    /* .body--scrolled .layout_layout1 .mm_menus_li.mm_has_sub:hover > a:after,
    .body--scrolled .layout_layout1 .mm_menus_li.mm_has_sub.menu_hover > a:after {
        background-color: #fff;
    } */
    .layout_layout1 .mm_menus_li,
    .layout_layout1 .mm_menus_li:last-child,
    .layout_layout1 .mm_menus_li:nth-child(2) {
        border-right: none;
        border-left: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    /* .has-top-slideshow .layout_layout1 .mm_menus_li,
    .has-top-slideshow .layout_layout1 .mm_menus_li:last-child,
    .has-top-slideshow .layout_layout1 .mm_menus_li:nth-child(2) {
        border-color: transparent;
    } */
    /* Dark menu on scroll */
    /* .body--scrolled .layout_layout1 .mm_menus_li,
    .body--scrolled .layout_layout1 .mm_menus_li:last-child,
    .body--scrolled .layout_layout1 .mm_menus_li:nth-child(2) {
        border-color: transparent;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    } */
    .layout_layout1 .mm_menus_li:nth-child(2):hover {
        border-left-color: #fff;
    }
    .layout_layout1 .mm_menus_li:nth-last-child(2):hover {
        border-right-color: #fff;
    }
    .mm_menus_li > a {
        /* font-size: calc(10px + (8*(100vw - 767px))/1153) !important; */
        font-size: calc(10px + (6*(100vw - 767px))/1153) !important;
    }
    .mm_menu_content_title {
        /* padding: 1.6666667em; */
        padding: 1.2em .5em;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .mm_menus_li.mm_has_sub:hover > a > span::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        z-index: 2;
    }
    .mm_menus_li:hover > a {
        background-color: #fff;
    }
    .mm_menus_li .mm_arrow {
        display: none;
    }

    .mm_columns_ul {
        max-height: 75vh;
        overflow: scroll;
    }
    body .layout_layout1.ets_mm_megamenu .mm_columns_ul,
    body .layout_layout1.ybc_vertical_menu .mm_menus_ul {
        padding: 2.25rem 10%;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #000000;
        background-color: #fff;
    }
    .mm_menus_li:hover .mm_columns_ul,
    .mm_menus_li.menu_hover .mm_columns_ul,
    .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {
        z-index: 1;
    }

    /* .mm_menus_li:hover .mm_columns_ul, .mm_menus_li.menu_hover .mm_columns_ul,
    .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {

    } */

    .mm_columns_li {
        min-height: 1px; /* force empty columns to fill horizontal space */
        padding: 0 1rem;
    }

    .melide-menu-border-1 .mm_columns_li:first-child,
    .melide-menu-border-2 .mm_columns_li:nth-child(2),
    .melide-menu-border-3 .mm_columns_li:nth-child(3),
    .melide-menu-border-4 .mm_columns_li:nth-child(4),
    .melide-menu-border-5 .mm_columns_li:nth-child(5),
    .melide-menu-border-6 .mm_columns_li:nth-child(6) {
        border-right: 1px solid #000;
    }

    .mm_block_type_product .thumbnail-container .thumbnail {
        float: none;
        width: 100%;
    }
    .mm_block_type_product .mm-product-description .product-list-reviews,
    .mm_block_type_product .highlighted-informations,
    .mm_block_type_product .product-flag-wishlist {
        display: none;
    }

    .mm_block_type_product .thumbnail-container .product-title {
        margin-bottom: .5rem;
    }
}

/* Footer */
.footer-container {
    padding: calc(40px + (40*(100vw - 767px))/1153) 15px calc(40px + (80*(100vw - 767px))/1153);
    background-color: #000;
    box-shadow: none;
}
.footer-container .links .h3,
.footer-container .block_newsletter-melide .melide-title strong {
    margin-bottom: 2.75em;
    font-size: calc(11px + (7*(100vw - 767px))/1153);
    font-weight: 500;
    color: #fff;
}
.footer-container li {
    margin-bottom: 0.5em;
    font-size: calc(11px + (5*(100vw - 767px))/1153);
}
.footer-container li a {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
}
.footer-container li a:hover {
    color: #fff;
}

/* #footer > .container-fluid > .row > #custom-text {
    width: 100%;
} */

.footer-container .block_newsletter-melide,
.footer-container #custom-text {
    background-color: #000;
    color: #fff;
}
#footer .footer-container .block_newsletter-melide p,
#footer .footer-container #custom-text p {
    float: none;
    width: 100%;
    padding-top: 0;
}
#footer .footer-container .block_newsletter-melide > .row > [class*="col"] {
    float: none;
    width: 100%;
}
#footer .footer-container .block_newsletter-melide form p {
    display: none;
}

@media (max-width: 767px) {
    .footer-container .wrapper {
        padding-bottom: .5rem;
    }
    .footer-container .links .h3,
    .footer-container .block_newsletter-melide .melide-title strong {
        display: block;
        margin-bottom: 1em;
        font-weight: 600;
    }
    .footer-container .links .float-xs-right {
        display: none;
    }
    .links .title {
        padding: 0;
        border: none;
    }
    .footer-container .links ul {
        background-color: transparent;
    }
    .footer-container .links ul>li {
        padding: 0;
        font-weight: 300;
        border: none;
    }
    .footer-container .links ul>li a {
        color: #fff;
    }
}
@media (min-width: 768px) {
    .footer-container .block_newsletter-melide {
        width: 33.33333%;
    }
}

/* Content */
body {
    padding-top: 80px;
}
#wrapper {
    padding-top: calc(10px + (30*(100vw - 767px))/1153);
    background: transparent;
    box-shadow: none;
}
#cart #wrapper,
#checkout #wrapper {
    padding-top: calc(20px + (40*(100vw - 767px))/1153);
}
.has-top-slideshow #wrapper {
    padding-top: 0 !important;
} 
#wrapper .breadcrumb {
    margin-bottom: 1.375em;
    font-size: calc(10px + (10*(100vw - 767px))/1153);
}
#wrapper .breadcrumb li:after {
    margin: 0;
    color: #b3b3b3;
}
#wrapper .breadcrumb li a {
    color: #b3b3b3;
}
#wrapper .breadcrumb li:last-child {
    color: #000;
}
.has-top-slideshow .breadcrumb {
    display: none;
}

@media (min-width: 768px) {
    body {
        padding-top: calc(130px + (86*(100vw - 767px))/1153);
    }

    #wrapper .breadcrumb {
        padding: 0 15px;
    }

    #search #content-wrapper,
    #checkout #wrapper,
    .page-cart #content-wrapper,
    #order-confirmation #content-wrapper,
    .page-authentication #content-wrapper,
    .page-my-account #content-wrapper,
    .page-addresses #content-wrapper,
    /* .page-addresses #content-wrapper,
    .page-identity #content-wrapper,
    .page-history #content-wrapper,
    .page-order-slip #content-wrapper, */
    .page-customer-account #content-wrapper,
    .page-order-detail #content-wrapper,
    #stores #wrapper,
    #module-psgdpr-gdpr #content-wrapper,
    #module-jwishlist-list #content-wrapper,
    #module-jwishlist-view #content-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    body {
        padding-top: 80px;
    }
}

@media (min-width: 1920px) {
    body {
        padding-top: 216px;
    }
}

/* Visual composer */
.p-mb-3 p {
    margin-bottom: 2em;
}

.has-top-slideshow .page-header,
.has-top-slideshow #content > p {
    display: none;
}

.vc_column_container > .vc_column-inner  > .wpb_wrapper > .wpb_content_element:last-child,
.wpb_raw_html {
    margin-bottom: 0;
}

.wpb_video_widget .wpb_wrapper iframe {
    border: none;
}
.wpb_wrapper video {
    width: 100%;
    height: auto;
}

.melide-top-slideshow .slick-slider {
    margin-right: -15px;
    margin-left: -15px;
}
.melide-top-slideshow .slick-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper,
.melide-single-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10.5rem 30px;
}
.melide-single-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.has-top-slideshow #wrapper {
    margin-top: calc(-145px + (-92*(100vw - 767px))/1153);
}
.has-top-slideshow .melide-top-slideshow .slick-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper {
/* .has-top-slideshow .melide-single-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper { */
    padding-top: calc(10.5rem + 145px + (92*(100vw - 767px))/1153); /* 145 - 237 + 10.5rem default padding */
}

.melide-top-slideshow .slick-slide  > .vc_column_container > .vc_column-inner  > .wpb_wrapper .wpb_single_image,
.melide-top-slideshow .slick-slide  > .vc_column_container > .vc_column-inner  > .wpb_wrapper .wpb_single_image img,
.melide-top-slideshow .slick-slide  > .vc_column_container > .vc_column-inner  > .wpb_wrapper .wpb_raw_html,
.melide-top-slideshow .slick-slide  > .vc_column_container > .vc_column-inner  > .wpb_wrapper .wpb_raw_html video,
.melide-single-slide  > .vc_column_container > .vc_column-inner  > .wpb_wrapper .wpb_single_image,
.melide-single-slide  > .vc_column_container > .vc_column-inner  > .wpb_wrapper .wpb_single_image img,
.melide-single-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_raw_html,
.melide-single-slide > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_raw_html video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
    z-index: 1;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.melide-top-slideshow .slick-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper > *:not(.wpb_single_image):not(.wpb_raw_html),
.melide-single-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper > *:not(.wpb_single_image):not(.wpb_raw_html) {
    position: relative;
    z-index: 2;
}
.melide-title {
    line-height: 1.1;
}
.melide-title-1 *,
/* .melide-title strong, */
.vc-smart-category-products-grid .title_block {
    font-size: calc(40px + (20*(100vw - 767px))/1153);
}
.melide-title strong {
    font-size: calc(40px + (20*(100vw - 767px))/1153);
}
.melide-title-2 * {
    /* font-size: calc(20px + (20*(100vw - 767px))/1153); */
    font-size: calc(20px + (15*(100vw - 767px))/1153);
    /* font-weight: 300; */
    font-weight: 500;
}
.melide-title strong,
.vc-smart-category-products-grid .title_block {
    font-family: 'Bodoni Sans';
    font-weight: 700;
    font-style: italic;
}
.melide-link a,
.melide-link-light a,
.melide-label-small {
    font-size: calc(12.5px + (13.5*(100vw - 767px))/1153);
    text-transform: uppercase;
} 
.melide-label-small {
    font-size: calc(12.5px + (7.5*(100vw - 767px))/1153);
}
.melide-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: calc(40px + (40*(100vw - 767px))/1153);
    min-height: calc(97px + (97*(100vw - 767px))/1153);
    background: no-repeat center url(../img/melide-bar-outline.svg);
    background-size: contain;
    font-weight: 600;
}
.melide-color-inverse > *,
.melide-color-inverse a,
.melide-color-inverse a:hover {
    color: #fff;
}
.melide-color-inverse .melide-link a {
    background: no-repeat center url(../img/melide-bar-outline-negative.svg);
}

.melide-text-box {
    padding: calc(50px + (50*(100vw - 767px))/1153) 0;
}
.melide-text-box .melide-title-1 {
    margin-bottom: .25em;
}
.melide-p-big * {
    font-size: calc(12.5px + (13.5*(100vw - 767px))/1153);
}

.melide-label * {
    font-size: calc(21px + (5*(100vw - 767px))/1153);
    text-transform: uppercase;
}
.melide-italic * {
    /* font-family: 'Bodoni Sans Text'; */
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    /* font-style: italic; */
    /* font-size: calc(17.5px + (17.5*(100vw - 767px))/1153); */
    font-size: calc(13px + (7*(100vw - 767px))/1153);
    line-height: 1.2875;
}

.melide-img-ref-full {
    position: relative;
}
.melide-img-ref-full img,
.melide-img-ref-full video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.melide-img-ref,
.melide-img-ref-full {
    margin-bottom: 1rem;
}

.melide-row .melide-link-light a {
    font-weight: 600;
}

.melide-row > .vc_column_container .vc_column-inner  {
    width: 100%;
}

.melide-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 600;
}
.melide-title-row > .vc_column_container:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.melide-row-carousel-carousel {
    overflow: hidden;
    right: -15px;    
}
.melide-row-carousel-carousel .wpb_single_image .wpb_wrapper {
    /* position: relative;
    width: 28vw;
    max-width: 28vw;
    min-width: 28vw;
    height: 28vw; */
    margin: 0 5px;
}
/* .melide-row-carousel-carousel .wpb_single_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

@media (max-width: 767px) {
    .melide-xs-full {
        margin-right: -15px;
        margin-left: -15px;
    }
    .melide-top-slideshow .slick-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .melide-single-slide > .vc_column_container > .vc_column-inner  > .wpb_wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }

    .melide-row *,
    .melide-row-vertical *,
    .melide-row-carousel > * {
        text-align: center !important;
    }
    .melide-row .wpb_single_image {
        margin-right: -15px;
        margin-left: -15px;
    }
    .melide-row img {
        margin-bottom: 1.75rem;
    }

    .melide-img-ref-row > .vc_column_container:first-child {
        width: 83.33333333%; /* override vc_col-xs-8 with vc_col-xs-10 */
        margin-left: 8.33333333%; /* override vc_col-xs-offset-2 with vc_col-xs-offset-1 */
        margin-bottom: 1.6666667rem;
        z-index: 2;

    }
    .melide-img-ref {
        clear: both !important;
    }

    .melide-title-row .vc_col-xs-4 .melide-link-light a {
        float: right;
        white-space: nowrap;
    }

    .melide-row-carousel-carousel {
        right: 0;
        padding-right: 0;
    }
    
    .melide-row-carousel-carousel > .vc_column-inner > .wpb_wrapper {
        /* width: 120vw; */
        width: 240vw;
        margin-left: -5px;
    }
    .melide-row-carousel-content {
        padding-top: 4rem;
    }
    .melide-row-carousel .slick-dots {
        position: relative;
        bottom: auto;
        width: 100vw;
        padding-right: 15px;
    }

    .melide-row-vertical > .vc_column_container:first-child {
        margin-bottom: 3em;
    }

    .melide-row > .vc_column_container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .page-cms .page-header {
        padding: 0 15px;
    }
    #content > .vc_row {
        padding-right: 15px;
        padding-left: 15px;
    }

    .melide-top-slideshow .slick-slider {
        margin-right: -30px;
        margin-left: -30px;
    }

    .melide-row > .vc_column_container:last-child:not(.order-desktop-1),
    .melide-row > .vc_column_container.order-desktop-2 {
        padding-left: 2rem;
    }
    .melide-row > .vc_column_container:first-child:not(.order-desktop-2),
    .melide-row > .vc_column_container.order-desktop-1 {
        padding-right: 2rem;
    }
    .melide-row .wpb_single_image img {
        position: absolute;
        top: 0;
        left: 15px;
        height: 100%;
        /* width: calc(100% - 2rem); */
        width: calc(100% - 30px);
        object-fit: cover;
    }
    .melide-row > .vc_column_container:last-child .wpb_single_image img,
    .melide-row > .vc_column_container.order-desktop-2 .wpb_single_image img {
        right: 15px;
        left: auto;
    }

    .melide-img-ref,
    .melide-img-ref-full {
        margin-bottom: 1.5rem;
    }

    .melide-row-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .melide-row-carousel-carousel {
        padding-top: 4rem; /* make room for dots */
        margin-top: -4rem;
    }
    .melide-row-carousel .slick-dots {
        position: absolute;
        top: -3rem;
        bottom: auto;
        left: 0;
        width: 50vw;
        margin-bottom: 0;
    }
    .melide-row-carousel-carousel > .vc_column-inner > .wpb_wrapper {
        width: 80vw;
        margin-left: -20px;

    }
    .melide-row-carousel-content > .vc_column-inner,
    .melide-row-vertical > .vc_column_container > .vc_column-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .melide-row-carousel-content > .vc_column-inner {
        height: 100%;
    }
    .melide-row-carousel-content > .vc_column-inner > .wpb_wrapper,
    .melide-row-vertical > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* Products list */
#products .thumbnail-container,
#kit-products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: auto;
    width: 100%;
    box-shadow: none;
}
#products .thumbnail-container .product-thumbnail,
#kit-products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
}
#products .thumbnail-container .product-thumbnail img,
#kit-products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    width: 100%;
}
.product-bottom-info {
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}
#products .product-flags,
.featured-products .product-flags,
.product-accessories .product-flags,
.product-miniature .product-flags {
    position: relative;
    margin-bottom: 0;
}
#products .product-miniature,
#kit-products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    font-size: calc(10px + (8*(100vw - 767px))/1153);
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
#products .product-miniature .product-flags,
.featured-products .product-miniature .product-flags,
.product-accessories .product-miniature .product-flags,
.product-miniature .product-miniature .product-flags {
    margin-top: 0.25em;
    margin-bottom: 0;
}
#products .product-miniature .product-flags li.product-flag,
.featured-products .product-miniature .product-flags li.product-flag,
.product-accessories .product-miniature .product-flags li.product-flag,
.product-miniature .product-miniature .product-flags li.product-flag {
    min-width: 0;
    min-height: 0;
    margin-top: 0.5em;
    box-shadow: none;
    font-weight: 300;
}
.product-flags li.product-flag,
.product-flags li.product-flag,
.product-flags li.product-flag {
    padding: 0;
    background: transparent !important;
    font-size: calc(7.5px + (4.5*(100vw - 767px))/1153);
    color: #000 !important;
    margin-bottom: 0;
}
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    color: #ff2e2e !important;
}
#products .product-miniature .product-description,
#kit-products .product-miniature .product-description,
.featured-products .product-miniature .product-description,
.product-accessories .product-miniature .product-description,
.product-miniature .product-miniature .product-description {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 0.785em;
    background-color: transparent;
}
#products .product-miniature.product-has-flags .product-description,
.featured-products .product-miniature.product-has-flags .product-description,
/* .product-accessories .product-miniature.product-has-flags .product-description, */
.product-miniature .product-miniature.product-has-flags .product-description {
    margin-top: 0;
}
#products .product-title,
#kit-products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    padding-right: 25px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}
#products .product-title a,
#kit-products .product-title a,
.featured-products .product-title a,
#product .product-accessories .products .product .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a,
#module-jwishlist-view .product-mobile .product-name-with-bar,
#module-jwishlist-view .product-mobile .item.product-name .attributes {
    display: block;
    font-size: calc(10px + (3*(100vw - 767px))/1153);
    /* font-weight: 300; */
    color: #000;
    text-align: left;
}

/* force override of slick dimensions for .product-accessories in product page, as they screw up under 3 elements */
body#product .product-accessories .h5{
    font-size: 1rem;
}
body#product .product-accessories{
    padding: 0 0 2.5rem 15px;
    margin: 0 -15px;
    overflow: hidden;
}
body#product .product-accessories .slick-track{
    min-width: calc(100vw - 20px) !important;
}
body#product .product-accessories .products .product{
    width: calc(25vw - 15px) !important;
    min-width: calc(25vw - 15px) !important;
}

/* #products .product-title strong,
#kit-products .product-title strong,
.featured-products .product-title strong,
.product-accessories .product-title strong,
.product-miniature .product-title strong {
    font-weight: 600;
    white-space: nowrap;
}
#products .product-title strong span,
#kit-products .product-title strong span,
.featured-products .product-title strong span,
.product-accessories .product-title strong span,
.product-miniature .product-title strong span {
    display: inline-block;
    vertical-align: middle;
} */
#products .product-title .melide-bar,
.featured-products .product-title .melide-bar,
.product-accessories .product-title .melide-bar,
.product-miniature .product-title .melide-bar {
    width: 0.75em;
    height: 1.5em;
}
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping,
#module-jwishlist-view .product-mobile .prices,
/* #module-jwishlist-view .product-mobile .prices .current-price, */
#module-jwishlist-view .item .total {
    font-size: calc(10px + (8*(100vw - 767px))/1153);
    font-weight: 400;
    color: #000;
    text-align: left;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price,
#module-jwishlist-view .product-mobile .prices .regular-price {
    font-size: calc(10px + (8*(100vw - 767px))/1153);
    color: #cccccc;
}
#products .product-has-discount .product-price-and-shipping,
.featured-products .product-has-discount .product-price-and-shipping,
.product-accessories .product-has-discount .product-price-and-shipping,
.product-miniature .product-has-discount .product-price-and-shipping {
    color: #ff2e2e;
}
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    display: none;
}
#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
#kit-products .thumbnail-container:focus .product-description:after,
#kit-products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    display: none;
}
.product-flag-wishlist {
    /* top: calc(6px + (4*(100vw - 767px))/1153); */
    top: 0.375rem;
    right: 0;
    font-size: 17px;
}
/* .product-has-flags .product-flag-wishlist {
    top: 0.025rem;
} */
.product-flag-wishlist a {
    color: #000;
}
.product-flag-wishlist i {
    font-size: 1em;
}
.product-bottom-info ul.product-flags li.product-flag.wishlist {  /* hide "favorite" heart */
	display: none;
}
.product-bottom-info .product-flag-wishlist i { /* hide "favorite" text */
    width: 1.2em;
    overflow: hidden;
    font-size: .9em;
    color: #fff;
}
.product-bottom-info .product-flag-wishlist i::before {
    margin-left: .1em;
    color: #000;
}

/* #category #products .products,
.featured-products .products,
#category .product-accessories .products,
.product-miniature .products { */
#products .products,
#kit-products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    margin-right: -5px;
    margin-left: -5px;
}
/* #category #products .product-miniature,
#category .featured-products .product-miniature,
#category .product-accessories .product-miniature,
#category .product-miniature .product-miniature { */
#products .product-miniature,
#kit-products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin-right: 5px;
    margin-left: 5px;
}
/* #category .product, */
#products .product,
#kit-products .product,
#category #products .products > .product-miniature, /* load more output */
#search #products .products > .product-miniature, /* load more output */
.featured-products .product,
.product-accessories .product,
.product-miniature .product,
.page-index #products .product,
.page-index .featured-products .product,
.page-index .product-accessories .product,
.page-index .product-miniature .product,
.page-search #products .product,
.page-search .featured-products .product,
.page-search .product-accessories .product,
.page-search .product-miniature .product { 
    width: 25%;
    min-width: 25%;
}

.mld-up-cross-selling {
    padding-bottom: 60px;
}
.mld-up-cross-selling .slick-track {
    min-width: calc(100vw - 20px);
}
.mld-up-cross-selling.product-miniature .product {
    width: calc(25vw - 15px);
    min-width: calc(25vw - 15px);
}

/* load more output */
#category .pagination,
#search .pagination {
    /* display: block !important; */
    margin: 15px 0 0;
}
#category .pagination .col-md-4,
#search .pagination .col-md-4 {
    width: 100%;
    font-size: .8rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
#category .pagination .col-md-6,
#search .pagination .col-md-6,
#category .pagination + .up,
#search .pagination + .up {
    display: none;
}
#category #products .products > .product-miniature, /* load more output */
#search #products .products > .product-miniature { /* load more output */
    margin: 0;
    padding: 0 5px;
}
.load-more-button-holder {
    width: 100%;
    margin-bottom: 2.5rem;
}
.load-more-button-holder .mat-button {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    font-family: Montserrat, sans-serif;
    font-size: calc(15px + (5*(100vw - 767px))/1153) !important;
    color: #000 !important;
    background-color: #fff !important;
}
.load-more-button-holder .mat-button:hover {
    color: #fff !important;
    background-color: #000 !important;
}

@media (max-width: 991px) {
    #products .products,
    #kit-products .products {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #products .product,
    #kit-products .product,
    #category #products .products > .product-miniature, /* load more output */
    #search #products .products > .product-miniature, /* load more output */
    .featured-products .product,
    .product-accessories .product,
    .product-miniature .product,
    .page-index #products .product,
    .page-index .featured-products .product,
    .page-index .product-accessories .product,
    .page-index .product-miniature .product,
    .page-search #products .product,
    .page-search .featured-products .product,
    .page-search .product-accessories .product,
    .page-search .product-miniature .product {
        width: 50%;
        min-width: 50%;
    }

    .mld-up-cross-selling.product-miniature .product {
        width: calc(50vw - 10px);
        min-width: calc(50vw - 10px);
    }
}

@media (max-width: 767px) {
    #products .thumbnail-container .product-description,
    #kit-products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
    }

    .product-bottom-info .product-flag-wishlist i {
        font-size: .8em;
    }
    .product-bottom-info .product-flag-wishlist i::before {
        margin-left: .2em;
    }
}

/* Products list carousel */
.product-accessories,
.melide-products-carousel {
    padding: 0 0 2.5rem 15px;
    margin: 0 -15px;
    overflow: hidden;
}
/* .product-accessories > .h5 {
    padding-left: 15px;
} */

.product-accessories .products,
.melide-products-carousel .products {
    width: 120vw;
}
.product-accessories .product,
.melide-products-carousel .product {
    /* width: 28vw !important;
    min-width: 28vw !important; */
    width: auto;
    min-width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/* .product-accessories .product-miniature {
    margin: 0 5px;
} */
.product-accessories .product-miniature img,
.melide-products-carousel .product-miniature img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.product-accessories .slick-dots,
.melide-products-carousel .slick-dots,
.mld-up-cross-selling .slick-dots {
    width: 100vw;
    left: -15px;
    padding: 0 15px;
    margin-bottom: 0;
}

.product-accessories .product-miniature .product-description,
.melide-products-carousel .product-miniature .product-description,
.melide-products-carousel .product-miniature.product-has-flags .product-description {
    margin-top: 0.6rem;
}
.product-accessories .product-flags,
.product-accessories .product-price-and-shipping,
.melide-products-carousel .product-flags,
.melide-products-carousel .product-price-and-shipping {
    display: none;
}
.product-accessories .product-title a,
.melide-products-carousel .product-title a {
    font-size: calc(16px + (8*(100vw - 767px))/1153);
}
.product-accessories .product-flag-wishlist,
.melide-products-carousel .product-flag-wishlist {
    top: 0.025rem;
}

@media (min-width: 768px) {
    .product-accessories,
    .melide-products-carousel {
        padding-left: 30px;
    }

    .product-accessories .products,
    .melide-products-carousel .products {
        width: 105vw;
    }

    .product-accessories .slick-dots,
    .melide-products-carousel .slick-dots,
    .mld-up-cross-selling .slick-dots {
        left: -30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .product-accessories .products,
    .melide-products-carousel .products {
        width: 240vw;
    }
    
    .melide-products-carousel .vc_column_container {
        padding: 0;
    }
}

/* Category */
#category #left-column,
#category #content-wrapper {  
    display: block;
    float: none;
    width: 100%;
}

.block-category {
    min-height: 0;
}
.block-category .block-category-inner .category-cover img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.block-category .block-category-inner {
    text-align: center;
}
#module-prestablog-blog #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
#prestablogfront h1#prestablog_article,
.block-category h1,
h1#prestablog_home {
    font-family: 'Bodoni Sans';
    font-size: calc(35px + (35*(100vw - 767px))/1153);
    font-weight: 700;
    font-style: italic;
}
/* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
#prestablogfront h1#prestablog_article {
    font-size: calc(44px + (45*(100vw - 767px))/1153);
} */

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding: 0;
    margin-bottom: 30px;
    box-shadow: none;
}

#search_filters .facet {
    position: relative;
}
#search_filters .facet.open .facet-title,
#filterMoreBtn .facet-title {
    position: relative;
}
#search_filters .facets-container > .facet.open .facet-title::after,
.filters-more.open #filterMoreBtn .facet-title::after {
    content: '';
    position: absolute;
    bottom: -0.75em;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 100;
}
#search_filters .dropdown-toggle:after {
    display: none;
}
#search_filters .facet ul,
.filters-more-content {
    position: absolute;
    max-height: 50vh;
    padding: 10px;
    margin-top: 0;
    border: 1px solid #b3b3b3;
    overflow: scroll;
    z-index: 99;
}
/* #search_filters .facet ul li label, */
#module-jwishlist-list #form-wishlists .page-header .dropdown-item,
#module-jwishlist-view #form-products .page-header .dropdown-item {
    padding: 20px 0;
}
/* #search_filters .facet ul li:not(:last-child) label, */
#module-jwishlist-list #form-wishlists .page-header .dropdown-item:not(:last-child),
#module-jwishlist-view #form-products .page-header .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #d0d0d0;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a,
#module-jwishlist-list #form-wishlists .page-header .dropdown-item,
#module-jwishlist-view #form-products .page-header .dropdown-item {
    width: 100%;
    padding-left: 1.5rem;
    font-size: calc(12px + (4*(100vw - 767px))/1153);
}
#search_filters .faceted-slider p {
    font-size: calc(12px + (4*(100vw - 767px))/1153);
}
#search_filters .facet .facet-title,
.filters-more > .title > .facet-title,
#module-jwishlist-list #form-wishlists .btn.dropdown-toggle,
#module-jwishlist-view #form-products .btn.dropdown-toggle {
    width: 100%;
    overflow: visible;
    margin-right: 0.25em;
    font-size: calc(12px + (4*(100vw - 767px))/1153);
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}
#search_filters,
#search_filters .facet .facet-title,
.filters-more > .title > .facet-title {
    font-weight: 500;
}
#search_filters .facet .title,
.filters-more > .title {
    cursor: pointer;
}
#search_filters .facet:not(:last-child) .title {
    margin-right: 15px;
}
/* #search_filters .facet:not(:last-child) .title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 19px;
    margin: -2px 15px 0;
    background: url(../img/melide-bar.svg) no-repeat center;
    background-size: contain;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
} */
#search_filters .facet .title .fal {
    color: #000;
}
.filters-more {
    padding-top: 0.625rem;
}
.filters-more .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
}
.filters-more > .title > .facet-title {
    margin-right: .5em;
}
.filters-more-content {
    display: none;
    position: absolute;
    right: 0;
    width: 50%;
    max-height: 75vh;
    overflow: scroll;
    z-index: 99;
    background-color: #fff;
}
.filters-more.open .filters-more-content {
    display: block;
}
#search_filters .filters-more-content .facet:not(:last-child) .title::after {
    display: none;
}
#search_filters .filters-more-content .facet ul {
    position: static;
    border: none;
    padding-right: 0;
    padding-left: 0;
}
.filters-more-content .ui-slider {
    width: 99%;
}

#search_filters .facet.open .fa-angle-down,
.filters-more.open #filterMoreBtn .fa-angle-down {
    -webkit-transform: rotate(180deg) translate3d(0, .375em, 0);
    -ms-transform: rotate(180deg) translate3d(0, .375em, 0);
        transform: rotate(180deg) translate3d(0, .375em, 0);
}

.active_filters .filter-block {
    color: #000;
    box-shadow: none;
}

#category .input-color,
#category .custom-checkbox input[type=checkbox]+span.color,
#category .variant-links .color, label .color {
    width: 0.9375rem;
    height: 0.9375rem;
}

#search_filters > .text-uppercase,
/* #_desktop_search_filters_clear_all, */
#category #js-product-list-top {
    display: none;
}
.active_filters {
    padding: 0;
    background: transparent;
}

#category .product-thumbnail,
#search .product-thumbnail,
#module-jwishlist-view .product-image {
    padding-bottom: 127%;
}
#category .product-miniature .thumbnail-container .product-thumbnail img,
#search .product-miniature .thumbnail-container .product-thumbnail img,
#module-jwishlist-view .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    #category #content-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .block-category .block-category-inner .category-cover {
        display: block;
    }

    .dropdown-backdrop {
        display: none;
    }

    #search_filters .facets-container {
        position: relative;
    }
    #search_filters .facet {
        position: initial;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #search_filters .facet .facet-title {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: auto;
    }
    #search_filters .facet ul,
    .filters-more-content {
        /* position: static;
        max-height: none; */
        width: 100%;
    }
    /* #search_filters .facet:not(:last-child) .title::after {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        margin-right: 7px;
        margin-left: 7px;
    } */
    #search_filters .facet .title .fal {
        margin-top: -1px;
    }
    /* #search_filters .facet ul li label {
        padding-top: 10px;
        padding-bottom: 10px;
    } */

    #search_filters .filters-more-content .facet {
        padding: 1rem 0 .5rem;
    }
    /* #search_filters .filters-more-content .facet ul {
        display: none;
        position: initial;
        padding: 0;
    }
    #search_filters .filters-more-content .facet.visible  ul {
        display: block;
    } */
    .filters-more-content .faceted-slider {
        overflow: visible;
    }
}

@media (min-width: 768px) {
    #search_filters .facets-container {
        position: relative;
    }
    #search_filters .facet {
        position: static;
    }
    #search_filters .facet ul {
        right: 0;
        left: auto;
        width: 50%;
        max-height: 35vh;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: -10px;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }

    .filters-more-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .filters-more.open .filters-more-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filters-more-content .facet {
        width: 25%;
        min-width: 25%;
    }
    #search_filters .filters-more-content .facet .title .fal {
        display: none;
    }
    #search_filters .filters-more-content .facet ul {
        position: initial;
        display: block;
        max-height: none;
        width: 100%;
        columns: unset;
        margin: 0;
        -webkit-columns: unset;
        -moz-columns: unset;
                columns: unset;
    }
    #search_filters .filters-more-content .facet ul > li:first-child label {
        padding-top: 0;
    }
    #search_filters .faceted-slider p {
        margin-top: 0.4375rem;
    }
}

/* Search */
#search .page-header,
.page-cms .page-header {
    padding-top: 2rem;
}
.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    width: calc(100% - 30px);
    min-width: none;
    background-color: #fff;
    box-shadow: none;
    color: #000;
}
/* Product */
#product .product-container {
    /* padding-bottom: calc(45px + (115*(100vw - 767px))/1153); */
    padding-bottom: 1rem;
}
#product #content {
    max-width: none;
    margin-right: -15px;
    margin-left: -15px;
}
.product-cover img {
    box-shadow: none;
}

/* TODO */
body.customizationOpened .product-page-right {
    z-index: 9999;
}

/* TEMPORARY */
body:not(.product-id-category-11):not(.product-id-category-12):not(.product-id-category-13):not(.product-id-category-47):not(.product-id-category-54) #customization-image-preview {
    display: none;
}
/* .product-page-right-inner,
.giftcard_product-right {
    /* padding-top: calc(30px + (20*(100vw - 767px))/1153); */
    /* padding-top: 2rem;
} */
#product .product-page-right .product-flag {
    display: block;
    /* font-size: calc(15px + (5*(100vw - 767px))/1153); */
    font-size: calc(10px + (5*(100vw - 767px))/1153);
    font-weight: 300;
    text-transform: uppercase;
}
#product .product-page-right .product-flag.discount {
    color: #ff2e2e;
}
#product h1 {
    /* font-size: calc(25px + (10*(100vw - 767px))/1153); */
    font-size: calc(20px + (5*(100vw - 767px))/1153);
    margin: 0.4em 0 0.2875em;
}
#product .product-prices {
    margin-top: -5px;
}
#product .product-prices .product-discount,
#product .product-prices .product-price {
    display: inline-block;
    /* font-size: calc(28px + (5*(100vw - 767px))/1153); */
    font-size: calc(20px + (5*(100vw - 767px))/1153);
}
.product-prices div {
    margin-bottom: 0;
}
.has-discount .page-content.page-cms ul,
.has-discount.product-price, .has-discount p,
.page-content.page-cms .has-discount ul {
    color: #ff2e2e;
}

.product-information {
    /* margin-top: calc(30px + (20*(100vw - 767px))/1153); */
    margin-top: 2rem;
}
[id*="product-description-short"] {
    /* margin-bottom: calc(30px + (20*(100vw - 767px))/1153); */
    margin-bottom: 2rem;
}
[id*="product-description-short"] p,
.product-accordion-block p,
[id*="product-description-short"] p span,
.product-accordion-block p span {
    font-size: calc(12.5px + (7.5*(100vw - 767px))/1153) !important;
    line-height: 1.4;
}
.product-information [id*="product-description-short"] p,
.product-information [id*="product-description-short"] p span {
    font-size: calc(10px + (5*(100vw - 767px))/1153) !important;
}
.product-accordion-block *:last-child {
    margin-bottom: 0;
}

.product-quantity {
    display: block;
}
.product-add-to-cart .control-label,
.product-quantity .qty {
    display: none;
}
.product-quantity .add {
    position: relative;
    float: none;
    display: block;
}
.product-quantity .add-to-cart {
    width: calc(100% - 3em);
    height: 2.75em;
    padding-top: 0.5em;
}
.disabled-add-to-cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3em);
    height: 2.75em;
}
#product .product-list-reviews {
    display: none;
}
.product-quantity .product-flag-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.product-quantity .product-flag-wishlist a {
    display: block;
    height: 2.75em;
    width: 2.75em;
    color: #fff;
    text-align: center;
    line-height: 2.75em;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.product-quantity .product-flag-wishlist a:hover {
    background: #484848;
}
.product-quantity .product-flag-wishlist a:hover .fal.fa-heart.favorite,
.product-quantity .product-flag-wishlist a:hover .fal.fa-heart.favorite_border,
.product-quantity .product-flag-wishlist a:hover .fas.fa-heart.favorite,
.product-quantity .product-flag-wishlist a:hover .fas.fa-heart.favorite_border {
    color: #484848;
}
.product-quantity .product-flag-wishlist .fal.fa-heart.favorite,
.product-quantity .product-flag-wishlist .fal.fa-heart.favorite_border,
.product-quantity .product-flag-wishlist .fas.fa-heart.favorite,
.product-quantity .product-flag-wishlist .fas.fa-heart.favorite_border {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-0.5em, -50%,0);
    transform: translate3d(-0.5em, -50%,0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-quantity .product-flag-wishlist .fal.fa-heart.favorite::before,
.product-quantity .product-flag-wishlist .fal.fa-heart.favorite_border::before,
.product-quantity .product-flag-wishlist .fas.fa-heart.favorite::before,
.product-quantity .product-flag-wishlist .fas.fa-heart.favorite_border::before {
    color: #fff;
}
.product-quantity .product-flag-wishlist .fal.fa-heart.favorite::before,
.product-flag-wishlist .fal.fa-heart.favorite::before {
    font-weight: 900;
}

.product-variants>.product-variants-item {
    /* margin: 0 auto calc(30px + (10*(100vw - 767px))/1153); */
    margin: 0 auto 1rem;
}
.product-variants>.product-variants-item .control-label {
    width: auto;
    padding-right: 15px;
    font-size: calc(15px + (5*(100vw - 767px))/1153);
    text-transform: uppercase;
}
.product-variants>.product-variants-item select {
    border: none;
    color: #000;
}
.product-variants>.product-variants-item select,
.custom-checkbox input[type=checkbox]+span.color, .variant-links .color, label .color {
    box-shadow: none;
}
.product-variants>.product-variants-item select,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span,
.text-customization-color-option:hover span {
    border: 2px solid #000;
}
.product-variants>.product-variants-item .input-radio+span.radio-label {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-top: none;
    border-right: none;
    border-left: none;
    color: #b3b3b3;
}
.product-variants>.product-variants-item .input-radio:checked+span.radio-label,
.product-variants>.product-variants-item .input-radio:hover+span.radio-label,
.product-variants>.product-variants-item .input-radio+span.radio-label:hover {
    border-bottom: 2px solid #000;
    color: #000;
}
.input-color,
.custom-checkbox input[type=checkbox]+span.color,
.variant-links .color,
label .color,
.text-customization-color-option span {
    width: calc(34px + (14*(100vw - 767px))/1153);
    height: 14px;
    margin: 0;
}
.product-variants>.product-variants-item .color {
    position: relative;
}
.custom-checkbox input[type=checkbox]+span.color, .variant-links .color, label .color,
.custom-checkbox input[type=checkbox]:checked:hover+span.color,
.input-color:checked+span,
.selected.text-customization-color-option span {
    border: 1px solid #000;
}
.input-radio+span {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*.input-radio+span::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100%);
    border: 1px solid #000
}*/
.input-color:checked+span::after,
.selected.text-customization-color-option span::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(40px + (14*(100vw - 767px))/1153);
    height: 20px;
    border: 1px solid #000
}
/* .selected.text-customization-color-option span::after {
    top: -3px;
    left: -3px;
} */
.product-variants select.form-control {
    padding-left: 0.5rem;
}
.product-variant-popup-btn {
    margin-left: auto;
}
.product-comment-modal ul,
.product-comment-modal ol {
    padding-left: 1.2em;
}
.product-comment-modal ul li,
.product-comment-modal ol li {
    margin-bottom: .25em;
}
.product-comment-modal img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#product .product-variants>.product-variants-item .control-label,
#product .product-variants .form-control,
.product-variant-popup-btn {
    font-size: calc(10px + (5*(100vw - 767px))/1153) !important;
}
#product .product-variants>.product-variants-item .control-label small {
    display: block;
    text-transform: none;
}

.product-page-extra-info {
    padding-bottom: calc(45px + (115*(100vw - 767px))/1153);
}

.product-accordion-header,
#giftcard_product .header {
    display: block;
    padding: 0.7em 0;
    border-bottom: 2px solid #000;
    font-size: calc(14px + (6*(100vw - 767px))/1153);
    text-transform: uppercase;
    text-decoration: none !important;
}
.product-accordion-header {
    clear: both;
}
.product-accordion-block .collapse-inner {
    padding: 1rem 0 1.5rem;
}
#kit-products .sub_products_details .product-accordion-header {
    border-top: 2px solid #000;
    border-bottom: none;
}

.social-sharing {
    display: block;
    margin-top: 0;
    font-size: calc(14px + (6*(100vw - 767px))/1153);
    text-transform: uppercase;
    text-align: right;
}
.social-sharing > a {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline !important;
}
.social-sharing li {
    margin-left: -0.5rem;
    box-shadow: none;
    color: #000;
}
#product .product-page-right-inner .social-sharing {
    font-size: calc(10px + (5*(100vw - 767px))/1153);
}
.facebook.icon-gray, .facebook.icon-gray:hover{background-image:url(../css/082a71677e756fb75817e8f262a07cb4.svg)}
.twitter.icon-gray, .twitter.icon-gray:hover{background-image:url(../css/e049aeb07a2ae1627933e8e58d3886d2.svg)}
.googleplus.icon-gray, .googleplus.icon-gray:hover{background-image:url(../css/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg)}
.pinterest.icon-gray, .pinterest.icon-gray:hover{background-image:url(../css/99db8adec61e4fcf5586e1afa549b432.svg)}

.st_pro_videos_box {
    position: relative;
}
.st_pro_video_btn.st_pro_video_stop {
    display: none;
}
.st_pro_videos_invisible {
    display: block;
}
.vjs-fluid {
    padding-top: 100% !important;
}
.video-js .vjs-tech {
    object-fit: cover;
}

#product .product-page-right-inner .btn,
.product-quantity .product-flag-wishlist a {
    font-size: calc(14px + (4*(100vw - 767px))/1153);
} 

.product-images-slider .slick-dots,
.product-accessories .slick-dots,
.melide-products-carousel .slick-dots,
.mld-up-cross-selling .slick-dots {
    bottom: -20px;
}
.product-images-slider .slick-dots li,
.product-images-slider .slick-dots li button,
.product-images-slider .slick-dots li button:before,
.product-accessories .slick-dots li,
.product-accessories .slick-dots li button,
.product-accessories .slick-dots li button:before,
.melide-products-carousel li,
.melide-products-carousel li button,
.melide-products-carousel li button:before,
.melide-row-carousel li,
.melide-row-carousel li button,
.melide-row-carousel li button:before,
.mld-up-cross-selling li,
.mld-up-cross-selling li button,
.mld-up-cross-selling li button:before {
    height: 12px;
    width: 30px;
    margin: 0;
}
.product-images-slider .slick-dots li button:before,
.product-accessories .slick-dots li button:before,
.melide-products-carousel .slick-dots li button:before,
.melide-row-carousel .slick-dots li button:before,
.mld-up-cross-selling .slick-dots li button:before {
    height: 2px;
    content: '';
    display: block;
    position: relative;
    opacity: 1;
    background-color: #ccc;
}
.product-images-slider .slick-dots li button,
.product-accessories .slick-dots li button,
.melide-products-carousel .slick-dots li button,
.melide-row-carousel .slick-dots li button,
.mld-up-cross-selling .slick-dots li button {
    padding: 5px 0;
}
.product-images-slider .slick-dots li.slick-active button:before,
.product-accessories .slick-dots li.slick-active button:before,
.melide-products-carousel .slick-dots li.slick-active button:before,
.melide-row-carousel .slick-dots li.slick-active button:before,
.mld-up-cross-selling .slick-dots li.slick-active button:before {
    background-color: #000;
}

#product #product-details .product-manufacturer {
    margin-bottom: 1.25rem;
}
#product #product-details .product-reference {
    display: none;
}
.product-features {
    margin-left: 0;
}
.product-features > .h6 {
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.product-features>dl.data-sheet {
    display: block; /* left aligned */
}
.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    float: left; /* left aligned */
    min-height: 0;
    padding: 0;
    background-color: transparent !important;
}
.product-features>dl.data-sheet dt.name {
    clear: left;
    font-weight: 700;
}

.product-accessories .h5 {
    margin-bottom: calc(20px + (35*(100vw - 767px))/1153);
    font-size: 35px;    
}

.customizationSideBar {
    width: 100%;
    right: -100%;
    padding: 1rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.customizationSideBar * {
    font-size: inherit;
}
body.customizationOpened .customizationSideBar {
    right: 0;
}
#customizationSideBarHeader {
    margin-bottom: 2.5rem;
}
.customizationSideBar .closebtn {
    position: initial;
    top: auto;
    right: auto;
    margin-left: auto;
    font-size: 1.2rem;
}

.text-customization-price {
    font-weight: 700;
}

.product-customization .product-message:focus {
    outline: 2px solid #000;
}

#customizationAccordion .collapse-inner {
    padding-top: 0;
    margin-left: -.75rem;
}
#customizationAccordionThree {
    padding-top: 1rem;
}

.text-customization-style-option span,
.text-customization-position-option span,
.text-customization-color-option span {
    margin: 0.25rem 0.75rem;
}
.text-customization-style-option span,
.text-customization-position-option span {
    padding: .5rem 0;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
}
.text-customization-style-option.selected span,
.text-customization-position-option.selected span {
    border-bottom-color: #000;
    color: #000;
    background: transparent;
}
.text-customization-color-option.selected {
    border-bottom-color: #fff;
}

.customizationSideBar .product-accordion-header {
    padding-bottom: 0 !important;
    border-bottom: none !important;
    pointer-events: none;
}
.customizationSideBar .collapse {
    display: block !important;
}
.customizationSideBar #customization-image-preview #customization-text-preview {
    font-size: calc(20px + (47*(100vw - 320px))/703); /* 320 - 1023 */
}

@media (max-width: 767px) {
    .product-variants-item {
        position: relative;
    }
    .product-variant-popup-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    #product .product-variants>.product-variants-item .control-label small {
        display: inline-block;
        margin-left: .5em;
    }
    
    /* .product-page-extra-info-left {
        padding-top: 4rem;
    } */
}

@media (min-width: 768px) {
    #product .product-container {
        padding-bottom: 3rem;
    }
    #product #content {
        padding-right: 30px;
        margin-right: 0;
    }

    .product-images-slider .slick-dots {
        top: 0;
        right: -25px;
        bottom: auto;
        height: 100%;
        width: 20px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .product-images-slider .slick-dots li,
    .product-images-slider .slick-dots li button,
    .product-images-slider .slick-dots li button:before {
        width: 12px;
        height: calc(20px + (40*(100vw - 767px))/1153);
    }
    .product-images-slider .slick-dots li button {
        padding: 0 5px;
    }
    .product-images-slider .slick-dots li button:before {
        width: 2px;
    }

    .product-page-right,
    .product-page-extra-info {
        /* padding-top: calc(30px + (70*(100vw - 767px))/1153); */
        padding-right: 30px;
        padding-left: 30px;
    }
    .product-page-right-inner,
    .giftcard_product-right {
        position: sticky;
        top: calc(185px + (115*(100vw - 767px))/1153); /* 185 - 340 */
    }

    .product-variants>.product-variants-item select {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    .product-variants>.product-variants-item span.radio-label {
        -webkit-transform: translate3d(0, -16.1%, 0);
        transform: translate3d(0, -16.1%, 0);
    }

    .social-sharing {
        text-align: left;
    }

    .product-page-extra-info-right {
        padding-left: 30px;
    }

    .product-page-extra-info-left .product-accordion-header {
        padding-bottom: 0;
        border-bottom: none;
        pointer-events: none;
    }
    .product-page-extra-info-left .collapse {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .customizationSideBar {
        padding: 2rem;
    }
    body.customizationOpened::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
        z-index: 9998;
    }
    .customizationSideBar {
        width: 50%;
        right: -50%;
    }
    .customizationSideBar #customization-image-preview #customization-text-preview {
        font-size: calc(30px + (30*(100vw - 1024px))/896);
    }
}

/* Kit */
.kit-alternatives-wrapper {
    margin-top: 1.75rem;
}
.kit-alternatives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
}
.kit-alternative {
    width: 33%;
    border: 2px solid #fff;
    font-size: calc(10px + (10*(100vw - 767px))/1153);
}
.kit-alternative-img {
    margin-bottom: 1rem;
    border: 2px solid #fff;
}
.kit-alternative-img img {
    max-width: 100%;
    width: 100%;
}
.kit-alternative-selected .kit-alternative-img {
    border-color: #000;
}

/* @media (min-width: 768px) {
    .kit-alternative {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .kit-alternative {
        width: 33%;
    }
} */

/* Modals */
#blockcart-modal .modal-content {
    min-width: 50vw;
}
#blockcart-modal .modal-header {
    border-bottom: 0;
}
#blockcart-modal .modal-body {
    /* display: none; */
    padding: 0 15px 10px;
}
#blockcart-modal .divide-right {
    display: none;
}
#blockcart-modal .col-md-7 {
    width: 100%;
}
#blockcart-modal .cart-content {
    padding-left: 0;
}
#blockcart-modal .cart-content > *:not(.cart-content-btn),
#blockcart-modal .cart-content p.product-tax {
    display: none;
}
#blockcart-modal .cart-content p.product-total {
    display: block;
    background: transparent;
}
/* #blockcart-modal .cart-content-btn .btn-secondary {
    background-color: #fff;
    border: 1px solid #000;
} */
#blockcart-modal .cart-content-btn .btn .material-icons {
    display: none;
}
#blockcart-modal .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100% - 60px);
    background-color: transparent;
}
#blockcart-modal .modal-title {
    position: relative;
    padding-left: 50px;
    color: #000;
    text-transform: uppercase;
    text-align: left !important;
}
#blockcart-modal .modal-title i.material-icons {
    position: absolute;
    top: 50%;
    left: 0;
    color: #000;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
#blockcart-modal .modal-header .close {
    position: relative;
    z-index: 2;
}
#blockcart-modal .modal-header .close .material-icons {
    color: #7b7b7b;
}

.fancybox-wrap {
    min-width: 70vw;
    /* min-height: 70vh; */
    left: 50% !important;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-close {
    top: 10px;
    right: 10px;
    background: none;
}
.fancybox-close::before,
.fancybox-close::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 2px;
    background: #7b7b7b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.fancybox-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.fancybox-inner {
    width: 100% !important;
    height: auto !important;
    /* height: 100% !important; */
}
.fancybox-inner h2 {
    padding-right: 60px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
}
.fancybox-inner hr {
    display: none;
}
.fancybox-inner .wishlist-add,
.fancybox-inner .wishlist-select {
    border: 1px solid #eeeeed;
    background-color: #eeeeed;
}
.fancybox-inner .wishlist-select {
    border-right: 3px solid #fff;
}
.fancybox-inner .wishlist-add {
    border-left: 3px solid #fff;
}
.fancybox-inner .wishlist-add label,
.fancybox-inner .wishlist-select label {
    display: none;
}
.fancybox-inner h3 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}
/* .fancybox-inner .wishlist-forms .alert {
    padding: 0 !important;
    font-size: 1rem !important;
    color: #000 !important;
    border: none !important;
    background: transparent !important;
} */
.alert-success,
.fancybox-inner .wishlist-forms .alert-success,
.fancybox-inner .wishlist-forms .alert-info {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    color: #fff;
}
.alert-danger,
.fancybox-inner .wishlist-forms .alert-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    color: #fff;
}
.alert-success a,
.alert-danger a,
.fancybox-inner .wishlist-forms .alert-success a,
.fancybox-inner .wishlist-forms .alert-info a,
.fancybox-inner .wishlist-forms .alert-danger a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}
.fancybox-title {
    display: none;
}
.fancybox-inner .submitAddWishlist,
.fancybox-inner .submitSelectWishlist {
    margin-top: 0;
}
.fancybox-inner .wishlist-select-form,
.fancybox-inner .wishlist-add-form {
    display: block;
    text-align: center;
}
.fancybox-inner .wishlist-add input[type="text"] {
    height: calc(2.5rem - 2px);
}

@media (max-width:767px) {
    #blockcart-modal .cart-content .cart-content-btn {
        display: block;
    }
    #blockcart-modal .cart-content .cart-content-btn .btn {
        width: 100%;
        font-size: 14px;
    }
}

/* User area */
#order-confirmation #content-wrapper,
.page-authentication #content-wrapper,
.page-my-account #content-wrapper,
.page-addresses #content-wrapper,
/* .page-addresses #content-wrapper,
.page-identity #content-wrapper,
.page-history #content-wrapper,
.page-order-slip #content-wrapper, */
.page-customer-account #content-wrapper,
.page-order-detail #content-wrapper,
#module-psgdpr-gdpr #content-wrapper,
#module-jwishlist-list #content-wrapper,
#module-jwishlist-view #content-wrapper {
    padding-top: calc(30px + (60*(100vw - 767px))/1153);
}
#order-confirmation .page-header,
.page-authentication #main .page-header,
.page-my-account #main .page-header,
.page-addresses #main .page-header,
/* .page-addresses #main .page-header,
.page-identity #main .page-header,
.page-history #main .page-header,
.page-order-slip #main .page-header, */
.page-customer-account #main .page-header,
.page-order-detail #main .page-header,
#module-psgdpr-gdpr #main .page-header,
#module-jwishlist-list #main .page-header,
#module-jwishlist-view #main .page-header {
    padding-bottom: calc(15px + (15*(100vw - 767px))/1153);
    margin-bottom: calc(20px + (20*(100vw - 767px))/1153);
    border-bottom: 1px solid #000;
}
.page-customer-account #content {
    padding: 0;
}
.page-addresses .address,
.page-authentication #content,
.page-customer-account #content {
    box-shadow: none;
}
.page-identity #content,
.page-authentication #content {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}
.page-authentication h1,
.register-form > p {
    text-align: center;
}
.login-form,
.register-form {
    margin-top: calc(35px + (35*(100vw - 767px))/1153);
}
.page-customer-account #content .forgot-password,
body#checkout section.checkout-step .forgot-password {
    padding: 0 0 1em;
    margin: 1em 0 0;
    font-size: .875em;
    text-align: center;
}
.no-account {
    margin-top: 2em;
}
.page-my-account #content .links a {
    font-size: calc(16px + (6*(100vw - 767px))/1153);
    font-weight: 400;
    text-decoration: underline;
}
.page-my-account #content .links a span.link-item {
    padding: calc(55px + (20*(100vw - 767px))/1153) 20px calc(55px + (-22*(100vw - 767px))/1153);
    background-color: trasparent;
    box-shadow: none;
}
.page-my-account #content .links a:hover span.link-item {
    background-color: #f7f7f7;
}
.page-my-account #content .links svg {
    width: 54px;
}
.page-my-account #content .links .link-item-label {
    display: block;
    margin-top: calc(40px + (20*(100vw - 767px))/1153);
    color: #000;
}

.page-header-links a {
    text-transform: uppercase;
    text-decoration: underline;
}

.page-order-detail,
.page-customer-account #content {
    font-size: 1rem;
    color: #000;
}
.page-order-detail .box {
    padding: 0;
    box-shadow: none;
}
.page-order-detail h3 {
    font-weight: 600;
}
.custom-box {
    margin-top: 1.5rem;
}
.page-order-detail .addresses {
    margin: 0;
}
.box-dark,
.page-order-detail .box-dark {
    padding: .875rem 1rem;
    background-color: #f3f3f3;
    border-bottom: none !important;
}
.page-order-detail .form-control-label {
    font-size: 1rem;
    font-weight: 600;
}
#order-detail .order-message-form .form-control-select {
    border: 2px solid #000;
}
#order-detail .order-message-form textarea.form-control,
.box--request-return textarea.form-control {
    min-height: 160px;
    padding: 1rem;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
#order-detail .order-message-form header {
    margin-bottom: 3.5rem;
}
.box--request-return {
    margin-bottom: 3.5rem !important;
}
.box--request-return .form-footer {
    text-align: right;
}

#history .orders .order a h3 {
    font-weight: 600;
    color: #000;
}

#module-jwishlist-list .customer-wishlist {
    background-color: #eeeeed;
}
#module-jwishlist-list .customer-wishlist .name a span {
    text-transform: uppercase;
}
#module-jwishlist-list #form-wishlists .btn.dropdown-toggle,
#module-jwishlist-view #form-products .btn.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0 0.5rem 0.5rem;
    background-color: transparent;
}
#module-jwishlist-list #form-wishlists .btn.dropdown-toggle i,
#module-jwishlist-view #form-products .btn.dropdown-toggle i {
    margin-left: 0.25rem;
    font-size: 1rem;
}
#module-jwishlist-list #form-wishlists .btn.dropdown-toggle::after,
#module-jwishlist-view #form-products .btn.dropdown-toggle::after {
    display: none;
}
#module-jwishlist-list #form-wishlists .page-header .dropdown-menu,
#module-jwishlist-view #form-products .page-header .dropdown-menu {
    right: 0;
    left: auto;
    padding: 10px;
    border: none;
    text-align: right;
}
#module-jwishlist-list #form-wishlists .page-header .dropdown-item,
#module-jwishlist-view #form-products .page-header .dropdown-item {
    padding-left: 0;
}
#module-jwishlist-list #form-wishlists .page-header .dropdown-item i,
#module-jwishlist-view #form-products .page-header .dropdown-item i {
    display: none;
}

#module-jwishlist-view .wishlist-products-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -5px;
}
#module-jwishlist-view .product-mobile {
    width: 25%;
    min-width: 25%;
    padding: 0;
    border-bottom: none;
}
#module-jwishlist-view .flex-product {
    position: relative;
    display: block;
    margin: 0 5px 1.563rem;
}
#module-jwishlist-view .product-box {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
#module-jwishlist-view .product-image {
    position: relative;
}
#module-jwishlist-view .product-mobile .item.product-name {
    margin-top: .785em;
}
#module-jwishlist-view .price,
#module-jwishlist-view .total {
    text-align: left;
}
#module-jwishlist-view .product-discount .regular-price {
    margin-right: 0;
}
#module-jwishlist-view .item .quantity {
    display: none;
}
#module-jwishlist-view .item .buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#module-jwishlist-view .item .buttons-container .btn {
    padding-right: 0;
    padding-left: 0;
    text-decoration: underline;
}

@media (max-width: 991px) {
    #module-jwishlist-view .product-mobile {
        width: 50%;
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .forgotten-password .form-fields label.required {
        width: 100%;
        text-align: left;
    }

    .page-my-account #content .links a span.link-item {
        background-color: #f7f7f7;
    }

    .page-addresses .address {
        margin-bottom: 1rem;
    }

    .page-order-detail .address {
        margin-top: 1rem;
    }
    #order-detail .order-message-form {
        margin-top: 3.5rem;
    }
    #order-detail .order-message-form header {
        margin-bottom: 1rem;
        border-bottom: 1px solid #000;
    }
    #order-detail .order-message-form .form-group.row:first-child {
        margin-bottom: 0;
    }
    #order-detail .order-message-form button[type="submit"] {
        display: block;
        width: 100%;
    }

    #module-jwishlist-list #form-wishlists .page-header,
    #module-jwishlist-view #form-products .page-header {
        position: relative;
    }
    #module-jwishlist-list #form-wishlists .page-header .btn-group,
    #module-jwishlist-view #form-products .page-header .btn-group {
        position: initial;
    }
    #module-jwishlist-list #form-wishlists .page-header .dropdown-menu,
    #module-jwishlist-view #form-products .page-header .dropdown-menu {
        width: 100%;
        text-align: center;
    }
    
    #module-jwishlist-view .price {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
}

@media (max-width: 575px) {
    .page-my-account #content .links a {
        margin-bottom: 12px;
    }
    .page-my-account #content .links a span.link-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page-my-account #content .links .link-item-label {
        margin-top: 0;
        margin-left: 1rem;
        text-align: left;
    }

    .page-order-detail .box {
        padding-bottom: 1rem;
    }
    .page-order-detail .box:not(.box-no-border) {
        border-bottom: 1px solid #000;
    }
    .page-order-detail .order-items .order-item {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .forgotten-password .form-fields label.required {
        padding-top: 0;
    }
    .forgotten-password .form-fields .center-email-fields button {
        height: 38px;
        line-height: 38px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-box {
        padding: 3rem;
        margin-top: 2.5rem;
        border: 1px solid #eeeeed;
    }
    .custom-box .box {
        margin-bottom: 3.5rem;
    }
    .custom-box .box:last-child {
        margin-bottom: 0;
    }
}

/* Cart */
.cart-grid-body a.label:hover {
    color: #000;
}

.cart-title h1,
.cart-title h2 {
    margin-bottom: 1em;
    font-size: calc(17px + (10*(100vw - 767px))/1153);
    font-weight: 600;
    line-height: inherit;
}

.cart-grid {
    margin-bottom: 4.5rem;
}

.cart-grid-body {
    margin-bottom: 4rem;
}
.cart-grid-body .cart-overview {
    padding: 0;
}
.cart-item {
    padding-top: 0;
    padding-bottom: calc(15px + (5*(100vw - 767px))/1153);
}
.cart-item,
/* .product-line-grid-body>.product-line-info>.label.product-name-with-bar, */
.product-attributes .label,
.product-attributes .value {
/* .product-line-grid-right .bootstrap-touchspin input.form-control { */
    /* font-size: calc(15px + (5*(100vw - 767px))/1153); */
    font-size: calc(13px + (3*(100vw - 767px))/1153);
}
.product-line-grid-body>.product-line-info>.label.product-name-with-bar {
    font-size: calc(15px + (5*(100vw - 767px))/1153);
}
.cart-item .cart-image {
    display: block;
}
.cart-item .cart-image img {
    width: 100%;
}
.product-line-info .product-name-with-bar {
    display: block;
}
.product-line-grid-body>.product-line-info>.label.product-name-with-bar {
    padding-bottom: calc(20px + (20*(100vw - 767px))/1153);
    line-height: 1.1;
}
.product-line-info.product-price,
.product-line-info .product-attributes {
    margin-bottom: calc(0px + (26*(100vw - 767px))/1153);
}
.product-line-info.gift.card {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.product-attributes .label,
.product-attributes .value {
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}
.product-attributes .value {
    font-weight: 600;
}

.product-price {
    color: #000;
}

.product-line-grid-right.product-line-actions,
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    margin-top: calc(5px + (25*(100vw - 767px))/1153);
}
.product-line-grid-right .bootstrap-touchspin {
    position: relative;
    padding: 0 24px;
    box-shadow: none;
}
.product-line-grid-right .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    height: 28px;
    width: 2em;
    padding: 0;
    border: none;
    font-weight: 700;
    text-align: center;
}
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: relative;
    width: 20px;
    height: 28px;
    padding: 0;
    border: none;
    line-height: 28px;
    text-align: left;
}
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: auto;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;
}
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i::after {
    content: '+';
}
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i::after {
    content: '-';
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: normal;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    font-size: calc(14px + (5*(100vw - 767px))/1153);
    color: #000;
}

.cart-summary {
    padding: 25px;
    background-color: #eeeeed;
}
.cart-summary .card-block {
    padding: 0;
}
.cart-summary-title {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
    font-size: calc(17px + (10*(100vw - 767px))/1153);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.cart-summary-line + .cart-summary-line {
    margin-top: .9em;
    margin-bottom: 0;
}
.cart-summary-line,
.cart-summary-line .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value,
#order-confirmation #order-details {
    /* font-size: calc(15px + (9*(100vw - 767px))/1153); */
    font-size: calc(13px + (3*(100vw - 767px))/1153);
    text-transform: uppercase;
}
.cart-summary-line .label {
    font-weight: 300;
    color: #000;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 1.5em 0 0;
    background-color: #eeeeed;
}
.cart-grid-right .card-block.cart-summary-totals .cart-summary-line.cart-total {
    margin-top: 1.5em;
    border-top: 1px solid #000;
}
#mobile-cart-total .cart-summary-line.cart-total {
    margin-top: 0 !important;
}

.cart-summary .block-promo {
    margin-top: 2rem;
    margin-bottom: 0;
}
#cart .cart-summary .block-promo {
    margin-bottom: -2rem;
}
.cart-summary .block-promo .small-label {
    font-size: 12px;
}
.cart-summary .block-promo .promo-code-button {
    text-align: left;
}
.cart-summary .block-promo .promo-code-button a {
    font-weight: 700;
}
.block-promo .promo-code form {
    position: relative;
}
.block-promo .promo-input {
    width: 100%;
    height: auto;
    padding: 10px 40px 10px 10px;
    vertical-align: middle;
    border-radius: 0;
    color: #000;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.block-promo .promo-input+button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    padding: 0;
    margin-top: 0;
    border: none;
    background-color: transparent;
    color: #000;
    /* text-transform: uppercase; */
}
.block-promo .promo-code-button.cancel-promo {
    color: #000;
    text-align: center;
}
.block-promo .promo-code-button.cancel-promo[aria-expanded=true] {
    margin-top: 0.5rem;
}
.block-promo .promo-name .cart-summary-line span {
    color: #ff2e2e;
}

.card-block.checkout.cart-detailed-actions {
    margin-top: calc(30px + (30*(100vw - 767px))/1153);
}
.cart-detailed-actions .text-sm-center:last-child {
    margin-top: 1em;
}

#cart #content-wrapper .no-items {
    display: block;
    margin-bottom: 3.5rem;
}

#mobile-cart-total {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    font-size: 14px;
}
#mobile-cart-total .cart-summary-line.cart-total {
    padding: 10px 15px;
    background: #000;
}
#mobile-cart-total .label,
#mobile-cart-total .value {
    color: #fff;
}

.cart-free-shipping-notice {
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 30px;
}
.cart-free-shipping-notice .alert {
    border-color: #eeeeed;
    background-color: #eeeeed;
    color: #000;
}
.cart-free-shipping-notice,
.cart-free-shipping-notice h3,
.cart-free-shipping-notice p,
.cart-free-shipping-notice a {
    color: #000;
}
.cart-free-shipping-notice h3,
.cart-free-shipping-notice a {
    font-weight: 600;
}
.cart-free-shipping-notice [class^="col"] {
    padding-top: .375em;
    padding-bottom: .375em;
}
#cart-free-shipping-products-modal .modal-dialog {
    max-width: 100%;
}
#cart-free-shipping-products-modal .cart-title .h2 {
    padding-top: 0;
    padding-right: 40px;
}
#cart-free-shipping-products-modal button.close {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .cart-title h1,
    .cart-title h2 {    
        padding-top: 25px;
        border-bottom: 1px solid #000;
        padding-bottom: 1em;
    }

    .cart-grid-right {
        position: sticky;
        top: calc(125px + (25*(100vw - 992px))/928); /* 125 - 150 */
    }

    #cart .cart-summary .block-promo {
        margin-bottom: -3rem;
    }

    .cart-free-shipping-notice [class^="col"] {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #cart-free-shipping-products-modal .modal-dialog {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    #cart-free-shipping-products-modal .modal-dialog {
        max-width: 80%;
    }
}

/* @media (min-width: 992px) {
    .cart-grid-right {
        position: sticky;
        top: calc(125px + (25*(100vw - 992px))/928);
    }
} */

@media (max-width: 575px) {
    .cart-item {
        border-bottom: none;
    }
    .cart-grid-body .no-items {
        display: block;
        padding: 1rem 0;
    }
}

/* Ajax cart */
#bon-cart-summary-product-list .bon-cart-summary-product-wrapper {
    max-height: 50vh;
}
#bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-info .product-name,
#bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-info .product-price,
#bon-cart-summary-product-list .product-line-info,
#bon-cart-summary-product-list .product-line-info .label,
#bon-cart-summary-product-list .product-line-info .value,
#bon-cart-summary-product-list .cart-summary-line,
#bon-cart-summary-product-list .cart-summary-line .label,
#bon-cart-summary-product-list .cart-summary-line .value {
    font-size: 14px;
}
#bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-info {
    max-width: none;
}
#bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-info .product-name {
    white-space: initial;
}
.bon-cart-summary-product-info.has-discount .product-price {
    color: #ff2e2e;
}
#bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-info .regular-price {
    text-decoration: line-through;
    color: #7a7a7a;
}
#bon-cart-summary-product-list .product-line-info {
    margin-top: 1em;
    line-height: 1.2;
}
#bon-cart-summary-product-list .product-line-info + .product-line-info {
    margin-top: 0;
}
#bon-cart-summary-product-list .product-line-info .label,
#bon-cart-summary-product-list .product-line-info .value,
#bon-cart-summary-product-list .bon-cart-summary-product-info .customizations {
    font-size: .625rem;
    color: #7a7a7a;
}
/* TEMPORARY FIX */
#bon-cart-summary-product-list .bon-cart-summary-product-info .customizations {
    display: none;
}
/* #bon-cart-summary-product-list .product-line-info .label, */
#bon-cart-summary-product-list .cart-summary-line .label {
    float: left;
    text-align: left;
}
#bon-cart-summary-product-list .remove-from-cart {
    display: none;
    font-family: inherit;
}
#bon-cart-summary-product-list .card {
    padding: 0;
}
#bon-cart-summary-product-list .cart-summary-line:not(.cart-total) {
    display: none;
} 
#bon-cart-summary-product-list .cart-summary,
#bon-cart-summary-product-list .card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: transparent;
}
#bon-cart-summary-product-list .card .bon-card-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
#bon-cart-summary-product-list .card .btn-primary {
    color: #fff !important;
}
#bon-cart-summary-product-list .card .btn-primary:first-child {
    margin: 0 0 15px;
    color: #000 !important;
    text-decoration: underline;
    background-color: #fff;
}
#bon-cart-summary-product-list .card .btn-primary:last-child {
    margin-bottom: 5px;
}
#bon-cart-summary-product-list #mobile-cart-total {
    display: none;
}

@media (max-width: 767px) {
    #bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-info .product-name {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #bon-cart-summary-product-list {
        width: 440px;
    }
    #bon-cart-summary-product-list .cart-summary-product-item .bon-cart-summary-product-image {
        width: 150px;
    }
}

/* Checkout */
body#checkout #header .header-nav .logo {
    max-height: none;
    width: 100%;
}
body#checkout a:hover {
    color: #000;
}
body#checkout #footer {
    box-shadow: none;
    padding: 0;
    background: transparent;
    color: #000;
}
body#checkout section.checkout-step {
    padding: 1em 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
}
body#checkout section.checkout-step.-current {
    padding-bottom: calc(25px + (15*(100vw - 767px))/1153);
}
body#checkout section.checkout-step .step-title,
.checkout-step p {
    font-size: calc(15px + (5*(100vw - 767px))/1153);
}
body#checkout section.checkout-step.-current .step-title {
    margin-bottom: .5em;
}
.checkout-step p {
    font-weight: 300;
}
body#checkout section.checkout-step .content {
    padding: 0;
}
body#checkout section.checkout-step .done {
    padding: 0;
    margin: 0;
    color: #000;
}
body#checkout section.checkout-step .step-number {
    padding: 0 .625rem 0 0;
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin: 0;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin: .275em 0 0;
    color: #000;
}
body#checkout .custom-checkbox span {
    margin-top: 0;
}
.add-address {
    text-align: center;
}

#checkout .cart-summary-subtotals-container {
    padding-top: 1.2em;
    border-top: 1px solid #000;
}
.cart-summary .small-label i {
    font-size: 1.2em;
    -webkit-transform: translate3d(0,0.2em,0);
    transform: translate3d(0,0.2em,0);
}

body#checkout section.checkout-step .address-item,
body#checkout section.checkout-step .address-item.selected,
.page-addresses .address,
.page-order-detail .address {
    border-color: #fff;
    background-color: #eeeeed;
}
body#checkout section.checkout-step .address-item.selected {
    border-color: #000;
}
.address-item .custom-radio {
    display: none;
}
body#checkout section.checkout-step .radio-block,
.page-addresses .address .address-body,
.page-order-detail .address .address-body {
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
}
body#checkout section.checkout-step .address-alias,
.page-addresses .address .address-body h4 {
    text-transform: uppercase;
    font-weight: 400;
}
body#checkout section.checkout-step .address {
    margin-left: 0;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.5555556;
}
body#checkout section.checkout-step .address-footer,
.page-addresses .address .address-footer {
    border-top: 3px solid #fff;
    padding: 0;
}
.address-footer a,
.page-addresses .address .address-footer a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    padding: 1em 0;
    margin: 0 !important;
    font-size: .85rem;
    text-align: center;
    color: #000 !important;
}
.address-footer a:first-child {
    border-right: 1px solid #fff;
}
.address-footer a:last-child {
    border-left: 2px solid #fff;
}

body#checkout section.checkout-step .add-address,
.address-billing-differs {
    margin-bottom: 1.5em;
}
.add-address a,
body#checkout section.checkout-step .add-address a {
    color: #000;
}
.add-address a span {
    display: inline-block;
    vertical-align: middle;
}
.add-address a span:first-child {
    font-size: 2em;
}

body#checkout .condition-label {
    position: relative;
    z-index: 2;
    margin-left: 0;
}
body#checkout .condition-label label {
    padding-left: 2.5rem;
}

.checkout-step .delivery-options {
    padding: 1rem 15px;
}
body#checkout #delivery {
    margin-bottom: 1rem;
    border-color: #000;
}

.payment-options {
    padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body#checkout section.checkout-step .payment-options label {
    display: block;
    text-align: left;
}
.payment-option label {
    font-size: 1rem;
    text-transform: uppercase;
}
body#checkout .additional-information {
    margin: 0.875rem 0 0 calc(1.25rem + 20px);
    font-size: .85rem;
}
/* #checkout-payment-step #conditions-to-approve .custom-checkbox {
    -webkit-transform: translate3d(0, .15em, 0);
    transform: translate3d(0, .15em, 0);
} */

body#checkout .modal-content {
    border: none;
    border-radius: 0;
    background: #fff;
}

@media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-control-label,
    body#checkout section.checkout-step #delivery-address .form-control-label,
    body#checkout section.checkout-step #invoice-address .form-control-label,
    body#checkout section.checkout-step #login-form .form-control-label {
        text-align: right;
    }
}

@media (max-width: 991px) {
    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .checkout-step .delivery-options {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Order confirmation */
/* .page-order-confirmation {
    padding-top: 2rem;
} */

.order-confirmation-message {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #000;
}

#order-confirmation #order-items {
    border: none;
}
#order-confirmation #order-items .h3 {
    font-size: .625rem;
    font-weight: 600;
}

.order-confirmation-table .order-line {
    font-weight: 300;
}

#order-confirmation .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #000;
}
#order-confirmation #order-details {
    padding: 1.5em 0 0;
    margin: 0;
}
#order-confirmation #order-details ul {
    margin: 0;
}

.definition-list dl dd,
.definition-list dl dt {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    border: 1px solid #fff;
    font-weight: 300;
}
.definition-list dl dd,
.definition-list dl dt,
.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background-color: #eeeeed;
}
.definition-list dl dt {
    text-transform: uppercase;
}

#content-hook-order-confirmation-footer {
    margin-top: 4em;
}

#order-confirmation #order-details {
    font-weight: 600;
}

a[data-target*="#product-customizations-modal-"] {
    text-decoration: underline;
}

@media (max-width: 767px) {
 #order-items .card-title {
     padding-bottom: 0;
     border-bottom: 0;
 }
}

/* Page CMS */
.page-content.page-cms {
    padding: 0;
}

body:not(.has-vc) .page-content.page-cms p,
body:not(.has-vc) .page-content.page-cms ul {
    line-height: 1.4;
}

@media (min-width: 768px) {
    body:not(.has-vc) .page-content.page-cms {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Other PS pages */
body#sitemap #stores-page { /* hide store page from sitemap page */
    display: none;
}

#new-products #left-column,
#new-products #content-wrapper,
#prices-drop #left-column,
#prices-drop #content-wrapper,
#best-sales #left-column,
#best-sales #content-wrapper {
    float: none;
    width: 100% !important;
}
#new-products .showing,
#prices-drop .showing,
#best-sales .showing {
    display: none;
}

#stores .page-stores {
    width: 100%;
}
#stores .page-stores .store-item {
    box-shadow: none;
}

#contact .psgdpr_consent_message > span:last-child {
    position: relative;
    top: 0;
}
.contact-rich {
    margin-top: 1rem;
}
.contact-rich .block .icon i {
    margin-top: .1em;
    color: #000;
}

/* Gift card */
#module-thegiftcard-page #wrapper {
    padding-top: 3rem;
}
#giftcard_product {
    max-width: 100% !important;
}
#giftcard_product .content_scene_cat .content_scene_cat_bg {
    padding: 0;
}
#giftcard_product .content_scene_cat .content_scene_cat_bg img {
    width: 100%;
}

#giftcard_product .header {
    background: transparent;
}
#giftcard_product .header i {
    display: none;
}
#giftcard_product .title {
    margin-left: 0;
}
#giftcard_product .cat_desc {
    margin-top: 2rem;
}

#block_templates .product-image-container:hover img,
#block_templates .product-image-container.selected img,
#giftcard_product .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#block_templates .product-image-container.selected img {
    outline: none;
    border: 1px solid #000;
}
#giftcard_product .input-group {
    border: 2px solid #000;
}
#giftcard_product .input-group select,
#giftcard_product .input-group input,
#giftcard_product .input-group-addon {
    border: none;
    outline: none;
}
#giftcard_product select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 1.875rem;
    padding-left: 0.5rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
}
#giftcard_product select.form-control,
#giftcard_product input.form-control,
#giftcard_product .form-control {
    border: none;
    border-bottom: 1px solid #adadad;
    font-size: inherit;
    color: #7a7a7a;
}
#giftcard_product select.form-control:focus,
#giftcard_product input.form-control:focus,
#giftcard_product .form-control:focus {
    border-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    #module-thegiftcard-page #wrapper {
        padding-top: 2rem;
    }
    #giftcard_product #block_category {
        margin-right: -15px;
        margin-left: -15px;
    }
}   

@media (min-width: 768px) {
    #module-thegiftcard-page #content {
        padding-right: 15px;
    }
    .giftcard_product-left {
        padding-right: 30px;
        margin-left: -15px;
    }
    .giftcard_product-right {
        padding-left: 30px;
    }
}

/* Gift wrapping */
.hi-gift-cart-container .page-heading {
    margin-bottom: 1em;
}
.hi-gift-container {
    padding: 0;
}
.hi-gift-cart-container .hi-gift-wrapper-item {
    padding: 0;
    margin-bottom: 1.563rem;
}
.hi-gift-cart-container .hi-gift-wrapper-item label {
    margin: 0 auto;
}
.hi-gift-type[type=radio],
.hi-gift-type[type=checkbox] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
} 
.hi-gift-type[type=radio] + img,
.hi-gift-type[type=checkbox] + img {
    max-width: 100%;
    cursor: pointer;
}
.hi-gift-type[type=radio]:checked + img,
.hi-gift-type[type=checkbox]:checked + img {
    outline: 2px solid #000;
}

.gift-wrapper-bottom-info {
    margin-top: 0.6rem;
}

@media (max-width: 767px) {
    .hi-gift-cart-container .hi-gift-wrapper-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.3333334em;
    }
    .hi-gift-cart-container .hi-gift-wrapper-item > * {
        width: 50%;
        min-width: 50%;
    }
    .hi-gift-cart-container .hi-gift-wrapper-item > *:first-child {
        padding-right: 15px;
    }
    .hi-gift-cart-container .hi-gift-wrapper-item > *:last-child {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .hi-gift-cart-container .page-heading {
        margin-bottom: 1.2em;
    }
    .hi-gift-cart-container .hi-gift-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-left: -15px;
    }
    .hi-gift-cart-container .hi-gift-wrapper-item {
        width: 50%;
        min-width: 50%;
        padding: 0 15px;
    }

    .hi-gift-cart-container .gift_message {
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .hi-gift-cart-container .hi-gift-wrapper-content .hi-gift-wrapper-item {
        width: 33.3333334%;
        min-width: 33.3333334%;
    }
}

/* Bestkit Gifts Module */
.gift-line {
    margin-top: 30px;
    margin-bottom: 0;
}
.gift-line .description {
    font-weight: 700;
    text-align: left;
}
.gift-line .dashed {
    border-bottom: none;
}
.gift-popup {
    padding: 2rem 0;
}
.gift-popup h2 {
    padding: 0;
    margin-bottom: 1em;
    color: #000;
    background-color: transparent;
}
.gift-popup h2::after {
    display: none;
}
.gift-popup .bx-wrapper,
.gift-popup .bx-viewport {
    height: auto !important;
    max-width: 100% !important;
}
.gift-popup .bx-controls {
    display: none;
}
.gift-scroll-content {
    width: calc(100% + 15px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
}
.gift-scroll-content li {
    float: none !important;
    width: 50% !important;
    min-width: 50% !important;
    padding: 0 7.5px;
    margin-right: 0 !important;
    margin-bottom: 1.563rem;
}
.gift-item {
    margin-bottom: 0;
    background-color: transparent;
}
.gift-item .new-label{
    background: none !important;
}
.gift-scroll-content .pic {
    border: none;
}
.gift-item-container.hover .pic {
    border-color: #000;
}
.gift-popup .bx-wrapper img {
    width: 100%;
}
.gift-scroll-content .title {
    padding: 0;
    margin-top: 0.6rem;
    background-color: transparent;
}
.gift-scroll-content .title a {
    color: #000;
}
.gift-scroll-content .title:after {
    display: none;
}
.gift-popup .more-gift a {
    font-weight: 700;
    color: #000;
}
.cart-item.gift_item .product-line-grid-body>.product-line-info>.label {
    display: block;
    padding-bottom: calc(20px + (20*(100vw - 767px))/1153);
    font-size: calc(15px + (5*(100vw - 767px))/1153);
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}
.cart-item.gift_item .product-line-info.product-price {
    font-size: calc(13px + (3*(100vw - 767px))/1153);
}
.cart-item.gift_item .product-line-actions .col-md-10.col-xs-6 {
    width: 100%;
}
.cart-item.gift_item .qty {
    font-weight: 700;
}
.cart-item.gift_item .qty .bootstrap-touchspin {
    padding-left: 0 !important;
}
.cart-item.gift_item .product-line-grid-left {
    float: left;
    width: 33.33333%;
}
.cart-item.gift_item .col-md-5.col-xs-12 {
    width: 66.66667%;
}
.cart-item.gift_item .col-md-2.col-xs-2.text-xs-right {
    width: 100%;
    text-align: left !important;
}
.cart-item.gift_item .gift_cart_delete .material-icons {
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    font-weight: 300;
    color: #fff;
}
.cart-item.gift_item .gift_cart_delete .material-icons::before {
    content: "\f2ed";
    color: #000;
}
.sweet-alert > *:not(button) {
    font-family: 'Montserrat', sans-serif !important;
    color: #000 !important;
}
@media (min-width: 768px) {
    .gift-scroll-content {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
    }
    .gift-scroll-content li {
        padding: 0 15px;
    }
    .gift-popup h2 {
        margin-bottom: 1.2em;
    }
}
@media (min-width: 1024px) {
    .gift-scroll-content li {
        width: 33.3333334% !important;
        min-width: 33.3333334% !important;
    }
}
@media (min-width: 1920px) {
    .cart-item.gift_item .product-line-grid-body>.product-line-info>.label {
        padding-bottom: 40px;
        font-size: 20px;
    }
    .cart-item.gift_item .product-line-info.product-price {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .cart-item.gift_item .product-line-grid-body>.product-line-info>.label {
        padding-bottom: 20px;
        font-size: 15px;
    }
    .cart-item.gift_item .product-line-info.product-price {
        font-size: 13px;
    }
    .cart-item.gift_item .product-line-grid-right.product-line-actions {
        float: left;
        width: 66.66667%;
    }
    .cart-item.gift_item .product-line-actions .hidden-md-up {
        display: none;
    }
}
@media (max-width: 360px) {
    .cart-item.gift_item .qty,
    .cart-item.gift_item .price {
        width: 50%;
    }
}

/* Newsletter */
.block_newsletter-melide {
    font-size: .875rem;
}
main #custom-text.block_newsletter-melide {
    padding: 0 15px;
}
#mc_embed_signup_scroll {
    position: relative;
}
.block_newsletter-melide form input[type=text],
.melide-popup-newsletter-form input[type=text] {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: calc(11px + (11*(100vw - 767px))/1153);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.block_newsletter-melide form input[type=text]:focus {
    outline: 3px solid #000;
}
.block_newsletter-melide form input[type=submit],
.melide-popup-newsletter-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
}
#footer .block_newsletter-melide p {
    padding-top: 0.625rem;
}
.melide-newsletter-text {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
}
.melide-newsletter-disclaimer {
    line-height: 1.1;
    text-align: left;
}
.melide-newsletter-disclaimer a {
    text-decoration: underline;
}

.footer-container #custom-text.block_newsletter-melide {
    padding: 0;
}
.footer-container .block_newsletter-melide .melide-title,
.footer-container .block_newsletter-melide .melide-newsletter-text {
    text-align: left;
}
.footer-container .block_newsletter-melide .melide-title strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
.footer-container .block_newsletter-melide .melide-newsletter-text {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: calc(11px + (5*(100vw - 767px))/1153) !important;
    font-weight: 300 !important;
    color: #fff !important;
}
.footer-container .block_newsletter-melide form input[type=text] {
    border-color: #fff;
    background: #000;
    color: #fff;
}
.footer-container .block_newsletter-melide form input[type=submit] {
    color: #fff;
}
.footer-container .melide-newsletter-disclaimer {
    display: none;
}

@media (max-width: 767px) {
    #footer > .container-fluid .block_newsletter-melide {
        display: none;
    }
    .block_newsletter-melide {
        border-bottom: none;
    }
    .footer-container .block_newsletter-melide .melide-newsletter-text {
        padding: 0;
    }

    .footer-container .block_newsletter-melide .melide-title {
        cursor: pointer;
    }
    .footer-container .melide-newsletter-block-content {
        display: none;
    }
    .footer-container .melide-newsletter-block-content.visible {
        display: block;
    }
}

@media (min-width: 768px) {
    #wrapper #custom-text.block_newsletter-melide {
        padding-right: 30px;
        padding-left: 30px;
    }

    .melide-newsletter-text {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    .footer-container #custom-text.block_newsletter-melide.offset-md-1 {
        margin-left: 0;
    }
    .footer-container .block_newsletter-melide .melide-newsletter-text {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .footer-container #custom-text.block_newsletter-melide.offset-lg-2 {
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 0;
    }
}

/* Pop Up */
.cp-popup-close-button {
    left: auto;
    right: 10px;
    border: none;
    background: transparent;
}

.melide-newsletter-popup .cp-layers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.melide-newsletter-popup .cp-in-out,
.melide-newsletter-popup .cp-layers > .cp-wrapper,
.melide-newsletter-popup .cp-in-out > * {
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    transform: none !important;
}
.melide-newsletter-popup .cp-wrapper:last-child {
    text-align: center;
}
.melide-newsletter-popup .cp-wrapper > .cp-layer {
    width: 90% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}
.cp-wrapper > .cp-layer.melide-popup-newsletter-form {
    display: inline-block !important;
    /* width: 90% !important;
    max-width: 600px !important; */
    left: 0 !important;
    padding-top: 2rem !important;
    /* margin: 0 auto !important; */
}
.melide-popup-newsletter-form #mc_embed_popup_signup_scroll {
    position: relative;
    font-size: 1rem;
}

.melide-popup-newsletter-form input[type=text] {
    border-color: #fff;
    color: #fff;
    background: transparent;
    box-sizing: border-box;
    font-size: 1rem;
}
.melide-popup-newsletter-form input[type=text]:focus {
    outline: 3px solid #fff;
}
.melide-popup-newsletter-form input[type=submit] {
    padding: 0;
    font-size: 1rem;
    color: #fff;
}
.melide-popup-newsletter-form .melide-newsletter-disclaimer,
.melide-popup-newsletter-form .melide-newsletter-disclaimer a {
    padding-top: 1rem;
    white-space: normal;
    color: #fff;
}
.melide-popup-newsletter-form .melide-newsletter-disclaimer {
    font-size: .9rem;
}

.melide-popup-newsletter-title {
    font-family: 'Bodoni Sans' !important;
    font-size: calc(40px + (40*(100vw - 767px))/1153) !important;
    font-weight: 700;
    font-style: italic;
    text-align: center !important;
}
.melide-popup-newsletter-content {
    font-size: calc(16px + (9*(100vw - 767px))/1153) !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    .melide-popup-newsletter-title {
        margin-top: -1em !important;
    }
}

@media (min-width: 768px) {
    .cp-popup-close-button:before,
    .cp-popup-close-button:after {
        width: 40px;
        height: 2px;
        left: -10px;
    }
}

/* Sizes min values */
@media (max-width: 767px) {
    /* General */

    /* Buttons */
    .btn-primary,
    .btn-outline-primary,
    .product-quantity .product-flag-wishlist a {
        font-size: 14px;
    }
    .sweet-alert button.confirm {
        font-size: 14px Im !important;
    }

    /* Forms */
    .form-group,
    body#checkout .form-group {
        margin-bottom: 20px;
    }
    .form-control-label,
    #giftcard_product label {
        font-size: 14px;
    }
    .form-control,
    .product-customization .product-message {
        font-size: 14px;
    }
    .custom-checkbox label {
        font-size: 14px;
    }

    /* Base Typography */
    html,
    body {
        font-size: 15px;
    }
    .small-label {
        font-size: 12px;
    }

    h2.title-font-alt,
    .h2.title-font-alt {
        font-size: 32px;
    }

    /* Header */
    .header-top,
    #header a,
    #header .dropdown .expand-more,
    .header-top .search-widget form input[type=text],
    #_mobile_language_selector,
    #_mobile_currency_selector {
        font-size: 12px;
    }
    #header .menu>ul>li>a {
        font-size: 12px;
    }

    /* Content */
    #wrapper {
        padding-top: 10px;
    }
    #cart #wrapper,
    #checkout #wrapper {
        padding-top: 60px;
    }
    #wrapper .breadcrumb {
        font-size: 10px;
    }

    /* Visual composer */
    .melide-title-1 *,
    .melide-title strong,
    .vc-smart-category-products-grid .title_block {
        font-size: 40px;
    }
    .melide-title-2 * {
        font-size: 20px;
    }
    .melide-link a,
    .melide-link-light a {
    /* .melide-label-small { */
        font-size: 12.5px;
    }
    .melide-label-small {
        font-size: 12.5px;
    }
    .melide-link a {
        min-width: 40px;
        min-height: 97px;
    }

    .melide-text-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .melide-p-big * {
        font-size: 12.5px;
    }

    .melide-label * {
        font-size: 21px;
    }
    .melide-italic * {
        /* font-size: 17.5px; */
        font-size: 13px;
    }

    /* Products list */
    #products .product-miniature,
    #kit-products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        font-size: 10px;
    }
    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping,
    #module-jwishlist-view .product-mobile .prices,
    /* #module-jwishlist-view .product-mobile .prices .current-price, */
    #module-jwishlist-view .item .total {
        font-size: 10px;
    }
    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price,
    #module-jwishlist-view .product-mobile .prices .regular-price {
        font-size: 10px;
    }
    .product-flags li.product-flag,
    .product-flags li.product-flag,
    .product-flags li.product-flag {
        font-size: 7.5px;
    }
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a,
    #module-jwishlist-view .product-mobile .product-name-with-bar,
    #module-jwishlist-view .product-mobile .item.product-name .attributes {
        font-size: 10px;
    }
    /* .product-flag-wishlist {
        top: 6px;
    } */

    .load-more-button-holder .mat-button {
        font-size: 15px !important;
    }

    /* Category */
    #module-prestablog-blog #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
    #prestablogfront h1#prestablog_article,
    .block-category h1,
    h1#prestablog_home {
        font-size: 35px;
    }
    /* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
    #prestablogfront h1#prestablog_article {
        font-size: 44px;
    } */

    #search_filters .facet .facet-title,
    .filters-more > .title > .facet-title,
    #module-jwishlist-list #form-wishlists .btn.dropdown-toggle,
    #module-jwishlist-view #form-products .btn.dropdown-toggle {
        font-size: 12px;
    }
    #search_filters .facet .facet-label a,
    #search_filters_brands .facet .facet-label a,
    #search_filters_suppliers .facet .facet-label a,
    #search_filters .faceted-slider p,
    #module-jwishlist-list #form-wishlists .page-header .dropdown-item,
    #module-jwishlist-view #form-products .page-header .dropdown-item  {
        font-size: 12px;
    }

    /* Products list carousel */
    .product-accessories .product-title a {
        font-size: 16px;
    }

    /* Product */
    /* #product .product-container {
        padding-bottom: 45px;
    } */
    .product-page-right {
        padding-top: 30px;
    }
    /* .product-page-right-inner,
    .giftcard_product-right {
        top: 185px;
    } */
    #product .product-page-right .product-flag {
        font-size: 15px;
        /* font-size: 10px; */
    }
    #product h1 {
        font-size: 25px;
        /* font-size: 20px; */
    }
    #product .product-prices .product-discount,
    #product .product-prices .product-price {
        font-size: 28px;
        /* font-size: 20px; */
    }

    /* .product-information {
        margin-top: 30px;
    } */
    /* [id*="product-description-short"] {
        margin-bottom: 30px;
    } */
    [id*="product-description-short"] p,
    .product-accordion-block p,
    [id*="product-description-short"] p span,
    .product-accordion-block p span {
        font-size: 12.5px !important;
    }
    .product-information [id*="product-description-short"] p,
    .product-information [id*="product-description-short"] p span {
        font-size: 10px !important;
    }

    /* .product-variants>.product-variants-item {
        margin-bottom: 30px;
    } */
    .product-variants>.product-variants-item .control-label,
    #product .product-variants>.product-variants-item .control-label,
    .product-variant-popup-btn {
        font-size: 15px !important;
    }
    
    #product .product-variants .form-control {
        font-size: 14px !important;
    }

    .input-color,
    .custom-checkbox input[type=checkbox]+span.color,
    .variant-links .color,
    label .color,
    .text-customization-color-option span {
        width: 34px;
    }
    .input-color:checked+span::after,
    .selected.text-customization-color-option span::after {
        width: 40px;
    }

    .product-page-extra-info {
        padding-bottom: 45px;
    }
    .product-accordion-header,
    #giftcard_product .header {
        font-size: 14px;
    }

    .social-sharing,
    #product .product-page-right-inner .social-sharing {
        font-size: 14px;
    }

    #product .product-page-right-inner .btn,
    .product-quantity .product-flag-wishlist a {
        font-size: 14px;
    }

    .product-accessories .h5 {
        margin-bottom: 20px;
    }

    /* Kit */
    .kit-alternative {
        font-size: 10px;
    }

    /* Footer */
    .footer-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-container .links .h3,
    .footer-container .block_newsletter-melide .melide-title strong {
        font-size: 11px;
    }
    .footer-container li {
        font-size: 11px;
    }

    /* User area */
    #order-confirmation #content-wrapper,
    .page-authentication #content-wrapper,
    .page-my-account #content-wrapper,
    .page-addresses #content-wrapper,
    /* .page-addresses #content-wrapper,
    .page-identity #content-wrapper,
    .page-history #content-wrapper,
    .page-order-slip #content-wrapper, */
    .page-customer-account #content,
    .page-order-detail #content-wrapper,
    #module-psgdpr-gdpr #content-wrapper,
    #module-jwishlist-list #content-wrapper,
    #module-jwishlist-view #content-wrapper {
        padding-top: 30px;
    }
    #order-confirmation .page-header,
    .page-authentication #main .page-header,
    .page-my-account #main .page-header,
    .page-addresses #main .page-header,
    /* .page-addresses #main .page-header,
    .page-identity #main .page-header,
    .page-history #main .page-header,
    .page-order-slip #main .page-header, */
    .page-customer-account #main .page-header,
    .page-order-detail #main .page-header,
    #module-psgdpr-gdpr #main .page-header,
    #module-jwishlist-list #main .page-header,
    #module-jwishlist-view #main .page-header {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .login-form,
    .register-form {
        margin-top: 35px;
    }
    .page-my-account #content .links a {
        font-size: 16px;
    }
    .page-my-account #content .links a span.link-item {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    /* Cart */
    .cart-title h1,
    .cart-title h2 {
        font-size: 17px;
    }
    .cart-item {
        padding-bottom: 15px;
    }
    .cart-item,
    /* .product-line-grid-body>.product-line-info>.label.product-name-with-bar, */
    .product-attributes .label,
    .product-attributes .value {
    /* .product-line-grid-right .bootstrap-touchspin input.form-control { */
        /* font-size: 15px; */
        font-size: 13px;
    }
    .product-line-grid-body>.product-line-info>.label.product-name-with-bar {
        font-size: 15px;
    }
    .product-line-grid-body>.product-line-info>.label.product-name-with-bar {
        padding-bottom: 20px;
    }
    .product-line-info.product-price,
    .product-line-info .product-attributes {
        margin-bottom: 0;
    }
    .product-line-grid-right.product-line-actions,
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        margin-top: 5px;
    }
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        font-size: 14px;
    }

    .cart-summary-title {
        font-size: 17px;
    }
    .cart-summary-line,
    .cart-summary-line .label,
    .card-block.cart-summary-totals .cart-summary-line.cart-total .label,
    .card-block.cart-summary-totals .cart-summary-line.cart-total .value,
    #order-confirmation #order-details {
        /* font-size: 15px; */
        font-size: 13px;
    }
    .card-block.checkout.cart-detailed-actions {
        margin-top: 30px;
    }

    /* Checkout */
    body#checkout section.checkout-step.-current {
        padding-bottom: 25px;
    }
    body#checkout section.checkout-step .step-title,
    .checkout-step p {
        font-size: 15px;
    }

    /* Newsletter */
    .block_newsletter-melide form input[type=text] {
        font-size: 11px;
    }
    .footer-container .block_newsletter-melide .melide-newsletter-text {
        font-size: 11px !important;
    }

    /* Pop up */
    .melide-popup-newsletter-title {
        font-size: 40px !important;
    }
    .melide-popup-newsletter-content {
        font-size: 16px !important;
    }
}

/* Sizes min values override */
@media (max-width: 374px) {
    #search_filters .facet .facet-title,
    .filters-more > .title > .facet-title {
        font-size: 10px;
    }
    #search_filters .facet:not(:last-child) .title {
        margin-right: 0;
    }
}

/* Sizes max values */
@media (min-width: 1920px) {
    /* General */

    /* Buttons */
    .btn-primary,
    .btn-outline-primary,
    .product-quantity .product-flag-wishlist a {
        font-size: 23px;
    }
    .sweet-alert button.confirm {
        font-size: 23px !important;
    }

    /* Forms */
    .form-group {
        margin-bottom: 40px;
    }
    .form-control-label,
    #giftcard_product label {
        font-size: 20px;
    }
    .form-control,
    .product-customization .product-message,
    fieldset#prestablog-comment input.text,
    fieldset#prestablog-comment textarea {
        font-size: 20px;
    }
    .custom-checkbox label {
        font-size: 16px;
    }

    /* Base Typography */
    html,
    body {
        font-size: 20px;
    }
    .small-label {
        font-size: 16px;
    }

    h2.title-font-alt,
    .h2.title-font-alt {
        font-size: 46px;
    }

    /* Header */
    #header .header-top {
        height: 150px;
    }

    .header-top,
    #header a,
    #header .dropdown .expand-more,
    .header-top .search-widget form input[type=text] {
        font-size: 16px;
    }
    #header .menu>ul>li>a {
        font-size: 18px;
    }
    .header-top .fal {
        font-size: 18x;
    }

    .mm_menus_li > a {
        /* font-size: 18px !important; */
        font-size: 16px !important;
    }

    /* Content */
    #wrapper {
        padding-top: 40px;
    }
    #cart #wrapper,
    #checkout #wrapper {
        padding-top: 60px;
    }
    #wrapper .breadcrumb {
        font-size: 20px;
    }

    /* Visual composer */
    .melide-title-1 *,
    /* .melide-title strong, */
    .vc-smart-category-products-grid .title_block {
        font-size: 60px;
    }
    .melide-title strong {
        font-size: 60px;
    }
    .melide-title-2 * {
        /* font-size: 40px; */
        font-size: 35px;
    }
    .melide-link a,
    .melide-link-light a {
    /* .melide-label-small { */
        font-size: 26px;
    }
    .melide-label-small {
        font-size: 20px;
    }
    .melide-link a {
        min-width: 80px;
        min-height: 194px;
    }

    .melide-text-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .melide-p-big * {
        font-size: 26px;
    }

    .melide-label * {
        font-size: 26px;
    }
    .melide-italic * {
        /* font-size: 35px; */
        font-size: 20px;
    }

    /* Products list */
    #products .product-miniature,
    #kit-products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        font-size: 18px;
    }
    .product-flags li.product-flag,
    .product-flags li.product-flag,
    .product-flags li.product-flag {
        font-size: 12px;
    }
    #products .product-title a,
    #kit-products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a,
    #module-jwishlist-view .product-mobile .product-name-with-bar,
    #module-jwishlist-view .product-mobile .item.product-name .attributes {
        font-size: 18px;
    }
    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping,
    #module-jwishlist-view .product-mobile .prices,
    /* #module-jwishlist-view .product-mobile .prices .current-price, */
    #module-jwishlist-view .item .total {
        font-size: 18px;
    }
    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price,
    #module-jwishlist-view .product-mobile .prices .regular-price {
        font-size: 18px;
    }
    /* .product-flag-wishlist {
        top: 10px;
    } */

    .load-more-button-holder .mat-button {
        font-size: 20px !important;
    }

    /* Products list carousel */
    .product-accessories .product-title a {
        font-size: 24px;
    }

    /* Category */
    #module-prestablog-blog #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
    #prestablogfront h1#prestablog_article,
    .block-category h1,
    h1#prestablog_home {
        font-size: 70px;
    }
    /* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
    #prestablogfront h1#prestablog_article {
        font-size: 89px;
    } */

    #search_filters .facet .facet-title,
    .filters-more > .title > .facet-title,
    #module-jwishlist-list #form-wishlists .btn.dropdown-toggle,
    #module-jwishlist-view #form-products .btn.dropdown-toggle {
        font-size: 16px;
    }
    #search_filters .facet .facet-label a,
    #search_filters_brands .facet .facet-label a,
    #search_filters_suppliers .facet .facet-label a,
    #search_filters .faceted-slider p,
    #module-jwishlist-list #form-wishlists .page-header .dropdown-item,
    #module-jwishlist-view #form-products .page-header .dropdown-item  {
        font-size: 16px;
    }

    /* Product */
    /* #product .product-container {
        padding-bottom: 120px;
    } */

    .product-images-slider .slick-dots li,
    .product-images-slider .slick-dots li button,
    .product-images-slider .slick-dots li button:before {
        height: 60px;
    }

    /* .product-page-right {
        padding-top: 100px;
    } */
    .product-page-right-inner,
    .giftcard_product-right {
        top: 300px;
        /* padding-top: 50px; */
    }
    #product .product-page-right .product-flag {
        /* font-size: 20px; */
        font-size: 15px;
    }
    #product h1 {
        /* font-size: 35px; */
        font-size: 25px;
    }
    #product .product-prices .product-discount,
    #product .product-prices .product-price {
        /* font-size: 35px; */
        font-size: 25px;
    }

    /* .product-information {
        margin-top: 50px;
    } */
    /* [id*="product-description-short"] {
        margin-bottom: 50px;
    } */
    [id*="product-description-short"] p,
    .product-accordion-block p,
    [id*="product-description-short"] p span,
    .product-accordion-block p span {
        font-size: 20px !important;
    }
    .product-information [id*="product-description-short"] p,
    .product-information [id*="product-description-short"] p span {
        font-size: 15px !important;
    }

    /* .product-variants>.product-variants-item {
        margin-bottom: 40px;
    } */
    .product-variants>.product-variants-item .control-label {
        font-size: 20px !important;
    }

    #product .product-variants>.product-variants-item .control-label
    #product .product-variants .form-control,
    .product-variant-popup-btn {
        font-size: 15px !important;
    }

    .input-color,
    .custom-checkbox input[type=checkbox]+span.color,
    .variant-links .color,
    label .color,
    .text-customization-color-option span {
        width: 48px;
    }
    .input-color:checked+span::after,
    .selected.text-customization-color-option span::after {
        width: 54px;
    }

    .product-page-extra-info {
        padding-bottom: 120px;
    }
    .product-accordion-header,
    #giftcard_product .header {
        font-size: 20px;
    }

    .social-sharing {
        font-size: 20px;
    }
    #product .product-page-right-inner .social-sharing {
        font-size: 15px;
    }

    #product .product-page-right-inner .btn,
    .product-quantity .product-flag-wishlist a {
        font-size: 18px;
    }

    .product-accessories .h5 {
        margin-bottom: 55px;
    }

    /* Kit */
    .kit-alternative {
        font-size: 20px;
    }

    /* Footer */
    .footer-container {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .footer-container .links .h3,
    .footer-container .block_newsletter-melide .melide-title strong {
        font-size: 18px;
    }
    .footer-container li {
        font-size: 16px;
    }

    /* User area */
    #order-confirmation #content-wrapper,
    .page-authentication #content-wrapper,
    .page-my-account #content-wrapper,
    .page-addresses #content-wrapper,
    /* .page-addresses #content-wrapper,
    .page-identity #content-wrapper,
    .page-history #content-wrapper,
    .page-order-slip #content-wrapper, */
    .page-customer-account #content-wrapper,
    .page-order-detail #content-wrapper,
    #module-psgdpr-gdpr #content-wrapper,
    #module-jwishlist-list #content-wrapper,
    #module-jwishlist-view #content-wrapper {
        padding-top: 90px;
    }
    #order-confirmation .page-header,
    .page-authentication #main .page-header,
    .page-my-account #main .page-header,
    .page-addresses #main .page-header,
    /* .page-addresses #main .page-header,
    .page-identity #main .page-header,
    .page-history #main .page-header,
    .page-order-slip #main .page-header, */
    .page-customer-account #main .page-header,
    .page-order-detail #main .page-header,
    #module-psgdpr-gdpr #main .page-header,
    #module-jwishlist-list #main .page-header,
    #module-jwishlist-view #main .page-header {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .login-form,
    .register-form {
        margin-top: 70px;
    }
    .page-my-account #content .links a {
        font-size: 22px;
    }
    .page-my-account #content .links a span.link-item {
        padding-top: 75px;
        padding-bottom: 32px;
    }
    .page-my-account #content .links .link-item-label {
        margin-top: 60px;
    }

    /* Cart */
    .cart-title h1,
    .cart-title h2 {
        font-size: 27px;
    }
    .cart-grid-right {
        top: 150px;
    }

    .cart-item {
        padding-bottom: 20px;
    }
    .cart-item,
    /* .product-line-grid-body>.product-line-info>.label.product-name-with-bar, */
    .product-attributes .label,
    .product-attributes .value {
    /* .product-line-grid-right .bootstrap-touchspin input.form-control { */
        /* font-size: 20px; */
        font-size: 16px;
    }
    .product-line-grid-body>.product-line-info>.label.product-name-with-bar {
        font-size: 20px;
    }
    .product-line-grid-body>.product-line-info>.label.product-name-with-bar {
        padding-bottom: 40px;
    }
    .product-line-info.product-price,
    .product-line-info .product-attributes {
        margin-bottom: 26px;
    }
    .product-line-grid-right.product-line-actions,
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        margin-top: 30px;
    }
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        font-size: 19px;
    }
    
    .cart-summary-title {
        font-size: 27px;
    }
    .cart-summary-line,
    .cart-summary-line .label,
    .card-block.cart-summary-totals .cart-summary-line.cart-total .label,
    .card-block.cart-summary-totals .cart-summary-line.cart-total .value,
    #order-confirmation #order-details {
        /* font-size: 24px; */
        font-size: 16px;
    }
    .card-block.checkout.cart-detailed-actions {
        margin-top: 60px;
    }

    /* Checkout */
    body#checkout section.checkout-step.-current {
        padding-bottom: 40px;
    }
    body#checkout section.checkout-step .step-title,
    .checkout-step p {
        font-size: 20px;
    }

    /* Newsletter */
    .block_newsletter-melide form input[type=text] {
        font-size: 22px;
    }
    .footer-container .block_newsletter-melide .melide-newsletter-text {
        font-size: 16px;
    }

    /* Pop up */
    .melide-popup-newsletter-title {
        font-size: 80px !important;
    }
    .melide-popup-newsletter-content {
        font-size: 25px !important;
    }

}

/* prevent zoom on focus */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input-group .input-group-btn>.btn[data-action=show-password] {
        height: 37px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .form-control,
    .product-customization .product-message,
    fieldset#prestablog-comment input.text,
    fieldset#prestablog-comment textarea {
        font-size: 16px;
    }
}

/* TEMPORARY - HIDE LANGUAGE SELECTOR
#_desktop_language_selector,
.mobile-menu-extra > .row > .col-xs-6:first-child {
    display: none;
}
@media (max-width: 1023px) {
    #_desktop_contact_link {
        padding-left: 20px;
    }
}
*/

/* KIT BLOCK IN PAGINA PRODOTTO */

#kit-products .products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

#kit-products .sub_products_details .product-accordion-header .arrows {
    font-size: 1.6rem;
    padding-right: 20px;
    margin-top: -4px;
}

#kit-products .sub_products_details .product-accordion-header .arrows .fa-angle-down,
#kit-products .sub_products_details .product-accordion-header.collapsed .arrows .fa-angle-up {
    display: none;
}

#kit-products .sub_products_details .product-accordion-header .arrows .fa-angle-up,
#kit-products .sub_products_details .product-accordion-header.collapsed .arrows .fa-angle-down {
    display: unset;
}

@media (max-width:991px) {
	#kit-products .products {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

/* SPINNER */
@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
.spin::before,
.loader::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #ffffff;
    border-bottom-color: #000000;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    /*top: 10%;
    left: 10%*/;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

/* Infinite Loader */
.loader {
    margin-top: 40px;
    text-align: center;
}
.loader::before {
    left: 50%;
}
.loader img {
    display: none;
}
.loader span {
    display: block;
    margin-top: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Blog */
h1#prestablog_home {
    padding: 0;
    margin-bottom: 2.813rem;
    color: #000;
    text-align: center;
}
.blog-cat__intro {
    margin-bottom: 2.813rem;
}
h1#prestablog_home.prestablog_home--cat {
    margin-bottom: 0.5rem;
}

#blog_list_1-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto !important;
}
#module-prestablog-blog #blog_list_1-7 {
    float: none;
    /* max-width: 840px; */
    margin-right: auto;
    margin-left: auto;
}
#module-prestablog-blog #blog_article_linked #blog_list_1-7 {
    max-width: 100%;
}
#blog_list_1-7 li {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform: none !important;
}
#blog_list_1-7 li:hover .block_cont .block_top img {
    -webkit-transform: none;
    transform: none;
}
#blog_list_1-7.three_article li,
#blog_list_1-7 li.blog-grid {
    width: 100%;
    min-width: 100%;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 1.563rem;
}
#module-prestablog-blog #blog_list_1-7.three_article li,
#module-prestablog-blog #blog_list_1-7 li.blog-grid {
    padding: 1rem 0;
    margin-bottom: 0;
}
#blog_list_1-7 .block_cont {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
}
.blog-meta {
    position: relative;
    margin-top: 0.25em;
    font-size: calc(7.5px + (4.5*(100vw - 767px))/1153);
    font-weight: 400;
    color: #747474;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_cont .blog-meta,
.blog-detail__cats,
time.blog-details__date.date,
.blog-details__author-name,
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat,
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat a {
    font-size: calc(12px + (3*(100vw - 767px))/1153);
}
.blog-meta__date {
    position: absolute;
    top: 0;
    right: 0;
}
/* #blog_list_1-7 .blog-cats {
    padding-right: 10em;
} */
#blog_list_1-7 .blog-cats a,
.blog-detail__cats a,
.blog-details__author-name,
.blog-details__author-name a.blog_link,
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat,
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat a {
    color: #747474;
}
#blog_list_1-7 .blog-grid .block_bas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}
#blog_list_1-7 li:hover .block_cont {
    box-shadow: none;
    -webkit-box-shadow: none;
}
#blog_list_1-7 p.h3title a,
#blog_list_1-7 h3 a {
    display: block;
    margin-top: 1em;
    /* font-size: calc(20px + (5*(100vw - 767px))/1153); */
    font-size: calc(16px + (4*(100vw - 767px))/1153);
    font-weight: 600;
    color: #000;
}
.prestablog_more {
    font-size: 15px;
    background-color: transparent !important;
}
#blog_list_1-7 .prestablog_more a {
    height: auto;
    padding: 0;
    color: #000;
}
#blog_list_1-7 a.blog_link:hover,
#blog_list_1-7 .comments:hover {
    color: #000;
    background-color: transparent;
}

#blog_list_1-7 .blog-meta:not(.blog-meta--bottom),
#blog_list_1-7 .prestablog_desc,
.prestablog_more,
#blog_article_linked .date_blog-cat,
#blog_list_1-7 .blog-meta--bottom .blog-meta__date {
    display: none !important;
}

/* first article */
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child {
    width: 100% !important;
    min-width: 100% !important;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a {
    margin-bottom: 1em;
    line-height: 1.1;
    /* text-transform: uppercase; */
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_cont .blog-meta {
    display: block !important;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_cont .blog-meta__date {
    position: relative;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom {
    /* margin-top: 35px; */
    overflow: auto;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta__date {
    display: block !important;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom > span {
    float: left;
    clear: both;
}
/* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom .date_blog-cat, -- ONLY FIRST BLOCK FIRST PAGE
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom .date_blog-cat a, */
#blog_list_1-7 li.blog-grid .blog-meta--bottom .date_blog-cat,
#blog_list_1-7 li.blog-grid .blog-meta--bottom .date_blog-cat a {
    color: #000;
    font-size: calc(7.5px + (4.5*(100vw - 767px))/1153);
    text-transform: uppercase;
}
/* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_top a {
    position: relative;
    padding-bottom: 100%;
}
#blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_top a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

#module-prestablog-blog .product-accessories .product-price-and-shipping {
    display: block;
}

#module-prestablog-blog div.prestablog_pagination {
    text-align: center;
}

div.prestablog_pagination a,
div.prestablog_pagination span.disabled,
div.prestablog_pagination span.current,
#prestablogfront,
.prestablogExtra,
#prestablog-comments {
    border: none !important;
}

#prestablogfront {
    margin-top: 1rem;
}

.prestablog-post-details {
    float: none;
    /* max-width: 550px; */
    margin: 0 auto;
}
.prestablog-post-details--head {
    max-width: 100%;
    margin: 2.5rem auto;
}

.prestablogExtra {
    padding: 0;
}

div.prestablog_pagination span.current {
    color: #000 !important;
    font-weight: 700;
    background-color: transparent !important;
}

#prestablogfront {
    padding: 0;
}

/* .blog__main-img, */
#prestablogfront .info_blog {
    margin-bottom: 1.563rem;
}
/* .blog__main-img {
    width: 100vw;
    min-width: 100vw;
    margin-left: -15px;
} */
#prestablogfront time.date,
#prestablogfront .info_blog {
    margin-right: 0;
    margin-left: 0;
}

#prestablogfront time.date:before,
.info_blog:before {
    display: none;
}
/* .blog-detail__cats {
    font-weight: 600;
}
.blog-detail__cats,
.blog-details__date {
    font-size: .8125rem;
    text-align: center;
} */
time.blog-details__date.date {
    color: #7a7a7a;
    text-align: left;
}
time.blog-details__date.date span,
.info_blog span.blog-details__meta,
.blog-details__meta span {
    padding: 0;
}

#prestablogfont,
#prestablog-comments .comment p {
    font-size: calc(12.5px + (7.5*(100vw - 767px))/1153)!important;
}

#prestablogfont p,
#prestablogfont ul,
#prestablogfont ul li,
#prestablogfont ol,
#prestablogfont ol li {
    /* font-size: calc(16px + (22*(100vw - 767px))/1153); */
    font-size: 1.125em;
    line-height: 1.44;
    color: #000;
}
#prestablogfont h1,
#prestablogfont h2,
#prestablogfont h3,
#prestablogfont h4,
#prestablogfont h5,
#prestablogfont h6 {
    font-weight: 600;
    text-align: left;
}
#prestablogfont h1 {
    font-size: 2em;
}
#prestablogfont h2 {
    font-size: 1.75em;
}
#prestablogfont h3 {
    font-size: 1.5em;
}
#prestablogfont h4 {
    font-size: 1.25em;
}
#prestablogfont h5 {
    font-size: 1.125em;
}
#prestablogfont h6 {
    font-size: 1em;
}

#prestablogfront h1,
#prestablogfront h2,
#prestablogfront h3,
#prestablogfront h4,
#prestablogfront h5,
#prestablogfront h6,
#prestablogauthor h1,
#prestablogauthor h2,
#prestablogauthor .prestablogtitle {
    padding: 0;
    margin: 1.675em auto;
    border: none;
}

#prestablogfront h1#prestablog_article {
    margin: 1em auto;
    text-transform: none;
    text-align: left;
}

.soc-buttons li {
    height: 2.5rem !important;
    width: 2.5rem !important;
}
.soc-buttons li a {
    padding: 0;
    background-color: transparent !important;
}
.soc-buttons li a .soc-icon,
.soc-buttons li a .soc-icon svg {
    position: relative;
}
.soc-buttons li a .soc-icon {
    width: 65% !important;
    left: 17.5% !important;
}
.soc-buttons li a .soc-icon svg {
    width: 100%;
    height: 100%;
}
.soc-buttons li a .soc-icon svg circle,
.soc-buttons li a .soc-icon svg path {
    fill: #000;
}
.soc-buttons li a .soc-text {
    display: none;
}

.blog-details__share {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}
.blog-details__share .prestablogtitle {
    float: left;
    font-size: 15px;
    line-height: 2.5rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0 1em 0 0;
    border: none;
}
.blog-details__share .soc-buttons {
    width: auto;
}

#prestablog-comments {
    padding: 30px 25px;
    background-color: #eeeeed;
}
fieldset#prestablog-comment {
    padding: 0;
}
fieldset#prestablog-comment input.text,
fieldset#prestablog-comment textarea {
    border-radius: 0;
    margin-bottom: calc(20px + (20*(100vw - 767px))/1153);
}

/* #prestablogauthor .blog_link, */
.blog-details__comments-intro,
.blog-details__comments-intro #abo a {
    margin-top: 2em;
    font-size: 15px;
    color: #000;
}

#prestablog-comments .comment {
    padding: 0;
    margin: 1.563rem auto 0;
}

#prestablogauthor {
    min-height: 0;
    padding: 1rem 0 2rem;
    margin-bottom: 0;
    border: none;
}
.prestablog-post-details__head-content #prestablogauthor {
    padding: 0;
}
#prestablogauthor img.author {
    padding-top: 0;
    padding-bottom: 0;
}
#prestablogauthor #prestablogfont p {
    margin-bottom: 0;
}
/* #prestablogauthor .blog-details__author-name,
#prestablogauthor .blog-details__author-name .blog_link {
    margin: 0 auto 1.375em;
    font-size: 0.875rem;
    text-transform: uppercase;
}
#prestablogauthor .blog-details__author-link {
    margin-top: 1.375em;
} */

#module-prestablog-blog #products .product-miniature.product-has-flags .product-description {
    margin-top: 0.785em;
}

#blog_article_linked > h2,
#blog_article_linked > .h5 {
    margin-bottom: calc(0.5rem - 10px);
}

#blog_product_linked,
.page-product-box {
    border: none;
    background-color: transparent;
}
#blog_product_linked .img-thumbnail,
.page-product-box {
    padding: 0;
    border: none;
}

#prestablogauthor.blog-author__intro {
    padding: 0;
    border: none;
}
#prestablogauthor.blog-author__intro img.author {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 300px;
}
#prestablogauthor.blog-author__intro h1 {
    margin-top: .8375em;
}

#module-prestablog-blog #wrapper > .container-fluid:first-child {
    overflow-x: hidden;
}
.blog_melide-slideshow {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    padding-right: 30px;
    width: 100vw;
    margin-left: calc(calc(100vw - 100%)*-0.5);
    overflow: hidden;
}
.blog_melide-slideshow-inner {
    /* width: 105vw; */
    margin: 0 -5px;
}
.blog_melide-slideshow a {
    padding: 0 5px;
}
.blog_melide-slideshow a img {
    width: 100%;
}
.blog_melide-slideshow .slick-dots {
    bottom: -2.5rem;
    margin-bottom: 0 !important;
}

/* .blog_melide-columns {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.blog_melide-columns > *:first-child {
    grid-area: 1 / 2 / 2 / 4;
}
.blog_melide-columns > *:last-child {
    grid-area: 1 / 4 / 2 / 6;
} */
.blog_melide-columns {
    display: flex;
    justify-content: center;
}
.blog_melide-columns > * {
    max-width: 50%;
}

@media (max-width: 767px) {
    #blog_list_1-7 li {
        padding-right: 0;
        padding-left: 0;
    }
    .blog-meta,
    /* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom .date_blog-cat, -- ONLY FIRST BLOCK FIRST PAGE
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom .date_blog-cat a, */
    #blog_list_1-7 li.blog-grid .blog-meta--bottom .date_blog-cat,
    #blog_list_1-7 li.blog-grid .blog-meta--bottom .date_blog-cat a {
        font-size: 7.5px;
    }
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_cont .blog-meta,
    .blog-detail__cats,
    time.blog-details__date.date,
    .blog-details__author-name,
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat,
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat a {
        font-size: 12px;
    }
    /* #prestablogfront h1#prestablog_article {
        font-size: 20px;
    } */
    #prestablogfont,
    #prestablog-comments .comment p {
        font-size: 12.5px !important;
    }
    fieldset#prestablog-comment input.text,
    fieldset#prestablog-comment textarea {
        margin-bottom: 20px;
    }
    #prestablogauthor img.author {
        padding: 0;
    }
    #blog_product_linked {
        padding-right: 0;
        padding-left: 0;
    }

    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_bas {
        padding-top: .5rem;
    }
    /* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child h3 a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom {
        margin-top: 10px;
    } */

    /* 4 items grid */
    #module-prestablog-blog #blog_list_1-7 p.h3title a,
    #module-prestablog-blog  #blog_list_1-7 h3 a {
        font-size: 16px;
    }

    /* Blog details */
    .prestablog-post-details__head-content {
        margin-bottom: 2.5rem;
    }

    #prestablogfont p,
    #prestablogfont ul,
    #prestablogfont ul li,
    #prestablogfont ol,
    #prestablogfont ol li {
        /* font-size: 16px; */
        font-size: 1.125em;
    }

    /* .blog_melide-slideshow-inner {
        width: 240vw;
    } */
    .blog_melide-slideshow{
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    #blog_list_1-7 {
        width: calc(100% - 10px);
        margin-right: 5px;
        margin-left: 5px;
    }

    #blog_list_1-7.three_article li,
    #blog_list_1-7 li.blog-grid,
    #blog_article_linked #blog_list_1-7 li {
        width: 25%;
        min-width: 25%;
    }
    #module-prestablog-blog #blog_list_1-7.three_article li,
    #module-prestablog-blog #blog_list_1-7 li.blog-grid {
        padding-right: 5px;
        padding-left: 5px;
    }

    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(2),
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(3),
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(4) {
        width: 33.3333334%;
        min-width: 33.3333334%;
    }
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(2) p.h3title a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(2) h3 a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(3) p.h3title a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(3) h3 a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(4) p.h3title a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(4) h3 a {
        font-size: calc(20px + (5*(100vw - 767px))/1153);
    }

    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_cont {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_bas,
    .prestablog-post-details__head-content {
        padding-right: 2rem;
    }

    /* #module-prestablog-blog #blog_list_1-7.two_article li:nth-child(odd),
    #module-prestablog-blog #blog_list_1-7.three_article li:nth-child(odd),
    #module-prestablog-blog #blog_list_1-7 li.blog-grid:nth-child(odd) {
        padding-right: 2rem;
    }
    #module-prestablog-blog #blog_list_1-7.two_article li:nth-child(even),
    #module-prestablog-blog #blog_list_1-7.three_article li:nth-child(even),
    #module-prestablog-blog #blog_list_1-7 li.blog-grid:nth-child(even) {
        padding-left: 2rem;
    } */
    #module-prestablog-blog #blog_article_linked #blog_list_1-7.two_article li,
    #module-prestablog-blog #blog_article_linked #blog_list_1-7.three_article li,
    #module-prestablog-blog #blog_article_linked #blog_list_1-7 li.blog-grid {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }


    .prestablog-post-details:not(.prestablog-post-details--head) {
        max-width: 75%;
    }

    .prestablog-post-details__head {
        padding-right: 15px;
        padding-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .prestablog-post-details__head > * {
        width: 50%;
        max-width: 50%;
    }

    #blog_product_linked .product-accessories {
        padding-left: 15px;
    }

    #blog_article_linked > h2,
    .cat_desc_blog {
        padding-right: 15px;
        padding-left: 15px;
    }

    .page-product-box {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .page-product-box #blog_list_1-7 {
        margin: 0;
    }
    #blog_article_linked > .h5 {
        padding: 0 10px;
    }
}
/* @media (min-width: 992px) {
    .blog__main-img,
    .blog-detail__title {
        width: 130%;
        min-width: 130%;
        margin-left: -15% !important;
    }
} */
/* @media (min-width: 1024px) {
    #module-prestablog-blog #blog_list_1-7.two_article li,
    #module-prestablog-blog #blog_list_1-7.three_article li,
    #module-prestablog-blog #blog_list_1-7 li.blog-grid {
        width: 50%;
        min-width: 50%;
    }
    #blog_list_1-7.two_article li,
    #blog_list_1-7.three_article li,
    #blog_list_1-7 li.blog-grid,
    #module-prestablog-blog #blog_article_linked #blog_list_1-7.two_article li,
    #module-prestablog-blog #blog_article_linked #blog_list_1-7.three_article li,
    #module-prestablog-blog #blog_article_linked #blog_list_1-7 li.blog-grid,
    #blog_article_linked #blog_list_1-7 li {
        width: 25%;
        min-width: 25%;
    }
    #module-prestablog-blog #blog_list_1-7.two_article li:nth-child(odd),
    #module-prestablog-blog #blog_list_1-7.three_article li:nth-child(odd),
    #module-prestablog-blog #blog_list_1-7 li.blog-grid:nth-child(odd) {
        padding-right: 2rem;
    }
    #module-prestablog-blog #blog_list_1-7.two_article li:nth-child(even),
    #module-prestablog-blog #blog_list_1-7.three_article li:nth-child(even),
    #module-prestablog-blog #blog_list_1-7 li.blog-grid:nth-child(even) {
        padding-left: 2rem;
    }
} */
@media (min-width: 1920px) {
    .blog-meta,
    /* #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom .date_blog-cat, -- ONLY FIRST BLOCK FIRST PAGE
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .blog-meta--bottom .date_blog-cat a, */
    #blog_list_1-7 li.blog-grid .blog-meta--bottom .date_blog-cat,
    #blog_list_1-7 li.blog-grid .blog-meta--bottom .date_blog-cat a {
        font-size: 12px;
    }
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .block_cont .blog-meta,
    .blog-detail__cats,
    time.blog-details__date.date,
    .blog-details__author-name,
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat,
    #blog_list_1-7.prestablog--first-page li.blog-grid:first-child .date_blog-cat a {
        font-size: 15px;
    }
    #blog_list_1-7 p.h3title a,
    #blog_list_1-7 h3 a {
        font-size: 25px;
    }
    /* #prestablogfront h1#prestablog_article {
        font-size: 25px;
    } */
    #prestablogfont,
    #prestablog-comments .comment p {
        font-size: 20px !important;
    }
    fieldset#prestablog-comment input.text,
    fieldset#prestablog-comment textarea {
        margin-bottom: 40px;
    }

    /* 4 items grid */
    #module-prestablog-blog #blog_list_1-7 p.h3title a,
    #module-prestablog-blog  #blog_list_1-7 h3 a {
        font-size: 20px;
    }

    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(2) p.h3title a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(2) h3 a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(3) p.h3title a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(3) h3 a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(4) p.h3title a,
    #blog_list_1-7.prestablog--first-page li.blog-grid:nth-child(4) h3 a {
        font-size: 25px;
    }

    /* Blog details */
    #prestablogfont p,
    #prestablogfont ul,
    #prestablogfont ul li,
    #prestablogfont ol,
    #prestablogfont ol li {
        /* font-size: 38px; */
        font-size: 1.125em;
    }
}