/** Shopify CDN: Minification failed

Line 1968:4 Expected identifier but found "*"
Line 2078:4 Expected identifier but found "*"
Line 18403:0 Unexpected "}"
Line 18761:35 "widht" is not a known CSS property

**/
/*== theme css == */

@charset "UTF-8";
/*============================================================================
Debut | Built with Shopify Slate
Some things to know about this file:
- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
- The output CSS is compressed and comments are removed
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ SASS HELPERS ================*/
/*================ #Mixins ================*/
/*============================================================================
Prefix mixin for generating vendor prefixes.
Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
Usage:
// Input:
.element {
@include prefix(transform, scale(1), ms webkit spec);
}
// Output:
.element {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
Convert pixels (unitless) to ems
eg. for a relational value of 12px write calc-font-size(12) when the parent is 16px
if the parent is another value say 24px write calc-font-size(12, 24)
Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
Flexbox prefix mixins from Bourbon
https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
Grid Breakpoints and Class Names
- Do not change the variable names
- Breakpoint pixel values are used in the window.theme.breakpoints object
==============================================================================*/
/*============================================================================
Generate breakpoint-specific column widths and push classes
- Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
- Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Footer Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ Product video ================*/
/*================ Image placeholder ================*/
/*================ VENDOR ================*/
/*============================================================================
Slick Slider 1.6.0
- If upgrading Slick's styles, use the following variables/functions
instead of the slick defaults (from slick-theme.scss)
- This file includes default slick.scss styles (at Slick Slider SCSS)
and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
- Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ Slick Slider SCSS ================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h4,
h3,
h5,
h6,
p,
body,
span {
    font-family: 'Poppins', sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-4,
    ul.collection_list li.product_item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {
    .product-featured-media {
        width: 663.078283px !important;
        height: 876px !important;
        margin-top: 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .product-single__media {
        padding-top: 130.682% !important;
    }

    .product-single__media-wrapper {
        max-width: 663.078283px !important;
    }

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

@media (min-width: 1200px) {
    .modal .modal-wrapper {
        height: auto !important;
    }

    .added_items_col,
    .buy_items_area {
        height: 400px;
    }


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

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

/* boostrap */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
    background: #fff var(--slick-img-url) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button,
.slick-dots li a {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li a:hover:before,
.slick-dots li a:focus:before {
    opacity: 1;
}

.slick-dots li button:before,
.slick-dots li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 0.75;
}

/*================ GLOBAL ================*/
/*============================================================================
#Normalize
Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

input,
textarea,
select,
.disclosure__toggle {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: var(--font-weight-body--bolder);
}

em {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    border: 0;
}

button,
input,
optgroup,
select,
.disclosure__toggle,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

textarea {
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*============================================================================
Fast Tap
enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
.disclosure__toggle,
textarea {
    touch-action: manipulation;
}

/*============================================================================
#Grid
==============================================================================*/
/*============================================================================
Grid Setup
1. Allow the grid system to be used on lists.
2. Remove any margins and paddings that might affect the grid system.
3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
/*============================================================================
Reversed grids allow you to structure your source in the opposite
order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
    direction: rtl;
    text-align: left;
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left;
    float: right;
}

/*============================================================================
Grid Columns
- Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
    width: 100%;
}

/* Halves */
.one-half {
    width: 50%;
}

/* Thirds */
.one-third {
    width: 33.33333%;
}

.two-thirds {
    width: 66.66667%;
}

/* Quarters */
.one-quarter {
    width: 25%;
}

.two-quarters {
    width: 50%;
}

.three-quarters {
    width: 75%;
}

/* Fifths */
.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

/* Sixths */
.one-sixth {
    width: 16.66667%;
}

.two-sixths {
    width: 33.33333%;
}

.three-sixths {
    width: 50%;
}

.four-sixths {
    width: 66.66667%;
}

.five-sixths {
    width: 83.33333%;
}

/* Eighths */
.one-eighth {
    width: 12.5%;
}

.two-eighths {
    width: 25%;
}

.three-eighths {
    width: 37.5%;
}

.four-eighths {
    width: 50%;
}

.five-eighths {
    width: 62.5%;
}

.six-eighths {
    width: 75%;
}

.seven-eighths {
    width: 87.5%;
}

/* Tenths */
.one-tenth {
    width: 10%;
}

.two-tenths {
    width: 20%;
}

.three-tenths {
    width: 30%;
}

.four-tenths {
    width: 40%;
}

.five-tenths {
    width: 50%;
}

.six-tenths {
    width: 60%;
}

.seven-tenths {
    width: 70%;
}

.eight-tenths {
    width: 80%;
}

.nine-tenths {
    width: 90%;
}

/* Twelfths */
.one-twelfth {
    width: 8.33333%;
}

.two-twelfths {
    width: 16.66667%;
}

.three-twelfths {
    width: 25%;
}

.four-twelfths {
    width: 33.33333%;
}

.five-twelfths {
    width: 41.66667%;
}

.six-twelfths {
    width: 50%;
}

.seven-twelfths {
    width: 58.33333%;
}

.eight-twelfths {
    width: 66.66667%;
}

.nine-twelfths {
    width: 75%;
}

.ten-twelfths {
    width: 83.33333%;
}

.eleven-twelfths {
    width: 91.66667%;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/* nov-18-2022  */
.modal_data h2:nth-child(1) {
    background-color: #f7c81d;
    border-radius: 15px;
    margin-top: 47px;
    line-height: normal;
    padding: 0px;
    height: 50px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
    .free-cart-wrapper.headerbar {
        display: block !important;
      }

    /* Whole */
    .small--one-whole {
        width: 100%;
    }

    /* Halves */
    .small--one-half {
        width: 50%;
    }

    /* Thirds */
    .small--one-third {
        width: 33.33333%;
    }

    .small--two-thirds {
        width: 66.66667%;
    }

    /* Quarters */
    .small--one-quarter {
        width: 25%;
    }

    .small--two-quarters {
        width: 50%;
    }

    .small--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .small--one-fifth {
        width: 20%;
    }

    .small--two-fifths {
        width: 40%;
    }

    .small--three-fifths {
        width: 60%;
    }

    .small--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .small--one-sixth {
        width: 16.66667%;
    }

    .small--two-sixths {
        width: 33.33333%;
    }

    .small--three-sixths {
        width: 50%;
    }

    .small--four-sixths {
        width: 66.66667%;
    }

    .small--five-sixths {
        width: 83.33333%;
    }

    /* Eighths */
    .small--one-eighth {
        width: 12.5%;
    }

    .small--two-eighths {
        width: 25%;
    }

    .small--three-eighths {
        width: 37.5%;
    }

    .small--four-eighths {
        width: 50%;
    }

    .small--five-eighths {
        width: 62.5%;
    }

    .small--six-eighths {
        width: 75%;
    }

    .small--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .small--one-tenth {
        width: 10%;
    }

    .small--two-tenths {
        width: 20%;
    }

    .small--three-tenths {
        width: 30%;
    }

    .small--four-tenths {
        width: 40%;
    }

    .small--five-tenths {
        width: 50%;
    }

    .small--six-tenths {
        width: 60%;
    }

    .small--seven-tenths {
        width: 70%;
    }

    .small--eight-tenths {
        width: 80%;
    }

    .small--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .small--one-twelfth {
        width: 8.33333%;
    }

    .small--two-twelfths {
        width: 16.66667%;
    }

    .small--three-twelfths {
        width: 25%;
    }

    .small--four-twelfths {
        width: 33.33333%;
    }

    .small--five-twelfths {
        width: 41.66667%;
    }

    .small--six-twelfths {
        width: 50%;
    }

    .small--seven-twelfths {
        width: 58.33333%;
    }

    .small--eight-twelfths {
        width: 66.66667%;
    }

    .small--nine-twelfths {
        width: 75%;
    }

    .small--ten-twelfths {
        width: 83.33333%;
    }

    .small--eleven-twelfths {
        width: 91.66667%;
    }

    .grid--uniform .small--one-half:nth-child(2n+1),
    .grid--uniform .small--one-third:nth-child(3n+1),
    .grid--uniform .small--one-quarter:nth-child(4n+1),
    .grid--uniform .small--one-fifth:nth-child(5n+1),
    .grid--uniform .small--one-sixth:nth-child(6n+1),
    .grid--uniform .small--two-sixths:nth-child(3n+1),
    .grid--uniform .small--three-sixths:nth-child(2n+1),
    .grid--uniform .small--one-eighth:nth-child(8n+1),
    .grid--uniform .small--two-eighths:nth-child(4n+1),
    .grid--uniform .small--four-eighths:nth-child(2n+1),
    .grid--uniform .small--five-tenths:nth-child(2n+1),
    .grid--uniform .small--one-twelfth:nth-child(12n+1),
    .grid--uniform .small--two-twelfths:nth-child(6n+1),
    .grid--uniform .small--three-twelfths:nth-child(4n+1),
    .grid--uniform .small--four-twelfths:nth-child(3n+1),
    .grid--uniform .small--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .small--show {
        display: block !important;
    }

    .small--hide {
        display: none !important;
    }

    .small--text-left {
        text-align: left !important;
    }

    .small--text-right {
        text-align: right !important;
    }

    .small--text-center {
        text-align: center !important;
    }
}

@media only screen and (min-width: 750px) {

    /* Whole */
    .medium-up--one-whole {
        width: 100%;
    }

    /* Halves */
    .medium-up--one-half {
        width: 50%;
    }

    /* Thirds */
    .medium-up--one-third {
        width: 33.33333%;
    }

    .medium-up--two-thirds {
        width: 66.66667%;
    }

    /* Quarters */
    .medium-up--one-quarter {
        width: 30%;
    }

    .icons_lefts_haeder {
        width: 70%;
    }

    .medium-up--two-quarters {
        width: 50%;
    }

    .medium-up--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .medium-up--one-fifth {
        width: 20%;
    }

    .medium-up--two-fifths {
        width: 40%;
    }

    .medium-up--three-fifths {
        width: 60%;
    }

    .medium-up--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .medium-up--one-sixth {
        width: 16.66667%;
    }

    .medium-up--two-sixths {
        width: 33.33333%;
    }

    .medium-up--three-sixths {
        width: 50%;
    }

    .medium-up--four-sixths {
        width: 66.66667%;
    }

    .medium-up--five-sixths {
        width: 83.33333%;
    }

    /* Eighths */
    .medium-up--one-eighth {
        width: 12.5%;
    }

    .medium-up--two-eighths {
        width: 25%;
    }

    .medium-up--three-eighths {
        width: 37.5%;
    }

    .medium-up--four-eighths {
        width: 50%;
    }

    .medium-up--five-eighths {
        width: 62.5%;
    }

    .medium-up--six-eighths {
        width: 75%;
    }

    .medium-up--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .medium-up--one-tenth {
        width: 10%;
    }

    .medium-up--two-tenths {
        width: 20%;
    }

    .medium-up--three-tenths {
        width: 30%;
    }

    .medium-up--four-tenths {
        width: 40%;
    }

    .medium-up--five-tenths {
        width: 50%;
    }

    .medium-up--six-tenths {
        width: 60%;
    }

    .medium-up--seven-tenths {
        width: 70%;
    }

    .medium-up--eight-tenths {
        width: 80%;
    }

    .medium-up--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .medium-up--one-twelfth {
        width: 8.33333%;
    }

    .medium-up--two-twelfths {
        width: 16.66667%;
    }

    .medium-up--three-twelfths {
        width: 25%;
    }

    .medium-up--four-twelfths {
        width: 33.33333%;
    }

    .medium-up--five-twelfths {
        width: 41.66667%;
    }

    .medium-up--six-twelfths {
        width: 50%;
    }

    .medium-up--seven-twelfths {
        width: 58.33333%;
    }

    .medium-up--eight-twelfths {
        width: 66.66667%;
    }

    .medium-up--nine-twelfths {
        width: 75%;
    }

    .medium-up--ten-twelfths {
        width: 83.33333%;
    }

    .medium-up--eleven-twelfths {
        width: 91.66667%;
    }

    .grid--uniform .medium-up--one-half:nth-child(2n+1),
    .grid--uniform .medium-up--one-third:nth-child(3n+1),
    .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
    .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
    .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
    .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
    .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
    .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
    .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
    .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
    .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
    .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
    .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .medium-up--show {
        display: block !important;
    }

    .medium-up--hide {
        display: none !important;
    }

    .medium-up--text-left {
        text-align: left !important;
    }

    .medium-up--text-right {
        text-align: right !important;
    }

    .medium-up--text-center {
        text-align: center !important;
    }
}

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {

    /* Halves */
    .small--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .small--push-one-third {
        left: 33.33333%;
    }

    .small--push-two-thirds {
        left: 66.66667%;
    }

    /* Quarters */
    .small--push-one-quarter {
        left: 25%;
    }

    .small--push-two-quarters {
        left: 50%;
    }

    .small--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .small--push-one-fifth {
        left: 20%;
    }

    .small--push-two-fifths {
        left: 40%;
    }

    .small--push-three-fifths {
        left: 60%;
    }

    .small--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .small--push-one-sixth {
        left: 16.66667%;
    }

    .small--push-two-sixths {
        left: 33.33333%;
    }

    .small--push-three-sixths {
        left: 50%;
    }

    .small--push-four-sixths {
        left: 66.66667%;
    }

    .small--push-five-sixths {
        left: 83.33333%;
    }

    /* Eighths */
    .small--push-one-eighth {
        left: 12.5%;
    }

    .small--push-two-eighths {
        left: 25%;
    }

    .small--push-three-eighths {
        left: 37.5%;
    }

    .small--push-four-eighths {
        left: 50%;
    }

    .small--push-five-eighths {
        left: 62.5%;
    }

    .small--push-six-eighths {
        left: 75%;
    }

    .small--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .small--push-one-tenth {
        left: 10%;
    }

    .small--push-two-tenths {
        left: 20%;
    }

    .small--push-three-tenths {
        left: 30%;
    }

    .small--push-four-tenths {
        left: 40%;
    }

    .small--push-five-tenths {
        left: 50%;
    }

    .small--push-six-tenths {
        left: 60%;
    }

    .small--push-seven-tenths {
        left: 70%;
    }

    .small--push-eight-tenths {
        left: 80%;
    }

    .small--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .small--push-one-twelfth {
        left: 8.33333%;
    }

    .small--push-two-twelfths {
        left: 16.66667%;
    }

    .small--push-three-twelfths {
        left: 25%;
    }

    .small--push-four-twelfths {
        left: 33.33333%;
    }

    .small--push-five-twelfths {
        left: 41.66667%;
    }

    .small--push-six-twelfths {
        left: 50%;
    }

    .small--push-seven-twelfths {
        left: 58.33333%;
    }

    .small--push-eight-twelfths {
        left: 66.66667%;
    }

    .small--push-nine-twelfths {
        left: 75%;
    }

    .small--push-ten-twelfths {
        left: 83.33333%;
    }

    .small--push-eleven-twelfths {
        left: 91.66667%;
    }
}

@media only screen and (min-width: 750px) {

    /* Halves */
    .medium-up--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .medium-up--push-one-third {
        left: 33.33333%;
    }

    .medium-up--push-two-thirds {
        left: 66.66667%;
    }

    /* Quarters */
    .medium-up--push-one-quarter {
        left: 25%;
    }

    .medium-up--push-two-quarters {
        left: 50%;
    }

    .medium-up--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .medium-up--push-one-fifth {
        left: 20%;
    }

    .medium-up--push-two-fifths {
        left: 40%;
    }

    .medium-up--push-three-fifths {
        left: 60%;
    }

    .medium-up--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .medium-up--push-one-sixth {
        left: 16.66667%;
    }

    .medium-up--push-two-sixths {
        left: 33.33333%;
    }

    .medium-up--push-three-sixths {
        left: 50%;
    }

    .medium-up--push-four-sixths {
        left: 66.66667%;
    }

    .medium-up--push-five-sixths {
        left: 83.33333%;
    }

    /* Eighths */
    .medium-up--push-one-eighth {
        left: 12.5%;
    }

    .medium-up--push-two-eighths {
        left: 25%;
    }

    .medium-up--push-three-eighths {
        left: 37.5%;
    }

    .medium-up--push-four-eighths {
        left: 50%;
    }

    .medium-up--push-five-eighths {
        left: 62.5%;
    }

    .medium-up--push-six-eighths {
        left: 75%;
    }

    .medium-up--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .medium-up--push-one-tenth {
        left: 10%;
    }

    .medium-up--push-two-tenths {
        left: 20%;
    }

    .medium-up--push-three-tenths {
        left: 30%;
    }

    .medium-up--push-four-tenths {
        left: 40%;
    }

    .medium-up--push-five-tenths {
        left: 50%;
    }

    .medium-up--push-six-tenths {
        left: 60%;
    }

    .medium-up--push-seven-tenths {
        left: 70%;
    }

    .medium-up--push-eight-tenths {
        left: 80%;
    }

    .medium-up--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .medium-up--push-one-twelfth {
        left: 8.33333%;
    }

    .medium-up--push-two-twelfths {
        left: 16.66667%;
    }

    .medium-up--push-three-twelfths {
        left: 25%;
    }

    .medium-up--push-four-twelfths {
        left: 33.33333%;
    }

    .medium-up--push-five-twelfths {
        left: 41.66667%;
    }

    .medium-up--push-six-twelfths {
        left: 50%;
    }

    .medium-up--push-seven-twelfths {
        left: 58.33333%;
    }

    .medium-up--push-eight-twelfths {
        left: 66.66667%;
    }

    .medium-up--push-nine-twelfths {
        left: 75%;
    }

    .medium-up--push-ten-twelfths {
        left: 83.33333%;
    }

    .medium-up--push-eleven-twelfths {
        left: 91.66667%;
    }
}

/*================ #Helper Classes ================*/
.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.visually-hidden--static {
    position: static !important;
}

.js-focus-hidden:focus {
    outline: none;
}

.no-js:not(html) {
    display: none;
}

.no-js .no-js:not(html) {
    display: block;
}

.no-js .js {
    display: none;
}

.hide {
    display: none !important;
}

/*============================================================================
Skip to content button
- Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--color-text);
    background-color: var(--color-bg);
    padding: 10px;
    opacity: 1;
    z-index: 10000;
    transition: none;
}

/*=============== Lazy loading ===================*/
.box {
    background: no-repeat;
    background-color: #f7f7f7;
    background-size: contain;
}

.ratio-container {
    position: relative;
}

.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
    padding-bottom: 50%;
    content: "";
}

.ratio-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=============== Critical CSS ===================*/
.main-content {
    opacity: 1;
}

.main-content .shopify-section {
    display: inherit;
}

.critical-hidden {
    display: inherit;
}

/*================ #Basic Styles ================*/
.page-width {
    *zoom: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.page-width::after {
    content: '';
    display: table;
    clear: both;
}

.main-content {
    display: block;
    padding-top: 35px;
}

@media only screen and (min-width: 750px) {
    .main-content {
        padding-top: 55px;
    }
}

.section-header {
    margin-bottom: 35px;
}

@media only screen and (min-width: 750px) {
    .section-header {
        margin-bottom: 30px;
    }
}

/*================ Typography ================*/
blockquote {
    font-size: calc(((18) / (var(--font-size-base))) * 1em);
    font-style: normal;
    text-align: center;
    padding: 0 30px;
    margin: 0;
}

.rte blockquote {
    border-color: var(--color-border);
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 27.5px;
}

blockquote p+cite {
    margin-top: 27.5px;
}

blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: var(--font-weight-body);
}

blockquote cite::before {
    content: '\2014 \0020';
}

code,
pre {
    font-family: Consolas, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
}

input,
textarea,
select,
.disclosure__toggle {
    font-size: calc(var(--font-size-base) * 1px);
    font-family: var(--font-stack-body);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-body);
    color: var(--color-text);
    line-height: 1.5;
}

@media only screen and (max-width: 989px) {

    input,
    textarea,
    select,
    .disclosure__toggle,
    button {
        font-size: 16px;
    }
}

/*================ Headings ================*/
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 17.5px;
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

h3,
.h3 {
    font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
    text-transform: none;
    letter-spacing: 0;
}

@media only screen and (max-width: 749px) {

    h3,
    .h3 {
        font-size: calc(((var(--font-h3-mobile)) / (var(--font-size-base))) * 1em);
    }
}

h4,
.h4 {
    font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em);
}

@media only screen and (max-width: 749px) {

    h4,
    .h4 {
        font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base))) * 1em);
    }
}

h5,
.h5 {
    font-size: calc(((var(--font-h5-desktop)) / (var(--font-size-base))) * 1em);
}

@media only screen and (max-width: 749px) {

    h5,
    .h5 {
        font-size: calc(((var(--font-h5-mobile)) / (var(--font-size-base))) * 1em);
    }
}

h6,
.h6 {
    font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1em);
}

@media only screen and (max-width: 749px) {

    h6,
    .h6 {
        font-size: calc(((var(--font-h6-mobile)) / (var(--font-size-base))) * 1em);
    }
}

/*================ RTE headings ================*/
.rte {
    color: var(--color-body-text);
    margin-bottom: 35px;
}

.rte:last-child {
    margin-bottom: 0;
}

.rte h1,
.rte h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
    margin-top: 55px;
    margin-bottom: 27.5px;
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
    margin-top: 0;
}

.rte li {
    margin-bottom: 4px;
    list-style: inherit;
}

.rte li:last-child {
    margin-bottom: 0;
}

.rte-setting {
    margin-bottom: 19.44444px;
}

.rte-setting:last-child {
    margin-bottom: 0;
}

/*================ Misc styles ================*/
.fine-print {
    font-size: calc(((14) / (var(--font-size-base))) * 1em);
    font-style: italic;
}

.txt--minor {
    font-size: 80%;
}

.txt--emphasis {
    font-style: italic;
}

.address {
    margin-bottom: 55px;
}

/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
    color: var(--color-overlay-title-text);
}

.hero .mega-title,
.hero .mega-subtitle {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 750px) {

    .mega-title,
    .mega-subtitle {
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }
}

.mega-title {
    margin-bottom: 8px;
}

.mega-title--large {
    font-size: calc(((var(--font-size-header) + 8) / (var(--font-size-base))) * 1em);
}

@media only screen and (min-width: 750px) {
    .mega-title--large {
        font-size: calc(((var(--font-mega-title-large-desktop)) / (var(--font-size-base))) * 1em);
    }
}

@media only screen and (min-width: 750px) {
    .mega-subtitle {
        font-size: calc(((var(--font-size-base) + 4) / (var(--font-size-base))) * 1em);
        margin: 0 auto;
    }

    .text-center .mega-subtitle {
        max-width: 75%;
    }
}

.mega-subtitle p {
    color: var(--color-overlay-title-text);
}

.mega-subtitle a {
    color: var(--color-overlay-title-text);
    border-bottom: 1px solid currentColor;
}

.mega-subtitle a:hover,
.mega-subtitle a:focus {
    color: var(--color-overlay-text-focus);
}

.mega-subtitle--large {
    font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
    font-weight: var(--font-weight-header);
}

@media only screen and (min-width: 750px) {
    .mega-subtitle--large {
        font-size: calc(((var(--font-size-base) + 8) / (var(--font-size-base))) * 1em);
    }
}

/*============================================================================
Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
    display: block !important;
    visibility: visible !important;
}

/*================ #Icons ================*/
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
    fill: #ffffff;
}

/*================ Payment Icons ================*/
.payment-icons {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

@media only screen and (max-width: 749px) {
    .payment-icons {
        line-height: 40px;
    }
}

.payment-icons .icon {
    width: 38px;
    height: 24px;
    fill: inherit;
}

/*================ Social Icons ================*/
.social-icons .icon {
    width: 23px;
    height: 23px;
}

@media only screen and (min-width: 750px) {
    .social-icons .icon {
        width: 25px;
        height: 25px;
    }
}

.social-icons .icon.icon--wide {
    width: 40px;
}

/*================ Spinner Icon ================*/
.icon-spinner {
    -moz-animation: spin 500ms infinite linear;
    -o-animation: spin 500ms infinite linear;
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
}

/*================ Error Icons ================*/
.icon-error {
    fill: #d20000;
    width: calc(calc(var(--font-size-base) * 1px) - 2px);
    height: calc(calc(var(--font-size-base) * 1px) - 2px);
    margin-top: 0.1em;
    flex-shrink: 0;
}

/*================ #Lists ================*/
ul,
ol {
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

/*================ #Rich Text Editor ================*/
.rte img {
    height: auto;
}

.rte table {
    table-layout: fixed;
}

.rte ul,
.rte ol {
    margin: 0 0 17.5px 35px;
}

.rte ul.list--inline,
.rte ol.list--inline {
    margin-left: 0;
}

.rte ul {
    list-style: disc outside;
}

.rte ul ul {
    list-style: circle outside;
}

.rte ul ul ul {
    list-style: square outside;
}

.rte a:not(.btn) {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
    margin-left: 0;
    list-style-position: inside;
}

.scrollable-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*================ #Links and Buttons ================*/
a:not([disabled]):hover,
a:focus {
    color: var(--color-text-focus);
}

.password-powered-by a:not([disabled]):hover,
.password-powered-by a:focus {
    color: var(--color-text-focus);
    border-bottom: 1px solid var(--color-text-focus);
}

a[href^="tel"] {
    color: inherit;
}

/*================ Buttons ================*/
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

@media only screen and (min-width: 750px) {

    .btn,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 10px 18px;
    }
}

.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
.btn:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    color: var(--color-btn-primary-text);
    background-color: var(--color-btn-primary-focus);
}

.btn .icon-arrow-right,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
.btn .icon-arrow-left,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
    height: 9px;
}

.btn[disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
.btn[aria-disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[aria-disabled] {
    cursor: default;
    opacity: 0.5;
}

.btn--secondary {
    background-color: transparent;
    color: var(--color-btn-primary);
    border-color: var(--color-btn-primary);
}

.btn--secondary:not([disabled]):hover,
.btn--secondary:focus {
    background-color: transparent;
    color: var(--color-btn-primary-focus);
    border-color: var(--color-btn-primary-focus);
}

.btn--secondary-accent {
    background-color: var(--color-body);
    color: var(--color-btn-primary);
    border-color: var(--color-btn-primary);
}

.btn--secondary-accent:not([disabled]):hover,
.btn--secondary-accent:focus {
    background-color: var(--color-body);
    color: var(--color-btn-primary-focus);
    border-color: var(--color-btn-primary-focus);
}

.btn--small {
    padding: 8px 10px;
    font-size: calc(((12) / (var(--font-size-base))) * 1em);
    line-height: 1;
}

.btn--tertiary {
    background-color: transparent;
    color: var(--color-small-button-text-border);
    border-color: var(--color-small-button-text-border);
}

.btn--tertiary:not([disabled]):hover,
.btn--tertiary:focus {
    background-color: transparent;
    color: var(--color-small-button-text-border-focus);
    border-color: var(--color-small-button-text-border-focus);
}

/*================ Button variations ================*/
@media only screen and (max-width: 749px) {
    .btn--small-wide {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: var(--color-text);
    text-align: left;
}

.btn--link:not([disabled]):hover,
.btn--link:focus {
    color: var(--color-text-focus);
    background-color: transparent;
}

.btn--link .icon {
    vertical-align: middle;
}

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px;
}

.btn--has-icon-after .icon {
    margin-left: 10px;
}

.btn--has-icon-before .icon {
    margin-right: 10px;
}

/*================ Force an input/button to look like a text link ================*/
.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0;
}

.text-link--accent {
    color: var(--color-btn-primary);
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.text-link--accent:not([disabled]):hover,
.text-link--accent:focus {
    color: var(--color-btn-primary-focus);
}

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
    margin-top: 82.5px;
    margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
    .return-link-wrapper {
        margin-top: 55px;
    }
}

.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/*================ #Tables ================*/
table {
    margin-bottom: 27.5px;
}

table a {
    border-bottom: 1px solid currentColor;
}

th {
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-body--bold);
}

th,
td {
    text-align: left;
    border: 1px solid var(--color-border);
    padding: 10px 14px;
}

tbody th,
tfoot th {
    font-weight: normal;
}

/*============================================================================
Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table th,
    .responsive-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 27.5px;
        border: 0;
        margin: 0;
    }

    .responsive-table th::before,
    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px;
        font-weight: normal;
    }

    .responsive-table__row+.responsive-table__row,
    tfoot>.responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 55px;
    }

    .responsive-table__row+.responsive-table__row::after,
    tfoot>.responsive-table__row:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 27.5px;
        right: 27.5px;
        border-bottom: 1px solid var(--color-border);
    }
}

/*================ #Images and Iframes ================*/
svg:not(:root) {
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*================ Adds a background color pulsating animation ================*/
[data-image-loading-animation] {
    background-color: var(--global-color-image-loader-primary);
    -moz-animation: image-loader 2s 400ms infinite;
    -o-animation: image-loader 2s 400ms infinite;
    -webkit-animation: image-loader 2s 400ms infinite;
    animation: image-loader 2s 400ms infinite;
}

.no-js [data-image-loading-animation] {
    animation-name: none;
}

/*================ Forms ================*/
form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border-form);
    margin: 0 0 55px;
    padding: 27.5px;
}

legend {
    border: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

label {
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 749px) {
    label {
        font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    }
}

[type="radio"]+label,
[type="checkbox"]+label {
    display: inline-block;
    margin-bottom: 0;
}

label[for] {
    cursor: pointer;
}

input,
textarea,
select,
.disclosure__toggle {
    border: 1px solid var(--color-border-form);
    background-color: var(--color-text-field);
    color: var(--color-text-field-text);
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
}

input:focus,
textarea:focus,
select:focus,
.disclosure__toggle:focus {
    border-color: var(--color-border-form-darker);
}

input[disabled],
textarea[disabled],
select[disabled],
.disclosure__toggle[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
.input--error.disclosure__toggle::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5;
}

input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
.input--error.disclosure__toggle::-moz-placeholder {
    color: #d20000;
    opacity: 0.5;
}

input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
.input--error.disclosure__toggle:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5;
}

input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
.input--error.disclosure__toggle::-ms-input-placeholder {
    color: #d20000;
    opacity: 1;
}

input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder {
    color: transparent;
}

input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
.hidden-placeholder.disclosure__toggle::-moz-placeholder {
    color: transparent;
}

input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
.hidden-placeholder.disclosure__toggle:-ms-input-placeholder {
    color: transparent;
}

input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
.hidden-placeholder.disclosure__toggle::-ms-input-placeholder {
    opacity: 1;
}

.product-form input,
.product-form textarea,
.product-form select,
.product-form .disclosure__toggle {
    min-height: 44px;
}

textarea {
    min-height: 100px;
}

/*================ Error styles ================*/
input.input--error,
select.input--error,
.input--error.disclosure__toggle,
textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000;
    margin-bottom: 11.66667px;
}

.input-error-message {
    display: flex;
    line-height: 1.3;
    color: var(--color-body-text);
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    margin-bottom: 11.66667px;
}

@media only screen and (max-width: 749px) {
    .input-error-message {
        margin-bottom: 19.44444px;
    }
}

.input-error-message .icon {
    width: 1em;
    height: 1em;
    margin-right: calc((10 / (var(--font-size-base))) * 1em);
}

select,
.disclosure__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: var(--svg-select-icon);
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.2;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
}

@media only screen and (min-width: 750px) {

    select,
    .disclosure__toggle {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px;
    }
}

.select-group {
    position: relative;
    z-index: 2;
}

.select-group select,
.select-group .disclosure__toggle {
    background-image: none;
    background-color: transparent;
}

.select-group .icon {
    height: calc(8em / 16);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(8em / 16);
    z-index: -1;
}

.select-label {
    font-size: calc(((12) / (var(--font-size-base))) * 1em);
    text-transform: uppercase;
}

optgroup {
    font-weight: var(--font-weight-body--bold);
}

option {
    color: var(--color-text);
    background-color: var(--color-body);
}

select::-ms-expand,
.disclosure__toggle::-ms-expand {
    display: none;
}

/*================ Form labels ================*/
.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

::-webkit-input-placeholder {
    color: var(--color-text-field-text);
    opacity: 0.6;
}

::-moz-placeholder {
    color: var(--color-text-field-text);
    opacity: 0.6;
}

:-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: 0.6;
}

::-ms-input-placeholder {
    color: var(--color-text-field-text);
    opacity: 1;
}

/*================ Labels ================*/
.label--error {
    color: #d20000;
}

input,
textarea {
    padding: 8px 15px;
}

@media only screen and (min-width: 750px) {

    input,
    textarea {
        padding: 10px 18px;
    }
}

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical .disclosure__toggle,
.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.44444px;
}

.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical .input--error.disclosure__toggle,
.form-vertical textarea.input--error {
    margin-bottom: 11.66667px;
}

.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.form-vertical [type="submit"],
.form-vertical .btn,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
    display: inline-block;
    width: auto;
}

/*================ Single field forms ================*/
.form-single-field {
    margin: 0 auto 55px;
    max-width: 35rem;
}

.form-single-field .input--error {
    margin-bottom: 0;
}

/*================ Form feedback messages ================*/
.note,
.form-message {
    padding: 8px;
    margin: 0 0 27.5px;
    border: 1px solid var(--color-border-form);
}

@media only screen and (min-width: 750px) {

    .note,
    .form-message {
        padding: 10px;
    }
}

.form-message--success {
    border: 1px solid #1F873D;
    background-color: #f8fff9;
    color: #1F873D;
    display: block;
    width: 100%;
}

.form-message--error {
    color: #651818;
    border: 1px solid #d20000;
    background-color: #fff8f8;
    padding: 1rem 1.3rem;
    text-align: left;
    width: 100%;
}

.form-message--error li {
    list-style-type: disc;
    list-style-position: inside;
}

.form-message--error .form-message__title {
    font-size: 1.2em;
}

.form-message--error .form-message__link,
.form-message--error a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #651818;
}

.form-message--error .form-message__link:hover,
.form-message--error .form-message__link:focus,
.form-message--error a:hover,
.form-message--error a:focus {
    text-decoration: none;
    color: #651818;
}

/*================ Input Groups ================*/
.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.form-vertical .input-group {
    margin-bottom: 55px;
}

.input-group--nowrap {
    flex-wrap: nowrap;
}

.input-group--error {
    margin-bottom: 11.66667px;
}

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    min-height: 42px;
}

@media only screen and (min-width: 750px) {

    .input-group__field,
    .input-group__field input,
    .input-group__btn .btn,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
        min-height: 46px;
    }
}

.input-group__field {
    -ms-flex-preferred-size: 15rem;
    -webkit-flex-basis: 15rem;
    -moz-flex-basis: 15rem;
    flex-basis: 15rem;
    flex-grow: 9999;
    margin-bottom: 1rem;
    border-radius: 2px 0 0 2px;
    text-align: left;
}

.input-group__field input {
    width: 100%;
}

.form-vertical .input-group__field {
    margin: 0;
}

.input-group__field--connected {
    margin-bottom: 0;
}

.input-group__field--connected input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group__btn {
    flex-grow: 1;
}

.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    width: 100%;
    border-radius: 0 2px 2px 0;
}

/*================ #Site Nav and Dropdowns ================*/
.site-nav--centered {
    padding-bottom: 22px;
}

/*================ Site Nav Links ================*/
.site-nav__link.site-nav--active-dropdown {
    border: 1px solid var(--color-border);
    border-bottom: 1px solid transparent;
    z-index: 2;
}

.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
    border-bottom-color: var(--color-text);
}

@media only screen and (max-width: 989px) {
    .site-nav__link--button {
        font-size: calc(var(--font-size-base) * 1px);
    }
}

.site-nav__link--button:focus,
.site-nav__link--button:hover {
    color: var(--color-text-focus);
}

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
    position: relative;
}

.site-nav--has-centered-dropdown {
    position: static;
}

.site-nav__dropdown {
    display: none;
    position: absolute;
    padding: 11px 30px 11px 0;
    margin: 0;
    z-index: 7;
    text-align: left;
    border: 1px solid var(--color-border);
    background: var(--color-bg);
    left: -1px;
    top: 41px;
}

.site-nav__dropdown .site-nav__link {
    padding: 4px 15px 5px;
}

.site-nav--active-dropdown .site-nav__dropdown {
    display: block;
}

.site-nav__dropdown li {
    display: block;
}

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
    right: 0;
    left: unset;
}

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
    left: 0;
}

.site-nav__dropdown--centered {
    width: 100%;
    padding: 0;
    text-align: center;
}

/*================ Child list ================*/
.site-nav__childlist {
    display: inline-block;
    background: var(--color-bg);
    padding: 11px 17px;
    text-align: left;
}

.site-nav__childlist-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -15px;
}

.site-nav__childlist-item {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 15px;
}

.site-nav__child-link--parent {
    font-weight: var(--font-weight-body--bold);
    margin: 4px 0;
}

body.prevent-scrolling {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.page-width {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 749px) {
    .page-width {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.page-container {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 750px) {
    /* .page-container {
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0);
        margin-top: -5px;
    } */
}

hr {
    margin: 55px 0;
    border: 0;
    border-bottom: 1px solid var(--color-border);
}

.hr--small {
    padding: 10px 0;
    margin: 0;
}

.hr--invisible {
    border-bottom: 0;
}

.border-top {
    border-top: 1px solid var(--color-border);
}

.empty-page-content {
    padding: 125px 55px;
}

@media only screen and (max-width: 749px) {
    .empty-page-content {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.grid--half-gutters {
    margin-left: -15px;
}

.grid--half-gutters>.grid__item {
    padding-left: 15px;
}

.grid--double-gutters {
    margin-left: -60px;
}

.grid--double-gutters>.grid__item {
    padding-left: 60px;
}

.grid--flush-bottom {
    margin-bottom: -55px;
    overflow: auto;
}

.grid--flush-bottom>.grid__item {
    margin-bottom: 55px;
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes image-loader {
    0% {
        background-color: var(--global-color-image-loader-primary);
    }

    50% {
        background-color: var(--global-color-image-loader-primary);
    }

    100% {
        background-color: var(--global-color-image-loader-primary);
    }
}

@-moz-keyframes image-loader {
    0% {
        background-color: var(--global-color-image-loader-primary);
    }

    50% {
        background-color: var(--global-color-image-loader-primary);
    }

    100% {
        background-color: var(--global-color-image-loader-primary);
    }
}

@-ms-keyframes image-loader {
    0% {
        background-color: var(--global-color-image-loader-primary);
    }

    50% {
        background-color: var(--global-color-image-loader-primary);
    }

    100% {
        background-color: var(--global-color-image-loader-primary);
    }
}

@keyframes image-loader {
    0% {
        background-color: var(--global-color-image-loader-primary);
    }

    50% {
        background-color: var(--global-color-image-loader-primary);
    }

    100% {
        background-color: var(--global-color-image-loader-primary);
    }
}

.drawer {
    display: none;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
}

.js-drawer-open-top .drawer {
    display: block;
}

.drawer--top {
    width: 100%;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.js-drawer-open-top .drawer--top {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display: flex;
    max-height: 100vh;
}

.drawer-page-content::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-drawer-open .drawer-page-content::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle;
}

.drawer__close-button {
    background: none;
    border: 0 none;
    position: relative;
    right: -15px;
    height: 100%;
    width: 60px;
    padding: 0 20px;
    color: inherit;
    font-size: calc(((18) / (var(--font-size-base))) * 1em);
}

.drawer__close-button:active,
.drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6);
}

.grid--view-items {
    overflow: auto;
    margin-bottom: -35px;
}

.grid-view-item {
    margin: 0 auto 35px;
}

.custom__item .grid-view-item {
    margin-bottom: 0;
}

.grid-view-item__title {
    margin-bottom: 0;
    color: var(--color-text);
}

.grid-view-item__meta {
    margin-top: 8px;
}

@media only screen and (max-width: 749px) {

    .grid-view-item__title,
    .grid-view-item__meta {
        font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    }
}

.grid-view-item__link {
    display: block;
}

.grid-view-item__vendor {
    margin-top: 4px;
    color: var(--color-body-text);
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    text-transform: uppercase;
}

@media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
        font-size: calc(((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em);
    }
}

.grid-view-item__image-wrapper {
    margin: 0 auto 15px;
    position: relative;
    width: 100%;
}

.grid-view-item__image {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0;
}

.grid-view-item__image.lazyload {
    opacity: 0;
}

.list-view-item {
    margin-bottom: 22px;
}

.list-view-item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
    .list-view-item {
        border-bottom: 1px solid var(--color-border);
        padding-bottom: 22px;
    }

    .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.list-view-item__link {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.list-view-item__image {
    max-height: 95px;
}

.list-view-item__image-column {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    min-height: 44px;
}

@media only screen and (max-width: 749px) {
    .list-view-item__image-column {
        width: 85px;
    }
}

.list-view-item__image-wrapper {
    position: relative;
    margin-right: 35px;
}

@media only screen and (max-width: 749px) {
    .list-view-item__image-wrapper {
        margin-right: 17.5px;
    }
}

.list-view-item__title-column {
    display: table-cell;
    vertical-align: middle;
}

.list-view-item__title {
    color: var(--color-text);
    min-width: 100px;
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
}

@media only screen and (max-width: 749px) {
    .list-view-item__title {
        font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    }
}

.list-view-item__vendor {
    color: var(--color-body-text);
    font-size: 0.9em;
    font-weight: var(--font-weight-body);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-view-item__price-column {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    font-size: calc(((var(--font-size-base) + 1) / (var(--font-size-base))) * 1em);
}

@media only screen and (max-width: 749px) {
    .list-view-item__price-column {
        font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    }
}

.list-view-item__price-column .price {
    align-items: flex-end;
}

.list-view-item__price-column .price dd {
    margin: 0 0 0 0.5em;
}

.list-view-item__price-column .price__regular,
.list-view-item__price-column .price__sale {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-right: 0;
}

/*============================================================================
Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*================ Slick dots and prev/next pagination ================*/
.slideshow__arrows .slick-dots {
    margin: 0 0.75rem;
}

.slideshow__arrows .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px;
}

.slideshow__arrows .slick-dots li:first-of-type {
    margin-left: 0;
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }
}

.slideshow__arrows .slick-dots li button,
.slideshow__arrows .slick-dots li a {
    position: relative;
    padding: 0;
    width: 10px;
    height: 10px;
}

@media only screen and (min-width: 750px) {

    .slideshow__arrows .slick-dots li button,
    .slideshow__arrows .slick-dots li a {
        width: 12px;
        height: 12px;
    }
}

.slideshow__arrows .slick-dots li button::before,
.slideshow__arrows .slick-dots li a::before {
    text-indent: -9999px;
    background-color: transparent;
    border-radius: 100%;
    background-color: currentColor;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    transition: all 0.2s;
}

@media only screen and (min-width: 750px) {

    .slideshow__arrows .slick-dots li button::before,
    .slideshow__arrows .slick-dots li a::before {
        width: 12px;
        height: 12px;
    }
}

.slideshow__arrows .slick-dots li.slick-active button::before,
.slideshow__arrows .slick-dots li.slick-active a::before,
.slideshow__arrows .slick-dots li.slick-active-mobile button::before,
.slideshow__arrows .slick-dots li.slick-active-mobile a::before {
    opacity: 1;
}

.slideshow__arrows .slick-dots li button:active::before,
.slideshow__arrows .slick-dots li .slick-active a::before,
.slideshow__arrows .slick-dots li .slick-active-mobile a::before {
    opacity: 0.7;
}

/*================ Index sections ================*/
.index-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (min-width: 750px) {
    .index-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.index-section:first-child {
    padding-top: 0;
    border-top: 0;
}

.index-section:last-child {
    padding-bottom: 0;
}

.index-section--flush+.index-section--flush {
    margin-top: -70px;
}

@media only screen and (min-width: 750px) {
    [class*="index-section--flush"]+[class*="index-section--flush"] {
        margin-top: -110px;
    }
}

.index-section--flush:first-child {
    margin-top: -35px;
}

@media only screen and (min-width: 750px) {
    [class*="index-section--flush"]:first-child {
        margin-top: -55px;
    }
}

.index-section--flush:last-child {
    margin-bottom: -35px;
}

@media only screen and (min-width: 750px) {
    [class*="index-section--flush"]:last-child {
        margin-bottom: -55px;
    }
}

@media only screen and (max-width: 749px) {
    .index-section--featured-product:first-child {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 749px) {
    .index-section--slideshow+.index-section--flush {
        margin-top: 0.4rem;
    }
}

.placeholder-svg {
    display: block;
    fill: var(--color-blankstate);
    background-color: var(--color-blankstate-background);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid var(--color-blankstate-border);
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center;
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.placeholder-background .icon {
    border: 0;
}

.image-bar__content .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.plyr.plyr--full-ui.plyr--video {
    color: var(--color-text);
    background-color: transparent;
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video .plyr__poster {
    background-color: var(--color-video-bg);
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
    background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: rgba(var(--color-text-rgb), 0.55);
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--color-bg);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--color-text-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
    background-color: rgba(var(--color-text-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
    background-color: rgba(var(--color-text-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: var(--color-text);
    color: var(--color-bg);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
    border-top-color: var(--color-text);
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(var(--color-text-rgb), 0.6) 25%, transparent 25%, transparent 50%, rgba(var(--color-text-rgb), 0.6) 50%, rgba(var(--color-text-rgb), 0.6) 75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
    color: var(--color-bg);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--color-text);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--color-text);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--color-text);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--color-bg-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-track,
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-fill-upper {
    background-color: rgba(var(--color-bg-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: var(--color-text);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(var(--color-text-rgb), 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
    color: rgba(var(--color-text-rgb), 0.55);
    background: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-color: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: var(--color-bg);
    border-color: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
    color: rgba(var(--color-text-rgb), 0.55);
}

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
    display: table;
    height: 100%;
    width: 100%;
    color: var(--color-body-text);
    background-color: var(--color-body);
    background-size: cover;
}

.password-form-message {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.password-header {
    height: 85px;
    display: table-row;
}

.password-header__inner {
    display: table-cell;
    vertical-align: middle;
}

.password-login {
    padding: 0 30px;
    text-align: right;
}

.password-logo .logo {
    color: var(--color-text);
    font-weight: var(--font-weight-header);
    max-width: 100%;
}

.password-content {
    text-align: center;
}

.password-content--rte {
    margin-bottom: 35px;
}

.password-content__title {
    display: block;
    margin-bottom: 82.5px;
}

.password-main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.password-main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 27.5px 55px;
}

.password-message {
    max-width: 500px;
    margin: 82.5px auto 27.5px;
}

.password__form-heading {
    margin-bottom: 55px;
}

.password-powered-by {
    margin-top: 82.5px;
}

.password-social-sharing {
    margin-top: 82.5px;
}

.product-single {
    overflow-anchor: none;
}

.product-single__title {
    margin-bottom: 0.5rem;
}

.product__price,
.featured-product__price {
    font-size: 1.25em;
}

.product__policies {
    margin: 0.4rem 0 1rem 0;
    font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
}

/*================ Add to cart form ================*/
.product-form {
    width: auto;
    padding-top: 2rem;
}

/* .product-form__controls-group {
display: flex;
flex-wrap: wrap; } */
.product-form__controls-group--submit {
    margin-top: 0px;
}

.product-form__controls-group~.product-form__controls-group--submit {
    margin-top: 15px;
}

.product-form__item {
    flex-grow: 0;
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 0;
}

@media only screen and (min-width: 990px) {
    .product-form__item {
        flex-basis: 50%;
        padding: 0 5px;
    }

    .product-single--large-image .product-form__item {
        flex-basis: 100%;
    }
}

.product-form__item label {
    display: block;
}

.product-form__item--submit {
    -webkit-flex: 1 1 300px;
    -moz-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
}

.product-form__item--no-variants {
    max-width: 400px;
}

.product-form__item--payment-button {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
}

@media only screen and (min-width: 990px) {

    .product-single--small-media .product-form__item--payment-button,
    .product-single--full-media .product-form__item--payment-button {
        display: inline-flex;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
    }
}

.product-form__item--payment-button.product-form__item--no-variants {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}

.product-form--variant-sold-out .shopify-payment-button {
    display: none;
}

.product-form--payment-button-no-variants {
    max-width: 25rem;
    height: 125px;
}

.product-form__variants {
    display: none;
}

.no-js .product-form__variants {
    display: block;
}

.product-form__input {
    display: block;
    width: 100%;
}

.product-form__input.input--error {
    margin-bottom: 0;
}

.product-form__input--quantity {
    max-width: 5rem;
}

.product-form__error-message-wrapper {
    display: flex;
    flex-basis: 100%;
    padding: 0.5rem 0;
    margin: 0 calc((5 / (var(--font-size-base))) * 1em) 20px;
}

.product-form__controls-group~.product-form__error-message-wrapper {
    margin-bottom: 0;
}

.product-form__error-message-wrapper--has-payment-button {
    padding: 0.5rem 0;
}

.product-form__error-message-wrapper--hidden {
    display: none;
}

.product-form__error-message {
    margin-left: 0.5rem;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    line-height: 1.2;
    color: var(--color-body-text);
}

.product-form__cart-submit,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%;
    line-height: 1.4;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    padding: 15px 30px !important;
    min-width: 44px;
    margin-right: 10px;
}

.product-single--small-media .product-form__cart-submit,
.product-single--small-media .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-single--small-media .shopify-payment-button__button--unbranded,
.product-single--full-media .product-form__cart-submit,
.product-single--full-media .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-single--full-media .shopify-payment-button__button--unbranded {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 10px;
}

.product-single--small-media .shopify-payment-button,
.product-single--full-media .shopify-payment-button {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: var(--color-btn-primary-focus) !important;
}

.shopify-payment-button .shopify-payment-button__button--branded {
    border-radius: 2px;
    overflow: hidden;
}

.shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    text-decoration: underline;
}

.shopify-payment-button .shopify-payment-button__more-options:hover,
.shopify-payment-button .shopify-payment-button__more-options:focus {
    opacity: 0.6;
}

@media only screen and (min-width: 750px) {
    .product-form__cart-submit--small {
        max-width: 300px;
    }
}

.product-single__description {
    margin-top: 11px;
}

.product__quantity-error .icon {
    margin-right: 1rem;
}

/*================ Product Images ================*/
.product-single__thumbnail {
    display: block;
    margin: -2px 0 8px;
    min-height: 44px;
    position: relative;
    border: 2px solid transparent;
}

.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
    opacity: 0.8;
}

.product-single__thumbnail.active-thumb {
    border-color: var(--color-text);
}

.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 2px;
}

.product-single__thumbnail-badge {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 6px;
    pointer-events: none;
}

@media only screen and (min-width: 750px) {
    .product-single__thumbnail-badge {
        width: 26px;
        height: 26px;
    }
}

.product-single__thumbnail-badge .icon {
    fill: var(--color-bg);
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
    stroke: rgba(var(--color-text-rgb), 0.05);
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
    fill: var(--color-text);
}

.product-featured-media {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
}

.no-js .product-featured-media {
    position: relative;
}

.zoomImg {
    background-color: var(--color-body);
}

@media only screen and (max-width: 749px) {
    .product-single__media-group {
        margin-bottom: 30px;
    }

    .product-single__media--has-thumbnails {
        margin-bottom: 30px;
    }
}

.product-single__media-group--full {
    margin-bottom: 30px;
}

.product-single__media-wrapper {
    margin: 0 auto;
    width: 100%;
}

.product-single__media {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media>video,
.product-single__media .plyr,
.product-single__media .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

.product-single__media iframe,
.product-single__media .media-video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
    height: 100%;
}

.product-single__media--video {
    background-color: var(--color-video-bg);
}

.product-single__view-in-space {
    background-color: rgba(var(--color-text-rgb), 0.08);
    border: none;
    width: 100%;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
    color: var(--color-text);
}

.product-single__view-in-space[data-shopify-xr-hidden] {
    visibility: hidden;
}

@media only screen and (min-width: 750px) {
    .product-single__view-in-space[data-shopify-xr-hidden] {
        display: none;
    }
}

.product-single__view-in-space:hover .product-single__view-in-space-text,
.product-single__view-in-space:focus .product-single__view-in-space-text {
    border-bottom-color: var(--color-text);
}

.product-single__view-in-space svg.icon {
    height: calc((25 / (var(--font-size-base))) * 1em);
    width: calc((25 / (var(--font-size-base))) * 1em);
    margin-top: -3px;
    margin-right: 2.43px;
    fill: transparent;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
    stroke: none;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: var(--color-text);
    opacity: 1;
}

.product-single__view-in-space-text {
    border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 749px) {
    .template-product .main-content {
        padding-top: 22px;
    }

    .product-single__media-group {
        position: relative;
    }

    .thumbnails-wrapper {
        position: relative;
        top: 10px;
        text-align: center;
        margin: 0 2px 30px 2px;
    }

    .thumbnails-slider__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .thumbnails-slider__btn .icon {
        height: 14px;
        width: 14px;
    }

    .thumbnails-slider__prev {
        left: -25px;
    }

    .thumbnails-slider__next {
        right: -35px;
    }

    .product-single__thumbnail {
        margin: 0 auto;
    }
}

/* .product-single__thumbnails {
display: flex;
flex-wrap: wrap;
margin-top: 15px;
margin-left: -9px;
margin-right: -9px; } */
@media only screen and (max-width: 749px) {
    .product-single__thumbnails {
        margin-top: 0;
        justify-content: center;
    }

    .slider-active .product-single__thumbnails {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 749px) {
    .product-single__thumbnails-slider-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }

    .product-single__thumbnails-slider-track:before,
    .product-single__thumbnails-slider-track:after {
        content: "";
        display: table;
    }

    .product-single__thumbnails-slider-track:after {
        clear: both;
    }
}

/* @media only screen and (min-width: 750px) {
.product-single__thumbnails-slider-track {
display: flex;
flex-wrap: wrap; } } */
/* .product-single__thumbnails-item {
flex: 0 0 25%;
padding-left: 5px; } */
@media only screen and (max-width: 749px) {
    .product-single__thumbnails-item.slick-slide {
        padding-bottom: 10px;
        padding-left: 2.5px;
        padding-right: 2.5px;
        vertical-align: middle;
    }

    .thumbnails-slider--active .product-single__thumbnails-item.slick-slide {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 750px) {
    .product-single__thumbnails-item {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 15px;
    }
}

.grid__item.product-single__media-group.medium-up--one-half {
    padding-left: 30px !important;
}

.product-recommendations__inner .grid--view-items {
    display: block;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover {
    background: #4bace2 !important;
}

@media only screen and (max-width: 749px) {
    .product-single__thumbnails-item-slide {
        display: block;
        float: left;
        height: 100%;
        min-height: 1px;
        padding: 5px 2.5px;
    }
}

/* @media only screen and (min-width: 750px) {
.product-single__thumbnails-item--small {
flex: 0 0 50%; } } */
/* @media only screen and (min-width: 990px) {
.product-single__thumbnails-item--small {
flex: 0 0 33.33333%; } } */
/* @media only screen and (min-width: 750px) {
.product-single__thumbnails-item--medium {
flex: 0 0 33.33333%; } }
@media only screen and (min-width: 990px) {
.product-single__thumbnails-item--medium {
flex: 0 0 20%;
} } */
body.template-product div#shopify-section-footer-second section.signup_section {
    padding-bottom: 60px;
}

@media only screen and (min-width: 750px) {
    .product-single__thumbnails-item--large {
        flex: 0 0 25%;
    }
}

@media only screen and (min-width: 990px) {
    .product-single__thumbnails-item--large {
        flex: 0 0 20%;
    }
}

@media only screen and (min-width: 750px) {
    .product-single__thumbnails-item--full {
        flex: 0 0 20%;
    }
}

@media only screen and (min-width: 990px) {
    .product-single__thumbnails-item--full {
        flex: 0 0 12.5%;
    }
}

/*================ Template | Collections ================*/
.collection-hero {
    position: relative;
    overflow: hidden;
    margin-top: -55px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 750px) {
    .collection-hero {
        margin-bottom: 35px;
    }
}

.collection-description {
    margin-bottom: 22px;
    margin-top: 22px;
}

@media only screen and (min-width: 750px) {
    .collection-description {
        margin-bottom: 35px;
        margin-top: 35px;
    }
}

.collection-hero__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    opacity: 1;
}

@media only screen and (max-width: 749px) {
    .collection-hero__image {
        height: 180px;
    }
}

.collection-hero__title-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
}

.collection-hero__title {
    position: absolute;
    color: var(--color-overlay-title-text);
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 750px) {
    .collection-hero__title {
        font-size: calc(((var(--font-size-header) + 6) / (var(--font-size-base))) * 1em);
    }
}

.template-blog .social-sharing {
    margin-bottom: 17.5px;
}

.blog-list-view .pagination {
    padding-top: 0;
}

.blog-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.blog-filter .icon-chevron-down {
    fill: var(--color-text-field-text);
    width: calc(10em / 16);
    height: calc(10em / 16);
    right: 0.7rem;
}

.blog-filter__label {
    margin: 0 1rem 0 0;
}

.cart-header {
    margin-bottom: 0.7rem;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .cart-header {
        margin-bottom: 1.7rem;
    }
}

.cart-header__title {
    margin-bottom: 0.5rem;
}

@media only screen and (min-width: 750px) {
    .cart-header__title {
        margin-bottom: 1rem;
    }
}

/*================ Cart page ================*/
.cart {
    color: var(--color-body-text);
}

.cart th,
.cart td {
    border: 0;
}

.cart td {
    padding-top: 22px;
    padding-bottom: 22px;
}

@media only screen and (min-width: 750px) {
    .cart td {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.cart th {
    font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    text-transform: uppercase;
    padding: 27.5px 22px;
}

@media only screen and (max-width: 749px) {

    .cart td:nth-child(3),
    .cart th:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
}

.cart td:first-child,
.cart th:first-child {
    padding-left: 0;
}

.cart td:first-child.cart__removed-product,
.cart th:first-child.cart__removed-product {
    padding: 1rem 0 1.2rem 0.5rem;
}

.cart td:last-child,
.cart th:last-child {
    padding-right: 0;
}

.cart dd {
    margin-left: 0;
}

.cart__meta {
    width: 50%;
}

@media only screen and (min-width: 750px) {
    .cart__meta {
        width: 40%;
    }
}

@media only screen and (min-width: 990px) {

    .cart__meta {
        width: 45%;
    }
}

.cart__product-information {
    display: flex;
}

.cart__image-wrapper {
    padding-right: 1.5rem;
    flex: 5rem 0 0;
}

@media only screen and (min-width: 750px) {
    .cart__image-wrapper {
        padding-right: 2.5rem;
        flex: 8rem 0 0;
    }
}

@media only screen and (min-width: 990px) {
    .cart__image-wrapper {
        padding-right: 3rem;
        flex: 9rem 0 0;
    }
}

.product-details {
    padding: calc((5 / (var(--font-size-base))) * 1em) 0 0;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

.product-details.hide+.cart__remove {
    margin-top: 0;
}

.product-details__item {
    margin-bottom: 0.15em;
}

.product-details__item--variant-option:not(.hide)+.product-details__item--property {
    margin-top: 0.8rem;
}

.product-details__item-label {
    font-weight: var(--font-weight-body--bold);
}

.cart__qty {
    margin-top: calc((15 / (var(--font-size-base))) * 1em);
}

@media only screen and (min-width: 750px) {
    .cart__qty {
        margin-top: 0;
    }
}

.cart__qty-label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: calc((5 / (var(--font-size-base))) * 1em);
    padding-right: calc((5 / (var(--font-size-base))) * 1em);
}

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
    line-height: 1.2;
}

.cart__qty-error-message-wrapper .icon-error,
.cart__error-message-wrapper .icon-error {
    margin-top: 0;
}

.cart__qty-error-message-wrapper--desktop {
    display: none;
}

@media only screen and (min-width: 750px) {
    .cart__qty-error-message-wrapper--desktop {
        display: block;
    }
}

.cart__qty-error-message-wrapper--mobile {
    display: block;
}

@media only screen and (min-width: 750px) {
    .cart__qty-error-message-wrapper--mobile {
        display: none;
    }
}

.cart__qty-error-message,
.cart__error-message {
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    color: var(--color-body-text);
    vertical-align: middle;
}

.cart__error-message-wrapper {
    margin-top: 1rem;
}

@media only screen and (min-width: 750px) {
    .cart__error-message-wrapper {
        margin-top: 0.8rem;
    }
}

.cart__row {
    border-bottom: 1px solid var(--color-border);
}

.cart__row p {
    margin-bottom: 0;
}

.cart__row p+p {
    margin-top: 10px;
}

.cart__row td {
    vertical-align: top;
}

@media only screen and (min-width: 750px) {
    .cart__row td {
        vertical-align: middle;
    }
}

.cart__row--heading {
    color: var(--color-text);
    letter-spacing: 0.3px;
}

.cart__removed-product-details {
    font-weight: var(--font-weight-body--bold);
}

.cart-subtotal__title {
    font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
}

.cart-subtotal__price {
    padding-left: 27.5px;
}

@media only screen and (min-width: 750px) {
    .cart-subtotal__price {
        padding-left: 55px;
        min-width: 150px;
        display: inline-block;
    }
}

.cart__footer {
    padding-top: 17.5px;
}

.cart__buttons-container {
    display: flex;
    flex-direction: column;
    max-width: 20rem;
    margin: 0 auto;
}

@media only screen and (min-width: 750px) {
    .cart__buttons-container {
        display: block;
        max-width: none;
    }
}

.cart__submit-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 750px) {
    .cart__submit-controls {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.cart__submit {
    margin-bottom: 0;
    min-height: 44px;
    width: 100%;
}

.cart__submit+.cart__submit {
    margin-top: 10px;
    margin-left: 0;
}

@media only screen and (min-width: 750px) {
    .cart__submit {
        min-height: auto;
        width: auto;
    }

    .cart__submit+.cart__submit {
        margin-top: 0;
        margin-left: 10px;
    }
}

.cart__shipping {
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    padding: 10px 0 20px;
    margin-bottom: 25px;
}

.cart-note__label,
.cart-note__input {
    display: block;
}

@media only screen and (max-width: 749px) {

    .cart-note__label,
    .cart-note__input {
        margin: 0 auto;
    }
}

.cart-note__label {
    margin-bottom: 15px;
}

.cart-note__input {
    min-height: 50px;
    width: 100%;
}

@media only screen and (max-width: 749px) {
    .cart-note__input {
        margin-bottom: 40px;
    }
}

.cart__product-title {
    border-bottom: none;
    color: var(--color-body-text);
}

.cart__product-title:not([disabled]):hover,
.cart__product-title:focus {
    color: var(--color-body-text);
    border-bottom: 1px solid currentColor;
}

.cart__image {
    max-height: 95px;
    display: block;
    margin: 0 auto;
}

.cart__remove {
    margin-top: calc((8 / (var(--font-size-base))) * 1em);
}

.cart__price {
    text-align: right;
    padding-right: 0;
    font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    width: 50%;
}

.cart__price dl {
    margin: 0;
}

@media only screen and (min-width: 750px) {
    .cart__price {
        width: 25%;
    }
}

.cart__quantity-td {
    width: 20%;
}

.cart__final-price {
    width: 15%;
}

@media only screen and (max-width: 749px) {
    .cart-message {
        padding-top: 20px;
    }

    .cart__qty-label {
        position: inherit !important;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: calc(((13) / (var(--font-size-base))) * 1em);
        margin-right: 5px;
    }
}

.cart--no-cookies .cart__continue-btn {
    display: none;
}

.cart--no-cookies .cart--empty-message {
    display: none;
}

.cookie-message {
    display: none;
    padding-bottom: 25px;
}

.cart--no-cookies .cookie-message {
    display: block;
}

.additional-checkout-buttons {
    margin-top: 1rem;
}

.additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent;
}

[data-shopify-buttoncontainer] {
    justify-content: flex-end;
}

.myaccount {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 990px) {
    .myaccount__order-history {
        -webkit-flex: 1 0 66.66667%;
        -moz-flex: 1 0 66.66667%;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%;
    }
}

@media only screen and (min-width: 990px) {
    .myaccount__account-details {
        -webkit-flex: 1 0 33.33333%;
        -moz-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    }
}

.order-table {
    border: 1px solid var(--color-border);
}

.order-table a {
    border-bottom: 1px solid currentColor;
}

.order-table th,
.order-table td {
    border: 0;
}

.order-table tbody th,
.order-table tfoot th {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

.order-table tbody tr+tr {
    border-top: 1px solid var(--color-border);
}

.order-table thead {
    border-bottom: 1px solid var(--color-body-text);
}

.order-table tfoot {
    border-top: 1px solid var(--color-body-text);
}

.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
    padding-top: 1.25em;
}

.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
    padding-bottom: 1.25em;
}

.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
    border-top: 1px solid var(--color-body-text);
    font-weight: var(--font-weight-body--bold);
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
    .order-table thead th {
        text-transform: uppercase;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }

    .order-table tbody tr th,
    .order-table tbody tr td {
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }

    .order-table tfoot tr td,
    .order-table tfoot tr th {
        vertical-align: bottom;
    }
}

@media only screen and (max-width: 749px) {
    .order-table {
        border: 0;
    }

    .order-table thead {
        display: none;
    }

    .order-table th,
    .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 0.5rem 0;
        border: 0;
        margin: 0;
    }

    .order-table th::before,
    .order-table td::before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%;
    }

    .order-table tbody tr th:first-child {
        padding-top: 1.25em;
    }

    .order-table tbody tr td:last-child {
        padding-bottom: 1.25em;
    }

    .order-table tbody th::before,
    .order-table tbody td::before {
        font-weight: var(--font-weight-body--bold);
    }
}

@media only screen and (max-width: 749px) {
    .order-table__product {
        display: flex;
        justify-content: space-between;
    }
}

.item-props {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.item-props__property {
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

.order-discount {
    color: var(--color-sale-text);
    display: block;
    line-height: 1.2em;
}

.order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
}

.order-discount--title {
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 1em;
}

.order-discount--list {
    margin: 0.8em 0 0 1.3em;
    list-style: none;
    padding: 0;
}

.order-discount__item {
    text-indent: -1.3em;
}

.order-discount__item+.order-discount__item {
    margin-top: 0.6em;
}

@media only screen and (max-width: 749px) {
    .order-discount-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.order-discount-card-wrapper {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 750px) {
    .order-discount-card-wrapper {
        justify-content: flex-end;
    }
}

.order-discount--cart {
    font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    padding-right: 0;
}

@media only screen and (min-width: 750px) {
    .order-discount--cart {
        font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    }
}

.order-discount--cart-total {
    padding-left: 27.5px;
}

@media only screen and (min-width: 750px) {
    .order-discount--cart-total {
        padding-left: 55px;
        min-width: 150px;
    }
}

/*================ MODULES ================*/
.site-header {
    position: relative;
    background-color: var(--color-body);
}

@media only screen and (max-width: 749px) {
    .site-header {
        border-bottom: 0px solid var(--color-border);
    }
}

@media only screen and (min-width: 750px) {
    .site-header {
        padding: 0 55px;
    }

    .site-header.logo--center {
        padding-top: 30px;
    }
}

.site-header__logo {
    margin: 15px 0;
}

.logo-align--center .site-header__logo {
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 749px) {
    .logo-align--center .site-header__logo {
        text-align: left;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 749px) {
    .site-header__logo {
        padding-left: 22px;
        text-align: left;
    }

    .site-header__logo img {
        margin: 0;
    }
}

.site-header__logo-link {
    display: inline-block;
    word-break: break-word;
}

@media only screen and (min-width: 750px) {
    .logo-align--center .site-header__logo-link {
        margin: 0 auto;
    }
}

.site-header__logo-image {
    display: block;
}

@media only screen and (min-width: 750px) {
    .site-header__logo-image {
        margin: 0 auto;
    }
}

.site-header__logo-image img {
    width: 100%;
    width: 11vw;
    position: relative;
    top: 12px;
}

.site-header__logo-image--centered img {
    margin: 0 auto;
}

.site-header__logo img {
    display: block;
}

.site-header__icons {
    position: relative;
    white-space: nowrap;
}

@media only screen and (max-width: 749px) {
    .site-header__icons {
        width: auto;
        padding-right: 13px;
    }

    .site-header__icons .btn--link,
    .site-header__icons .site-header__cart {
        font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
    }
}

.site-header__icons-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.site-header__cart,
.site-header__search,
.site-header__account {
    position: relative;
}

.site-header__search.site-header__icon {
    display: none;
}

@media only screen and (min-width: 1400px) {
    .site-header__search.site-header__icon {
        display: block;
    }
}

.site-header__search-toggle {
    display: block;
}

@media only screen and (min-width: 750px) {

    .site-header__account,
    .site-header__cart {
        padding: 10px 11px;
    }
}

.site-header__cart-title,
.site-header__search-title {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: block;
    vertical-align: middle;
}

.site-header__cart-title {
    margin-right: 3px;
}

.site-header__cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0rem;
    top: 0.2rem;
    font-weight: bold;
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    border-radius: 50%;
    min-width: 1em;
    height: 1em;
}

.site-header__cart-count span {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(11em / 16);
    line-height: 1;
}

@media only screen and (max-width: 749px) {
    .site-header__cart-count {
        top: calc(7em / 16);
        right: 0;
        border-radius: 50%;
        min-width: calc(19em / 16);
        height: calc(19em / 16);
    }
}

@media only screen and (max-width: 749px) {
    .site-header__cart-count span {
        padding: 0.25em calc(6em / 16);
        font-size: 12px;
    }
}

.site-header__menu {
    display: none;
}

@media only screen and (max-width: 749px) {
    .site-header__icon {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 11px;
        margin: 0;
    }
}

@media only screen and (min-width: 750px) {
    .site-header__icon .icon-search {
        margin-right: 3px;
    }
}

.announcement-bar {
    z-index: 10;
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 2px;
}

.announcement-bar__link {
    display: block;
}

.announcement-bar__message {
    display: block;
    padding: 11px 22px;
    font-size: calc(((16) / (var(--font-size-base))) * 1em);
    font-weight: var(--font-weight-header);
}

@media only screen and (min-width: 750px) {
    .announcement-bar__message {
        padding-left: 55px;
        padding-right: 55px;
    }
}

.article-listing {
    padding-top: 55px;
    margin-bottom: 55px;
}

.article {
    margin-bottom: 55px;
}

.article__meta {
    margin-bottom: 22px;
}

.article__title {
    margin-bottom: 11px;
}

@media only screen and (max-width: 749px) {
    .article__title--has-image {
        padding-left: 22px;
    }
}

.article__author {
    margin-right: 10px;
}

.article__author,
.article__date {
    display: inline-block;
    margin-bottom: 22px;
}

.template-article .article__author,
.article__meta .article__author,
.template-article .article__date,
.article__meta .article__date {
    margin-bottom: 0;
}

.article__tags {
    margin-bottom: 27.5px;
}

.article__tags--list {
    font-style: italic;
}

.article__link {
    display: block;
}

@media only screen and (max-width: 749px) {
    .article__link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.article__link:not([disabled]):hover .article__grid-image-wrapper::before,
.article__link:focus .article__grid-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
    z-index: 1;
}

.article__link--fixed-overlay:not([disabled]):hover .article__grid-image-wrapper::before,
.article__link--fixed-overlay:focus .article__grid-image-wrapper::before {
    bottom: auto;
}

.article__meta-buttons li:first-child {
    margin-right: 1.5rem;
}

.article__comment-count {
    border-color: transparent;
    border-bottom-color: currentColor;
    padding: 0 0 3px 0;
}

.article__comment-count:not([disabled]):hover,
.article__comment-count:focus {
    border-color: transparent;
    border-bottom-color: currentColor;
}

.rte--article {
    margin-bottom: 20px;
}

/*============================================================================
Blog article grid
==============================================================================*/
.grid--blog {
    margin-bottom: -55px;
    overflow: auto;
}

.article__grid-tag {
    margin-right: 10px;
}

.article__grid-meta {
    margin-bottom: 55px;
}

@media only screen and (max-width: 749px) {
    .article__grid-meta--has-image {
        float: left;
        padding-left: 22px;
    }
}

.article__grid-excerpt {
    margin-bottom: 17.5px;
}

.article-image-wrapper.article__grid-image-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.article__grid-image-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.article__grid-image-wrapper--small {
    width: 50%;
}

.article__grid-image-container {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto 27.5px 0;
    min-height: 1px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 749px) {
    .article__grid-image-container {
        float: left;
        margin: 0 0 55px 0;
    }
}

.article__grid-image-container img {
    display: block;
}

.article__grid-image {
    margin: 0 auto;
    width: 100%;
}

.js .article__grid-image {
    position: absolute;
    top: 0;
}

.article__list-image-container {
    display: block;
    clear: both;
    position: relative;
    min-height: 1px;
    width: 100%;
    height: 100%;
}

.article__list-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.article__list-image {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
}

/*============================================================================
Blog/article card
==============================================================================*/
.blog-card {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media only screen and (min-width: 750px) {
    .blog-card {
        margin-top: 0;
    }
}

.blog-card__image-wrapper {
    margin-bottom: 30px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.blog-card__image-wrapper:hover .blog-card__title-wrapper::before,
.blog-card__image-wrapper:focus .blog-card__title-wrapper::before {
    opacity: var(--hover-overlay-opacity);
}

.blog-card__image-wrapper:focus {
    opacity: 1;
}

.blog-card__image-wrapper--small {
    padding-bottom: 50%;
}

.blog-card__image-wrapper--medium {
    padding-bottom: 75%;
}

.blog-card__title {
    color: var(--color-overlay-title-text);
    font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
    hyphens: auto;
    margin-bottom: 11px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 750px) {
    .blog-card__title {
        padding: 0 15px;
    }
}

.blog-card__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.blog-card__overlay {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.blog-card__title-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
}

.blog-card__excerpt {
    margin-bottom: 17.5px;
}

.blog-card__comment-count {
    border-color: transparent;
    border-bottom-color: currentColor;
    padding: 0 0 3px 0;
}

.blog-card__comment-count:not([disabled]):hover,
.blog-card__comment-count:focus {
    border-color: transparent;
    border-bottom-color: currentColor;
}

.cart-popup-wrapper {
    display: block;
    position: fixed;
    width: 100%;
    background-color: var(--color-body);
    z-index: 9999;
    border: 1px solid var(--color-border);
    transform: translateY(0%);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

@media only screen and (min-width: 750px) {
    .cart-popup-wrapper {
        width: 23rem;
        right: 0;
    }
}

.cart-popup-wrapper--hidden {
    display: none;
    transform: translateY(-100%);
}

.cart-popup {
    padding: 0.2rem 1.5rem 1rem;
}

.cart-popup__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
}

.cart-popup__heading {
    flex-grow: 1;
    padding: 0.5rem 0rem;
    margin: 0;
    color: var(--color-body-text);
    line-height: 1.2em;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
}

.cart-popup__close {
    padding: 0.9rem;
    margin-right: -0.9rem;
    background-color: transparent;
    border: none;
    line-height: 0;
}

.cart-popup__close .icon-close {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.cart-popup__close:hover,
.cart-popup__close:focus {
    color: var(--color-text-focus);
}

.cart-popup-item {
    display: flex;
    margin: 1rem 0;
}

.cart-popup-item__image-wrapper {
    position: relative;
    flex-basis: 18%;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: center;
}

.cart-popup-item__image {
    display: block;
    margin: 0 auto;
    max-height: 95px;
}

.cart-popup-item__description {
    display: flex;
    color: var(--color-body-text);
    flex-basis: 100%;
    justify-content: space-between;
    line-height: 1.2rem;
}

.cart-popup-item__title {
    color: var(--color-text);
    font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
    font-family: var(--font-stack-header);
    font-weight: var(--font-weight-header);
    margin-bottom: 0;
}

.product-details {
    margin-top: 0.25rem;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

.product-details__item {
    margin-bottom: 0.2rem;
    line-height: 1.5;
}

.product-details__item:last-child {
    margin-bottom: 0;
}

.product-details__property-label {
    font-weight: var(--font-weight-body--bold);
}

.cart-popup-item__quantity {
    flex-basis: 30%;
    flex-shrink: 0;
    margin-left: 1rem;
    text-align: right;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

.cart-popup__cta-link {
    width: 100%;
}

.cart-popup__dismiss {
    margin-top: 0.5rem;
    text-align: center;
}

.cart-popup__dismiss-button {
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

.sidebar {
    margin-top: 40px;
}

.sidebar__list {
    list-style: none;
    margin-bottom: 55px;
}

.sidebar__list li {
    margin-bottom: 10px;
}

.pagination {
    text-align: center;
    list-style: none;
    font-size: calc(((15) / (var(--font-size-base))) * 1em);
    padding-top: 55px;
}

.pagination li {
    display: inline-block;
}

.pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle;
}

.pagination__text {
    padding: 0 27.5px;
}

.comment {
    margin-bottom: 30px;
}

.comment:last-child {
    margin-bottom: 0;
}

.comment__content {
    margin-bottom: 5px;
}

.comment__meta-item {
    margin-right: 10px;
    font-size: calc(((14) / (var(--font-size-base))) * 1em);
}

.comment__meta-item:first-child::before {
    content: '\2014 \0020';
}

.social-sharing {
    display: flex;
}

.template-password .social-sharing {}

.btn--share {
    background-color: transparent;
    border-color: var(--color-border);
    color: var(--color-text);
    margin-right: 5px;
    margin-bottom: 10px;
}

.btn--share:not([disabled]):hover,
.btn--share:focus {
    background-color: transparent;
    border-color: var(--color-btn-social-focus);
    color: var(--color-text);
}

.btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.btn--share .icon-facebook {
    fill: #3b5998;
}

.btn--share .icon-twitter {
    fill: #00aced;
}

.btn--share .icon-pinterest {
    fill: #cb2027;
}

.share-title {
    display: inline-block;
    vertical-align: middle;
}

/*================ Variables ================*/
.search-form__input-wrapper {
    position: relative;
}

.search-form__input {
    padding-right: 45px;
    width: 100%;
    min-height: 44px;
    color: var(--color-text-field-text);
    background-color: var(--color-text-field);
    border: none;
    border: 1px solid var(--color-border-form);
}

.search-form__input::-ms-clear {
    display: none;
}

.search-form__input::-webkit-search-cancel-button {
    display: none;
}

.search-form__input::placeholder {
    color: var(--color-text-field-text);
    opacity: 0.6;
}

.search-form__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-text-field-text);
    opacity: 0.6;
}

.search-form__input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-text-field-text);
    opacity: 0.6;
}

.search-form__clear-action {
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: transparent;
    transition-property: opacity, visibility, background-color, transform;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
}

.search-form__clear-action .icon-close {
    flex: 1 1 auto;
    width: 12px;
    height: 12px;
    fill: var(--color-text-field-text);
}

.search-form__clear-action:focus,
.search-form__clear-action:hover {
    background-color: rgba(var(--color-text-field-text-rgb), 0.2);
}

.search-form__clear-action:active {
    transform: scale(0.9);
}

.search-form__clear-action.predictive-search__clear-button--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-bar__form .search-form__clear-action {
    right: 44px;
}

.search-form--focus .predictive-search__clear-button--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-page-form .predictive-search__clear-button--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-form__connected-submit {
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: var(--color-btn-primary);
    border-radius: 0 2px 2px 0;
    transition: background-color 100ms ease-in-out;
}

.search-form__connected-submit:focus,
.search-form__connected-submit:hover {
    background-color: var(--color-btn-primary-darker);
}

.search-form__connected-submit:active {
    background-color: var(--color-btn-primary);
}

.search-form__connected-submit .icon-search {
    fill: var(--color-btn-primary-text);
    width: 20px;
    height: 20px;
}

.search-bar {
    z-index: 999;
    background-color: var(--color-body);
}

.search-bar__interior {
    height: 100%;
    display: flex;
    flex: 1;
}

@media only screen and (min-width: 750px) {
    .search-bar__interior {
        padding-left: 55px;
        padding-right: 55px;
        height: auto;
    }
}

.search-form__container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 10px;
    background-color: var(--color-bg);
}

.search-bar__form {
    flex: 1 1 100%;
    position: relative;
    max-width: 750px;
    border: 1px solid transparent;
}

.search-bar__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.search-bar__submit {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 0 12px;
    height: 100%;
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    margin: 0;
    color: var(--color-text-field-text);
}

.search-bar__submit .icon {
    position: relative;
    top: -1px;
    width: 1.2rem;
    height: auto;
}

.search-bar__submit:hover,
.search-bar__submit:focus {
    color: rgba(var(--color-text-field-text-rgb), 0.6);
}

.search-bar__input {
    padding-right: 45px;
    width: 100%;
    min-height: 44px;
    color: var(--color-text-field-text);
    background-color: var(--color-text-field);
    border: none;
    border: 1px solid var(--color-border-form);
}

.search-bar__close {
    padding: calc(10em / 16) 0.75em;
    margin-right: -10px;
}

.search-bar__close .icon {
    width: 1rem;
    height: auto;
}

.search--less-than-2-results {
    height: 40vh;
}

.predictive-search-wrapper {
    transition-property: opacity, visibility;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1px;
    border: 1px solid var(--color-border-form);
    background-color: var(--color-bg);
    overflow-y: auto;
    display: none;
}

.search-bar .predictive-search-wrapper {
    position: fixed;
    width: 100%;
}

@media only screen and (max-width: 749px) {
    .search-bar .predictive-search-wrapper {
        border: none;
    }
}

@media only screen and (min-width: 750px) {
    .search-bar .predictive-search-wrapper {
        position: absolute;
        right: auto;
        left: auto;
        max-width: 748px;
    }
}

@media only screen and (min-width: 750px) {
    .predictive-search-wrapper {
        max-height: 80vh;
    }
}

.search-page-form .predictive-search-wrapper {
    max-height: 60vh;
}

@media only screen and (max-width: 749px) {
    .predictive-search-wrapper--drawer {
        padding-top: 14px;
        margin-top: 3px;
    }
}

.predictive-search-wrapper--visible {
    display: block;
}

.predictive-search {
    height: 100%;
    text-align: left;
}

@media only screen and (max-width: 989px) {
    .search-bar .predictive-search {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.predictive-search-loading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    text-align: center;
}

.icon-predictive-search-spinner::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid;
    border-color: currentColor currentColor currentColor transparent;
    -moz-animation: spin 500ms infinite linear;
    -o-animation: spin 500ms infinite linear;
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
}

.predictive-search-loading__icon {
    display: inline-block;
    margin: 0;
    color: var(--color-body-text);
    width: 20px;
    height: 20px;
}

.predictive-search-loading__icon .icon-predictive-search-spinner::before {
    width: 100%;
    height: 100%;
    border-width: 3px;
}

.predictive-search-title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px;
}

.predictive-search-title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 0;
    background-color: var(--color-border);
}

.predictive-search-title::after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: -1px;
    left: 14px;
    height: 1px;
    background-color: var(--color-border);
}

@media only screen and (max-width: 749px) {
    .predictive-search-wrapper--drawer .predictive-search-title::before {
        height: 1px;
    }
}

.predictive-search-title__content {
    flex: 1 1 auto;
    margin-bottom: 0;
    padding-right: 40px;
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
    text-transform: uppercase;
    color: var(--color-body-text);
    white-space: normal;
}

.predictive-search-title__loading-spinner {
    flex: 0 0 auto;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: var(--color-body-text);
}

.predictive-search-title__loading-spinner .icon-predictive-search-spinner::before {
    width: 100%;
    height: 100%;
    border-width: 3px;
}

.predictive-search-item {
    font-weight: 400;
    white-space: normal;
}

.predictive-search-item__details {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
}

.predictive-search-item__detail--inline {
    display: flex;
    flex-direction: row;
}

.predictive-search-item__link {
    display: flex;
    padding: 14px;
    background-color: transparent;
    transition: background-color 100ms ease-in-out;
}

.predictive-search-item__link:active {
    background-color: transparent;
}

.predictive-search-item--selected .predictive-search-item__link,
.predictive-search-item--selected .predictive-search-view-all__button,
.predictive-search-item__link:hover {
    background-color: var(--predictive-search-focus);
}

.predictive-search-item--selected .predictive-search-item__link .predictive-search-item__title-text,
.predictive-search-item--selected .predictive-search-view-all__button .predictive-search-item__title-text,
.predictive-search-item__link:hover .predictive-search-item__title-text {
    border-bottom-color: var(--color-text);
}

.predictive-search__column {
    flex: 1 1 auto;
}

.predictive-search__column--image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    position: relative;
}

.predictive-search-item__image {
    object-fit: contain;
    font-family: "object-fit: contain";
    width: 100%;
    height: 100%;
}

.predictive-search__column--content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.predictive-search__column--center {
    justify-content: center;
}

.predictive-search-item__title-text {
    display: inline-block;
    color: var(--color-text);
    word-break: break-word;
    border-bottom: 1px solid transparent;
    line-height: 1.2;
    font-family: var(--font-stack-header);
    font-weight: var(--font-weight-header);
}

.predictive-search-item__vendor {
    color: var(--color-body-text);
    font-size: calc(((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.predictive-search-item__price {
    padding-top: 6px;
    flex: 0 0 auto;
    color: var(--color-body-text);
}

.predictive-search-item__price--sale {
    color: var(--color-sale-text);
}

.predictive-search-item__price--compare {
    text-decoration: line-through;
}

.predictive-search-view-all,
.predictive-search-loading {
    border-top: 1px solid var(--color-border);
}

@media only screen and (min-width: 750px) {

    .predictive-search__list .predictive-search-view-all:first-child,
    .predictive-search__list .predictive-search-loading:first-child {
        border-top: none;
    }
}

.predictive-search-view-all__button {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    text-align: left;
    color: var(--color-text);
    background-color: transparent;
    word-break: break-word;
    white-space: normal;
    font-family: var(--font-stack-header);
    font-weight: var(--font-weight-header);
}

.predictive-search-view-all__button:hover,
.predictive-search-view-all__button:focus {
    background-color: var(--predictive-search-focus);
}

/*================ Mobile Site Nav ================*/
.mobile-nav {
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}

.mobile-nav__link,
.mobile-nav__sublist-link {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
}

.mobile-nav__link {
    position: relative;
}

.mobile-nav__label {
    border-bottom: 1px solid transparent;
}

.mobile-nav__link--active .mobile-nav__label {
    border-bottom-color: var(--color-text);
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
    padding-left: 70px;
    padding-right: 30px;
}

.mobile-nav__item {
    display: block;
    width: 100%;
}

.mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    margin: -6px 0 0 -7px;
}

.mobile-nav__return {
    border-right: 1px solid var(--color-border);
}

.mobile-nav__return-btn {
    position: relative;
    padding: 24px 0;
    width: 55px;
}

.mobile-nav__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    pointer-events: none;
    overflow: hidden;
}

.mobile-nav__table {
    display: table;
    width: 100%;
}

.mobile-nav__table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: left;
    white-space: normal;
}

.mobile-nav__toggle-button {
    padding: 20px 15px;
}

.mobile-nav__dropdown {
    position: absolute;
    background-color: var(--color-body);
    z-index: 8;
    width: 100%;
    top: 0;
    right: -100%;
    display: none;
}

.is-active+.mobile-nav__dropdown {
    display: block;
    opacity: 1;
}

.mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99;
}

.mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: var(--color-body-text);
}

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
    position: fixed;
    top: 0;
    left: -320px;
    background-color: var(--color-body);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    width: 320px;
    height: 100%;
    overflow-y: scroll;
    transform: none !important;
    z-index: 99 !important;
}

.mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--color-border);
}
.mobile-nav-wrapper.js-menu--is-open {
    left: 0;
}

.mobile-nav--close .icon-hamburger {
    display: none;
}

.site-header__mobile-nav {
    z-index: 11;
    position: relative;
    background-color: var(--color-body);
}
.menu-drawer__overlay {
    position: fixed;
    background: #0008;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.menu-drawer__overlay.is_opend {
    display: block;
}

@media only screen and (max-width: 749px) {
    .site-header__mobile-nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }
}

/*================ Modals ================*/
.modal {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: var(--color-bg);
    bottom: 0;
    color: var(--color-text);
    display: none;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

.modal--is-active {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    opacity: 1;
    overflow: hidden;
}

.modal__inner {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
}

.modal__centered {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.modal__close {
    border: 0;
    padding: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
}

.modal__close .icon {
    font-size: calc(((20) / (var(--font-size-base))) * 1em);
}

/*============================================================================
Hero slider
Extends default slick slider styles.
Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
    position: relative;
}

.slideshow {
    position: unset;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 80vh;
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (min-width: 750px) {
    .slideshow {
        position: relative;
        max-height: 100vh;
    }
}

.slideshow .slick-list,
.slideshow .slick-track {
    height: 100%;
}

.slideshow .slick-prev,
.slideshow .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px;
}

.slideshow .slick-prev {
    left: 0;
}

.slideshow .slick-next {
    right: 0;
}

@media only screen and (min-width: 750px) {
    .slideshow--display-controls .slick-dots {
        left: calc(50% - 22px);
    }
}

.slideshow--small {
    height: 175px;
}

@media only screen and (min-width: 750px) {
    .slideshow--small {
        height: 475px;
    }
}

.slideshow--medium {
    height: 270px;
}

@media only screen and (min-width: 750px) {
    .slideshow--medium {
        height: 650px;
    }
}

.slideshow--large {
    height: 375px;
}

@media only screen and (min-width: 750px) {
    .slideshow--large {
        height: 775px;
    }
}

/*================ General slide styles ================*/
.slideshow__slide {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 500ms ease 0s;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slideshow__slide--active {
    opacity: 1;
    z-index: 8;
}

.slideshow__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slideshow__link:active,
.slideshow__link:focus {
    opacity: 1;
}

@media only screen and (min-width: 750px) {
    .slideshow__overlay::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--color-image-overlay);
        opacity: var(--opacity-image-overlay);
        z-index: 2;
    }
}

/*================ Slide images ================*/
.slideshow__image {
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    z-index: 1;
}

.no-js .slideshow__image {
    opacity: 1;
}

/*================ Slide text ================*/
.slideshow__text-wrap {
    height: 100%;
    position: relative;
}

.slideshow__link .slideshow__text-wrap {
    cursor: inherit;
}

.slideshow__text-wrap--mobile {
    display: none;
}

@media only screen and (max-width: 749px) {
    .slideshow__text-wrap--mobile {
        display: block;
        position: relative;
        top: -1.1rem;
        background-color: var(--color-bg);
        width: 85%;
        margin: 0 0 -1.1rem 7.5%;
        z-index: 8;
    }
}

@media only screen and (min-width: 750px) {
    .slideshow__text-content {
        opacity: 0;
        transition: 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
        transition-delay: 0.3s;
    }
}

.slideshow__text-wrap--desktop .slideshow__text-content {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
}

@media only screen and (min-width: 750px) {
    .slideshow__text-content.slideshow__text-content--vertical-top {
        top: 120px;
    }

    .slideshow__text-content.slideshow__text-content--vertical-bottom {
        top: auto;
        bottom: 40px;
    }
}

.slideshow__slide--active .slideshow__text-content,
.no-js .slideshow__text-content {
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 1;
}

.slideshow__slide--active .slideshow__text-content.slideshow__text-content--vertical-center,
.no-js .slideshow__text-content.slideshow__text-content--vertical-center {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-js .slideshow__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none;
}

.slideshow__text-content--mobile {
    display: none;
    padding-top: 2.6rem;
}

.slideshow__arrows--mobile~.slideshow__text-content--mobile {
    padding-top: 1.7rem;
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows--mobile~.slideshow__text-content--mobile {
        padding-top: 0;
    }
}

@media only screen and (min-width: 750px) {
    .slideshow__text-content--mobile {
        padding-top: 0;
    }

    .slideshow__text-content--mobile::after {
        display: none;
    }
}

.slideshow__text-content--mobile-active {
    display: block;
}

.slideshow__title,
.slideshow__subtitle {
    color: var(--color-overlay-title-text);
}

@media only screen and (max-width: 749px) {

    .slideshow__title,
    .slideshow__subtitle {
        display: none;
    }
}

.slideshow__title--mobile {
    margin-bottom: 0;
}

.slideshow__title--mobile~.slideshow__subtitle--mobile {
    margin-top: 0.5rem;
}

.slideshow__subtitle--mobile,
.slideshow__title--mobile {
    display: none;
    color: var(--color-text);
}

@media only screen and (max-width: 749px) {

    .slideshow__subtitle--mobile,
    .slideshow__title--mobile {
        display: block;
    }
}

.slideshow__btn-wrapper {
    border: none;
    background-color: transparent;
}

@media only screen and (min-width: 750px) {
    .slideshow__btn-wrapper--push {
        margin-top: 30px;
    }
}

.slideshow__btn {
    max-width: 100%;
    display: inline-block;
    word-wrap: break-word;
    background-color: var(--color-btn-primary);
    color: var(--color-btn-primary-text);
    min-height: 3.125rem;
    line-height: 2.2;
}

@media only screen and (max-width: 749px) {
    .slideshow__btn {
        display: none;
    }
}

.slideshow__btn--mobile {
    display: none;
    margin: 1.3rem auto 0;
}

@media only screen and (max-width: 749px) {
    .slideshow__btn--mobile {
        display: inline-block;
        margin: 2rem auto 0.3rem;
    }
}

/*================ Slideshow control styles ================*/
.slideshow__controls {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-bottom: 5px;
    z-index: 8;
}

@media only screen and (min-width: 750px) {
    .slideshow__controls {
        top: auto;
        bottom: 0;
        left: 0;
    }
}

.slideshow__arrows {
    height: 44px;
    padding: 5px;
    background-clip: content-box;
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    display: none;
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows {
        display: flex;
    }
}

@media only screen and (min-width: 750px) {

    .slideshow__controls:hover .slideshow__arrows,
    .slideshow__controls:focus .slideshow__arrows,
    .slideshow__controls--hover .slideshow__arrows {
        background-color: rgba(0, 0, 0, 0.75);
    }
}

.slideshow__arrows .slideshow__arrow {
    height: 44px;
    width: 44px;
    position: relative;
    top: -5px;
    padding: 0 0.9rem;
    line-height: 0;
    cursor: pointer;
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
}

.slideshow__arrows .slideshow__arrow .icon {
    width: 0.7rem;
    height: 0.7rem;
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.slideshow__arrows .slideshow__arrow .icon:hover {
    color: white;
}

.slideshow__arrows .slideshow__arrow-previous {
    float: left;
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows .slideshow__arrow-previous {
        order: -1;
    }
}

.slideshow__arrows .slideshow__arrow-next {
    float: right;
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows .slideshow__arrow-next {
        order: 1;
    }
}

.slideshow__arrows .slick-dots {
    line-height: 32px;
}

.slideshow__arrows .slick-dots li {
    width: 9px;
    height: 9px;
    margin-left: 9px;
}

.slideshow__arrows .slick-dots li button::before,
.slideshow__arrows .slick-dots li a::before {
    width: 9px;
    height: 9px;
    color: rgba(var(--color-text-rgb), 0.7);
    border: none;
    opacity: 1;
}

@media only screen and (min-width: 750px) {

    .slideshow__arrows .slick-dots li button::before,
    .slideshow__arrows .slick-dots li a::before {
        color: rgba(255, 255, 255, 0.5);
    }
}

.slideshow__arrows .slick-dots li.slick-active button::before,
.slideshow__arrows .slick-dots li.slick-active a::before {
    color: white;
}

.slideshow__arrows--mobile .slick-dots li.slick-active button::before,
.slideshow__arrows--mobile .slick-dots li.slick-active a::before {
    color: var(--color-text);
}

.slideshow__arrows--mobile {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent;
}

.slideshow__arrows--mobile .icon {
    fill: rgba(var(--color-text-rgb), 0.7);
}

.slideshow__arrows--mobile .slideshow__arrow:focus .icon {
    fill: var(--color-text);
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows--mobile {
        display: none;
    }
}

.slideshow__pause {
    clip: auto;
    width: 44px;
    height: 44px;
    margin-left: 1px;
    padding: 5px;
    background-clip: content-box;
    z-index: 10000;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    line-height: 0;
}

@media only screen and (min-width: 750px) {

    .slideshow__controls:hover .slideshow__pause,
    .slideshow__controls:focus .slideshow__pause,
    .slideshow__controls--hover .slideshow__pause {
        background-color: rgba(0, 0, 0, 0.75);
    }
}

.slideshow__pause .icon {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.slideshow__pause .icon:hover {
    color: white;
}

.slideshow__pause .icon {
    width: 0.65rem;
    height: 0.65rem;
}

.slideshow__pause-stop {
    display: block;
}

.slideshow__pause--is-paused .slideshow__pause-stop {
    display: none;
}

.slideshow__pause-rotate {
    display: none;
}

.slideshow__pause--is-paused .slideshow__pause-rotate {
    display: block;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
    .price {
        font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    }
}

.price dl {
    margin-top: 0;
}

.price dd {
    margin: 0 0.5em 0 0;
}

.price--unavailable {
    visibility: hidden;
}

.price--compare-price-hidden .price__compare {
    display: none;
}

.price__pricing-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.price__regular {
    display: block;
}

.price__regular,
.price__sale {
    margin-right: 0.625rem;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: none;
}

.price__availability {
    display: none;
    color: var(--color-body-text);
    font-size: 0.9em;
    font-weight: var(--font-weight-body);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price--sold-out .price__availability {
    display: block;
}

.price__sale {
    display: none;
}

.price--on-sale .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.price__vendor {
    color: var(--color-body-text);
    font-size: 0.9em;
    font-weight: var(--font-weight-body);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
}

.price__vendor--listing {
    margin: 0 0 4px;
}

.price__unit {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: none;
}

.price--unit-available .price__unit {
    display: block;
}

.price-item {
    color: var(--color-body-text);
    font-weight: var(--font-weight-body--bolder);
}

.price-item--sale {
    color: var(--color-sale-text);
}

.price--on-sale .price-item--regular {
    text-decoration: line-through;
}

.price-unit-price {
    color: var(--color-body-text);
    font-size: 0.8em;
}

.price-item__label {
    display: inline-block;
    white-space: nowrap;
    font-weight: var(--font-weight-body--bolder);
}

.price__badges {
    margin-top: 0;
}

.price__badge {
    display: none;
    align-self: center;
    text-align: center;
    font-size: 0.5em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--color-bg);
    border: 1px solid var(--color-text);
    border-radius: 2px;
    padding: 0.2rem 0.5rem;
}

.price__badge--sale {
    color: var(--color-bg);
    border-color: var(--color-sale-text);
    background-color: var(--color-sale-text);
}

.price--on-sale .price__badge--sale {
    display: flex;
}

.price--sold-out .price__badge--sale {
    display: none;
}

.price__badge--sold-out {
    color: var(--color-body-text);
    border-color: var(--color-body-text);
}

.price--sold-out .price__badge--sold-out {
    display: flex;
}

.price__badges--listing {
    margin-top: 0.5rem;
}

.price__badges--listing .price__badge {
    font-size: 0.6em;
    padding: 0.25rem 0.55rem;
}

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    margin-bottom: 22px;
}

@media only screen and (min-width: 750px) {
    .filters-toolbar-wrapper {
        margin-bottom: 55px;
    }
}

.filters-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters-toolbar .icon-chevron-down {
    fill: var(--color-text-field-text);
    width: calc(10em / 16);
    height: calc(10em / 16);
    right: 8px;
}

.filters-toolbar--has-filter {
    position: relative;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar--has-filter {
        border-bottom: none;
    }

    .filters-toolbar--has-filter .filters-toolbar__item-child {
        flex-basis: 50%;
    }

    .filters-toolbar--has-filter .filters-toolbar__item-wrapper {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
    }

    .filters-toolbar--has-filter .filters-toolbar__item--count {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        text-align: left;
    }

    .filters-toolbar--has-filter .filters-toolbar__item--count:before {
        background-color: var(--color-border);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%;
    }
}

.filters-toolbar__item {
    min-width: 33%;
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item:first-child .filters-toolbar__input {
        padding-left: 0;
    }
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-child {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-child:first-child {
        margin-right: 2.5rem;
    }
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-child .filters-toolbar__input {
        padding-left: 0;
        padding-right: 25px;
        width: 100%;
    }
}

.filters-toolbar__item-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-wrapper {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
}

.filters-toolbar__item--count {
    min-width: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item--count {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        text-align: right;
    }
}

.filters-toolbar__label {
    display: inline-block;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__label {
        display: block;
        margin-bottom: 0;
        margin-top: 8px;
    }
}

.filters-toolbar__input-wrapper {
    display: inline-block;
}

.filters-toolbar__input {
    border: 0 solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    height: 55px;
    opacity: 1;
    position: relative;
}

.filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__input {
        height: 46px;
    }
}

.filters-toolbar__input.hidden {
    opacity: 0;
}

.filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden;
}

.filters-toolbar__product-count {
    font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
    font-style: italic;
    line-height: 55px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__product-count {
        font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
        line-height: 46px;
    }
}

.site-footer {
    margin-top: 55px;
    padding: 45px 0 55px 0;
}

@media only screen and (min-width: 750px) {
    .site-footer {
        padding-bottom: 35px;
    }
}

.site-footer h4,
.site-footer .h4 {
    margin-bottom: 12.5px;
}

@media only screen and (min-width: 750px) {

    .site-footer h4,
    .site-footer .h4 {
        min-height: calc(var(--font-size-header) * 0.7);
        margin-bottom: 25px;
    }
}

.site-footer__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 749px) {
    .site-footer__content {
        padding: 0 18px;
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__content {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.site-footer__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 55px;
}

@media only screen and (min-width: 750px) {
    .site-footer__item {
        padding: 0 15px 0 15px;
        margin-bottom: 45px;
    }
}

.site-footer__item:first-of-type {
    padding-left: 0;
}

.site-footer__item:last-of-type {
    padding-right: 0;
}

@media only screen and (max-width: 749px) {
    .site-footer__item:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__item--full-width {
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .site-footer__item--one-half {
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .site-footer__item--one-third {
        -webkit-flex: 1 1 33%;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
    }

    .site-footer__item--one-quarter {
        -webkit-flex: 1 1 25%;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    }

    .site-footer__item--one-fifth {
        -webkit-flex: 1 1 20%;
        -moz-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }

    .site-footer-newsletter__one-half {
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__item--center {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .site-footer__item--center>* {
        text-align: center;
    }
}

.site-footer__item-inner--newsletter {
    width: 100%;
}

.site-footer__item-inner--newsletter .newsletter__submit {
    margin-top: 5px;
}

.site-footer__item-inner--newsletter .newsletter__input {
    margin: 5px 0 0 0;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .site-footer__item--full-width .site-footer__item-inner--newsletter {
        max-width: 50%;
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__centered--single-block {
        width: 75%;
        margin: 0 auto;
    }
}

.site-footer__hr {
    margin: 55px 0 30px 0;
}

@media only screen and (min-width: 750px) {
    .site-footer__hr {
        margin: 45px 0 20px 0;
    }
}

@media only screen and (max-width: 749px) {
    .site-footer__linklist.list--inline>li {
        display: block;
    }
}

.site-footer__linklist-item {
    display: block;
    padding: 15px 0;
}

@media only screen and (min-width: 750px) {
    .site-footer__linklist-item {
        padding: 0 30px 5px 0;
    }
}

.site-footer__linklist-item:last-of-type {
    padding-right: 0;
}

.site-footer__icon-list {
    padding-bottom: 30px;
}

@media only screen and (min-width: 750px) {
    .site-footer__icon-list {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__social-icons {
        padding-top: 7.5px;
        text-align: right;
    }
}

.social-icons__item {
    padding: 0 15px;
}

@media only screen and (min-width: 750px) {
    .social-icons__item:last-of-type {
        padding-right: 0;
    }
}

.social-icons__link {
    display: block;
}

.site-footer__subwrapper {
    margin-top: 35px;
}

@media only screen and (min-width: 750px) {
    .site-footer-item-align-right {
        text-align: right;
    }
}

.site-footer__copyright-content {
    font-size: calc(((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em);
}

.site-footer__payment-icons .payment-icon {
    margin-bottom: 5px;
    margin-left: 5px;
}

.site-footer__payment-icons .payment-icon:first-child {
    margin-left: 0;
}

.site-footer-item-center-vertically {
    padding-top: 7.5px;
}

@media only screen and (min-width: 750px) {
    .site-footer-item-tall {
        margin-bottom: 15px;
        height: 46px;
    }

    .site-footer-item-tall .site-footer__icon-list {
        padding-bottom: 0;
    }
}

.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 749px) {
    .feature-row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

@media only screen and (max-width: 749px) {
    .feature-row__item {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }
}

.feature-row__image-wrapper {
    margin: 0 auto 19.44444px;
    position: relative;
    width: 100%;
}

.feature-row__image {
    display: block;
    margin: 0 auto;
}

.feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 749px) {
    .feature-row__image {
        order: 1;
    }
}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (max-width: 749px) {
    .feature-row__text {
        order: 2;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 750px) {
    .feature-row__text--left {
        padding-left: 35px;
    }

    .feature-row__text--right {
        padding-right: 35px;
    }
}

@media only screen and (min-width: 750px) {
    .featured-row__subtext {
        font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
    }
}

.hero {
    position: relative;
    height: 475px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hero--adapt,
.hero-fixed-width__image {
    max-height: 100vh;
}

@media only screen and (min-width: 750px) {

    .hero--adapt,
    .hero-fixed-width__image {
        max-height: 80vh;
    }
}

.hero--x-small {
    height: 94px;
}

.hero--small {
    height: 225px;
}

.hero--medium {
    height: 357px;
}

.hero--large {
    height: 488px;
}

.hero--x-large {
    height: 582px;
}

@media only screen and (min-width: 750px) {
    .hero--x-small {
        height: 125px;
    }

    .hero--small {
        height: 300px;
    }

    .hero--medium {
        height: 475px;
    }

    .hero--large {
        height: 650px;
    }

    .hero--x-large {
        height: 775px;
    }
}

.hero__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
    z-index: 1;
}

.hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 55px 0;
    z-index: 2;
}

.hero__btn {
    margin-top: 27.5px;
}

/*================ Fixed width ================*/
.hero-fixed-width {
    position: relative;
}

.hero-fixed-width::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
    z-index: 1;
}

.hero-fixed-width__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-fixed-width__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover";
    overflow: hidden;
}

/*================ Quote slider ================*/
.quote-icon {
    display: block;
    margin: 0 auto 20px;
}

.quotes-slider-wrapper {
    overflow: hidden;
}

.quotes-slider-wrapper.slick-initialized .quotes-slider {
    touch-action: pan-y;
}

.quotes-slider {
    display: flex;
    max-width: 100%;
}

.quotes-slide {
    width: 100%;
    flex-shrink: 0;
}

@media only screen and (min-width: 750px) {
    .quotes-slide {
        width: 33.33%;
    }
}

.quotes-slide--single {
    width: 100%;
}

.quotes-slider__text {
    font-size: calc(((var(--font-size-base) + 1.75) / (var(--font-size-base))) * 1em);
    font-weight: var(--font-weight-body);
    font-style: var(--font-style-body);
    padding: 0 15px;
}

.quotes-slider__text cite {
    font-size: calc(((var(--font-size-base)) / (var(--font-size-base) + 4)) * 1em);
    font-style: normal;
}

.quotes-slider__text p {
    margin-bottom: 30px;
}

.quotes-slider__text p+cite {
    margin-top: 0;
}

.slick-dotted.quotes-slider.slick-initialized {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.quotes-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 55px;
}

.quotes-wrapper .slick-dots li {
    margin: 0;
}

@media only screen and (min-width: 750px) {
    .quotes-wrapper .slick-dots li:nth-last-child(-n+2) {
        display: none;
    }
}

.quotes-wrapper .slick-dots li button::before {
    font-size: 34px;
    color: var(--color-text);
    opacity: 0.2;
}

.quotes-wrapper .slick-dots li.slick-active button::before {
    opacity: 1;
}

@media only screen and (min-width: 750px) {
    .quotes-wrapper .slick-dots--mobile-only {
        display: none;
    }
}

.quotes-wrapper .slick-slide[tabindex="0"] {
    outline: none;
}

.logo-bar {
    list-style: none;
    text-align: center;
    margin-bottom: -35px;
}

@media only screen and (min-width: 750px) {
    .logo-bar--large {
        margin-bottom: -55px;
    }
}

.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    margin: 0 27.5px 35px;
}

@media only screen and (min-width: 750px) {
    .logo-bar__item--large {
        margin-bottom: 55px;
    }
}

.logo-bar__image {
    display: block;
    margin: 0 auto;
}

.logo-bar__link {
    display: block;
}

.map-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 750px) {
    .map-section {
        min-height: 500px;
    }
}

.map-section--load-error {
    height: auto;
}

.map-section__wrapper {
    height: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.map-section__error {
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 750px) {
    .map-section__error {
        position: absolute;
        margin: 0 2rem;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.map-section__content-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    flex-grow: 0;
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
    .map-section__content-wrapper {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 990px) {
    .map-section__content-wrapper {
        -ms-flex-preferred-size: 33%;
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        flex-basis: 33%;
    }
}

.map-section__content {
    position: relative;
    display: inline-block;
    background-color: var(--color-bg-alt);
    padding: 35px;
    width: 100%;
    text-align: center;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
}

.map-section__content>* {
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .map-section__content {
        background-color: var(--color-bg);
        margin: 55px 0;
        min-height: 300px;
    }
}

.map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0);
}

.map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.map-section__container {
    max-width: none;
    width: 100%;
    height: 55vh;
    left: 0;
}

@media only screen and (min-width: 750px) {
    .map-section__container {
        position: absolute;
        height: 100%;
        top: 0;
        width: 130%;
    }
}

.map_section__directions-btn [class^="icon"] {
    height: 1em;
}

.map_section__directions-btn * {
    vertical-align: middle;
}

.map-section__background-wrapper {
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
}

@media only screen and (min-width: 750px) {
    .map-section__background-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh;
}

.map-section__image {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 750px) {
    .map-section__image {
        position: absolute;
    }
}

.map-section--display-map .map-section__image {
    display: none !important;
}

.map-section--load-error .map-section__image {
    display: block !important;
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden;
}

.image-bar {
    overflow: hidden;
}

@media only screen and (max-width: 749px) {
    .image-bar {
        max-width: 400px;
        margin: 0 auto;
    }
}

.image-bar__item {
    display: block;
    color: var(--color-overlay-title-text);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.image-bar__link:hover .image-bar__overlay::before,
.image-bar__link:focus .image-bar__overlay::before {
    opacity: var(--hover-overlay-opacity);
}

.image-bar__link:focus {
    position: relative;
    z-index: 2;
}

.image-bar__link:focus .image-bar__content {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

.image-bar__content,
.image-bar__item {
    position: relative;
    width: 100%;
}

.image-bar--x-small .image-bar__content,
.image-bar--x-small .image-bar__item {
    height: 94px;
}

.image-bar--small .image-bar__content,
.image-bar--small .image-bar__item {
    height: 225px;
}

.image-bar--medium .image-bar__content,
.image-bar--medium .image-bar__item {
    height: 357px;
}

.image-bar--large .image-bar__content,
.image-bar--large .image-bar__item {
    height: 488px;
}

.image-bar--x-large .image-bar__content,
.image-bar--x-large .image-bar__item {
    height: 582px;
}

@media only screen and (min-width: 750px) {

    .image-bar--x-small .image-bar__content,
    .image-bar--x-small .image-bar__item {
        height: 125px;
    }

    .image-bar--small .image-bar__content,
    .image-bar--small .image-bar__item {
        height: 300px;
    }

    .image-bar--medium .image-bar__content,
    .image-bar--medium .image-bar__item {
        height: 475px;
    }

    .image-bar--large .image-bar__content,
    .image-bar--large .image-bar__item {
        height: 650px;
    }

    .image-bar--x-large .image-bar__content,
    .image-bar--x-large .image-bar__item {
        height: 775px;
    }
}

.image-bar__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
}

.image-bar__caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    width: 100%;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.collection-grid {
    margin-bottom: -22px;
    overflow: auto;
}

.collection-grid-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 22px;
}

@media only screen and (min-width: 750px) {
    .collection-grid-item {
        margin-bottom: 30px;
    }
}

.collection-grid-item__title {
    color: var(--color-overlay-title-text);
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    hyphens: auto;
}

@media only screen and (min-width: 750px) {
    .collection-grid-item__title {
        padding: 0 15px;
    }
}

.collection-grid-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.collection-grid-item__link:hover .collection-grid-item__title-wrapper::before,
.collection-grid-item__link:focus .collection-grid-item__title-wrapper::before {
    opacity: var(--hover-overlay-opacity);
}

.collection-grid-item__link:focus {
    opacity: 1;
}

.collection-grid-item__overlay {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.collection-grid-item__title-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
}

.custom-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -30px;
    margin-left: -30px;
}

@media only screen and (max-width: 749px) {
    .custom-content {
        margin-bottom: -22px;
        margin-left: -22px;
    }
}

.custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 30px;
    max-width: 100%;
}

@media only screen and (max-width: 749px) {
    .custom__item {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 22px;
        margin-bottom: 22px;
    }

    .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom__item .collection-grid-item {
    margin-bottom: 0;
}

.custom__item-inner {
    position: relative;
    display: block;
    text-align: left;
    max-width: 100%;
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
    display: block;
}

.custom__item-inner--image {
    position: relative;
    margin: 0 auto;
}

.custom__image {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}

/*================ Linklist ================*/
@media only screen and (max-width: 749px) {
    .custom__item.custom__item--link_list {
        flex: 1 0 100%;
        max-width: none;
    }
}

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

@media only screen and (min-width: 750px) {
    .custom__linklist {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.custom__linklist-link {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px 0;
}

@media only screen and (min-width: 750px) {
    .custom__linklist-link {
        padding: 3px 12px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/*================ Flex item alignment ================*/
.align--top-middle {
    text-align: center;
}

.align--top-right {
    text-align: right;
}

.align--middle-left {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.align--center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: center;
}

.align--middle-right {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: right;
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: center;
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right;
}

.newsletter-section {
    padding-top: 55px;
}

.index-section--newsletter-background {
    background-color: var(--color-bg-alt);
}

.rich-text__heading--large {
    font-size: 1.4em;
}

.rich-text__heading--small {
    font-size: 0.88em;
}

.rich-text__text--large {
    font-size: calc(((var(--font-rich-text-large)) / (var(--font-size-base))) * 1em);
}

.rich-text__text--small {
    font-size: calc(((var(--font-rich-text-small)) / (var(--font-size-base))) * 1em);
}

.product-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px #2aa7ef;
    padding: 15px;
}

.product-card:hover .product-card__image-wrapper,
.product-card:focus-within .product-card__image-wrapper {
    opacity: 0.8;
}

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
    border-bottom-color: var(--color-text);
}

.product-card__image-with-placeholder-wrapper {
    position: relative;
}

.product-card__title {
    border-bottom: 1px solid transparent;
    display: inline;
    font-family: var(--font-stack-header);
    font-style: var(--font-style-header);
    font-weight: var(--font-weight-header);
}

[data-section-type="video-section"] {
    margin: 0 auto;
}

@media only screen and (max-width: 749px) {
    [data-section-type="video-section"] {
        transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
}

.video-section-wrapper {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 749px) {
    .video-section-wrapper {
        overflow: visible !important;
    }

    .video-section-wrapper.video-is-playing {
        margin: 0;
    }

    .video-section-wrapper.video-is-loaded {
        transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
}

.video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 175px;
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper--small.video-section-wrapper--min-height {
        min-height: 475px;
    }
}

.video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 270px;
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper--medium.video-section-wrapper--min-height {
        min-height: 650px;
    }
}

.video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 375px;
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper--large.video-section-wrapper--min-height {
        min-height: 775px;
    }
}

.video-section-wrapper--min-height {
    transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (max-width: 749px) {
    .video-section-wrapper--min-height.video-is-loaded {
        transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
}

.video-background-wrapper--no-overlay {
    background-color: rgba(var(--color-image-overlay-rgb), 0.2);
}

/*================ Video text ================*/
.video__text-content {
    text-align: center;
    position: relative;
    width: 100%;
    top: 20px;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s;
    z-index: 3;
    padding: 40px 0;
}

.video-is-playing .video__text-content {
    display: none;
}

.video-is-loaded .video__text-content,
.no-js .video__text-content {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.video-is-loaded .video__text-content::after,
.no-js .video__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none;
}

.video__title {
    color: var(--color-overlay-title-text);
}

.video-is-paused .video__title {
    display: none;
}

/*================ Video styles ================*/
.video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.video--background {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.autoplay .video-is-loaded .video--background {
    display: block;
    visibility: visible;
    opacity: 1;
}

.video--image_with_play {
    display: none;
    opacity: 0;
    visibility: none;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in;
}

.video-is-playing .video--image_with_play,
.video-is-paused .video--image_with_play {
    display: block;
    visibility: visible;
    opacity: 1;
}

/*================ Video control buttons ================*/
.video-control {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 4;
    transition: all 0.1s ease-out;
}

.video-control__play-wrapper {
    display: none;
    height: 50px;
}

@media only screen and (min-width: 750px) {
    .video-control__play-wrapper {
        display: block;
    }
}

.video-control__play-wrapper-mobile {
    display: block;
    height: 50px;
    position: absolute;
    top: calc(100% - 50px / 2);
    left: calc(50% - 50px / 2);
}

@media only screen and (min-width: 750px) {
    .video-control__play-wrapper-mobile {
        display: none;
    }
}

.video-control__play-wrapper--with-text {
    margin-top: 30px;
}

.video-control__play {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    pointer-events: none;
}

.video-background-wrapper .video-control__play {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-control__play .icon {
    opacity: 0.5;
}

.video-is-loaded .video-control__play {
    pointer-events: auto;
}

.video-is-loaded .video-control__play .icon {
    opacity: 1;
}

.video-is-playing .video-control__play {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.video-control__play::before {
    content: '';
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    margin-left: -1.4375rem;
    border-radius: 50%;
    border: 2px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    transition: all 0.1s ease-out 0.5s;
    z-index: 5;
    top: 1px;
    left: 50%;
    opacity: 0.5;
}

.video-is-loaded .video-control__play::before,
.video-is-playing .video-control__play::before,
.video-is-paused .video-control__play::before {
    content: none;
    display: none;
}

.video-control__close-wrapper {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    z-index: 3;
}

.video-is-playing .video-control__close-wrapper,
.video-is-paused .video-control__close-wrapper {
    display: block;
}

.video-control__close {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 27px;
    border-radius: 15px;
    background-color: white;
    color: black;
}

.video-control__close-wrapper:hover .video-control__close,
.video-control__close-wrapper:focus .video-control__close {
    outline: auto 5px -webkit-focus-ring-color;
    opacity: 0.7;
}

.video-is-playing .video-control__close,
.video-is-paused .video-control__close {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

.video-control__close .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}

.video__pause {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (max-width: 749px) {
    .video__pause {
        display: none;
    }
}

.video-is-playing .video__pause {
    display: none;
}

.video__pause .icon {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.video__pause:hover,
.video__pause:focus {
    outline: none;
}

.video__pause:hover .icon,
.video__pause:focus .icon {
    color: white;
}

.video__pause .icon-pause {
    width: 12px;
    height: 12px;
    top: 11px;
}

.video__pause .icon-play {
    width: 16px;
    height: 16px;
    top: 9px;
}

.video__pause-resume,
.video__pause-stop {
    height: 34px;
    width: 34px;
    margin: 0 auto;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.video__pause:hover .video__pause-resume,
.video__pause:focus .video__pause-resume,
.video__pause:hover .video__pause-stop,
.video__pause:focus .video__pause-stop {
    background-color: rgba(0, 0, 0, 0.75);
}

.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop {
    outline: auto 5px -webkit-focus-ring-color;
}

.video__pause-stop {
    display: flex;
}

.is-paused .video__pause-stop {
    display: none;
}

.video__pause-resume {
    display: none;
}

.is-paused .video__pause-resume {
    display: flex;
}

/*================ Overlay ================*/
.video__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-image-overlay);
    opacity: var(--opacity-image-overlay);
    z-index: 3;
}

.video-is-playing .video__overlay {
    opacity: 0;
}

.video-is-playing .video__overlay:before {
    content: none;
}

/*================ Fallback images ================*/
.video__image {
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

@media only screen and (min-width: 750px) {
    .video-background-wrapper .video__image {
        opacity: 0;
    }
}

.product-recommendations__inner {
    padding: 35px 0;
}

@media only screen and (min-width: 750px) {
    .product-recommendations__inner {
        padding: 55px 0;
    }
}

.disclosure {
    position: relative;
}

.disclosure__toggle {
    white-space: nowrap;
}

.disclosure-list {
    background-color: var(--color-text-field);
    border: 1px solid var(--color-border-form);
    bottom: 115%;
    padding: 11px 0px;
    position: absolute;
    display: none;
    min-height: 92px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 2px;
}

.disclosure-list--visible {
    display: block;
}

.disclosure-list__item {
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 45px 4px 15px;
    text-align: left;
}

.disclosure-list__item:active {
    background-color: var(--color-bg-currency-selector);
}

.disclosure-list__option {
    color: var(--color-text-field-text);
}

.disclosure-list__option:focus,
.disclosure-list__option:hover {
    color: var(--color-text-field-text) !important;
    border-bottom: 1px solid var(--color-text-field-text);
}

.disclosure-list__item--current .disclosure-list__option {
    border-bottom: 1px solid var(--color-text-field-text);
}

/*================ Selectors ================*/
.selectors-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

@media only screen and (min-width: 750px) {
    .selectors-form {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.selectors-form__item {
    padding-bottom: 15px;
    margin: 0 5px;
}

@media only screen and (min-width: 750px) {
    .selectors-form__item {
        padding-bottom: 0;
    }

    .selectors-form__item:first-of-type {
        margin-left: 0;
    }
}

.store-availability-small-text {
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
}

.store-availability-information {
    display: flex;
    margin-left: 5px;
}

.store-availability-information-container {
    margin-left: 5px;
}

.store-availability-information__title {
    margin-bottom: 0;
}

.store-availability-information__stock {
    margin-bottom: 0;
}

.store-availability-information__button {
    text-decoration: underline;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
    margin-top: 8px;
}

.store-availability-container .icon {
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
    margin: 4px 4px 0 0;
}

.store-availability-container .icon-in-stock {
    fill: #00730B;
}

.store-availability-container .icon-out-of-stock {
    fill: #DD2200;
}

.store-availability-container .icon-close {
    width: 18px;
    height: 18px;
    margin: 0;
}

.store-availability-container .store-availability-list__stock .icon {
    margin: 0 2px 3px 0;
}

.store-availabilities-modal {
    z-index: 3;
    width: 375px;
    left: auto;
    border: 1px solid var(--color-border);
    box-sizing: border-box;
    box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
}

.store-availabilities-modal--active {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width: 749px) {
    .store-availabilities-modal--active {
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 9999;
    }
}

.store-availabilities-modal__header {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 16px 0;
    padding: 0 24px 0 24px;
}

.store-availabilities-modal__product-title {
    font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
}

.store-availabilities-list {
    overflow-y: auto;
    padding: 0 20px 0 20px;
}

.store-availabilities-modal__close {
    margin: -14px -14px 0 0;
    padding: 14px;
    align-self: start;
}

.store-availability-list__item {
    padding-bottom: 16px;
}

.store-availability-list__item::before {
    content: "";
    display: block;
    margin: 0 0 16px 0;
    border-bottom: 1px solid var(--color-border);
}

.store-availability-list__address {
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
    font-style: normal;
    margin-bottom: 0;
}

.store-availability-list__location {
    font-size: var(--font-size-base);
    margin-bottom: 8px;
}

.store-availability-list__stock {
    margin-top: 8px;
    margin-bottom: 16px;
}

.store-availability-list__phone {
    margin-bottom: 0;
}

/* 27-09-22*/
ul.menu_top {
    display: flex;
    justify-content: end;
}

ul.menu_top a {
    font-size: 15px;
    padding-left: 18px;
}

.header_top {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3333;
}

.blue_color {
    color: #2AA7EF;
}

icons_lefts_haeder .site-nav {
    text-align: right;
}

header.site-header {
    margin-top: 5px;
    background: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}

#AccessibleNav .site-nav a {
    font-family: Montserrat, sans-serif;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgb(26, 26, 26);
    text-transform: capitalize;
}
#AccessibleNav .site-nav a:hover {
    color: rgb(52 224 161);
}
#AccessibleNav .site-nav a span {
    font: inherit !important;
}
#AccessibleNav .site-nav a:hover span {
    border-color: #34e0a1;
}
#AccessibleNav .site-nav a.site-nav__link--active {
    color: #34e0a1;
}

.faq_main:before {
    content: "";
    position: absolute;
    background: #2AA7EF;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.icons_lefts_haeder {
    text-align: right;
    display: flex;
    justify-content: end;
}

.site-footer .site-footer__item.site-footer__item--one-third:first-child {
    flex: 1 1 40%;
    border-right: 1px solid #fff;
}

.site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(2) {
    padding-left: 76px;
    flex: 1 1 30%;
}

.site-footer a.btn.btn_primary {
    background-color: #2AA7EF;
    margin-top: 35px;
    text-transform: revert;
    color: #000000;
    border-radius: 7px;
}

.site-footer__item-inner--link_list p.h4 {
    display: none;
}

.custom_icons {
    width: 200px;
    text-align: center;
}

.site-footer__item.site-footer__item--one-third {
    margin-bottom: 0px;
}

.custom_icons h4 {
    color: #2AA7EF;
    margin-bottom: 10px;
}

.site-footer .grid__item.small--hide.one-half.site-footer-item-center-vertically {
    width: 100%;
    justify-content: end;
    display: flex;
    text-align: right;
    margin-top: -84px;
}

.custom_icons h4 {
    color: #2aa7ef !important;
    font-weight: 500;
}

img.logo_footer_right {
    width: 90px;
    position: absolute;
    right: top;
    right: -48px;
    top: 39%;
}

.grid__item.small--hide.one-half.site-footer-item-center-vertically {
    width: 100%;
    text-align: right;
    margin-top: -88px;
}

.site-footer li.site-footer__linklist-item a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

/* 29-0-22 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Poppins', sans-serif;
}

.banner_top {
    height: 1053px;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 140px;
    text-align: center;
    position: relative;
}

.title_top p {
    max-width: 50%;
    margin: 0 auto;
}

.banner_top .btn {
    background: #2AA7EF;
    padding: 0;
    display: table;
    margin: 34px auto 0;
    height: 60px;
    width: 340px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 23px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: inherit;
}

.banner_top .btn:hover {
    background: black;
    color: white !important;
    border-color: black;
    transition: 0.5s;
}

.banner_top h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: inherit !important;
    letter-spacing: 0px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #939393;
    max-width: 75%;
    margin: 0 auto;
}

.banner_top p {
    font-size: 30px;
    margin-bottom: 8px;
    text-shadow: 0px 0px 4px #00000099;
    max-width: 75%;
    line-height: 49px;
    margin-top: 31px;
}

.banner_top .icons p {
    margin-top: 0;
}

.banner_top .icons {
    margin-top: 40px;
}

.banner_top h2,
.banner_top h3,
.banner_top h4,
.banner_top h5,
.banner_top p {
    color: #fff;
}

.banner_top .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_top .icons img {
    width: 29px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.banner_top .icons p {
    margin-bottom: 0px;
    text-shadow: inherit;
}

.banner_top img.logo_trag {
    width: auto;
    margin-top: 75px;
    object-fit: cover;
}


.icons_left {
    /*padding-top: 65px !important;*/
    padding-bottom: 70px;
}

.icons_left .box-text {
    padding-left: 82px;
    position: relative;
    padding-top: 15px;
}

/* .icons_left .box-text img {
position: absolute;
left: 0;
width: 75px;
top: 0; }
.icons_left .box-text h4 {
font-size: 23px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 5px;
} */
div#shopify-section-product-template {
    background: #f6f6f6;
}

.icons_left .box-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #253754;
}

.section_champagne .left-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 65px;
}

.section_champagne .left-box ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 23px;
    color: #fff;
}

.section_champagne .left-box ul li img {
    width: 23px;
    position: absolute;
    left: 0;
}

.section_champagne {
    padding-top: 130px;
    background-size: cover !important;
    position: relative;
    background-position: center !important;
    height: 900px;
    background-repeat: no-repeat !important;
}

section.logos.custom_padding {
    padding-bottom: 90px;
}

.left-box a.btn.btn-primary {
    height: 64px;
    width: 310px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: inherit !important;
}

a.btn.btn-primary:hover {
    background: black;
    color: white !important;
    border-color: black;
    transition: 0.5s;
}

.quart span {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    color: #2AA7EF !important;
}

.section_champagne .quart:before {
    content: "";
    position: absolute;
    background: url("/cdn/shop/files/Speech_marks_open_3_256x256.png?v=1664880539");
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

section.logos.custom_padding .bg_title.text-red {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 51px;
}

.section_champagne .quart:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Speech_marks_open_3_256x256.png?v=1664880539);
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    left: 61%;
    top: 0;
    transform: rotate(180deg);
}

.section_champagne:before {
    content: "";
    width: 100%;
    position: absolute;
    background: black;
    left: 0;
    top: 0;
    opacity: 0.6;
    height: 100%;
}

.imglogos.row a {
    cursor: auto;
}

.section_champagne .container {
    position: relative;
}

.img-bg {
    z-index: 999;
    background-image: url(/cdn/shop/files/white-paper-texture_256x256_crop_center.png?v=1664428710);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    max-width: 604px;
    margin: auto auto -104px;
    width: 100%;
    bottom: -81px;
    position: relative;
    padding-bottom: 150px;
    height: 796px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.img-bg img {
    max-width: 505px;
    width: 100%;
    top: -100px;
    display: block;
    right: 0px;
    position: absolute;
    height: 659px;
    object-fit: cover;
}

h4.bg_title {
    color: #fff;
    margin-bottom: 57px;
    font-family: Poppins !important;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
}

h4.bg_title span {
    color: #D04D36;
}

.section_champagne .left-box p {
    color: #fff;
    margin-bottom: 36px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

div#shopify-section-1664189356745f5ab8 .quart {
    display: none;
}

div#shopify-section-16641893964d7ded1b h4.bg_title {
    font-size: 47px;
}

div#shopify-section-16641893964d7ded1b .section_champagne .left-box p {
    margin-bottom: 15px;
}

div#shopify-section-16641893964d7ded1b a.btn.btn-primary {
    margin-top: 100px;
}

div#shopify-section-16641893964d7ded1b .quart {
    display: none;
}

ul.list_mystery li:before {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Vector_4_256x256.png?v=1664877272);
    width: 20px;
    height: 20px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

ul.list_mystery li {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px !important;
}

.section_champagne .left-box p span {
    color: #D04D36;
}

.section_champagne .quart {
    display: flex;
    color: #2AA7EF;
    margin-top: 70px;
    align-items: center;
    position: relative;
}

.section_champagne .quart p {
    margin-bottom: 0px !important;
    padding: 0px 25px;
    font-size: 14px;
    color: #2AA7EF;
    position: relative;
}

.btn-primary {
    background-color: #2AA7EF;
    border-color: #2AA7EF;
    padding: 10px 30px;
    color: #000000 !important;
    font-weight: 500;
}

.text-box p {
    margin-bottom: 0px;
    color: #D04D36;
    font-size: 40px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}

.text-box h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

div#shopify-section-1664189356745f5ab8 .text-box p {
    line-height: 50px;
}

section.testmonial_slider {
    padding-top: 100px;
}

section.testmonial_slider .text_monial {
    text-align: center;
}

section.testmonial_slider .text_monial .title {
    display: flex;
    justify-content: center;
    align-content: normal;
    margin-bottom: 16px;
}

section.testmonial_slider .text_monial .title span {
    padding: 0px 10px;
    padding-top: 2px;
    font-weight: 600;
    font-size: 15px;
}

.testmonial_start {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testmonial_start img.star {
    max-width: 186px;
    width: 100%;
}

.testmonial_start h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 20px;
}

.testmonial_start p {
    font-size: 14px;
}

.img-bg-2 {
    max-width: 100%;
    padding-top: 297px;
    position: relative;
    bottom: -142px;
    padding-bottom: 89px;
}

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

.imglogos {
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom_padding {
    padding: 40px 0px;
}

.title_btn_section {
    text-align: center;
}

.title_btn_section img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 270px;
}

.title_btn_section a.btn.btn-primary {
    margin-top: 20px;
    height: 64px;
    width: 328px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: inherit !important;
}

div#shopify-section-16641893712b46471d h4.bg_title.text-red {
    color: black !important;
}

section.green_light {
    background: #34e0a161;
    padding: 90px 0 100px;
}

.container {
    max-width: 100vw !important;
    padding: 1vh 3vw  !important;
}

section.green_light img {
    width: 470px;
}

div#shopify-section-footer-second section.logos.custom_padding.footerlogo {
    background: white;
}

section.green_light h4.bg_title {
    font-weight: 500;
    color: black;
}

section.green_light h4.bg_title span {
    color: #3B8158;
}

section.green_light p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
}



h1.faq_title {
    font-family: Poppins !important;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #2aa7ef;
    border-bottom: 2px solid #2AA7EF;
    padding-bottom: 27px;
}

.ul_listing {
    padding-left: 20px;
}

.ul_listing h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    font-family: 'Poppins' !important;
    white-space: nowrap;
}

.ul_listing ul {
    list-style: none;
    padding-left: 0px;
}

.ul_listing ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.ul_listing ul li img {
    position: absolute;
    left: 0;
    width: 22px;
    top: 10px;
}

form.sinup_form input {
    background: #FFFFFF;
    border: 0.5px solid #0000005e;
    border-radius: 5px;
    height: 50px;
    padding-left: 10px;
    width: 280px;
}

.page-width {
    max-width: 1350px;
}

form.sinup_form button.btn.btn_sign {
    background: #2AA7EF;
    margin-left: 10px;
    font-weight: 600;
    height: 50px;
    width: 180px;
    border-radius: 10px;
    padding: 16px 48px 16px 48px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    text-transform: initial !important;
}

.ul_listing h3 span {
    color: #D04D36;
}

form.sinup_form button.btn.btn_sign:hover {
    background: black;
    color: white;
    transition: 0.5s;
}

.left_blue__mobile {
    display: none;
}

@media only screen and (max-width: 567px) {
    form.sinup_form {
        display: block !important;
        padding: 0 15px;
    }

    .banner_top:before {
        opacity: 0.3;
    }

    form.sinup_form button.btn.btn_sign {
        font-weight: 600;
        display: block;
        margin-top: 31px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    form.sinup_form input {
        background: #FFFFFF;
        border: 0.5px solid #000000;
        padding-left: 10px;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-top: 15px;
    }

    section.section_champagne .col-sm-5 {
        order: 1;
    }

    .left-box p {
        text-align: center;
    }

    section.section_champagne .col-sm-7 {
        order: 2;
    }

    .left_blue__mobile {
        padding-bottom: 170px;
    }

    .section_champagne {
        padding-top: 0px;
    }

    .section_champagne .col-sm-5 {
        position: relative;
        top: -137px;
    }

    .section_champagne .img-bg-2 {
        bottom: -65px;
        padding-bottom: 65px;
    }

    .section_champagne .text-box p {
        font-size: 25px;
        line-height: 33px !important;
    }

    .section_champagne h4.bg_title {
        color: #fff;
        font-weight: 600;
        margin-bottom: 38px;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }

    h4.bg_title {
        font-size: 30px;
        text-align: center;
    }

    .btn-primary {
        margin: 0 auto;
        display: table;
        text-align: center;
    }

    .section_champagne .quart {
        justify-content: center;
        margin-top: 60px !important;
        margin-bottom: 30px !important;
    }

    section.testmonial_slider {
        padding-top: 40px;
        padding-bottom: 133px;
    }

    .img-bg {
        margin-bottom: -29px !important;
    }

    .banner_top {
        height: 335px;
        padding-top: 25px;
    }

    .banner_top h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .banner_top .icons p {
        margin-top: 0;
        font-weight: 700;
    }

    .banner_top p {
        font-size: 15px;
        line-height: 23px;
    }

    img.logo_trag {
        width: 225px;
        margin-top: 16px;
    }

    .title_btn_section {
        margin-top: 20px;
    }

    .section_champagne_3 {
        padding: 40px 0px;
    }

    .section_champagne_3 .col-sm-5 {
        position: relative;
        top: 0px;
        order: 2 !important;
    }

    .left_blue__mobile {
        display: block;
    }


    .box-text-inner {
        padding-left: 10px;
        width: 80%;
    }

    .green_light .bg_title {
        display: none;
    }

    .green_light .col-sm-6 .bg_title {
        display: block;
        margin-top: 59px;
        font-size: 30px !important;
        white-space: normal;
        line-height: 36px;
        margin-bottom: 0;
    }

}

.left_blue__mobile .box-text img {
    height: 65px;
    object-fit: contain;
}

.left_blue__mobile .box-text h4 {
    color: #253754;
}

.left_blue__mobile .box-text p {
    color: #253754;
}

form.sinup_form {
    display: flex;
    justify-content: flex-end;
}

.icons_lefts_haeder {
    display: flex;
    justify-content: end;
    align-items: center;
}

nav#AccessibleNav .site-nav {
    margin: 0;
}

.main-content {
    padding-top: 0px;
}

.text-red {
    color: #D04D36;
}

.imglogos.row {
    align-items: center;
}

.imglogos .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}

.footerlogo .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.imglogos .text-red {
    font-weight: 500;
    color: #D04D36 !important;
}

section.logos.custom_padding {
    padding-top: 119px;
    background: #f6f6f6;
}

div#shopify-section-16641893964d7ded1b .img-bg {
    bottom: -150px;
    padding-bottom: 175px;
    height: 609px;
    width: 782px;
    border-radius: 50px;
}

div#shopify-section-1664446766e71b8a1b section.logos.custom_padding .bg_title.text-red {
    color: black !important;
}

div#shopify-section-166418943690652f8c .section_champagne_3 {
    height: auto;
    padding-top: 174px;
    padding-bottom: 174px;
    margin-top: 0;
    border-top: 3px solid white;
}

div#shopify-section-16641893964d7ded1b .section_champagne {
    padding-top: 214px;
    height: 850px;
    margin-top: 4px;
}

div#shopify-section-16641893964d7ded1b .img-bg img {
    right: -42px;
    position: absolute;
    border-radius: 20px;
    height: auto;
    max-width: 90%;
    top: -26%;
}

.section_champagne .row {
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.topbar.row ul#SiteNav {
    margin-top: 0px;
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
    text-align: right;
}

.left_section {
    color: #2aa7ef;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
}

.site-header__mobile-nav {
    display: flex;
    justify-content: space-between;
}

div#shopify-section-ed2be554-9763-4b9c-96c3-506af9e2e060 .section_champagne_3 {
    padding: 0;
    height: 855px;
    background-size: contain !important;
    background-color: #f7f7f7 !important;
}

.right_section .site-nav a {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 30px;
    color: black;
}

.right_section .site-nav {
    margin: 0;
    text-align: right;
}

.topbar {
    background: #FFFFFF;
    box-shadow: 0 2px 2px #00000040;
    padding: 0;
    position: relative;
    z-index: 99;
}

.text-red {
    color: #D04D36 !important;
}

div#shopify-section-1664189356745f5ab8 .img-bg {
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
    height: 740px;
    bottom: -116px;
    margin-left: 0;
    margin-right: 0;
    max-width: 792px;
}

div#shopify-section-1664189356745f5ab8 .img-bg .text-box p {
    max-width: 98%;
    margin: 0 auto;
}

.price-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px #2AA7EF;
}

.price-card .left-product {
    padding-left: 140px;
    position: relative;
}
.left-product img {
    width: 135px;
    height: auto;
    object-fit: cover;
}

.left-product h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0!important;
    color: #000;
    min-height: 75px;
    line-height: 1.4;
}

.price-card p {
    border-top: 2px solid #F6F6F6;
    margin-top: 65px;
    padding-top: 30px;
}

.price-card p:nth-child(3) {
    border: none;
    margin-top: 0;
    padding-top: 6px;
}

li.product_item a:nth-last-child(2) {
    font-size: 18px;
    font-weight: 500;
}

ul.collection_list.row .price {
    margin-bottom: 5px;
}

ul.collection_list.row li.product_item span.price-item.price-item--regular {
    font-size: 16px;
}

p:empty {
    display: none;
}

li.product_item a {
    font-weight: 700;
    font-size: 14px;
    color: #2aa7ef;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: underline;
}

.left-product p {
    font-size: 14px;
}

.left-product a {
    font-size: 19px;
    font-weight: 700;
    color: #2AA7EF;
    text-decoration: revert;
}

li.product_item button {
    background: #2AA7EF;
    border: 0px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 20px auto 30px;
    height: 50px;
    width: 200px;
    border-radius: 10px;
    text-transform: initial !important;
    color: #000;
}

.custom-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check label {
    position: relative;
    cursor: pointer;
}

.custom-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0 1px 2px #0000000d, inset 0 -15px 10px -12px #0000000d;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50px;
    background-color: white;
}

form.custom-check-box .d-flex {
    justify-content: flex-start;
}

.filters-toolbar__input-wrapper select {
    width: 100% !important;
    background: white;
    height: 40px;
    outline: none;
    border: 1px solid #ccc;
    font-family: 'Poppins';
    color: black;
    font-size: 15px;
    font-weight: 600;
    appearance: auto;
}

.filters-toolbar__item-child .select-label {
    display: none;
}

.custom-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* li.product_item span.price-item.price-item--regular {
font-weight: 400;
font-size: 16px;
} */
li.product_item span.price-item.price-item--regular {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: black !important;
}

.price-card {
    padding: 15px;
}

.price-card .left-product a {
    text-align: left;
    margin-top: -1px !important;
    text-decoration: none!important;
}

li.product_item ul li, li.product_item p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.price-card {
    background: #FFFFFF;
    box-shadow: 0 0 3px #2aa7ef;
    margin-bottom: 30px;
    padding-top: 38px;
}

.logo_extra_container img {
    max-width: 200px;
    margin-bottom: 10px;
}

.shop-collections h2 {
    position: relative;
    margin-bottom: 44px;
    margin-top: 0px;
    color: #2aa7ef;
    width: 100%;
    border-bottom: 2px solid;
    padding-bottom: 25px;
    font-size: 37px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: inherit !important;
}

body.template-collection section.logos.custom_padding.footerlogo {
    display: none;
}

img.logo_green {
    width: auto;
    margin-top: -44px;
    height: auto;
    position: absolute;
    bottom: -47px;
}

div#ProductSection-product-template {
    padding-top: 55px;
}

.top-product-bar {
    background-image: url(/cdn/shop/files/Vector.webp?v=1664775301);
    text-align: center;
    color: #fff;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 100px;
}
.top-product-bar h2 {
    font-family: Poppins!important;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase!important;
}
.shopify-payment-button__button--branded .shopify-cleanslate {
    max-width: 185px;
    border-radius: 10px;
}

button.shopify-payment-button__more-options {
    text-align: left;
}

.social-sharing {
    display: flex;
    margin-top: 15px;
}

.social-sharing li a {
    margin-bottom: 0px !important;
}

.product-single__description p {
    text-align: left !important;
}

.product-single__description p strong {
    text-align: left !important;
}

.price__regular .price-item.price-item--regular {
    font-family: Poppins !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000 !important;
}

p.reveange strong {
    color: #D04D36;
}

h1.product-single__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.product-single__description {
    margin-top: 30px;
}

.product-single__description h3 {
    margin-top: 0px !important;
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 27px;
}

.product-single__description h4 {
    margin-top: 0px !important;
    margin-bottom: 14px !important;
}

.product-single__description p {
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #333;
    font-size: 16px;
}

.product-single__description p:first-child {
    margin-bottom: 5px;
}

.product-single__description form {
    padding-top: 0px !important;
}

.product-single__meta .product-form {
    width: auto;
    padding-top: 2rem;
    padding-top: 0px;
}

.product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit {
    border: 0px;
    background: #2AA7EF;
    border-radius: 10px;
    max-width: 184px;
    color: black !important;
}

.product-form__item {
    margin-top: 20px;
}

.product-single__meta button.shopify-payment-button__button {
    border: 0px;
    background: #2AA7EF;
    border-radius: 10px;
    max-width: 184px;
    border-radius: 10px !important;
}

.product-template__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-product-bar span {
    color: #fff;
    font-size: 1.5em;
}

.template-product section.icons_left {
    padding-top: 30px;
    padding-bottom: 110px;
}

html {
    padding-bottom: 0px !important;
}

.imglogos img {
    max-width: 100%;
    padding: 0px 15px;
}

section.logos.custom_padding.footerlogo {
    padding-bottom: 0;
}

.faq_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
    position: relative;
 
}

.product-recommendations__inner h2 {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: initial !important;
    color: black !important;
}

.faq_main .faq_items {
    max-width: 47%;
    flex: 0 0 47%;
    border-bottom: 1px solid #cccccc61;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.faq_main .faq_items p {
    display: none;
}
.faq_main .faq_items.active p {
    display: block;
}
.faq_items h1:after {
    position: absolute;
    content: "\f055";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 0px;
  top:0px;
}
.faq_items.active h1:after {
    content: "\f056";
}

.template-product section.logos.custom_padding.footerlogo {
    display: none;
}
/* .any-free-wrapper strong {
    display: flex;
    margin: 20px auto;
    justify-content: center;
    height: 50px;
    background-color: #f7c81d;
    align-items: center;
    border-radius: 10px;
} */
body #modal .modal_header
{
  flex-direction:column;
}

.faq_main .faq_items h1 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px !important;
    color: black;
  position:relative;
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}

.faq_main .faq_items p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}

.faq_main .faq_items p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.faq_main .faq_items p:empty {
    display: none;
}

p.priceing {
    display: none;
}

.grid__item {
    padding: 10px 10px 0px !important;
}

.h4.grid-view-item__title {
    font-size: 16px;
    color: black;
    font-weight: 600 !important;
}

.product-recommendations__inner .price__regular .price-item--regular {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
    display: block;
}

section.icons_left {
    background: #F6F6F6;
}

.service_quilty {
    display: flex;
    justify-content: space-evenly;
}

.box-text-inner {
    padding-left: 35px;
}

.service_quilty a {
    display: flex;
    align-items: center;
}

.service_quilty a h1 {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    color: #d04d36;
    margin-left: 20px;
    margin-bottom: 0px !important;
}

.product-recommendations__inner {
    padding-top: 55px;
}

div#shopify-section-pdp-faq {
    padding-top: 0px;
}

.service_main_quilty {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 20px;
    padding: 30px 50px;
    position: absolute;
    z-index: 0;
    background: white;
    top: -65px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pdp_info_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.pdp-info-right {
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    border-left: 1px dashed #2AA7EF;
    padding-left: 25px;
    margin-top: 60px;
}

div#shopify-section-pdp-threeicons {
    position: relative;
}

.pdp_info_left img {
    border-radius: 50%;
}

.pdp_info_left .pdp_first_image {
    height: 325px;
    width: 330px;
    position: absolute;
    top: -30px;
    left: -50px;
}

.pdp_info_left {
    position: relative;
}

h2.info_heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #2AA7EF;
    text-transform: inherit;
}

.pdp-info-right p strong {
    color: #2AA7EF;
    font-weight: 500;
    font-size: 17px;
}

.pdp_info_left img.pdp_second_image {
    position: absolute;
    left: 24px;
    top: 55%;
}

.pdp_info_left .pdp_fourth_image {
    position: absolute;
    top: 62%;
    right: 28%;
    width: 260px;
}

.pdp-info-right p {
    color: black;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 20px;
}

.pdp-info-right p strong {
    color: #2aa7ef;
    font-weight: 600;
    font-size: 19px;
}

.pdp_info_left img.pdp_third_image {
    position: absolute;
    top: 18%;
    right: 142px;
    width: 227px;
}

/* div#shopify-section-pdp-information {
margin-top: -9px;
padding-bottom: 9%;
} */
.product-recommendations__inner .grid--view-items .grid__item.small--one-half:nth-child(4) {
    display: none;
}

.product-recommendations__inner .grid--view-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0px !important;
}

.product-card__title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.pdp-info-right:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Vector_3_256x256.png?v=1664793266);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    left: -16px;
    bottom: -12px;
}

.pdp-info-right:before {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/icon_bg.png?v=1666087549);
    width: 30px;
    height: 35px;
    left: -15px;
    background-repeat: no-repeat;
    background-position: center;
}

section.collection_banner_top h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #2AA7EF;
    text-transform: initial;
}

.d-flex {
    display: flex;
    
    flex-wrap: wrap;
    align-items: center;
}

.item-right a {
    height: 64px;
    width: 321px;
    display: block;
    padding: 16px 48px;
    background: #2AA7EF;
    opacity: .3;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 27px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
}

.item-right a:hover {
    background: white;
    opacity: 1;
    color: black;
}

.item-right img {
    margin-top: 50px;
    width: 100%;
    object-fit: contain;
    max-width: 320px;
    height: 31px;
}

.item-left {
    width: 50%;
    padding: 0px 15px;
}

.main-row_bgBlue {
    background: #06151e;
    border: 5px solid #2AA7EF;
    border-radius: 25px;
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 30px;
}

.item-right {
    width: 30%;
    padding: 0px 15px;
}

.item-left {
    display: flex;
    justify-content: space-around;
}

.item_upload h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.item_upload img {
    cursor: pointer;
}

.add_image {
    height: 157px;
    width: 110px;
    border-radius: 4px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload_product p {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    margin-top: 13px;
}

section.collection_banner_top {
    padding-top: 40px;
    padding-bottom: 40px;
}

.add_image img {
    background: #F6F6F6;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    padding: 15px;
}



div#shopify-section-1664189356745f5ab8 .img-bg img {
    width: 654px;
    height: 597px;
    object-fit: cover;
    max-width: 670px;
    right: -30px;
    top: -120px;
}

.box-text img {
    width: 65px !important;
}

section.green_light h4.bg_title {
    font-weight: 500;
}

div#shopify-section-16641892963f9c77a1 .row {
    justify-content: center;
}

div#shopify-section-16641892963f9c77a1 .row .col-sm-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

@media only screen and (min-width: 1550px) {
    .site-footer__rte p {
        max-width: 86%;
    }

    .grid__item.site-footer__payment-icons .site-footer__icon-list {
        padding-top: 40px;
    }

    .site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(2) {
        padding-left: 90px;
    }

    li.product_item button {
        margin-top: 37px;
    }


    .icons_left {
        /*padding-top: 300px !important;*/
        padding-bottom: 20px;
    }

    /******** 11-10-2022************/
    .site-footer a.btn.btn_primary {
        margin-top: 52px;
    }

    page-width {
        max-width: 1400px;
    }

    

    .Gift_product {
        padding-top: 0px;
    }

    .row.Gift_product {
        justify-content: initial !important;
    }

    section.collection_banner_top {
        padding-top: 61px;
    }

    .main-row_bgBlue {
        margin-top: 75px;
    }

    .filter_box {
        margin-top: 60px;
    }

    .shop-collections {
        padding-top: 60px;
    }

    .shop-collections h2 {
        margin-bottom: 57px;
    }

    .col-sm-4,
    ul.collection_list li.product_item {
        padding-bottom: 10px;
    }

    li.product_item {
        padding-left: 20px;
        padding-right: 20px;
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }

    .shop-collections h2 {
        margin-top: 0px;
    }

    .Gift_product .product_item.col-sm-4 {
        padding-right: 70px;
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
}

.site-header .site-header__cart-count {
    left: -5px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: #2AA7EF;
    padding-top: 1px;
}

p.mobile_content {
    display: none;
}

div#shopify-section-16641892963f9c77a1 section.icons_left .container {
    border-top: none;
    padding-top: 0px;
}

img.mobile_image {
    display: none !important;
}

div#backToCollection {
    display: none;
}

.mobile_view {
    display: none !important;
}

.recoumanded_review_item p span:nth-child(2) {
    padding: 0 6px;
}

body {
    background: white !important;
}

p.form-message.form-message--success {
    position: absolute;
    bottom: -73px;
    width: 94%;
}

.pdp_image_logos_desktop {
    display: none;
}

.pdp_image_logos {
    display: none;
}

button.add_to_cart_bottom {
    background: #2AA7EF;
    border: 0px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 40px;
    height: 50px;
    width: 200px;
    border-radius: 10px;
    text-transform: initial!important;
    color: #000;
    display: none;
}

.mobil-flex p.free-delivery_text {
    display: none;
}

.product-template__container ul.social-sharing {
    display: none;
}

h3.header_heading_mobile {
    display: none !important;
}

.min_height_slider {
    height: 230px;
}

.images_mobile_pdp_information {
    display: none;
}

.modal-wrapper {
    height: 500px !important;
    overflow: auto;
}

@media only screen and (max-width: 360px) and (min-width: 320px) {

    div#shopify-section-16641893964d7ded1b .img-bg,
    section#section_champagne_1664189356745f5ab8 .img-bg,
    section#section_champagne_16641893329c90c222 .img-bg {
        left: -10px !important;
        width: 350px !important;
    }

    .quatity_form button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
}

.cart-header a {
    width: 185px !important;
}

.product_buttonss a:hover {
    color: white !important;
    background: black !important;
    transition: 0.5s !important;
}
img.pdp_first_image_mobile 
{
  display:none;
}
img.pdp_second_image.gift-second-show-mobile {
    display: block;
}

@media only screen and (max-width: 600px) {
  
  .pdp_info_left .pdp_first_image
  {
    display:none;
  }
  img.pdp_second_image.gift-second-show-mobile
  {
    display:block !important;
  }
  img.pdp_first_image_mobile
  {
    
    width: 323px;
    height: auto;
    right: 0;
    transform: translate(-50%);
    left: 50%;
    top: -120px;
    position: absolute;
    display:block;
    
  }
  .gift-first-show-mobile {
    width: 200px !important;
    height: 200px !important;
    right: 0px;
    left: auto !important;
    top: -53px !important;
    transform: none !important;
    }
  .home_reviews a.review_btn {
        margin-bottom: 84px;
    }
    body.template-product .header_bottom_checkout.fixed-header {
        display: block !important;
    }

    /* body.template-product .site-header.border-bottom.logo--left.main_fixed-header {
        display: none !important;
    } */

    .cart__footer .grid {
        margin-left: 0px !important;
    }

    .cart__submit-controls {
        align-items: center !important;
    }

    .product_buttonss a {
        padding-top: 14px !important;
    }

    .items_slide_container {
        padding-left: 15px !important;
        padding-top: 20px !important;
    }

    .modal-wrapper-fixed {
        top: 10% !important;
    }

    .price__badge--sold-out {
        position: initial !important;
    }

    .cart_items_slide {
        padding-top: 15px !important;
    }

    .items_slide_container {
        padding-top: 15px !important;
    }

    .modal-transition {
        padding-right: 0px !important;
        padding-left: 45px !important;
    }

    div#shopify-section-pdp-threeicons .container {
        width: auto !important;
    }

    a.city_names {
        position: inherit !important;
    }

    .pdp_image_wrraper {
        top: 0 !important;
    }

    .modal.is-visible {
        top: 14%;
        border-left: 1px solid #3fb0f1;
        width: auto !important;
    }

    .review_items h4 {
        line-height: 27px !important;
    }

    .recoumanded_items {
        padding: 25px 15px 41px !important;
    }

    div#shopify-section-16641892963f9c77a1 .box-text img {
        min-height: 80px;
        object-fit: contain;
    }

    .review_items p {
        padding-right: 0px !important;
    }

    .review_items {
        padding: 0px 15px;
    }

    div#shopify-section-805bc865-7599-47e5-86b6-305ccab80337 {
        padding-top: 40px;
    }



    .min_height_slider {
        height: 120px !important;
    }

    .items_slide_container {
        padding: 0 15px 0 35px;
    }

    .modal-wrapper {
        top: 11% !important;
    }

    div#shopify-section-home-column-image .box-text img {
        filter: brightness(0);
        object-fit: contain;
    }

    section.icons_left .col-sm-4:nth-child(1) .box-text img {
        max-width: 63px !important;
    }

    div#shopify-section-home-column-image .icons_left .box-text {
        margin-top: 20px !important;
    }

    .modal_header h3 {
        margin-bottom: 0px !important;
    }

    .modal_header {
        margin-top: 20px;
    }

    header.site-header {
        margin-top: -1px !important;
    }

    .icons_lefts_haeders.mobile_header_icon {
        display: block;
    }

    .heading_faq h2 {
        font-size: 21px !important;
    }

    /*   .drawer--top {
    height: 132px !important;
    transform: translateY(10px);
    z-index: 99999999;
} */
    .images_desktop_pdp_information {
        display: none;
    }

    .images_mobile_pdp_information {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }

    .images_mobile_pdp_information .pdp_third_image {
        width: 130px;
        z-index: 0;
        top: 30px;
        border-radius: 50%;
        height: 130px;
        margin-right: 30px;
    }

    .images_mobile_pdp_information img.pdp_fourth_image {
        width: 160px;
        border-radius: 50%;
        height: 160px;
    }

    div#shopify-section-pdp-book-picture figure {
        margin: 0px !important;
    }

    div#shopify-section-pdp-book-picture figure {
        position: relative;
    }

    div#shopify-section-pdp-book-picture figure:before {
        content: "";
        background: url(/cdn/shop/files/Group_160.png?v=1665663017);
        width: 100%;
        height: 140px;
        position: absolute;
        background-size: cover;
        background-position: top;
        bottom: 0;
    }


    .left-product img.logo_green {
        bottom: -90px !important;
        max-width: 130px;
    }

    .price__badge--sold-out {
        bottom: 0px !important;
    }

    .selector-wrapper.js.product-form__item label {
        margin-right: 20px;
    }

    .product-form__controls-group.-- {
        margin-bottom: 25px;
    }

    ul.collection_list.row {
        justify-content: center !important;
    }

    .header_cart_item .site-header__cart-count {
        display: flex;
    }

    .product-recommendations__inner a.btn.btn-primary {
        line-height: 41px !important;
    }

    .template-index section.home_reviews {
        padding-top: 70px !important;
    }

    .buy_items_area span {
        line-height: 17px !important;
    }

    body .grid--half-gutters>.grid__item {
        padding-left: 13px !important;
        padding-right: 0px !important;
    }

    body .drawer-page-content {
        padding-top: 0px !important;
    }

    div#shopify-section-collection-custom .collection_banner {
        padding-top: 15px;
    }

    .header_cart_item .site-header__cart-count {
        display: flex;
    }

    .site-header__icons-wrapper {
        justify-content: flex-start;
        padding-left: 18px;
    }

    /* /////////////////// */


    h3.header_heading_mobile {
        margin-bottom: 0!important;
        width: calc(100% - 160px);
        display: flex!important;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .cart-button>a {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 15px;
        text-transform: capitalize;
        color: #44afff;
    }

    a.mobile-header-btn {
        background: #34e0a1;
        color: #fff!important;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 12px;
        border-radius: 7px;
        text-transform: uppercase;
    }
    .site-nav__link--active .site-nav__label {
        border-bottom-color: #ffffff !important;
    }
    

    .mobile_site-header__cart-count {
        font-weight: 600;
        text-transform: uppercase;
        display: none;
    }
    .cart-button > a img.cart_icon {
        max-width: 30px;
    }
    span.mobile_site__fallback-text {
        display: none;
    }

    .site-header__logo {
        padding-left: 0 !important;
    }


    .template-collection .mobile_site-header__cart-count {
        display: block !important;
    }

    
    .template-index .site-header__mobile-nav {
        margin: 0 !important;
    }



    /* /////////////////////// */

    
    .logo-align--left {
        width: 85px!important;
    }
    .site-header__logo img {
        max-width: 100% !important;
    }

    .topbar {
        z-index: 999999999999999;
        position: relative;
    }

    header.site-header {
        z-index: 9999999 !important;
    }

    /* h3.header_heading_mobile a {
        font-family: Poppins;
        font-size: 19px;
        font-weight: 300;
        line-height: 31px;
        letter-spacing: 0.01em;
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
    } */


    .descrption_mobile_view {
        border-top: 1px solid black;
        padding-top: 30px;
        margin-top: 70px;
    }

    body .recoumanded_slider .grid__item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .recoumanded_slider img.logo_green {
        margin-top: 0 !important;
        bottom: -60px !important;
        width: 130px;
    }


    .recoumanded_slider .left-product img {
        bottom: -20px !important;
    }

    ul.recoumanded_slider .product-buttons {
        margin-top: 22px !important;
    }

    .product-single__media-group,
    .product-single__media--has-thumbnails {
        margin-bottom: 0 !important;
    }

    h1.product-single__title {
        text-align: center !important;
    }

    .price__regular {
        text-align: center;
    }

    .product-single__description p {
        text-align: center !important;
    }

    .single_product-title {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .single_product-title a.pdp_city_name {
        color: #2aa7ef;
        text-align: center;
        font-weight: 700;
        font-size: 20px !important;
    }

    .main-content .shopify-section,
    .critical-hidden {
        display: inherit;
    }

    body .pdp_image_logos_desktop,
    .pdp_image_logos {
        display: none !important;
    }

    p.free-delivery_text {
        display: none;
    }

    .mobil-flex .free-delivery_text {
        display: block !important;
    }

    .pdp_image_logos_desktop {
        display: none !important;
    }

    .mobil-flex {
        display: flex;
        flex-wrap: nowrap;
/*         white-space: nowrap; */
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .plocy_desktop {
        display: none;
    }

    .desktop_descrption {
        display: none;
    }

    .shopify-payment-button__button--branded .shopify-cleanslate {
        width: 201px !important;
        max-width: 237px !important;
    }

    .descrption_mobile_view {
        display: block !important;
    }

    .for_mobile,
    .add_cat_bttn_mobile {
        display: block !important;
    }

    .mobile_flex {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .quatity_form .recommed {
        margin-left: 0px !important;
    }

    .quatity_form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .quatity_form p.qty {
        display: flex;
        align-items: center;
    }

    .quatity_form button {
        width: 40px !important;
        height: 40px !important;
        font-size: 25px !important;
        color: #000 !important;
    }

    .quatity_form input {
        font-size: 30px !important;
    }

    p.free-delivery_text {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        font-size: 18px !important;
    }

    .mobile_flex {
        display: flex;
        flex-wrap: nowrap;
    }

    .product-single__description ul li img {
        max-width: 25px;
    }

    div#shopify-section-home-column-image section.icons_left {
        margin-bottom: 5px;
    }

    .pdp_image_logos {
        margin-top: 65px !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 260px;
    }

    .quatity_form .recommed {
        margin-top: 0px !important;
    }

    body .shopify-payment-button__button {
        width: 100% !important;
    }

    .template-product .icons_left .col-sm-4:nth-child(2) {
        margin-left: 0px !important;
    }

    .review_items ul {
        text-align: center !important;
    }

    .review_items {
        border: none !important;
    }

    .review_items h4 {
        text-align: center !important;
    }

    .template-product div#shopify-section-home-column-image .row {
        justify-content: initial !important;
    }

    .product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit {
        max-width: 200px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .product-form__item {
        display: flex;
        align-items: center;
    }

    .shopify-payment-button {
        margin: 0 auto !important;
    }

    .quatity_form .recommed {
        margin-left: 0 !important;
    }

    .service_main_quilty {
        width: 365px !important;
    }

    .slick-prev,
    .slick-next {
        background: transparent !important;
    }

    .recoumanded_imgWrraper dl.price.price--listing {
        width: 100% !important;
        font-size: 15px !important;
    }

    .recoumanded_box .price__regular .price-item.price-item--regular {
        font-size: 18px;
    }

    .recoumanded_descrption {
        display: none;
    }

    .recoumanded_imgWrraper {
        border-bottom: none !important;
    }

    h3.query_title {
        margin-bottom: 80px;
        font-size: 48px;
        font-weight: 500;
        line-height: 65px;
        letter-spacing: 0em;
        color: #2c3c4d;
        max-width: 73%;
        border-bottom: 5px dashed #E3E3E3;
        padding-bottom: 76px;
    }

    .product-recommendations__inner .price-card .left-product {
        padding-left: 135px;
    }

    .product-recommendations__inner .left-product a {
        font-size: 15px;
    }

    .product-recommendations__inner dl.price.price--listing {
        width: 100%;
    }

    p.form-message.form-message--success {
        position: inherit !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .last-image {
        justify-content: flex-end !important;
    }

    .my_story_form input.btn {
        font-weight: 500 !important;
        margin: 0 auto !important;
    }

    .collection_banner .container {
        padding: 0px !important;
    }

    .slider-active .product-single__thumbnails {
        width: 100% !important;
    }



    body .img-bg {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }

    .icons_left .col-sm-4:nth-child(2) {
        margin-left: 12px;
    }

    .icons_left .col-sm-4:nth-child(1) .box-text img {
        height: auto !important;
    }

    .home_reviews .d-flex {
        flex-wrap: wrap !important;
    }

    .recoumanded_review_item p {
        font-size: 16px !important;
        justify-content: center;
        margin-bottom: 25px !important;
    }

    section.home_reviews {
        padding-top: 0px !important;
        padding-bottom: 65px !important;
    }

    .review_items {
        margin-top: 50px !important;
    }

    .review_items h4 {
        font-size: 17px !important;
        font-weight: 700 !important;
    }

    .review_items p {
        padding-left: 0px !important;
    }

    .review_star {
        display: none !important;
    }

    .mobile_view {
        display: flex !important;
        margin-bottom: 30px;
    }

    .home_reviews .d-flex {
        justify-content: center !important;
    }

    div#shopify-section-16641892963f9c77a1 .row .col-sm-4:nth-child(1) {
        flex: 0 0 20% !important;
    }

    .icons_left .row .col-sm-4 {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }

    .recoumanded_list {
        padding: 15px 20px !important;
    }

    .main_product_recoumended .slick-next {
        right: -10px !important;
    }

    .main_product_recoumended .slick-prev {
        left: -10px !important;
    }

    .recoumanded_items p,
    .recoumanded_items ul li {
        display: none;
    }

    .recoumanded_imgWrraper {
        border-bottom: none;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .my_story_banner {
        height: 111px !important;
        padding-top: 41px !important;
        background-size: cover !important;
        padding-bottom: 41px !important;
    }

    .my_story_descrption {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .my_story_descrption p {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
    }

    .image_part img {
        width: 236px !important;
        right: 0 !important;
        margin-bottom: -60px !important;
        position: inherit !important;
    }

    .flex_item {
        flex-wrap: wrap;
    }

    .content_area_story {
        background: #F6F6F6;
        border-radius: 25px;
        padding: 40px 24px 40px 74px;
        width: calc(100% - 236px);
    }

    .flex_item.right_image {
        flex-direction: column-reverse;
    }

    .flex_item {
        margin-top: 60px !important;
    }

    .modal_header h3 {
        font-size: 28px !important;
        line-height: 38px !important;
        padding-left: 4px !important;
    }

    #modal {
        padding-top: 40px !important;
    }

    .product_info_area img {
        height: 96px !important;
    }

    .modal_main .row {
        margin-top: 30px !important;
    }

    body #modal {
        padding-top: 40px !important;
        width: 100% !important;
        top: 0px !important;
        overflow: scroll;
        height: 100vh !important;
    }

    .added_items_col {
        margin: 0 15px;
    }

    .modal_header img {
        max-width: 33px !important;
    }

    .modal_header {
        padding-bottom: 30px !important;
    }

    .product_buttonss a {
        width: 260px !important;
    }

    .product_info_area img {
        height: 96px !important;
    }

    .modal_main .row {
        margin-top: 30px !important;
    }

    .buy_items_area {
        margin-top: 17px;
    }

    .modal_body .col-sm-7,
    .modal_body .col-sm-5 {
        padding: 0px !important;
    }

    .text_buy_item p {
        line-height: 23px !important;
        font-size: 17px !important;
        margin-bottom: 0 !important;
    }


    .product-recommendations__inner {
        padding-top: 0;
    }

    .icons_left .col-sm-4:nth-child(2) .box-text .box-text-inner {
        margin-left: 0px !important;
    }

    section.icons_left .container {
        border-top: none !important;
        padding-top: 0px !important;
    }

    .social-sharing {
        justify-content: flex-start !important;
        padding-bottom: 20px !important;
    }

    img.mobile_image {
        display: block !important;
        margin: 0 auto;
        position: relative;
        width: 320px !important;
    }

    .grid.product-single.product-single--medium-media {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .top-product-bar {
        padding-top: 41px;
        height: 260px;
    }

    div#ProductSection-product-template {
        padding-top: 0;
        margin-top: -130px;
        padding-bottom: 0;
    }

    .site-footer {
        margin-top: 65px;
    }

    /*   div#shopify-section-1664189356745f5ab8 section.section_champagne .left-box {
margin-top: -65px;
} */
    div#shopify-section-1664189356745f5ab8 h4.bg_title {
        margin-bottom: 39px !important;
    }

    div#shopify-section-1664189356745f5ab8 .section_champagne {
        height: 1205px !important;
    }

    div#shopify-section-1664189356745f5ab8 .section_champagne .left-box p {
        text-align: center;
        max-width: 100%;
        padding-bottom: 17px;
    }

    div#shopify-section-1664189356745f5ab8 .section_champagne .left-box p:nth-last-child(5) {
        padding-bottom: 0px !important;
    }

    div#shopify-section-1664189356745f5ab8 .section_champagne .left-box ul li {
        margin-bottom: 36px !important;
    }

    .left-box a.btn.btn-primary {
        margin-top: 57px !important;
    }


    .banner_top .icons {
        margin-top: 17px !important;
    }

    p.desktop_content {
        display: none;
    }

    p.mobile_content {
        display: block;
    }

    /*   .collection_banner figure img {
height: 265px;
object-fit: cover;
} */
    .collection_banner h2 {
        font-size: 29px !important;
        max-width: 100% !important;
        line-height: 35px !important;
        top: 90px !important;
    }

    .site-header__cart img {
        max-width: 60px;
        width: 29px;
        margin-top: 15px;
    }

    .header_cart_item .site-header__cart img {
        width: auto;
        height: auto;
        margin-top: 0;
    }

    .header_cart_item {
        padding-left: 0 !important;
    }

    .site-header .site-header__cart-count {
        left: -8px;
        top: 8px;
        display: flex;
    }

    .d_flex {
        justify-content: space-between !important;
    }

    .header_cart_item .site-header__cart-count {
        top: 0 !important;
        left: -6px !important;
    }

    img.logo_cart_header {
        display: none;
    }

    .header_cart_item .checkOut_btns,.header_cart_item .checkOut_btn {
        width: 169px;
        height: 45px;
        font-size: 15px;
        font-weight: 500;
        line-height: 12px;
        text-align: center;
    }

    .product_info {
        min-height: 55px !important;
    }

    li.product_item button {
        margin-top: 10px;
        margin-bottom: 19px;
    }

    .item-right img {
        max-width: 180px;
    }

    .main-row_bgBlue {
        padding-top: 41px;
        padding-bottom: 20px;
    }

    li.product_item.col-sm-4 dl.price.price--listing {
        width: 100%;
    }

    section.collection_banner_top .container {
        padding: 0 6px;
    }

    div#shopify-section-home-column-image section.icons_left {
        background: url(/cdn/shop/files/Group_160.png?v=1665663017);
        padding-top: 0;
        background-size: cover;
        background-position: center;
        padding-bottom: 55px;
    }

    .product-card__image-with-placeholder-wrapper {
        width: 38%;
        position: absolute;
        top: 0;
    }

    .h4.grid-view-item__title.product-card__title {
        width: 54%;
        float: right;
        padding-left: 0;
    }

    dl.price.price--listing {
        width: 54%;
        float: right;
    }

    .product-card__image-with-placeholder-wrapper img {
        position: absolute;
    }

    #ProductCardImage-product-recommendations-6621581213880 {
        position: absolute;
    }

    .product-card {
        padding-bottom: 160px;
    }


    .social-sharing {
        margin-top: 30px;
    }

    body button.shopify-payment-button__more-options {
        padding-right: 0 !important;
        text-align: left !important;
    }

    .site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(2) {
        flex: 0 0 50% !important;
        width: 50%;
    }

    .site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(3) {
        flex: 0 0 50%;
        width: 50%;
    }

    .site-footer li.site-footer__linklist-item a {
        font-size: 15px !important;
        line-height: 0px;
    }

    body .site-footer__social-icons {
        text-align: center !important;
        padding-top: 20px;
    }

    .payment-icons {
        padding-bottom: 12px !important;
    }

    .price-card p {
        display: none;
    }

    .price-card ul {
        display: none;
    }

    .price-card {
        min-height: auto !important;
        padding-top: 30px;
    }

    .recoumanded_box a.city_names {
        position: inherit !important;
    }

    .site-footer {
        padding-top: 36px !important;
        padding-bottom: 27px;
    }

    .site-footer a.btn.btn_primary {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.site-footer__linklist {
        padding-top: 20px;
    }

    div#shopify-section-product-recommendations .small--one-half {
        width: 100% !important;
    }

    .item_upload {
        padding: 0px 5px;
    }

    ul.payment-icons li {
        width: 18%;
    }

    .payment-icons .icon {
        width: 81px;
        height: 36px;
        padding: 0 11px;
    }

    .custom_icons {
        width: 100%;
    }

    .social-icons .icon {
        width: 35px;
        height: 35px;
    }

    .site-footer__payment-icons {
        padding-left: 0px !important;
    }

    .grid__item.medium-up--hide.one-half.small--one-whole {
        padding-left: 0px !important;
    }

    .item_upload h4 {
        font-size: 15px !important;
    }

    form.custom-check-box h3 {
        margin-bottom: 6px;
    }

    .filters-toolbar__input-wrapper {
        width: 100%;
    }

    .top-product-bar h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .template-product .main-content {
        padding-top: 0px !important;
    }

    h1.product-single__title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
    }

    body ul.product-single__thumbnails .product-single__thumbnail-image {
        width: 70px !important;
        height: 70px !important;
    }

    ul.product-single__thumbnails .product-single__thumbnail-image {
        width: 70px !important;
        height: 70px !important;
    }

    .filters-toolbar__item-child:first-child {
        margin-right: 0rem !important;
        width: 100% !important;
    }

    form.custom-check-box .col-sm-3 {
        margin-bottom: 20px;
    }

    form.custom-check-box .col-sm-3:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .custom-check-box {
        padding-left: 25px !important;
        padding-right: 25px;
    }

    .site-footer .site-footer__item.site-footer__item--one-third:first-child {
        border-right: none;
        border-bottom: 1px solid white;
        padding-bottom: 60px;
        margin-bottom: 40px;
    }

    img.logo_footer_right {
        bottom: -37px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 110px;
        top: auto;
    }

    .site-footer__item-inner p.h4 {
        font-size: 19px !important;
    }

    .site-footer__content {
        padding: 0 15px !important;
        padding-right: 0px !important;
    }

    .site-footer__rte p {
        font-size: 16px !important;
    }

    .site-footer a.btn.btn_primary {
        width: 230px !important;
        padding: 0 !important;
        height: 50px !important;
        line-height: 48px !important;
    }

    .site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(2) {
        padding-left: 0px;
    }

    

    .pdp_info_left .pdp_fourth_image {
        top: 44rem;
        width: 150px;
        right: 0;
        left: auto;
    }

    .pdp_info_left img.pdp_third_image {
        top: 45rem;
        width: 125px;
        left: 30px;
    }

    .service_quilty a {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 11px;
    }

    .service_quilty {
        flex-wrap: wrap;
    }

    .service_main_quilty {
        padding-left: 45px;
    }

    .service_quilty a h1 {
        font-size: 15px;
        line-height: 22px;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .service_quilty a img {
        max-width: 35px;
    }

    .pdp_info_left,
    .pdp-info-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .pdp-info-right {
        padding-top: 100px;
    }

    .pdp_info_left img.pdp_second_image {
        width: 120px;
        left: -9px;
        z-index: 9;
        top: 30px;
        display: none;
    }

    .pdp_info_left .pdp_first_image {
        /* width: 180px;
        height: auto;
        right: 0;
        left: auto;
        display: none; */
        width: 323px;
    height: auto;
    right: 0;
    transform: translateX(-50%);
    left: 50%;
    top: -120px;
    }

    h2.info_heading {
        font-size: 18px;
    }

    .pdp-info-right p {
        font-size: 16px;
        margin-top: 12px;
        padding-top: 14px;
    }

    .pdp-info-right p strong {
        font-size: 18px;
    }

    /* .pdp_info_left .pdp_fourth_image {
    width: 98px;
    top: 55rem!important;
    right: 0;
    left: auto;
} */
    .pdp_info_left .pdp_fourth_image {
        bottom: -77rem !important;
        width: 146px;
        right: 0;
        left: auto;
        top: auto !important;
    }

    div#shopify-section-pdp-information {
        padding-bottom: 20%;
    }

    /* .pdp_info_left img.pdp_third_image {
    top: 34rem;
    width: 50px;
    right: 0;
    left: auto;
} */
    .pdp_info_left img.pdp_third_image {
        bottom: -76rem !important;
        width: 100px;
        right: auto;
        left: auto;
        top: auto !important;
    }

    section.section_champagne .img-bg img {
        height: 350px !important;
        width: 271px !important;
        top: -59px !important;
    }

    /* div#shopify-section-1664189356745f5ab8 .img-bg img {
width: 368px!important;
height: 337px!important;
right: 2px !important;
top: -50px !important;
} */
    div#shopify-section-1664189356745f5ab8 .img-bg img {
        width: 325px !important;
        height: 298px !important;
        right: 25px !important;
        top: -50px !important;
    }

    section.collection_banner_top h2 {
        font-size: 21px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 38px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    section.collection_banner_top {
        padding-top: 39px;
        padding-bottom: 65px;
    }

    .main-row_bgBlue {
        border-width: 2px;
    }

    .add_image {
        width: 100px;
        margin: 0px 5px;
    }

    .item-left {
        width: 100% !important;
        padding: 0px !important;
        justify-content: center;
    }

    .upload_product p {
        font-size: 15px;
    }

    .main-row_bgBlue {
        margin-top: 25px;
    }

    .item-right img {
        margin-top: 25px;
    }

    .item-right {
        width: 100%;
        text-align: center;
    }

    .item-right a {
        width: 181px;
        height: 45px;
        margin: 20px auto 0;
        font-size: 18px;
        line-height: 12px;
        font-weight: 500;
    }

    div#shopify-section-home-column-image .row {
        justify-content: center !important;
    }

    #shopify-section-home-column-image .icons_left .box-text p {
        line-height: 22px;
        margin-top: 12px;
    }

    #shopify-section-home-column-image .box-text-inner {
        margin-left: 0px;
    }

    .service_quilty {
        flex-wrap: wrap;
    }

    .service_quilty a {
        width: 50%;
        margin-bottom: 15px;
    }

    .service_quilty a img {
        max-width: 31px;
    }

    .service_quilty a h1 {
        font-weight: 700;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .template-product section.icons_left {
        padding-top: 30px;
    }

    .product-template__container {
        padding-bottom: 0px;
    }

    div#shopify-section-pdp-information {
        margin-top: -10px;
    }

    h1.faq_title {
        font-size: 21px;
        padding-bottom: 10px !important;
    }

    .faq_main .faq_items {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-recommendations__inner h2 {
        font-size: 23px;
        line-height: 33px;
        font-weight: 500;
    }

    .product-recommendations__inner .product-card__image-with-placeholder-wrapper {
        width: 30%;
        position: absolute;
        top: 20px;
    }

    div#shopify-section-pdp-faq {
        padding-top: 0 !important;
    }

    .product-recommendations__inner {
        padding-bottom: 0px !important;
    }

    .faq_main:before {
        display: none;
    }

    body.template-product div#shopify-section-footer-second section.signup_section {
        padding-bottom: 20px;
    }

    .service_main_quilty {
        top: -50px;
        padding: 20px 15px 10px;
    }

    section.Review_pdp {
        background: url(/cdn/shop/files/Group_149.png?v=1664964629);
        height: 515px;
        background-repeat: no-repeat;
    }

    div#shopify-section-pdp-threeicons {
        margin: 0 5px;
    }

    section.Review_pdp img {
        display: none;
    }

    section.Review_pdp {
        background: url(/cdn/shop/files/Group_149.png?v=1664964629);
        height: 550px;
        background-repeat: no-repeat;
        object-fit: cover !important;
        background-position: center !important;
    }

    div#shopify-section-pdp-threeicons {
        margin: 0 5px;
    }

    .shop-collections h2 {
        font-size: 21px;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 25px;
    }

    div#shopify-section-166418943690652f8c .section_champagne_3 {
        height: 495px;
        padding-top: 70px;
        padding-bottom: 96px !important;
    }

    div#shopify-section-166418943690652f8c .section_champagne h4.bg_title {
        margin-bottom: 45px !important;
    }

    /* div#shopify-section-1664189356745f5ab8 .img-bg {
height: 480px;
padding-bottom: 52px;
top: -153px;
} */
    div#shopify-section-1664189356745f5ab8 .img-bg {
        height: 400px;
        padding-bottom: 35px;
        top: auto;
        bottom: -130px;
        left: -6px;
    }

    div#shopify-section-1664189356745f5ab8 .section_champagne {
        height: auto;
        padding-bottom: 70px;
        background-position: 16% 100% !important;
    }

    .left_section {
        font-size: 19px;
        text-align: center;
    }

    .right_section.col-sm-6 {
        display: none;
    }

    nav#AccessibleNav {
        display: none;
    }

    .banner_top p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 0;
        max-width: 80%;
    }

    .banner_top img.logo_trag {
        max-width: 100%;
        width: 200px;
        margin-top: 18px;
    }

    .banner_top .btn {
        height: 45px;
        width: 239px;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        margin-top: 15px;
    }

    .box-text {
        padding: 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 55px;
    }

    /* icons_left .col-sm-4:nth-child(2) .box-text img {
width: 61px;
}
.icons_left .box-text img {
top: 0px!important;
left: 5px;
-webkit-filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
filter: invert(20%) grayscale(88%) brightness(53%) contrast(2);
} */
    .box-text-inner {
        padding-left: 0 !important;
        width: 100% !important;
        margin-top: 10px;
    }

    /* .icons_left .box-text img {
position: inherit !important;
}
.icons_left .box-text img {
width: 30px!important;
left: 0;
right: 0;
margin: 0 auto;
} */
    .icons_left .box-text h4 {
        color: #253754;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0em;
        text-align: center;
        line-height: 20px;
        margin-bottom: 0;
    }

    .icons_left .box-text p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left;
        color: #253754;
        margin-top: 15px;
        white-space: nowrap;
    }

    div#shopify-section-16641892963f9c77a1 section.icons_left {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    div#shopify-section-16641892963f9c77a1 section.icons_left {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-left: 11px;
    }

    .icons_left .box-text p {
        display: none;
    }

    .img-bg img {
        height: 300px !important;
        width: 330px !important;
        object-fit: cover !important;
        top: -88px !important;
        left: auto !important;
        right: 45px !important;
    }

    section.logos.custom_padding .bg_title.text-red {
        white-space: inherit !important;
        font-size: 33px;
        text-align: center;
        line-height: 40px;
    }

    section.logos.custom_padding .bg_title.text-red {
        white-space: inherit !important;
        font-size: 33px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 37px !important;
    }

    div#shopify-section-16641894237ea93d91 .imglogos .col-sm-2:last-child img {
        max-width: 160px;
        object-fit: contain;
    }

    .imglogos .col-sm-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
        text-align: center;
    }

    div#shopify-section-16641894237ea93d91 .imglogos .col-sm-2:last-child {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 30px;
    }

    /* div#shopify-section-16641894237ea93d91 section.logos.custom_padding {
padding-bottom: 200px;
padding-top: 80px !important;
} */
    div#shopify-section-16641894237ea93d91 section.logos.custom_padding {
        padding-bottom: 50px;
        padding-top: 100px !important;
    }

    .img-bg {
        width: 358px;
        height: 380px;
        border-radius: 40px;
        top: auto;
        padding-bottom: 30px;
        box-shadow: 0 0 10px #00000045;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .imglogos .col-sm-2:nth-last-child(1) {
        max-width: 100%;
        flex: 0 0 100%;
    }

    div#shopify-section-footer-second .imglogos .col-sm-2:nth-last-child(1) {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-sm-4,
    ul.collection_list li.product_item {
        flex: 0 0 95% !important;
        max-width: 95% !important;
    }

    h2.girft_product_heading {
        margin-top: 0px;
        padding-top: 10px;
    }

    .ul_listing h3 {
        white-space: normal;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .text-box h3 {
        margin-bottom: 0px;
        font-size: 18px !important;
        line-height: 40px;
    }

    .section_champagne .left-box p {
        max-width: 88%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 16px !important;
    }

    div#shopify-section-16641893964d7ded1b .img-bg img {
        width: 328px !important;
        height: 260px !important;
        left: 21px !important;
    }

    div#shopify-section-16641893964d7ded1b .img-bg {
        height: 367px;
    }

    div#shopify-section-16641893964d7ded1b h4.bg_title {
        font-size: 30px;
    }

    div#shopify-section-16641893964d7ded1b .section_champagne {
        padding-top: 0 !important;
        height: 735px;
    }

    div#shopify-section-16641893964d7ded1b a.btn.btn-primary {
        margin-top: 27px !important;
    }

    div#shopify-section-16641893964d7ded1b .section_champagne .left-box p {
        text-align: center;
    }

    div#shopify-section-166418943690652f8c .section_champagne_3 .row.align-items-end {
        flex-direction: column;
    }

    div#shopify-section-166418943690652f8c .section_champagne_3 img {
        display: none;
    }

    div#shopify-section-166418943690652f8c .section_champagne_3 p {
        text-align: center;
        margin-bottom: 30px;
        max-width: 100%;
    }

    section.green_light {
        margin-top: 0;
        padding: 90px 0;
    }

    section.green_light p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }

    .section_champagne .left-box ul {
        margin-bottom: 0;
        margin-top: 25px;
    }

    .section_champagne .left-box ul li {
        margin-bottom: 40px !important;
    }

    a.btn.btn-primary {
        height: 45px !important;
        width: 259px !important;
        border-radius: 10px;
        font-size: 18px !important;
        font-family: Poppins;
        font-weight: 500;
        line-height: 43px;
        letter-spacing: 0em;
        padding: 0 !important;
        margin-top: 20px !important;
    }

    /* div#shopify-section-16641893964d7ded1b .img-bg {
height: 367px;
width: 358px;
padding-bottom: 59px;
} */
    div#shopify-section-16641893964d7ded1b .img-bg {
        height: 330px;
        width: 358px;
        padding-bottom: 28px;
        bottom: -100px;
        top: auto;
        right: 6px !important;
        left: auto;
    }

    div#shopify-section-16641893964d7ded1b h4.bg_title {
        font-size: 28px;
        margin-bottom: 32px !important;
    }

    div#shopify-section-16641893964d7ded1b .section_champagne {
        padding-top: 75px !important;
        height: 800px;
    }

    section.logos.custom_padding {
        padding-top: 85px !important;
    }

    .custom_padding.footerlogo .imglogos .col-sm-2:last-child {
        margin-bottom: 0px;
    }

    .custom_padding.footerlogo .imglogos .col-sm-2:nth-last-child(2) {
        margin-bottom: 0px;
    }

    div#shopify-section-1664446766e71b8a1b .custom_padding {
        padding-bottom: 40px !important;
    }

    div#shopify-section-16641893964d7ded1b a.btn.btn-primary {
        margin-top: 52px !important;
    }

    div#shopify-section-16641893964d7ded1b .section_champagne .left-box p {
        text-align: center;
        max-width: 100%;
    }

    div#shopify-section-16641893329c90c222 .section_champagne {
        height: 1128px;
        padding-top: 70px;
        background-position: 23% 100% !important;
    }

    .quart span {
        font-size: 15px !important;
    }

    .section_champagne .quart p {
        max-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .section_champagne .quart:before {
        left: -8px;
    }

    .section_champagne .quart:after {
        right: -8px;
        left: auto;
    }

    div#shopify-section-ed2be554-9763-4b9c-96c3-506af9e2e060 .section_champagne_3 {
        background-image: url(/cdn/shop/files/mobile_reviews_c2b49d70-5552-48ce-935b-0412039df185.png?v=1664960669) !important;
        background-repeat: no-repeat !important;
        height: 502px;
        margin-top: 100px;
    }

    body.template-index.mysteryguides-gdpr {
        background: #f7f7f7;
    }
}

form.custom-check-box {
    background: #F6F6F6;
    border-top: 4px solid black;
    padding-top: 19px;
    padding-bottom: 28px;
    padding-left: 45px;
}

form.custom-check-box h3 {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.custom-check-flex {
    display: flex;
}

label.custom-check-box-iner {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-right: 20px;
}

label.custom-check-box-iner input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.dropdown.filter-icon button {
    background: transparent;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    text-transform: inherit !important;
    padding: 0px;
    margin-bottom: 10px;
}

.dropdown.filter-icon button:hover {
    background: transparent;
    color: black;
}

.dropdown-menu a.dropdown-item {
    display: block;
    line-height: 30px;
}

div#shopify-section-ed2be554-9763-4b9c-96c3-506af9e2e060 section.section_champagne.section_champagne_3 .title_btn_section img {
    display: none;
}

div#shopify-section-ed2be554-9763-4b9c-96c3-506af9e2e060 .section_champagne:before {
    display: none;
}

div#shopify-section-collection-custom {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width:1024px) and (min-width:820px) {
    .review_items h4 {
        font-size: 20px !important;
    }

    .review_items p {
        padding: 0px 20px !important;
    }

    .recoumanded_review_item {
        max-width: 47%;
        flex: 0 0 47%;
        margin-bottom: 30px;
    }

    .home_reviews .d-flex {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .recoumanded_review_item p {
        text-align: center;
        justify-content: center;
    }

    .review_items {
        margin-top: 40px !important;
    }

    section.home_reviews {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }

    .product_info_area img {
        height: 90px !important;
    }

    .product_buttonss a {
        width: 185px !important;
    }

    .product_info_text {
        padding-left: 20px !important;
    }

    .product_info_text h4 {
        line-height: 20px;
    }

    div#shopify-section-16641892963f9c77a1 .row .col-sm-4 {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }



    .header_cart_item {
        padding-left: 0px !important;
        margin-left: 49px;
    }

    .item-left {
        justify-content: space-between;
    }

    .item_upload h4 {
        font-size: 17px;
    }

    .item-right img {
        margin-top: 30px;
    }

    form.custom-check-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .filters-toolbar__input-wrapper select {
        height: 45px;
    }

    label.custom-check-box-iner {
        white-space: nowrap;
    }

    .custom-check:nth-child(1) {
        margin-bottom: 15px;
    }

    .shop-collections h2 {
        font-size: 30px;
    }

    .col-sm-4,
    ul.collection_list li.product_item {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .faq_main:before {
        display: none;
    }

    h2.info_heading {
        font-size: 24px;
    }

    .pdp-info-right p {
        font-size: 15px;
        margin-top: 10px;
    }

    .pdp-info-right p strong {
        font-size: 16px;
    }

    .icons_left .box-text h4 {
        font-size: 19px;
    }

    .left_section {
        font-size: 20px;
    }

    .section_champagne_3 .left-box p {
        font-weight: 400 !important;
        font-size: 16px;
    }

 

    .img-bg img {
        max-width: 285px !important;
        height: 364px;
        object-fit: cover;
    }

    .img-bg {
        padding-bottom: 60px;
        height: 450px;
        bottom: -112px;
    }

    div#shopify-section-16641892963f9c77a1 section.icons_left {
        padding-top: 25px;
        padding-bottom: 45px;
    }

    ul.list_mystery li {
        font-size: 18px;
        margin-bottom: 20px !important;
    }

    .section_champagne .left-box ul {
        margin-bottom: 30px;
    }

    .quart span {
        font-size: 16px;
    }

    .section_champagne .quart:after {
        right: 8px !important;
        left: auto;
    }

    .section_champagne .quart {
        margin-top: 40px;
    }

    .img-bg {
        padding-bottom: 60px;
        height: 450px;
        bottom: -97px;
    }

    div#shopify-section-ed2be554-9763-4b9c-96c3-506af9e2e060 .section_champagne_3 {
        background-size: contain;
        background-color: #f7f7f7 !important;
        height: 385px !important;
    }

    .left-box a.btn.btn-primary {
        width: 280px;
        padding: 0px;
        height: 60px;
        font-size: 19px;
        line-height: 55px;
    }

    div#shopify-section-1664189356745f5ab8 .img-bg img {
        width: 400px !important;
        height: 365px !important;
        max-width: 440px !important;
        right: -15px;
        top: -48px;
    }

    div#shopify-section-1664189356745f5ab8 .img-bg {
        height: 620px;
        padding-bottom: 130px;
    }

    div#shopify-section-1664189356745f5ab8 .section_champagne {
        height: 800px;
    }

    section.logos.custom_padding .bg_title.text-red {
        white-space: initial !important;
        text-align: center;
        font-size: 35px;
    }

    section.logos.custom_padding {
        padding-top: 80px;
    }

    div#shopify-section-16641893964d7ded1b .section_champagne {
        height: 625px;
        padding-top: 100px;
    }

    div#shopify-section-16641893964d7ded1b .img-bg {
        height: 454px;
        bottom: -129px;
        padding-bottom: 70px;
        width: 380px;
    }

    .text-box p {
        font-size: 37px !important;
        line-height: 40px !important;
    }


    div#shopify-section-16641893964d7ded1b a.btn.btn-primary {
        margin-top: 30px;
    }

    div#shopify-section-16641893964d7ded1b .img-bg img {
        right: 15px;
        top: -45px;
        max-width: 320px !important;
    }

    div#shopify-section-166418943690652f8c .section_champagne_3 {
        height: 420px;
        padding-top: 90px;
    }

    .title_btn_section a.btn.btn-primary {
        width: 280px;
        padding: 0px;
        height: 60px;
        font-size: 19px;
        line-height: 55px;
    }

    div#shopify-section-166418943690652f8c .col-sm-8 {
        max-width: 48%;
    }

    div#shopify-section-166418943690652f8c .col-sm-4 {
        max-width: 40%;
    }

    div#shopify-section-166418945506642e11 section.green_light h4.bg_title {
        white-space: initial !important;
        text-align: center;
        font-size: 38px;
    }

    div#shopify-section-166418945506642e11 section.green_light .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    div#shopify-section-166418945506642e11 section.green_light img {
        width: 300px;
        margin: 0 auto;
    }

    section.green_light p {
        font-size: 21px;
        line-height: 33px;
        margin-top: 15px;
    }

   
    h4.bg_title {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .section_champagne {
        padding-top: 80px;
        height: 750px;
    }



    div#shopify-section-16641893329c90c222 .img-bg {
        height: 535px;
        padding-bottom: 60px;
    }

    div#shopify-section-16641893329c90c222 .img-bg img {
        max-width: 365px !important;
        height: 468px !important;
    }

    .banner_top .btn {
        font-size: 20px;
        width: 270px;
        height: 45px;
        padding: 0;
    }

    .banner_top {
        height: 790px;
    }

    .banner_top h2 {
        font-size: 45px;
        max-width: 70%;
        margin: 0 auto;
    }

    .pdp_info_left .pdp_first_image {
        width: 225px;
        height: auto;
        left: 0;
    }

    .pdp_info_left img.pdp_third_image {
        top: 30%;
        width: 200px;
        right: 15px;
    }

    .pdp_info_left img.pdp_second_image {
        top: 35%;
        left: 0;
        width: 135px;
    }

    .pdp_info_left .pdp_fourth_image {
        top: 60%;
        width: 230px;
        left: 30px;
    }

    div#shopify-section-pdp-information {
        padding-bottom: 10%;
    }

   
    body.template-product div#shopify-section-footer-second section.signup_section {
        padding-bottom: 0px !important;
    }

    .site-footer__item-inner p.h4 {
        font-size: 18px !important;
        margin-bottom: 12px;
    }

    .site-footer__rte p {
        font-size: 15px !important;
    }

    .site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(2) {
        padding-left: 16px;
    }

    .site-footer li.site-footer__linklist-item a {
        font-size: 16px !important;
    }

    .site-footer__content .site-footer__item.site-footer__item--one-third:nth-child(2) {
        flex: 1 1 33%;
    }

    .site-footer__linklist-item {
        padding: 0;
    }

    .site-footer__content {
        border-top: 1px solid;
        padding-top: 55px !important;
        margin-top: 20px;
        position: relative;
    }

    img.logo_footer_right {
        top: -100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: auto;
        transform: translateX(195%);
    }

    .site-footer__item.site-footer__item--one-third {
        border: none !important;
        position: inherit !important;
    }

    .site-footer .grid__item.small--hide.one-half.site-footer-item-center-vertically {
        margin-top: 0px !important;
    }

    div#shopify-section-product-recommendations .medium-up--one-quarter {
        width: 50%;
    }

    section.collection_banner_top h2 {
        font-size: 25px;
        line-height: 20px;
    }

    .faq_main .faq_items {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .service_quilty a {
        width: 25%;
    }

    .service_main_quilty {
        top: -85px;
    }

    div#shopify-section-home-column-image .col-sm-4,
    ul.collection_list li.product_item {
        flex: 0 0 33%;
    }

    section.icons_left .row {
        justify-content: space-between;
    }

    

    .add_image {
        width: 120px;
        margin: 0 3px !important;
    }

    .upload_product p {
        font-size: 18px;
    }

    .item-right a {
        width: 230px;
    }

    .col-sm-4,
    ul.collection_list li.product_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

/*     form.sinup_form button.btn.btn_sign {
        width: 246px !important;
        padding: 0;
        max-width: 150px !important;
        font-size: 17px;
        height: 45px;
        margin-top: 10px;
    } */

    form.sinup_form {
        flex-wrap: wrap;
    }

}

header.site-header {
    padding: 5px 0 !important;
}

/* .icons_left .box-text img {
width: 70px;
top: 22px;
} */
.icons_left .box-text {
    padding-left: 0px;
}

.text-box h3 {
    font-size: 25px;
}

.text-box p {
    font-size: 40px;
}

@media only screen and (max-width:1500px) and (min-width: 1300px) {
    .site-header .medium-up--one-quarter {
        width: 12%;
    }

    
    .left_section {
        font-size: 20px;
    }

    .right_section .site-nav a {
        font-size: 20px;
    }

}

.col-sm-4,
ul.collection_list li.product_item {
    flex: 0 0 32%;
    max-width: 32%;
}

section.icons_left .row {
    justify-content: center;
}

.product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit {
    border: 0px;
    background: #2AA7EF;
    border-radius: 10px;
    max-width: 184px;
    color: white;
}

.product-single__meta button.btn.product-form__cart-submit:hover, .product-single__meta a.btn.product-form__cart-submit:hover {
    background: black;
    transition: .5s;
    color: white !important;
}

.product-single__meta button.shopify-payment-button__button {
    border: 0px;
    background: #000000;
    border-radius: 10px;
    max-width: 184px;
    border-radius: 10px !important;
}

.product-single__meta button.shopify-payment-button__button:hover {
    background: #2AA7EF !important;
}

/*********** min-width**********/
div#shopify-section-1664446766e71b8a1b .imglogos.row .col-sm-2:nth-child(5) img {
    border-bottom: 0px;
}

.imglogos.row .col-sm-2:nth-child(5) img {
    border-bottom: 1px solid #0000ff;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

div#shopify-section-1664446766e71b8a1b .custom_padding {
    padding-bottom: 100px;
    padding-top: 86px;
}

.site-footer__item-inner p.h4 {
    font-size: 23px;
    font-weight: 500;
}

.site-footer__rte p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.site-footer a.btn.btn_primary {
    background-color: #2AA7EF;
    margin-top: 35px;
    text-transform: revert;
    color: #000000;
    height: 64px;
    width: 265px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
}

ul.site-footer__linklist li a {
    font-family: Poppins;
    font-size: 17px !important;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: left;
}

.custom_icons h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .02em;
    text-align: left;
    text-decoration: underline;
}

.site-footer__social-icons {
    text-align: left !important;
}

.site-footer__social-icons li {
    padding-left: 0;
    padding-right: 20px;
}

.site-footer__item.site-footer__item--one-third {
    position: relative;
}

section.icons_left .container {
    border-top: 2px solid #fff;
    padding-top: 60px;
}

ul.product-single__thumbnails .product-single__thumbnail-image {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border: 2px solid transparent !important;
}

/* .product-single__thumbnails-item--medium {
flex: 0 0 20% !important;
} */
.product-single__thumbnail.active-thumb img {
    border: 2px solid #2AA7EF !important;
}

.product-single__thumbnail.active-thumb {
    border: none !important;
}

div#unispy-app {
    height: auto !important;
}

body.template-collection div#shopify-section-footer-second {
    padding-bottom: 0px;
}

.product__policies.rte {
    font-size: 15px;
}

.product__policies.rte a {
    color: #2AA7EF;
}

.slick-dots li.slick-active button:before {
    color: #4bace2;
    opacity: 1;
}

.slick-dots li button:before,
.slick-dots li a:before {
    color: #4bace2;
    font-size: 50px;
}

.icons_left .col-sm-4:nth-child(1) .box-text img {
    height: 69px;
    object-fit: contain;
}

body .grid--half-gutters>.grid__item:nth-child(2) {
    padding-right: 0px !IMPORTANT;
}

.grid--half-gutters>.grid__item:nth-child(1) {
    padding-left: 14px !important;
}

/* .hPEwae {
    color: black !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    background-color: #2AA7EF !important;
} */

.shopify-challenge__container {
    padding-top: 60px;
}

.shopify-challenge__container .shopify-challenge__button {
    margin-top: 20px;
}

@media only screen and (max-width:1450px) and (min-width:1200px) {
    .modal.is-visible .modal_body_inner .modal-wrapper-fixed {
        top: 0px !important;
    }

    .modal.is-visible {
        top: 126px !important;
    }

    .modal.is-visible.modal-fixed {
        top: 12% !important;
    }

    .modal .modal-wrapper {
        height: 520px !important;
        overflow-y: scroll;
    }

    body.template-product .icons_left {
        padding-top: 30px !important;
    }

    .cart_checkout a {
        font-size: 18px !important;
    }

    .icons_left {
        padding-top: 190px !important;
    }

    section.icons_left .col-sm-4 {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }

    .icons_left .col-sm-4:nth-child(2) {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .modal.is-visible .modal_body_inner .modal-wrapper-fixed {
        top: 9% !important;
    }

    .grid__item.small--one-whole.site-footer-item-align-right {
        margin-left: 71px !important;
        margin-top: -79px !important;
    }

    .modal_body_inner .modal-wrapper {
        top: 10% !important;
    }

    .grid.grid--no-gutters.small--text-center.grid--footer-float-right {
        width: 73% !important;
    }

    body .grid__item.small--one-whole.site-footer-item-align-right {
        width: 91% !important;
    }

    .site-footer .grid__item.small--hide.one-half.site-footer-item-center-vertically {
        text-align: left !important;
    }

    .min_height_slider {
        height: 110px !important;
    }

    ul.collection_list.row {
        justify-content: inherit !important;
    }

    .modal-wrapper {
        top: 120px !important;
    }

    body .recoumanded_slider .grid__item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section.icons_left .container {
        padding-top: 30px !important;
    }

    .left-product a {
        font-size: 15px;
    }

    .price-card .left-product {
        padding-left: 128px !important;
    }

    body div#shopify-section-pdp-threeicons .container {
        max-width: 1000px !important;
    }

    .review_items h4 {
        font-size: 18px !important;
    }

    .image_part img {
        width: 470px !important;
        right: -15px !important;
    }

    .content_area_story {
        padding: 25px 0px 45px 30px !important;
    }

    .recoumanded_items .recoumanded_descrption {
        min-height: 256px !important;
    }

    #modal {
        padding-bottom: 170px !important;
    }

    .modal_header h3 {
        font-size: 40px !important;
    }

    #modal {
        padding-top: 45px !important;
    }

    .modal_header {
        padding-bottom: 30px !important;
    }

    .row.Gift_product {
        justify-content: initial !important;
    }

    div#shopify-section-1664189356745f5ab8 .img-bg img {
        width: 600px !important;
        height: 551px !important;
    }

    .banner_top p {
        font-size: 25px !important;
    }



    .recoumanded_list {
        padding: 15px 21px !important;
    }

    .main_product_recoumended .slick-next {
        right: -10px !important;
    }

    .main_product_recoumended .slick-prev {
        left: -10px !important;
    }

    .recoumanded_items {
        padding: 25px 15px 41px !important;
    }

    .recoumanded_imgWrraper h4 {
        min-height: 100px !important;
    }

    .recoumanded_descrption {
        min-height: 300px !important;
    }

    h3.query_title {
        font-size: 50px;
        line-height: 60px;
    }

    .product_info {
        min-height: 350px !important;
    }

    .site-footer__rte p {
        max-width: 90%;
    }

  

    label.custom-check-box-iner {
        margin-right: 10px !important;
    }

    .section_champagne .quart:after {
        right: 115px;
        left: auto;
    }

    div#shopify-section-ed2be554-9763-4b9c-96c3-506af9e2e060 .section_champagne_3 {
        height: 750px;
        background-color: #f6f6f6;
    }

    

    .left_section,
    .right_section .site-nav a {
        font-size: 18px !important;
    }

    .site-header .medium-up--one-quarter {
        width: 20% !important;
    }

    .icons_lefts_haeder {
        width: 80% !important;
    }

    .top-product-bar h2 {
        font-size: 27px;
    }

    

    .col-sm-4,
    ul.collection_list li.product_item {
        flex: 0 0 33%;
        max-width: 33%;
        margin-top: 5px;
    }

    .pdp_info_left img.pdp_third_image {
        right: 60px;
    }

    .pdp_info_left img.pdp_second_image {
        top: 51%;
    }

    .pdp_info_left .pdp_fourth_image {
        right: 21%;
        top: 66%;
    }

    .page-width {
        max-width: 1150px;
    }

   
    form.sinup_form button.btn.btn_sign {
        font-size: 17px;
        padding: 0;
    }

   

    .h4.grid-view-item__title {
        font-size: 15px;
    }

   
}

.logo-align--left {
    padding-left: 0px !important;
}

.site-header__cart {
    padding-right: 0px;
}


.fixed-header {
    position: fixed !important;
    width: 100% !important;
    z-index: 99999 !important;
    top: 0 !important;
    margin-top: 0 !important;
    display: block !important;
}

.imglogos img:nth-child(1) {
    padding-left: 0px;
}

.slick-prev:before,
.slick-next:before {
    color: white;
    font-size: 18px !important;
}

.slick-prev,
.slick-next {
    width: 29px;
    height: 30px;
    background: #4bace2;
    border-radius: 50px;
}

@media only screen and (min-width:600px) {

    /*   .review_items {
    border-right: 1px solid #ffffff42;
    padding-left: 10px;
    padding-right: 10px;
} */
    .pdp_info_left {
        position: relative;
        height: 600px;
    }


    .price-card {
        padding-top: 50px;
    }

    .row.align-items-center h4.bg_title {
        display: none;
    }

}

.section_champagne .left-box ul li {
    font-size: 17px;
}

li.product_item ul li {
    list-style: disc;
    font-style: italic;
}

li.product_item ul {
    padding-left: 22px;
}

li:empty {
    display: none;
}

.product_info {
    min-height: 310px;
}

.price__badge--sold-out {
    position: absolute;
    bottom: -22px;
}

p.features {
    border-top: none;
    margin-top: 0px;
    padding-top: 10px;
    font-style: italic;
}



@media only screen and (max-width:1150px) and (min-width:992px) {
    .box-text-inner h4 {
        font-size: 20px !important;
    }

    .box-text-inner h4 {
        font-size: 20px;
    }

    .box-text img {
        width: 60px !important;
    }

    

    .col-sm-4,
    ul.collection_list li.product_item {
        max-width: 33% !important;
        flex: 0 0 33% !important;
    }

    ul.collection_list.row {
        justify-content: inherit !important;
    }

    .price-card .left-product {
        padding-left: 100px;
    }

    .left-product img {
        width: 92px;
        height: 134px;
        bottom: 25px;
    }

    .left-product h1 {
        min-height: 70px;
    }

    img.logo_green {
        width: auto;
        height: auto;
        bottom: 0;
    }
}

.recoumanded_box a.city_names {
    position: initial !important;
}

button.add_to_cart_bottom:hover {
    background: black !important;
    color: white !important;
    transition: 0.5s;
}

@media only screen and (max-width:1250px) and (min-width:1100px) {
    .box-text-inner h4 {
        font-size: 20px !important;
    }

    h3.query_title {
        font-size: 40px !important;
        line-height: 58px;
        margin-top: 30px;
    }

    .box-text-inner {
        padding-left: 22px;
    }

    .icons_left .box-text p {
        font-size: 14px;
        white-space: nowrap;
    }

    .section_champagne .quart:after {
        right: 64px !important;
    }

    .recoumanded_review_item p {
        font-size: 15px !important;
    }

    div#shopify-section-1664189356745f5ab8 .img-bg img {
        width: 500px !important;
        height: 457px !important;
    }

    div#shopify-section-1664189356745f5ab8 .img-bg .text-box p {
        max-width: 80%;
        font-size: 40px;
    }

    div#shopify-section-1664189356745f5ab8 .img-bg {
        height: 600px !important;
    }

    .review_items h4 {
        font-size: 17px !important;
    }

    div#shopify-section-16641893964d7ded1b .img-bg img {
        max-width: 90% !important;
        right: -36px;
    }

    div#shopify-section-16641893964d7ded1b .img-bg {
        width: 525px !important;
        height: 500px !important;
        padding-bottom: 100px;
        bottom: -194px;
    }

    section#section_champagne_16641893329c90c222 .img-bg img {
        height: 630px !important;
    }

    .left-product img {
        top: auto !important;
    }

    .pdp-top_info img.logo_green {
        width: 150px !important;
    }

    .pdp_info_left .pdp_fourth_image {
        right: 8% !important;
        top: 53% !important;
    }

    .left-product a:nth-child(1) {
        font-size: 13px !important;
    }

    .pdp_info_left img.pdp_third_image {
        right: 15px !important;
        width: 200px !important;
    }

    form.custom-check-box .col-sm-3 {
        padding: 0 4px;
    }

    form.custom-check-box {
        padding-left: 30px;
    }

    .left-product h1 {
        min-height: 95px;
    }

    .price-card .left-product {
        padding-left: 110px;
    }

    img.logo_green {
        width: auto !important;
        height: auto !important;
    }

    .product_info {
        min-height: 322px !important;
    }

    .left-product img {
        width: 100px;
        height: 147px;
        top: 0;
    }

    ul.collection_list.row {
        justify-content: inherit !important;
    }

   
}

/******************* cart bottom header css *************/
.header_bottom_checkout {
    background: #D9D9D9;
    padding: 5px 0;
    display: none;
    box-shadow: 0px 0px 10px #00000066;
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_bottom_checkout .row {
    align-items: center;
}

/* .header_cart_item {
padding-left: 91px;
} */
.header_cart_item .checkOut_btns ,.header_cart_item .checkOut_btn {
    height: 50px;
    width: 137px;
    border-radius: 10px;
    padding: 16px 13px;
    background: #2AA7EF;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: capitalize;
}
.bg-red a.checkOut_btns ,.bg-red a.checkOut_btn{
    background-color: #c94e36;
    color: #fff;
  
}

.site-header__cart img {
    max-width: 25px;
    margin-bottom: -10px;
}

.header_cart_item .site-header__cart img {
    max-width: 100%;
}

.fixed-header {
    display: none !important;
}

.header_cart_item .checkOut_btns:hover ,.header_cart_item .checkOut_btn:hover{
    background: black;
    transition: 0.5s;
}

.header_cart_item .site-header__cart-count {
    left: -14px;
    top: -24px;
    width: 25px;
    height: 25px;
    background: #2AA7EF;
}

img.logo_cart_header {
    max-width: 100px;
}

.collection_banner h2 {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-transform: initial !important;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 40%;
}

/* .collection_banner figure img {
width: 100% !important;
} */
.collection_banner {
    position: relative;
}

.collection_banner figure {
    margin: 0;
    position: relative;
}

.collection_banner {
    padding-top: 45px;
    text-align: center;
}

/* .collection_banner figure:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #0000004f;
top: -7px;
} */
/******** modal css *****/

/* .is-visible {
    display: block;
    opacity: 1;
    background: #00000000;
    height: 100%;
    transform: inherit!important;
    width: 408px;
    margin-left: auto;
    z-index: 999999;
} */
.is-visible {
    display: block;
    opacity: 1;
    background: #00000000;
    height: auto !important;
    transform: inherit !important;
    width: 408px;
    margin-left: auto;
    z-index: 999999;
}

.modal.is-visible {
    visibility: visible;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 1.5em #00000059;
    width: 408px;
    right: 0;
    border: 1px solid #2AA7EF;
    top: 75px;
    padding: 0 10px 50px 27px;
}

.items_slide_container {
    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
}

.subtotal_field {
    display: flex;
    justify-content: flex-end;
    padding-top: 34px;
    border-top: 1px solid #2aa7ef7a;
    margin-top: 30px;
    padding-right: 25px;
}

.subtotal_field p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    padding-left: 44px;
}

.cart_checkout a {
    height: 55px;
    width: 250px;
    border-radius: 10px;
    padding: 16px 48px;
    background: #2AA7EF;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 21px;
}

.product_buttonss .keep_shop {
    margin-top: 10px;
}

.modal-transition {
    transition: 0.5s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal.is-visible .modal-transition {
    opacity: 1;
    transition: 0.5s;
}
#hideModal .modal-transition {
    left: 100%;
    transition: 0.5s;
    transition-delay: 0.8s;
}


#hideModal.is-visible .modal-transition {
    left: 0%;
    transition: 0.5s;
    transition-delay: 0.8s;
}

h2.modal-heading {
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: initial;
    border-bottom: 1px solid #2aa7ef73;
    padding-bottom: 15px;
    color: black;
    padding-top: 22px;
}

.cart_items_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 43px;
}

.cart_checkout p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.cart_checkout {
    padding-top: 0 !important;
}


.modal-close {
    position: absolute;
    top: -7px;
    right: 10px;
    padding: 0;
    color: #000;
    background: none;
    border: 0;
    font-size: 36px;
    font-weight: 700;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.cart_images_info {
    display: flex;
    width: 100%;
    margin-left: 15px;
}

.cart_items_slide a {
    position: relative;
    top: -25px;
}

.cart_images_info img {
    width: 40px;
    height: 57px;
    object-fit: cover;
}

.delete_iamge {
    width: 11%;
}

.content_carts h5 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}

.content_carts p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-bottom: 0px;
}

.price_items {
    display: flex;
    justify-content: space-between;
}

.content_carts span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.content_carts {
    padding-left: 22px;
}

div#shopify-section-1664189356745f5ab8 .section_champagne {
    padding-top: 85px;
    height: 853px;
}

div#shopify-section-1664189356745f5ab8 h4.bg_title {
    margin-bottom: 70px;
}

span.price {
    position: absolute;
    right: 20px;
}

.banner_top:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0000004D;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.title_top,
.icons,
.banner_top img.logo_trag,
.banner_top .btn {
    position: relative;
}

.banner_top p:nth-last-child(2) {
    margin-top: 0px;
}

/******************* added basket popup css *******************/
#modal {
    display: none;
    position: fixed;
    background-color: #fff;
    top: 10px !important;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 1px #57575766;
    border-radius: 3px;
    width: 95%;
    height: 780px !important;
    margin-left: auto !important;
    margin-top: 0 !important;
    margin-right: auto !important;
    z-index: 99999;
    padding-top: 59px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 100px;
}

p.form-message.form-message--success {
    text-align: center;
}

.modal.is-visible {
    top: 15.4%;
}

.product_buttonss a {
    height: 48px;
    width: 321px;
    border-radius: 10px;
    padding: 16px 48px 16px 48px;
    margin: 0 auto;
    background: #2AA7EF;
    display: block;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: black;
}

.modal_header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #2AA7EF;
    padding-bottom: 53px;
}

.modal_header h3 {
    padding-left: 25px;
    font-size: 51px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
}

.added_items_col {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 30px;
}

.product_info_text h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-bottom: 7px;
}

.product_info_text h4 span {
    display: block;
    color: #2AA7EF;
}

.product_info_text p.price {
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
}

.product_info_area {
    display: flex;
}

.product_info_text {
    padding-left: 30px;
}

.product_buttonss p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_buttonss p img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-top: 0;
    margin-right: 20px;
}

.added_items_col .product_buttonss {
    border-top: 1px solid #00000040;
    padding-top: 13px;
    margin-top: 26px;
}

.buy_items_area {
    background: #F7F7F7;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy_items_area span {
    display: block;
}

.text_buy_item p {
    font-family: Poppins;
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    text-transform: uppercase;
}

.text_buy_item p:nth-child(2) {
    color: #D04D36;
}

.modal_main .row {
    justify-content: space-between;
    margin-top: 72px;
}

.text_buy_item p:nth-child(3) {
    color: #2AA7EF;
}

.buy_items_area span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 0;
    letter-spacing: 0em;
    text-align: center;
}

.modal-bg {
    display: none;
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(44, 51, 53, 0.5);
}

.close {
    text-decoration: none;
    font-family: arial;
    font-size: 45px;
    margin: 0;
    position: absolute;
    color: black;
    right: 20px;
    top: 0;
}

.my_story_descrption p {
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.my_story_descrption {
    padding-top: 80px;
    padding-bottom: 97px;
}

.flex_item {
    display: flex;
    align-items: center;
    margin-top: 92px;
}

.flex_item:nth-child(1) {
    margin-top: 0 !important;
}

.my_story_form {
    margin-top: 40px;
    padding: 22px 38px !important;
}

.my_story_form input {
    height: 47px;
    margin-bottom: 14px;
    font-size: 16px;
}

.my_story_form textarea {
    font-size: 16px;
    height: 158px;
}

.my_story_form input.btn {
    margin-left: auto !important;
    height: 45px !important;
    width: 151px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    margin-right: 0 !important;
    display: block !important;
}

section.Story_review {
    padding-bottom: 60px !important;
}

.content_area_story a.btn:hover {
    background: black;
    color: white;
    transition: 0.5s;
}

section.Story_review {
    padding-bottom: 84px;
}

.image_part img {
    width: 439px;
    border-radius: 50%;
    position: relative;
    right: -22px;
    z-index: 0;
}

.right_image .image_part img {
    right: auto;
    left: -22px;
}

.content_area_story {
    background: #F6F6F6;
    border-radius: 25px;
}

.content_area_story {
    background: #F6F6F6;
    border-radius: 25px;
    padding: 40px 24px 40px 74px;
}

.content_area_story h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #3fb0f1;
    margin-bottom: 0px;
}

.content_area_story p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.content_area_story a.btn {
    height: 59px;
    width: 288px;
    background: #2AA7EF;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: initial;
    margin-top: 30px;
    font-family: 'Poppins';
}

h3.query_title {
    margin-bottom: 100px;
    font-size: 50px;
    font-weight: 500;
    line-height: 94px;
    letter-spacing: 0em;
    color: #2c3c4d;
    max-width: 73%;
    border-bottom: 5px dashed #E3E3E3;
    padding-bottom: 76px;
}

ul.social_icons img {
    max-width: 40px;
}

ul.social_icons {
    display: flex;
}

ul.social_icons li {
    margin-right: 34px;
}

.my_story_form {
    background: #F6F6F6;
    padding: 23px 70px;
    border-radius: 25px;
}

.my_story_form input,
.my_story_form textarea {
    width: 100%;
    border: 1px solid #E3E3E3;
    height: 61px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C959F;
    outline: none;
    margin-bottom: 23px;
}

.my_story_form input.btn {
    height: 64px;
    width: 173px;
    border-radius: 10px;
    padding: 16px 48px 16px 48px;
    background: #2AA7EF;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    outline: none;
    border: none;
    margin-left: auto;
    margin-right: 0;
}

.my_story_form textarea {
    height: 187px;
}

.my_story_form input.btn:hover {
    background: black !important;
    color: white !important;
    transition: 0.5s;
}

.logo-align--left {
    padding-top: 0px !important;
}

.site-header__logo {
    margin: 0px !important;
}



body.template-collection .fixed-header {
    display: block !important;
    padding: 15px 0 15px;
}

.main_fixed-header {
    position: fixed !important;
    width: 100% !important;
    z-index: 9999 !important;
    top: 0 !important;
    margin-top: 0 !important;
}

/* body.template-collection .main_fixed-header {
    position: initial !important;
} */

.site-nav__link--active .site-nav__label {
    font-weight: 600;
}

/************************** faq *****************************************************/
.heading_faq h2 {
    color: #2aa7ef;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 27px;
}

.heading_faq {
    border-bottom: 2px solid #2AA7EF;
    margin-bottom: 55px;
    margin-top: 68px;
}

.accordian_items h5 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.accordian_items p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.accordian_items {
    padding-bottom: 55px;
}

.itemss {
    padding-bottom: 36px;
}

.accordian_items p {
    max-width: 95%;
}

.accordian_items p a {
    color: #0000FF;
}

section.privacy_policy_wrraper .accordian_items {
    padding-bottom: 35px;
}

.modal_body .product-recommendations__inner a {
    color: #0000FF;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    text-decoration: underline;
}

.recoumanded_items {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px #2aa7ef;
    padding: 25px 25px 41px;
}

.recoumanded_list {
    padding: 15px 40px;
}

.recoumanded_imgWrraper {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 40px;
    margin-bottom: 31px;
}


.recoumanded_imgWrraper img:nth-child(1) {
    height: 165px;
}

.recoumanded_imgWrraper h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    min-height: 80px;
}

.recoumanded_descrption {
    min-height: 233px;
}

.recoumanded_imgWrraper h4 span {
    display: block;
    color: #2AA7EF;
}

.recoumanded_box {
    padding-left: 15px;
}

.recoumanded_box p.price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
    text-align: left;
    margin-bottom: 21px;
    display: none;
}

.recoumanded_items p,
.recoumanded_items ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.recoumanded_items .Features,
.recoumanded_items ul li {
    font-style: italic;
}

a.view_product {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    display: block;
    text-align: center;
    color: #2AA7EF !IMPORTANT;
    margin-top: 54px;
    margin-bottom: 34px;
    text-decoration: underline;
}

button.addCart_btn {
    background: #2AA7EF;
    border: 0px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0px auto;
    height: 50px;
    width: 200px;
    border-radius: 10px;
    text-transform: initial !important;
    color: #000;
    letter-spacing: 0px;
    line-height: 31px;
}

button.addCart_btn.btn:hover {
    background: black;
}

.main_product_recoumended .slick-prev {
    background: url(/cdn/shop/files/Vector_7_d0affaa2-982b-41d1-8f98-18fa6dfb5c75_256x256.png?v=1665991782) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 0 !important;
    left: 0;
}

.main_product_recoumended .slick-next {
    right: 0px;
}

.main_product_recoumended .slick-prev:before,
.main_product_recoumended .slick-next:before {
    display: none;
}

.main_product_recoumended .slick-next {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 0px !important;
    background: url("/cdn/shop/files/Vector_8_256x256_crop_center.png?v=1665992130") !important;
}

.main_product_recoumended .slick-prev,
.main_product_recoumended .slick-next {
    width: 18px;
    height: 32px;
}

.items_slide_container::-webkit-scrollbar,
#modal::-webkit-scrollbar,
.modal .modal-wrapper::-webkit-scrollbar {
    width: 3px;
}

.items_slide_container::-webkit-scrollbar-track,
#modal::-webkit-scrollbar-track,
.modal .modal-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.items_slide_container::-webkit-scrollbar-thumb,
#modal::-webkit-scrollbar-thumb,
.modal .modal-wrapper::-webkit-scrollbar-thumb {
    background-color: #2AA7EF;
}


/**************** loading css ****************/
.cart-loading {
    position: relative;
}

.cart-loading,
.bundle_loading {
    position: relative;
}

.cart-loading,
.bundle_loading {
    font-size: 0px !important;
}

.price_items span.price {
    position: inherit !important;
    padding-right: 25px;
    display: block;
}

.cart-loading:before,
.bundle_loading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 35px;
    height: 35px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-right-color: #ffffff;
    animation: spinner-anim .8s linear infinite;
    right: 0;
    margin: 0 auto;
}

@keyframes spinner-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.imglogos img {
    max-width: 100% !important;
}

/************* Cart page css ***************/
.cart-header a {
    display: block;
    border-bottom: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #00f;
    text-decoration: underline;
}

.cart-header {
    padding-top: 68px;
}

thead.cart__row.cart__row--heading {
    border-color: #2AA7EF !important;
}

.cart__row--heading tr th {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: black;
    text-transform: none;
}

.list-view-item__title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
    text-align: left;
    text-decoration: none !important;
    border-bottom: none !important;
}

td.cart__price dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: black;
}

.cart__qty input:focus-visible {
    outline-color: #2AA7EF;
}

.cart__row td {
    vertical-align: top;
}

td.cart__final-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: black;
}

.cart-subtotal span {
    color: black;
    font-size: 16px;
}

.cart__shipping.rte {
    color: black;
    font-size: 16px;
    margin-top: 17px;
}

.cart__shipping.rte a {
    color: #2AA7EF;
}

.cart__submit-controls input {
    height: 50px;
    width: 200px;
    border-radius: 10px;
    padding: 16px 48px;
    background: #2AA7EF;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    transition: 0.5s;
}

.cart__submit-controls input:hover {
    background: black !important;
}

.cart-header__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #2AA7EF;
}

.home_reviews .d-flex {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.recoumanded_review_item p {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    margin-bottom: 15px;
}

.recoumanded_review_item p span img {
    max-width: 17px;
    display: block;
}

.recoumanded_review_item ul li {
    display: inline-block;
    cursor: pointer;
}

.review_star {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_star ul {
    margin-left: 8px;
}

section.home_reviews {
    background-color: #f6f6f6;
    padding-top: 145px;
    padding-bottom: 85px;
}

.recoumanded_review_item {
    padding: 0 15px;
}

.review_items ul li {
    display: inline-block;
}

.review_items ul li img {
    max-width: 40px;
}

.review_items ul {
    text-align: center;
}

.review_items h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    padding-left: 15px;
}

.review_items p {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: justify;
    padding-right: 15px;
    min-height: 190px;
}

.logo_reviews {
    margin: 0 auto;
}

.review_items {
    margin-top: 70px;
}

.signup_section .row {
    justify-content: center;
}


div#shopify-section-pdp-threeicons .container {
    max-width: 1158px !important;
}

ul.product-single__thumbnails {
    margin: 0 auto;
    width: 95% !important;
}

.grid__item.medium-up--one-quarter.logo-align--left {
    outline: none !important;
    background: transparent !important;
}

.h2.site-header__logo {
    background: #ffffff00 !important;
    box-shadow: none !important;
}

a.site-header__logo-image {
    background: transparent !important;
}

.min_height_slider {
    height: 227px;
}

.modal-fixed {
    top: 13% !important;
}

@media only screen and (min-width: 1600px) {
    section.icons_left .col-sm-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .icons_left .col-sm-4:nth-child(2) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .modal-wrapper {
        top: 23.5%;
    }

    .modal-wrapper {
        top: 72px;
    }

    #modal {
        height: 100vh !important;
    }
}

.product-recommendations__inner .product_info p,
.product-recommendations__inner .product_info ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 19px;
}

.product-recommendations__inner .product_info ul li {
    font-style: italic;
    list-style: disc;
}

.product-recommendations__inner .product_info ul {
    padding-left: 22px;
}

.product-recommendations__inner .product-buttons a {
    font-size: 18px;
    font-weight: 500;
    color: #2aa7ef;
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-top: 30px;
}


div#shopify-section-8f3f4fb2-5d02-4dad-bf90-dfe23df17c95 section.home_reviews .d-flex {
    display: none;
}

div#shopify-section-8f3f4fb2-5d02-4dad-bf90-dfe23df17c95 section.home_reviews {
    padding-top: 88px;
}

@media only screen and (max-width: 360px) and (min-width: 320px) {
    .quatity_form button {
        padding-right: 5px !important;
    }

    .pdp_info_left img.pdp_third_image {
        top: 32rem !important;
    }

    .pdp_info_left .pdp_fourth_image {
        top: 52rem !important;
    }
}

.product_info_area .popup_single_image {
    max-width: 70px;
}

.collection_banner img {
    width: 100%;
}

.template-product div#shopify-section-home-reviews .d-flex {
    display: none;
}

.template-product div#shopify-section-home-reviews .review_items {
    margin-top: 0px;
}

.template-product div#shopify-section-home-reviews h4 {
    color: white;
}

.template-product div#shopify-section-home-reviews p {
    color: white;
}

img.img_pdp_review {
    display: none;
}

div#shopify-section-product-review section.home_reviews {
    background: white;
    padding-top: 45px !important;
}

/* .template-product section.home_reviews img.img_pdp_review {
    display: block;
    margin: 0 auto;
} */
p.free-delivery_text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #2AA7EF;
    border-bottom: 1px solid #00000080;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
}

.product-single__description p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 500;
}

p.reveange span {
    color: #D04D36;
}

.product-single__description ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    padding-top: 15px;
    display: flex;
}

.product-single__description ul li img {
    margin-top: 5px;
    margin-right: 10px;
}

.product-single__description ul {
    margin-left: 0px !important;
}

.product-single__description ul {
    margin-left: 0px !important;
    margin-bottom: 30px;
}

.pdp_city_name {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-bottom: 11px;
    display: block;
}

a.review_btn {
    display: block;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    color: black;
    text-decoration: underline;
    text-align: center;
    margin-top: 50px;
}

div#shopify-section-home-reviews a.review_btn {
    color: white;
}

.pdp_image_logos {
    margin-top: 50px;
}

/******************* qty btn ********************/
.quatity_form input {
    background: transparent !important;
    border: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.quatity_form p.qty {
    display: flex;
    align-items: center;
}

.quatity_form button {
    background: #FFFFFF;
    box-shadow: 0 0 2px #00000040;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: none;
    font-size: 22px;
}

.quatity_form input {
    width: 4rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quatity_form {
    display: flex;
}

.quatity_form .recommed {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    font-family: Caveat !important;
    margin-top: 12px;
    margin-left: 25px;
}

.shopify-payment-button__button {
    width: auto !important;
}

.shopify-payment-button__button--branded .shopify-cleanslate {
    min-height: 55px !important;
}

.shopify-payment-button__button--branded .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau {
    border-radius: 10px !important;
}

button.shopify-payment-button__more-options {
    text-align: right !important;
    margin-top: 0 !important;
    padding-right: 13px;
}

.review_items {
    border-right: 1px solid #ffffff42;
}

a.social-icons__link svg.icon.icon-facebook {
    background: url(/cdn/shop/files/facebook_1_1.png?v=1666267391);
    color: transparent !important;
    width: 40px;
    height: 40px;
    overflow: visible !important;
    background-size: cover;
}

a.social-icons__link svg.icon.icon-twitter {
    background: url(/cdn/shop/files/Twitter_1_2.png?v=1666267570);
    color: transparent !important;
    width: 40px;
    height: 40px;
    overflow: visible !important;
    background-size: cover;
}

a.social-icons__link svg.icon.icon-instagram {
    background: url(/cdn/shop/files/Instagram_1_1.png?v=1666267596);
    color: transparent !important;
    width: 40px;
    height: 40px;
    overflow: visible !important;
    background-size: cover;
}

button.btn {
    text-transform: inherit !important;
    letter-spacing: 0px !important;
    font-size: 18px;
    font-weight: 600;
    max-width: 200px !important;
}

.product_info_text a {
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #2AA7EF;
}

.conat_page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.for_mobile,
.add_cat_bttn_mobile {
    display: none;
}

.descrption_mobile_view {
    display: none;
}

.recoumanded_slider .grid__item {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.left-product a:nth-child(1) {
    font-size: 16px;
}

.shopify-payment-button {
    display: none !important;
}

.product-recommendations__inner a.btn.btn-primary {
    width: 240px;
    text-decoration: none;
    border-radius: 10px;
    height: 55px;
    line-height: 34px;
    text-transform: initial !important;
    margin: 25px auto 0;
    margin-bottom: 40px;
}

/* li.product_item .logo_green {
    display: none;
} */
@media only screen and (max-width:1550px) and (min-width:1400px) {
    .section_champagne .quart:after {
        left: 75% !important;
    }
}

.pdp_image_wrraper {
    position: absolute;
    left: 0;
    top: -24px;
}

a.city_names {
    font-weight: 700;
    font-size: 14px;
    color: #2aa7ef !important;
    display: block;
    text-align: left;
    text-decoration: none;
}

div#shopify-section-product-recommendations {
    background: white;
    padding-top: 50px;
}

div#shopify-section-pdp-faq {
    background: white;
}

.pdp_information_bg_gray {
    background: #F6F6F6;
    margin-top: -9px;
    padding-bottom: 9%;
}

a.city_names {
    position: absolute;
    top: -22px;
}

.policys_items p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

.policys_items h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 40px;
    margin-bottom: 10px;
}

.policys_items ul li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    list-style: disc;
    color: black;
}

.policys_items ul {
    padding-left: 20px;
}

.policys_items h6,
.policys_items u {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 30px;
    display: block;
    color: black;
}

.policys_items a {
    color: #00f;
}

/* .hPEwae {
    padding-bottom: 9px !important;
    line-height: 23px;
    border-radius: 10px;
} */

.cESEtl {
    margin-bottom: 20px;
}

.AuthorPicture__Container-sc-1baibv3-0 {
    margin-bottom: 10px;
}

.Classic__HeadingInfo-sc-19u56uy-2 {
    margin-bottom: 10px;
}

.Classic__Title-sc-19u56uy-9 {
    margin-bottom: 5px;
}

a.Supplier__Container-sc-a7c0ny-0 {
    border-bottom: none !important;
}

.LoadMoreButton__Component-sc-5z801y-1 {
    background: #2aa7ef !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    text-transform: inherit !important;
    margin-top: 20px;
    color: #000 !important;
    height: 64px !important;
    width: 265px !important;
    font-weight: 500;
}

/* .hPEwae:hover {
    background: black !important;
}

.hPEwae {
    border-radius: 10px !important;
    width: 200px;
    height: 50px;
    color: #000 !important;
    font-size: 17px !important;
    line-height: 31px !important;
    border-bottom: none !important;
} */

.slick-prev:before,
.slick-next:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
}

.LoadMoreButton__Component-sc-5z801y-1:hover {
    background: black !important;
    color: white !important;
}

.LoadMoreButton__Component-sc-5z801y-1:hover {
    background: black;
    color: white;
}

/* .hPEwae {
    text-transform: inherit !important;
}

.hPEwae:hover {
    background: black;
    color: white !important;
    border-bottom: none;
} */

.product_buttonss .remove_item_slide_cart {
    display: initial !important;
    background: transparent;
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
    margin: 0px;
}

.product_buttonss .remove_item_slide_cart img {
    margin-right: 0;
    margin-left: 40px;
    height: auto !important;
}


@media only screen and (min-width:1100px) {
    .grid__item.small--one-whole.site-footer-item-align-right {
        width: 70% !important;
        order: 1;
/*         margin-top: -46px; */
        text-align: left !important;
        margin-left: 100px;
    }

    .grid__item.small--hide.one-half.site-footer-item-center-vertically {
        width: 72% !important;
        order: 2;
    }

    .grid.grid--no-gutters.small--text-center.grid--footer-float-right {
        display: flex;
        margin-left: 32%;
        justify-content: space-between;
        width: 71.33%;
    }
}

div#modal {
    z-index: 9999999999 !important;
}

.remove_item_slide_cart_pdp {
    margin-left: 25px !important;
    text-decoration: underline;
    color: #2AA7EF !important;
}

.icons_left .col-sm-4:nth-child(3) .box-text img {
    width: 90px;
}

.box-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-text-inner h4 {
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.is-visible {
    z-index: 9999999999999999999999999999999999999999999999999;
}

a.remove_item_slide_cart {
    text-decoration: underline;
    color: #2aa7ef !important;
}

.cart_checkout a.shopping_btn {
    margin-bottom: 10px;
    padding: 0 !important;
}

.cart_checkout a.checkOut_btns,.cart_checkout a.checkOut_btn {
    background: #d04d36 !important;
    color: white !important;
}

.product_buttonss a.checkout_top_popup {
    background: #d04d36 !important;
    color: white !important;
}

a.view_basket_btn {
    color: #00f;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    text-decoration: underline;
    padding: 0px !important;
    background: transparent !important;
    height: auto !important;
    margin-bottom: 10px !important;
}

a.view_basket_btn:hover {
    background: transparent !important;
    color: #00f !important;
}

.review_items {
    text-align: center !important;
}

a.shopping_btn.modal-close {
    position: inherit !important;
}

@media only screen and (max-width: 375px) and (min-width: 365px) {
    .section_champagne .img-bg {
        left: -6px !important;
    }
}
@media only screen and (max-width: 576px) {
  .mobil-flex .price--sold-out .price__badge--sold-out {
    display: none;
}
}

/*17/11/2022*/
/*york_accrodian  */
.york_accordian .accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  border:0px important;
}
.york_accordian .accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.york_accordian .accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.york_accordian .accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.york_accordian .accordion-item-header.active::after {
  content: "\2212";
}
.york_accordian .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding:0px 16px;
  background:#f6f6f6;
}
.york_accordian .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.york_accordian {
    max-width: 700px;
    margin: 0px auto;
}
.list_head svg {
    height: 30px;
    width: 30px;
}
.list_head {
    display: flex;
    align-items: center;
}

/*new_york_accordian  */
.york_accordian ul.accordion-list h3:after {
    content: "+";
  position:absolute;
  right:0px;
}

.york_accordian ul.accordion-list li.active h3:after {
    content: '-';
  position:absolute;
  right:0px;
}
.york_accordian ul.accordion-list h3 {
    font-size: 18px;
  position:relative;
  margin-bottom:0px;
}
.york_accordian ul.accordion-list li:not(:last-child) {
    border-bottom: 1px solid #202a3614;
}
.york_accordian ul.accordion-list li {
    padding: 15px 15px;
    box-shadow: 0 2px 5px #00000040;
    background: #f6f6f6;
}

/* new_css_accor */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #fff;
}
ul.accordion-list .active:after {
    display: none;
}
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: .4s;
    position: relative;    font-weight: 700;
    
    border-top: 2px solid #333 !important;
   

}

.accordion:last-child{
border-bottom: 2px solid #333 !important;

}
.panel {
    padding-bottom: 20px;
}
.custom-code .accordion:last-child{
border-bottom: 2px solid #333 !important;
}
 button.accordion.active {
    padding-bottom: 16px;
    border-bottom: 2px solid #333;
    margin-bottom: 17px;
}
.answer {
    display: flex;
    flex-wrap: wrap;
}
.clue_box.clue_box_1 {
    overflow: hidden;
}
.clue_box a img {
    height: auto;
    width: 100%;
    object-fit: contain;
    padding: 10px 10px 0;
    max-width: 100%;
}
.clue_box_wrapper {
    padding: 0px 0 10px 0;
    display: inline-block;
    justify-content: space-between;
  position:rtelative;
  flex-wrap:wrap;
  
}
.clue_title p {
    color: #285b9b;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px;
}
 .mpopup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.mpmodal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
       max-width: 780px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0.3rem;
}
.mpmodal-header {
    padding: 2px 12px;
    background-color: #ffffff;
    color: #333;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.mpmodal-header h2{
    font-size: 1.25rem;
    margin-top: 14px;
    margin-bottom: 14px;
}
.mpmodal-body {
    padding: 12px;
  
}
.mpmodal-footer {
    padding: 1rem;
    background-color: #ffffff;
    color: #333;
    border-top: 1px solid #e9ecef;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    text-align: right;
}
.detail-view {
    overflow: inherit;
    height: 500px!important;
}
.close {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.main-model-margin .row
{
  margin-top:0px;
}
.absolute.banner-div img {
    position: relative;
}
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;  
  background-color: #fff;
  z-index: 1000000;
}

#loading svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

/* Nov-21-2022 */
.grid__item.small--one-whole.site-footer-item-align-right
{
  margin-top:-72px !important;
}
.banner_top .absolute.banner-div:nth-child(2) {
    display: none !important;
}
.left-box i.fa.fa-quote-right ,.left-box  i.fa.fa-quote-left {
    display: none;
}
.policys_items ul li a,.policys_items p {
    word-break: break-word;
}
.free-cart-wrapper h3 {
    background: #f7c81d;
    display: inline-flex;
    padding: 0px 20px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    height: 50px;
}
.any-free-wrapper.text-center strong {
    display: inline-flex;
    margin: 20px auto;
    justify-content: center;
    height: 50px;
    background-color: #f7c81d;
    align-items: center;
    border-radius: 10px;
    padding: 0px 20px;
    font-size: 20px;
}
.sticky-content h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
}

span.red
  {
    color: #c94e36;
  }

   span.blue
  {
    color: #2aa7ef;
  }
.product_buttonss .remove_item_slide_cart:hover {
    background-color: transparent !important;
    color: #2aa7ef !important;
}
   



.modal-wrapper
{
  padding: 0 20px 50px 20px;
}
body.template-product .header_bottom_checkout.fixed-header {
    display: block !important;
   padding: 15px 0 !important;
}
.template-collection .header_cart_item.add-to-basket ,.template-collection .sticky-content.d-block.d-md-none {
    display: none;
}

.cart_checkout a.checkOut_btn {
    background: #c94e36;
}
.london h1 {
    text-align: center;
}

.modal_data h2.modal-heading:nth-child(1) {
    /* background-color: #eabc09; */
    /* border-radius: 10px; */
    padding: 12px 0px;
}
.zoom {
    font-size: 1.3vw;
    transition: transform 0.2s linear;
  }
.frame {
  overflow: hidden;
}
/*24/11/2022*/

/*extra clue  */
   .ectra_clue_item img {
    height: 364px;
    width: 364px; 
    border-radius: 50%;
    object-fit: cover;
}
.extra_clue_container {
    flex-wrap: wrap;
  display:flex;
  justify-content:space-between;
}
.ectra_clue_item a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #f8d94b;
    background: #f8d94b;
    color: #000;
    padding: 14px 18px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: sans-serif;
    border-radius: 8px;
    box-shadow: 0 2px 5px #d5d9d97f;
    min-width: 194px;
    margin-top: 20px;
    border-radius: inherit;
}
.ectra_clue_item p{
    margin-bottom: 0px;
    text-align: center;
}
.extra_clue_item_wrapper {
    display: flex;
    justify-content: space-around;
}
.extra_clue_head h1{
    margin-top: 30px;
    text-align: center;
}
.ectra_clue_item{
  padding:30px;
  cursor: pointer;
}
/*end*/
/* liver-pool-song-css */
        .pool-audio-container {
            background-color: #f6f6f6;
            margin: 0px auto;
           
            height: 400px;
            display: flex;
            width: 100%;
            border: 1px solid #b8bdc0;
            box-shadow: 0 2px 9px 0px #00000036;
            align-items: center;
            justify-content: center;
            padding: 50px;
        }

        .pool-audio-wrapper {
            height: 500px;
            display: flex;
            align-items: center;
        }
/*  annoucement-bar*/
.announcement-bar-wrapper {
    position: fixed;
    display: block;
    top: 126px;
    z-index: 99999;
    width: 100%;
    background-color: #d04d36;
    box-shadow: 0 0 10px #0006;
}


.annoucement-content p {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
  justify-content:center;
  height: 60px;
  color:#fff;
}
.annoucement-content p span {
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
}
.announcement-bar-wrapper.bar-scroll
{
    top:74px;
  display:block;
}
 #modalOverlay-new {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 99999;
			height: 100%;
			width: 100%;
   transition-duration: 6s;
	}
.modalPopup {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: transparent;
			width: 442px;
			padding: 0 0 0px;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	}
    .head-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modalContent h1 {
    color: #d04d36;
    margin-bottom: 0px;
    font-size: 36px;
    margin-top: 0px;
}
.modalContent h2 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    margin-top: 10px;
}
.modalContent {
    text-align: center;
    position: relative;
    margin-top: 203px;
    background-color: #0000009c;
    z-index: 2;
    padding: 28px 0px;
}
.headerBar {
    position: absolute;
    z-index: 1;
}
.modalContent p.sub-title {
   
   
}
.modalContent p {
    color: #fff;
    font-size: 20px;
    margin: 15px 0px 20px 0px;
}
.modalContent {
    text-align: center;
    position: relative;
    margin-top: 128px;
    background-color: #171515;
    z-index: 2;
    padding: 28px 0px;
}
.header-image-flex {
    display: flex;
}
.head-image {
    width: 110px;
}
 .mystyle {
    display: none;
}
div#close-modal-btn {
    position: absolute;
    z-index: 999;
    right: 0px;
    font-size: 32px;
    color: #fff;
/*     background-color: #eeeeee94; */
    width: 30px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}


@media screen and (max-width:1099px)
{
  .grid__item.small--one-whole.site-footer-item-align-right
  {
    margin-top: 0px!important;
  }
}

@media screen and (max-width:992px)
{
  .site-footer .grid__item.small--hide.one-half.site-footer-item-center-vertically
  {
    margin-top:-10px;
  }
}

@media screen and (max-width:767px){
  li.product_item a
  {
    margin: 50px auto 0;
  }
  .annoucement-content p span
  {
    margin-top:-6px;
  }
  .modalPopup
  {
    width:330px;
  }
  .head-image {
    width: 83px;
}
  .modalContent h1 {
  
    font-size: 28px;
  
}
  .modalContent p {
   
    font-size: 16px;
   
}
  .modalContent h2 {
   
    font-size: 20px;
    
}
  .template-product .announcement-bar-wrapper.bar-scroll {
    top: 117px;
}
  .template-collection .announcement-bar-wrapper.bar-scroll {
    top: 90px;
}
  .annoucement-content p {
    font-size: 18px;
    
}
   .announcement-bar-wrapper
  {
    top: 98px;
  }
  .announcement-bar-wrapper.bar-scroll {
    top: 58px;
}
 
  .pool-audio-container {
   
    padding: 30px;
    margin: 0px 15px;
}

.ectra_clue_item img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
}
  
  div#hideModal .modal-wrapper.modal-transition
  {
    width:100% !important;
    padding:0px !important;
  }
  .modal-body .cart_checkout
{
  padding-bottom:20px !important;
}
  .bg-red a.checkOut_btns ,.bg-red a.checkOut_btn
  {
    margin-right:5px;
  }
  .common-sticky-flex.d-flex.justify-content-between {
    flex-wrap: nowrap;
}
  
  .modal_data h2:nth-child(1) {
    background-color: #f7c81d;
    border-radius: 15px;
    margin-top:13px;
    width: 82%;
    margin-left: 20px;
    padding: 20px 0;
    margin-right: auto;
    line-height: 1;
}
  .modal-close
  {
    top:6px;
  }
  .any-free-wrapper.text-center strong
  {
    margin:0px;
  }
 
  .faq_main .faq_items h1 {
    padding-right: 18px;
}
  div#shopify-section-home-column-image section.icons_left
  {
    padding-top:0px !important;
  }
  .free-cart-wrapper h3
  {
    font-size:16px;
  }
  img.pdp_first_image_mobile.gift-first-show-mobile {
    border-radius: 50%;
}
  img.pdp_first_image_mobile
  {
    border-radius:0px;
  }
}

@media only screen and (max-width: 576px) {
  .clue_box a img {
    width: 100%;
    height: 100%;
  }
  .zoom{
    transform: none !important;
   
  }
}
@media screen and (max-width:390px)
{
  .modal-fixed {
    top: 13%!important;
}
}
@media screen and (max-width:375px)
{
  .modal-fixed
  {
    top:17% !important;
  }
}
@media screen and (max-width:360px)
{
  .header_cart_item .checkOut_btns ,.header_cart_item .checkOut_btn{
    width: 131px;
    font-size: 14px;
}
}

@media screen and (max-width:320px)
{
  .header_cart_item .checkOut_btns ,.header_cart_item .checkOut_btn{
    width: 111px;
    font-size: 11px;
    padding: 0px !important;
    height: 37px;
    line-height: 3;
}
}


@media screen and (min-width:768px)
{
  .header_cart_item.add-to-basket ,.sticky-content,.header_cart_item.add-to-basket
  {
    display:none !important;
  }
  .bg-red a.checkOut_btns,.bg-red a.checkOut_btn {
    background-color: #c94e36;
    color: #fff;
    font-size: 18px;
    width: 200px;
}
  .modal_data h2:nth-child(1) {
   
    margin-top: 13px;
    width: 94%;
}
  .modal-close
  {
    margin-top:16px;
  }
  .pool-audio-container {
           
            max-width: 80vw;
    margin: 0px auto;
  }
  
}

@media screen and (min-width:1100px)
{
  div#modal .recoumanded_imgWrraper
{
  min-height:255px;
}
}
@media(max-width:1265px){
    #AccessibleNav .site-nav a {
        font-size: 1vw;
    }
}
@media screen and (min-width:1200px)

  .free-cart-wrapper {
    margin-top: 0px;
}
  .header_cart_item .checkOut_btns ,.header_cart_item .checkOut_btn
  {
    width:200px;
    margin-left: 12px;
  }
  .sticky-content.d-block.d-md-none {
    margin: 10px 0px;
}
  .template-product .header_cart_item.add-to-basket,  .template-product .header_cart_item.add-to-basket
{
  display:block !important;
}
  .pool-audio-container {
           
            max-width: 50vw;
  }
  
     .site-header__logo-image img {
        width: 100%;
        position: relative;
        top: 4px;
    }
}


/********************************************** start changes 17-Jan ***************************************************************************/

.single_product-title{ position:relative; }
.trip_advisor_rating{ position: absolute; right: 0; top: 55px;}
.trip_advisor_rating img{ max-width:130px; }
#ProductSection-product-template .product-single .grid__item{ position:relative; }
#backtotop { display:none;} 
#backtotop_2 { display:none;}
.template-collection #backtotop, .template-collection #backtotop_2, .template-page #backtotop, .template-product #backtotop {
    color: #fff;
    display: inline-block;
    background-color: #34e0a1;
    width: auto;
    text-align: center;
    padding: 15px 25px;
    position: fixed!important;
    bottom: 20px;
    left: 15px;
    border-radius: 7px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    box-shadow: 1px 1px 12px #0004;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    transition: .5s ease-out;
    text-transform: uppercase;
}
.template-collection #backtotop_2{box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);background-color:#0dbd7e;color: #fff;padding: 4px 8px;}
#backtotop:hover { cursor: pointer; background-color:#000; color:#FFF; transition: .5s ease-out;}
#backtotop.show { opacity: 1; visibility: visible; z-index:999999;   }
#backtotop_2:hover { cursor: pointer; background-color:#000; color:#FFF; transition: .5s ease-out;}
#backtotop_2.show { opacity: 1; visibility: visible; z-index:999999;   }
.contactme_popup{ width:100%; }
.contactme_popup ul{  width: auto; float: right; display: inline-block; text-align: center; padding: 0; margin:0px; }
.contactme_popup ul li{ width: auto; float: none; display: inline-block; margin: 0px 0px 0px 10px; }
.contactme_popup ul li .btn, .buildabundle button{ width:170px !important; border-radius: 10px; padding: 15px 15px; background: #2AA7EF; border:none; font-family: Poppins;
    font-size: 17px; font-weight: 600; line-height: 17px;letter-spacing: 0em;  text-align: center; color: #000; position:relative; z-index:99999;    transition: .5s ease-out;}
.contactme_popup ul li .btn { float:right; }
.contactme_popup ul li .btn:hover, .buildabundle button:hover{ color:#FFF !important; background:#000;transition: .5s ease-out;}
.popup-container { visibility: hidden; opacity: 0;transition: all 0.3s ease-in-out;transform: scale(1.3); position: fixed; z-index: 1; left: 0;
    top: 0; width: 100%; height: 100%; background-color: rgba(21, 17, 17, 0.61); display: flex; align-items: center; }
.popup-container .popup-content {background:rgba(255,255,255,0.8);  margin:0px auto 0; padding:25px 20px 20px; max-width:500px; width:100%; 
      position:relative; border-radius: 7px;  transform: translate(0%, -50%); top:50%; }
.popup-container.show{ visibility: visible; opacity: 1; transform: scale(1); padding:0px 15px; z-index: 99999999; }
.popup-container form{ display:inline-flex; width:100%; }
/***** 18-Jan-23 ******/
.popup-container .form-group{ width:100%; float:left;  text-align: center; }
.popup-container .form-group input, .contactme_form input, .contactme_form textarea{  width: 100%; padding:10px 15px; font-size:17px; line-height:normal; color: #000; background-color: #fff;
   border: 1px solid #000;  border-radius:7px; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; margin-bottom: 15px; }
.popup-container form button, .contactme_form .btn{ width:auto; height:45px; border-radius: 10px; padding: 12px 20px; background: #2AA7EF;
 font-family: Poppins; font-size: 17px; font-weight: 600; line-height: 17px;letter-spacing: 0em;  text-align: center; color: #000; border:none; }
.popup-container form button:hover, .contactme_form .btn:hover{ background:#000; color:#FFF;     transition: .5s ease-out; }  
.popup-container .popup-content #close, .contactme .close2, .buildabundlepopup .close3 { text-align:center; color: #000; float: right; font-size: 28px; font-weight: 700; background: #099ccc; width: 30px;
    height: 30px; line-height: 30px; border-radius: 30px; position: absolute; right: -15px; top: -15px; cursor:pointer; }
.popup-container .popup-content span:hover,
.popup-container .popup-content span:focus { color: #000; text-decoration: none; cursor: pointer; background:#2AA7EF;     transition: .5s ease-out;}
.contactme, .buildabundlepopup { width: 100%; height: 100%;  background: rgba(0, 0, 0, 0.7); display: none; position: fixed;  top: 0;left: 0; right: 0;
  bottom: 0; text-align: center; z-index:9999999; padding:0px 15px; overflow-y: scroll; } 
.popup__content {  max-width:500px; width:95%; padding:25px 50px; background:#FFF; color: black; position: relative; top: 50%;
    left: 50%; transform: translate(-50%, -50%); box-sizing: border-box; float:left; margin:100px 0px;  }
.contactme  .close2, .buildabundlepopup .close3 {  position: absolute;  display: block; }
.contactme  span , .popup-container .popup-content span, .buildabundlepopup .close3 span{ cursor: pointer; position: fixed; width: 20px; height: 3px; background: #000;  
 margin: 13px 0px 0px -10px; }
.contactme  span:nth-child(1), .popup-container .popup-content span:nth-child(1), .buildabundlepopup .close3 span:nth-child(1) { transform: rotate(45deg); }
.contactme  span:nth-child(2), .popup-container .popup-content span:nth-child(2), .buildabundlepopup .close3 span:nth-child(2) { transform: rotate(135deg); }
/**/
.contactme_form{ width:100%; float:left; }
.contactme_form h3{ font-size: 34px; font-weight: 600; text-transform: uppercase; color:#000; font-family: Poppins !important; margin-bottom:25px;  }
/* li.product_item button{ width:auto; padding-left:20px; padding-right:20px; } */

body.template-product .site-header.border-bottom.logo--left.main_fixed-header{ display:none !important; }
body.template-product .header_bottom_checkout.fixed-header{ display:block !important; padding: 15px 0; z-index: 999999999 !important; }
/* .buildabundle{ width: 100%; float: left; padding: 30px 15px; position:relative; } */
.buildabundle button{ border-radius: 10px; } 
.sticky-content h5 { margin-top: 0; margin-bottom: 0; text-align: center; font-size: 20px; padding:0px 15px; }
span.blue { color: #2aa7ef; }
span.red{ color: #c94e36; }
.sticky-content{ display:none; }
.pdp_city_name span{ margin-top: 5px; display: inline-block; position: relative; top: 10px; margin-left: 55px; }
/*19 jan */
.icons_left { padding-top:250px; }
/* londoncollection page start*/
.clearfix{ clear: left;}
.sec_choose_amount{ width:100%; float:left; padding:20px 0px; margin:0px; background:#FFF; }
.sec_choose_amount .col-sm-4{ margin-bottom:0px; padding-bottom:0px; }
.sec_choose_amount h4{ font-size:22px; font-weight:700; text-align:center; margin:0px; }
.sec_choose_amount h6{ font-size:18px; font-weight:400;  text-align:center; margin-bottom:0px; font-weight:600; }
.sec_choose_amount .secchosebox img{ margin-right:10px; min-width: 65px; }
.sec_choose_amount .col-sm-4{ -ms-flex: 0 0 33.333333% !important; flex: 0 0 33.333333% !important; max-width: 33.333333% !important; }
.sec_choose_amount .secchosebox{ display: flex; align-items: center; justify-content: center; }
/*----*/
.sec_collection_loction{ width:100%; float:left; padding:50px 0px 85px 0px; background:#f6f6f6; }
.sec_collection_loction .cl_title{ display: flex; width: 100%; justify-content: center; line-height:normal;  align-items: center; font-size: 27px; text-transform: capitalize; letter-spacing: 0px; }
.sec_collection_loction .cl_title img{ max-width: 65px; margin-right:20px; }
.secproductimg{ width:100%; float:left; margin-top:20px; }
.secproductimg img{ width:100% !important; height:auto !important; float:left; max-width:100% !important;  }
.template-product .home_reviews{ clear:both;}
.template-product div#shopify-section-product-recommendations{ clear:both; }
.find_another_adventure_btn{ width:100%; float:left; text-align: center; position: relative; }
.find_another_adventure_btn a{ width:auto; border-radius: 10px; padding: 15px 25px; background: #2AA7EF; border:none; font-family: Poppins;
    font-size:22px; font-weight: 600; line-height: 17px;letter-spacing: 0em;  text-align: center; color: #000; position:relative; 
   bottom:10px; z-index:99999; transition: .5s ease-out; }
.find_another_adventure_btn a:hover{ color:#FFF !important; background:#000; transition: 0.5s ease-out; }
.template-product .product-recommendations__inner{ margin-top:0px !important; }
.product-form__controls-group--submit button.btn{ max-width: 100% !important; width: auto; }
.product-form--payment-button-no-variants{ max-width: 100%; height: auto; }
.product-form__item--no-variants { max-width: 100%; }
.addtocard_row a{ line-height: 1.4; white-space: normal; margin-top: 0;margin-bottom:0px; padding: 15px 30px!important;
   margin-right: 10px; background: #2aa7efad; border-radius: 10px; text-transform: inherit!important; letter-spacing: 0px!important;
    font-size: 18px; font-weight: 600; color: #000; transition: .5s ease-out;}
.addtocard_row a:hover{ background-color: #000 !important; color: #fff !important; transition: .5s ease-out; }
.addtocard_row span.or{ font-size: 18px; font-weight: 600; margin: 0px 10px 0px 0px;}
.addtocard_row{ width:100%; display: flex; align-items: center; }
.addtocard_row button{ margin-bottom:0px !important; }
/*20 jan */
.popup-flex .search-form { width:auto; float:right; position:relative; top:0px; display:flex; align-items: center; }
.popup-flex .search-field { background-color: transparent; background-image: url(/cdn/shop/files/search-icon.png?v=1674277103);
	background-position: 10px  center; background-repeat: no-repeat; background-size: 24px 24px;	border: none; cursor: pointer; height: 47px;
	margin:0;	padding:0px 10px 0px 35px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease; width:0px; border-radius:10px; }
.popup-flex .search-field:focus { border: 2px solid #2AA7EF; cursor: text; outline: 0;width: 250px; color:#000; }
.popup-flex .search-field.showbtn{ border: 2px solid #2AA7EF; cursor: text; outline: 0;width: 250px; color:#000; background:#FFF; padding:0px 15px 0px 15px; }
.popup-flex .search-submit { width:47px; border-radius: 10px; padding: 15px; background: #2AA7EF; border: none; font-family: Poppins;
    font-size: 17px; font-weight: 600; line-height: 17px; letter-spacing: 0em; text-align: center; color: #000; position: relative; z-index: 99999;
    transition: .5s ease-out; display:none;font-size:0px; margin-left:10px; }
.popup-flex .search-submit.active{ display:inline-block; background-image: url(/cdn/shop/files/search-icon.png?v=1674277103);
	background-position:center; background-repeat: no-repeat; background-size: 24px 24px;  }
.shop-collections h2{ margin-top:40px; }
.buildabundlepopup .popup__content{ max-width:1200px !important;  }
.buildabundlepopup .slick-initialized .slick-slide{ padding:15px; }
.buildabundlepopup .price-card p{ font-size: 16px; color: #000; font-weight: 500; text-align:left; padding-top:0px; }
.buildabundlepopup .price-card ul { padding-left: 22px; }
.buildabundlepopup .price-card ul li { text-align:left; list-style: disc; font-style: italic; font-size: 16px; color: #000; font-weight:500; }
.buildabundlepopup .price-card a { font-weight: 0; font-size: 14px; color: #2aa7ef; display: block; margin: 0px auto 0; 
text-align: center; text-decoration: underline; }
.buildabundlepopup .product_item a:nth-last-child(2) { font-size: 18px; font-weight: 500; }
.buildabundlepopup .price-card button { background: #2AA7EF; border: 0px; font-size: 18px; font-weight: 600; display: block; margin: 20px auto 0px;
    height: 50px; width: 200px; border-radius: 10px; text-transform: initial!important; color: #000; }
.buildabundlepopup h2{ font-size: 36px; text-transform: capitalize; text-align: left; padding: 0px 15px; color: #000; letter-spacing:0px; }
.buildabundlepopup .product_info { margin-bottom: 20px; }
.buildabundlepopup .slick-prev, .buildabundlepopup .slick-next{ background: #2AA7EF; width: 60px; height:60px; z-index:99; }
.buildabundlepopup .slick-prev:before, .buildabundlepopup .slick-next:before{ color:#000; font-size: 45px!important; font-weight: 700; display:none; }
.buildabundlepopup .logo_green1{ height:auto !important; }
.buildabundlepopup .price-card p{ margin-top:40px; padding-top:0px; }
.buildabundlepopup .slick-prev { left: -50px; background: url(/cdn/shop/files/Vector_7_d0affaa2-982b-41d1-8f98-18fa6dfb5c75_256x256.png?v=1665991782) center center !important;
    background-repeat: no-repeat !important; }
.buildabundlepopup .slick-next { right: -50px; background: url(/cdn/shop/files/Vector_8_256x256_crop_center.png?v=1665992130) center center !important;
    background-repeat: no-repeat !important; }
.header_cart_item .checkOut_btn{ font-size:18px; }
.buildabundle button, .contactme_popup ul li .btn{ z-index:9; }
.grid__item.small--one-whole.site-footer-item-align-right{ margin-top:0px !important; }
.top-product-bar h2 sup{ margin:0px 4px;  }
.template-collection .header_cart_item.add-to-basket { display:block !important; }
#backtotop{ display:none !important; }
#backtotop.showbtn{ display:block !important;  }
#backtotop_2{ display:none !important; }
#backtotop_2.showbtn{ display: flex !important;align-items: center; }
#backtotop_2 img {width: 46px;height: 46px;margin-right: 10px;margin-top: 10px;}
.buildabundlepopup{ overflow-y:scroll; }
.buildabundlepopup .popup__content{ margin:100px 0px 250px 0px; }
.buildabundlepopup .left-product img{ width:100px; height:auto; }
.buildabundlepopup .price-card .left-product { padding-left: 110px; }
.widget-container{ max-width:100% !important; width:100% !important; }
.sub-panel{ max-width:100% !important; width:100% !important; } 
/* .template-page #backtotop.showbtn{ display:none !important; } */
.main-content .text-center h1.h2{ padding-top:55px; }
.main-content .text-center .grid{ margin-left:0px !important; }
.template-collection .header_cart_item.add-to-basket{ display:none !important; }
.contactme_form label{ display:none; }
.contactme_form textarea{ height:120px; }
.contactme_form .btn{ margin-bottom:0px; }
.contactme_form input:focus{ outline:none;}
.contact_page #backtotop, .collect_page #backtotop { display:none !important; }
.collect_page a.review_btn{ display:none; }
.collect_page section.home_reviews{ padding-bottom:10px !important; }
.template-collection .form-message.form-message--success{ position: absolute; float: left; width: 90%; font-size: 11px; bottom: -28px; left: 5%; border-radius: 35px;
    padding: 3px; background: transparent !important; border: 0 !important; font-weight: 600; }
body.collect_page .site-header.border-bottom.logo--left.main_fixed-header{ display:block !important; }
body.collect_page .header_bottom_checkout.fixed-header{ display:none !important; }
/**/
.buildabundlepopup h4{ color:#3a3a3a; font-size:20px; padding: 0px 15px; margin:0px; text-transform: uppercase;  }
.bookaslotnow, .votenow_div .Contactmebtn{ max-width:200px; width:100%; background:#c94e36; border: 0px; font-size: 18px; font-weight: 600;
 display: block; margin: 0px auto 0px; border-radius: 10px; padding: 16px 13px; border-radius: 10px; text-transform: initial!important; color: #FFF; transition: .5s; }
.bookaslotnow:hover{ background:#000; transition: .5s; color: #FFF !important; }
html { scroll-behavior: smooth; }
.votenow_div{ width:100%; text-align:center; margin:0px;  }
.votenow_div .Contactmebtn{  max-width:170px !important; color:#000 !important; background: #2AA7EF !important; margin-left:5px; display:inline-block !important; }
.votenow_div .Contactmebtn:hover{ background:#000 !important; transition: .5s; color: #FFF !important; }
.template-collection .shop-collections{ padding-top:30px; }
/*31 jan*/
.buildabundle{display: none!important; }
.template-collection .buildabundle.showbtn { display: block!important;position: fixed!important; bottom:34px; z-index:999; left: 15px; }
.template-collection #backtotop{ display:none !important; }

/* responsive Css start */
@media(max-width:1599px){

  .sec_choose_amount h4{ font-size: 17px; }
  .sec_choose_amount h6{ font-size:14px; }
  .sec_choose_amount .secchosebox img{ min-width:55px; }
  .find_another_adventure_btn a{ bottom: 15px; } 
  
}
@media(max-width:1366px){

  .icons_left{ padding-top:40px !important;}
  .sec_collection_loction .cl_title{ font-size:20px; }
  .sec_collection_loction .cl_title img{ max-width:55px; }
  .template-product .top-product-bar { padding-top:60px; padding-bottom:60px; }
  .template-product .product-recommendations__inner{ padding-top:0px; padding-bottom: 0; }
  .header_cart_item .site-header__cart-count{ left: -4px; top:-21px;}
  .buildabundlepopup .price-card p{ margin-top:17px !important; font-size: 14px; }
  .buildabundlepopup .product_info{ min-height: 250px !important; }
} 
@media(max-width:1199px){

  .icons_left{ padding-top:130px !important; }
  #shopify-section-pdp-information{ padding:0px !important; }
  .addtocard_row { width: 100%; display: block; text-align: center; }
  .addtocard_row span.or, .addtocard_row span.collectdiv { margin:0px 0px 15px 0px; width: 100%; float: left; }
  .addtocard_row a{ margin: 0 !important; max-width: 268px; width: 100%; }
  .product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit { float: none; display: inline-block; margin: 0 0 15px!important; max-width: 268px !important; width: 100%;
  font-size: 18px; }

  form.sinup_form button.btn.btn_sign{ width: 137px; padding: 16px 15px; } 
  .recoumanded_slider .grid__item{ padding-left: 20px!important; padding-right: 20px!important; }
  img.logo_green{ bottom: -30px; }
  .buildabundlepopup{ padding: 0 30px; }
  .find_another_adventure_btn a{ font-size:18px; }
  .header_cart_item .checkOut_btn, .bg-red a.checkOut_btn{ font-size: 18px; height: auto; width: 180px; margin-left: 10px; }
  .buildabundlepopup .popup__content { margin: 150px 0 150px; } 
  .buildabundlepopup .price-card ul li{ font-size:13px; }
  .header_cart_item.add-to-basket, .sticky-content, .header_cart_item.add-to-basket{ display:block !important; }
  .product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit{ padding-right: 5px !important; padding-left: 5px !important; }
  }
@media(max-width:1024px){

  .icons_left{ padding-top:230px !important; }
/*   .buildabundle button { position: relative; top: 0; left: 0; transform: translate(0%); } */
  .header_cart_item{ margin-left:0px; }
}
@media(max-width:991.98px){

  .icons_left{ padding-top:100px !important; }

  
  .col-sm-4, ul.collection_list li.product_item{ flex: 0 0 50%; max-width: 50%; }
  .sec_collection_loction .cl_title { font-size: 16px; }
  .sec_collection_loction .cl_title img { max-width: 45px; margin-right: 10px; }
  .secproductimg{ margin:0px 0px 15px 0px}
  .recoumanded_slider .grid__item{ padding-left: 15px!important; padding-right: 15px!important; }
   section.home_reviews{ padding-bottom:50px !important; }


   form.sinup_form{ padding:0px 15px; } 
   ul.site-footer__linklist li a{ font-size: 14px!important;}
  .custom_icons h4{ font-size: 16px;}
  .site-footer__social-icons li a .icon { width:35px !important; height:35px !important; }
  .site-footer__social-icons li{ margin-left:0px !important; padding-right: 8px; }
  .site-footer-item-align-right { text-align:center; }

  .site-footer{ margin-top: 25px; }  
  .sec_collection_loction{ padding: 50px 0 50px; }
   .sec_choose_amount h4{ font-size: 14px; }
  .sec_choose_amount .secchosebox img { min-width: 35px; }
  .sec_choose_amount h6 {font-size: 11px; margin-top: 5px; }  
  .buildabundlepopup .price-card .left-product{ padding-left:90px; }
  .buildabundlepopup .left-product img{ width:80px; height:auto; }
/*   .buildabundle{ padding: 0px 15px 30px 15px;} */
  .shop-collections h2{ font-size: 30px; }

  .buildabundlepopup .logo_green1 { max-width: 150px; width: 100% !important; }
  .buildabundlepopup .slick-dots{ display:none !important; }
/*   .collect_page .product-single__media{ position:absolute !important; left: 30px !important; } */
  }
@media(max-width:767.98px){

  .banner_top{ height:700px !important; }
  .box-text{ margin-top:0px !important; }
  figure.collection_desktop_mobile{ width:100%; float:left; }
  .contactme_popup ul li{ margin:0; }
   .sticky-content{ display:block; }
 .template-product #backtotop{ font-size: 15px!important; padding: 12px 17px; }
  .sec_choose_amount{ padding:20px 0px; }
  .sec_collection_loction{ padding: 25px 0px 50px 0px; }
  img.logo_green{ max-width:60px; width:100%;  }   
  .template-collection .shop-collections h2 { margin-top: 0px; padding-top: 35px; position:relative; }
  .pdp_city_name span{ display:none; }
  .header_cart_item .checkOut_btn { font-size: 15px; height: auto; width: 140px; }
  .contactme_popup ul{ margin:0px;}
  .contactme_popup ul li:first-child { position: absolute; width: 100%; left: 0;top:-5px; background: #FFF;  } 
  .contactme_popup ul li:first-child .search-form{ width:100%; float:left; }
  .contactme_popup ul li:first-child .search-field{ max-width:100%; width:100%; border: 2px solid #2AA7EF;  } 
  .buildabundle{ padding: 0px 15px 20px 15px; }

  .template-collection .sticky-content.d-block.d-md-none{ display:block !important; }
  .template-collection .bg-red a.checkOut_btn { font-size: 15px;  height: auto; width: 137px; }
  .header_cart_item .checkOut_btn, .template-collection .bg-red a.checkOut_btn, .header_cart_item .checkOut_btn, .bg-red a.checkOut_btn
  { margin: 0px 0px 0px 5px; width: 137px; height:50px; }
  .header_cart_item .checkOut_btn, .bg-red a.checkOut_btn{ font-size:15px !important; }
  .buildabundlepopup .popup__content{ padding: 25px 50px;  margin:100px 0px;  }
  .buildabundlepopup .logo_green1 { height: auto!important; max-width:170px !important; width: 100% !important; }
  .contactme_form textarea{ height:100px; }
  .search--less-than-2-results { height:200px; }
  .votenow_div .Contactmebtn{ margin:0px 5px 0px 5px; }
  .votenow_div{ margin-bottom:20px; }
  .template-collection .free-cart-wrapper h3{ margin-bottom: 0; }
  .template-collection .shop-collections{ padding:0px;}
} 
@media(max-width:748px){
  nav#AccessibleNav .site-nav{ display:none; }
}
@media(max-width:600px){
  .left_section{ width: 100%; flex: 100%; max-width: 100%;} 
  .shop-collections h2{ width:100%; float:left; text-align:left; font-size: 21px; }
  .template-product .top-product-bar{ height: auto; }
  .payment-icons .icon { max-width: 100%; height: 36px; padding: 0px; width: 100%; }
  div#ProductSection-product-template{ margin-top:0px!important; }  
  img.pdp_first_image_mobile{ max-width: 150px; top: -30px !important; height: 150px !important;}
  .contactme_popup ul li:first-child{ top:3px; }
  .buildabundlepopup .product_info .product_info{ min-height: auto !important;}
  .header_cart_item .site-header__cart img { max-width: 100%; }
  dl.price.price--listing{ width:100%; }
  .buildabundlepopup .product_info { min-height: auto !important; }
  .buildabundlepopup .logo_green1 { height: auto!important; max-width:170px !important; width: 100% !important; }
  .bookaslotnow, .votenow_div .Contactmebtn{ padding: 11px 13px; font-size: 16px; }
  }
@media(max-width:575.98px){
  .banner_top { height: auto !important; }

  .box-text{ margin-top: 0px !important; }
 
  .trip_advisor_rating { position: relative; right: 0; top: 0; width: 100%; text-align: center; margin-bottom: 25px; }
/*   .left_section{ font-size:17px; }  */
  .sec_choose_amount .secchosebox{ text-align:center; display:block; margin:10px 0px; }
  .sec_collection_loction .cl_title br{ display:none; }
  .template-product .home_reviews a.review_btn{ margin-bottom:0px !important; }
  form.sinup_form button.btn.btn_sign{ margin-top: 10px !important; }
  .sticky-content h5{ padding: 0; }
  form.sinup_form input{ padding-left:15px !important; font-size:18px; }

  .template-collection #backtotop, .template-page #backtotop, .template-product #backtotop{ font-size:15px; line-height: normal;
   padding:10px 15px;  }
  .ui-stack-item.ui-stack-item--fill p{ font-size:11px; line-height:normal; }
  .admin-bar{  padding: 5px 15px; }
  .admin-bar__stack { min-height: inherit; }
  .sec_choose_amount .secchosebox img { min-width: 15px; width: 22px; }
  .sec_choose_amount h4 { font-size: 11px; }
  .sec_choose_amount{ padding:10px 0px; }
  .find_another_adventure_btn a{ padding: 10px 15px; font-size: 16px; }
  .buildabundlepopup h2 { font-size: 25px; text-align: center; padding: 0; letter-spacing: 0; margin-bottom:0px; }
  .buildabundlepopup .left-product img{ height:auto; width:70px; }
  .buildabundlepopup .logo_green1{ widht:110px; }
  .buildabundlepopup .price-card .left-product{ padding-left:80px; }
  .buildabundlepopup .popup__content, .popup__content{ padding: 25px; margin: 50px 0 250px; }
  .buildabundlepopup .left-product img.logo_green{ max-width: 110px; }
  .buildabundlepopup .left-product h1{ font-size:11px; line-height:normal; }
  .buildabundlepopup .price-card a{ text-align:left; }
  .buildabundlepopup dl.price.price--listing { width: 100%; float: right; text-align: left; }
  .buildabundlepopup .price__regular .price-item.price-item--regular{ font-size: 14px; font-weight: 500; line-height: normal; }
  .buildabundlepopup .product-buttons a{ text-align:center; }
  .buildabundlepopup .price-card button { width:100%; height:auto; padding:10px; font-size:16px; }
  .buildabundlepopup .price-card{ margin-bottom:0px; }
  .buildabundlepopup .slick-prev, .buildabundlepopup .slick-next{ width: 40px; height: 40px; }
  .buildabundlepopup .slick-next { right: -30px; }
  .buildabundlepopup .slick-prev{ left: -30px; }
  .buildabundlepopup .slick-prev:before, .buildabundlepopup .slick-next:before{ font-size: 27px!important; }
  .product-recommendations__inner .price-card .left-product { padding-left: 104px; }
  .left-product img{ width: 92px; height: auto;}
  .buildabundlepopup { padding: 0 10px; }
  .search--less-than-2-results { height:100px; }
  .left-product img.logo_green { max-width: 160px!important; width: 100%!important; }
  .votenow_div .Contactmebtn{ margin:20px 5px 0px 5px; }
  .votenow_div{ margin:0px 0px 20px 0px; }


  

  .banner_top .container > a:last-child {
    display: none;
  }

} 

@media(max-width:400px){
  .contactme_popup ul li .btn, .buildabundle button{ width:auto !important; padding: 13px 18px; }
  .template-collection .shop-collections h2{ font-size:18px; padding-top: 71px; padding-bottom:0px; }
  .left-product img{ width: 100px; height: auto; }
  .price-card .left-product{ padding-left: 120px; }
  .free-cart-wrapper h3{ padding: 0 10px; }
  li.product_item button{ font-size:16px; }
  .header_cart_item .checkOut_btn{ margin-left:0px !important;  }
  .checkOut_btn.add_to_cart_bottom.btn { margin-left:5px !important;  }
  p.free-delivery_text, .price__regular .price-item.price-item--regular{ font-size:13px !important; }
  .search--less-than-2-results { height:auto; }
  .left-product img.logo_green{ max-width: 144px !important; }
}
@media(max-width:360px){
   .header_cart_item .checkOut_btn, .template-collection .bg-red a.checkOut_btn , .header_cart_item .checkOut_btn, .bg-red a.checkOut_btn{font-size: 13px !important; height:auto; width: 117px;  padding: 9px 6px !important;  border-radius: 7px; 
  margin: 0px 0px 0px 5px; line-height: normal; }
  .sticky-content h5{ font-size:19px; }
  .header_cart_item .site-header__cart img{ width:25px; } 
  .template-collection #backtotop, .template-page #backtotop, .template-product #backtotop{ bottom:100px; }
  .buildabundle button{ bottom:100px; }
}

/********************************************** End changes 17-Jan ***************************************************************************/

/*----------25-01-2023-------*/
@media(max-width:768px){
.pdp_info_left .pdp_first_image {
    width: 225px;
    height: auto;
    left: 0;
}
  .pdp_info_left img.pdp_second_image {
    top: 35%;
    left: 0;
    width: 135px;
}
  .pdp_info_left img.pdp_third_image {
    top: 30%;
    width: 200px;
    right: 15px;
}
  .pdp_info_left .pdp_fourth_image {
    top: 60%;
    width: 230px;
    left: 30px;
}
  .buildabundlepopup .popup__content .slick-dots {
    bottom: 10px;
  }
}

  @media(max-width:576px){
.product-card {
    padding-bottom: 12px;
}
    .free-cart-wrapper h3 {
    width: 100%;
    border-radius: 0;
}

    img.pdp_first_image_mobile {
    max-width: 270px;
    top: -30px!important;
    height: 202px!important;
}
    img.gift-first-show-mobile {
    max-width: 150px;
    top: -30px!important;
    height: 150px!important;
}
    .descrption_mobile_view {
    margin-top: 22px;
}
    .collect_page form#product_form_7094317449400 {
    padding-top: 0;
}
    .collect_page .sec_collection_loction {
    padding: 25px 0 0px;
}
    .collect_page div#shopify-section-product-review section.home_reviews {
    padding-top: 0px!important;
}
    .collect_page div#shopify-section-product-recommendations {
    padding-top: 0px;
}
    .product_buttonss a {
    max-width: 260px!important;
    width: 100% !important;
    padding: 16px 40px;
}
    .any-free-wrapper.text-center strong {
    font-size: 18px;
}
    .template-product .buy_items_area img{
      display:none;
    }
    .buildabundlepopup .price-card button {
      font-size: 16px !important;
}
    .buildabundlepopup .price-card .cart-loading {
      color: #2AA7EF !important;
}
    .buildabundlepopup .product-buttons a {
    display: inline-block;
}
    .secproductimg .product-single__media-wrapper {
    display: none;
}
    .collect_page .sec_collection_loction {
    padding: 15px 0 0 !important;
}
    .buildabundlepopup {
    top: 102px !important;
}
    .header_build{
    background: #D9D9D9;
    padding: 5px 0;
    margin-bottom: 20px;
    display: block !important;
    box-shadow: 0 0 10px #0006;
}
.popup__content {
    transform: translate(-50%,-70%);
}
.review_page #backtotop_1 {
  font-size: 15px !important;
  margin-right: 6px;
  padding: 13px 5px !important;
}

}
.secproductimg .product-single__media-wrapper{
  max-width: 100% !important;
}
.collect_page .sec_collection_loction {
    padding: 50px 0 0px;
}
.template-product .main-model-margin .row {
    margin-top: 10px !important;
}
div#ImageZoom-product-template-collect-27977513205944 {
    padding-top: 122% !important;
}
.sec_collection_loction .cl_title {
    display: none;
}
.sec_collection_loction .cl_title img {
    display: none;
}
.buildabundlepopup {
    top: 80px;
}
/**20/02/2023**/

.header_build{
    display:none;
}
.my_story_page .form-message.form-message--success {
    position: absolute;
    float: left;
    width: 90%;
    font-size: 13px;
    bottom: -27px;
    left: 5%;
    border-radius: 35px;
    padding: 3px;
    background: transparent!important;
    border: 0!important;
    font-weight: 600;
}
.template-collection .build {
    display: block !important;
    padding: 0;
}
.template-collection .build .buildabundle_btn{padding: 16px 18px;}
.template-collection .buildabundle.showbtn {display: none!important;}
.my_story_page .contactme {display: none !important;}
/*----------end-------*/

/*21-02-23*/
.buildabundle.collection_img_mb{ display:none !important;  position:relative; z-index:1; }
.buildabundle.collection_img_dk{ display:block !important; padding:0px !important; position:relative; z-index:1; }
.buildabundle.collection_img_dk .buildabundle_btn{ width:100% !important; padding:0px !important; background:transparent !important; }
.template-product .thumbnails-wrapper.slider-active{ display:none !important;  }

.visible-title{ display:none;}
.free-cart-wrapper.freefixed_title{ display:none; }
.header_bottom_checkout.fixed-header .visible-title{ display:block; text-align:center; height:auto; padding:10px 0px; margin:10px 0px 0px 0px !important; width:100% !important; border-radius:0px !important; }
.header_bottom_checkout.fixed-header .freefixed_title h3{ width:100%; }
.header_bottom_checkout.fixed-header, body.template-product .header_bottom_checkout.fixed-header{ padding-bottom:0px !important; }
.free-cart-wrapper.freefixed_title{ display:none; margin:0px !important; } 
.free-cart-wrapper.freefixed_title.fixed-free-cart{ display:block; } 
 header.site-header .list--inline li:nth-child(1) a { border-radius:10px !important; }
.buildabundlepopup .header_build{ box-shadow:none !important; }
.buildabundlepopup { padding-top:100px !important; }
.review_page .header_bottom_checkout.fixed-header{ display:block !important; }
.review_page .header_bottom_checkout.fixed-header .sticky-content{ display:block !important; }
.template-page.review_page.mysteryguides-gdpr{ padding-top:0px !important; }
.contact_page .form-message.form-message--success {position: absolute; float: left; width: 90%; font-size: 13px; bottom: -18px;
    left: 5%; border-radius: 35px; padding: 3px; background: transparent!important;  border: 0!important; font-weight: 600; }
.header_bottom_checkout{ padding-top:15px; }
.review_page .header_bottom_checkout.fixed-header .sticky-content{ display:none !important; }
.contact_page .contactme{ display:none !important; }


.template-index .free-cart-wrapper.headerbar .visible-title,
.template-page .free-cart-wrapper.headerbar .visible-title,
.template-policy  .free-cart-wrapper.headerbar .visible-title,
.collect_page .free-cart-wrapper.headerbar .visible-title{ margin:0px !important; width:100% !important; border-radius:0px !important;  }
.template-index .header.site-header,
.template-page .header.site-header,
.template-policy .header.site-header,
.collect_page .header.site-header{ padding-bottom:0px !important; }
.template-index .site-header__mobile-nav,
.template-page .site-header__mobile-nav,
.template-policy .site-header__mobile-nav,
.collect_page .site-header__mobile-nav{ margin-bottom:5px; }
.template-page header.site-header,
.template-policy header.site-header,
.collect_page .site-header__mobile-nav{ padding-bottom:0px !important; }
.header_bottom_checkout .row{ margin-bottom:10px; }
header.site-header{ padding-bottom:0px !important;  }
.template-policy .main_fixed-header .free-cart-wrapper h3{ width:100% !important; border-radius:0px !important; margin-bottom:0px !important; margin-top:10px !important; }
.template-policy .main-content{ padding-top:55px; }

@media(max-width:1199px){
.fixed-header .sticky-content.sticky-content.d-block.d-md-none  { display:none !important; }
  
}
@media(max-width:600px){
.buildabundle.collection_img_dk{ display:none !important; }

.buildabundle.collection_img_mb .buildabundle_btn{ width:100% !important; padding:0px !important; bottom:0px !important; background:transparent !important; }
.free-cart-wrapper { margin-top: 10px; } 
  /* h3.header_heading_mobile a{ background: #2AA7EF!important; padding: 6px 15px; border-radius: 7px; font-weight: 500; margin-left: 10px; font-size:14px; } */
  p.free-delivery_text{ margin-bottom:5px !important;}
  .buildabundlepopup{ padding-top:160px !important; }
}
@media(max-width:575px){
/*   .free-cart-wrapper.fixed-free-cart{ position: fixed !important; top: 108px !important; width: 100% !important; z-index: 999; } */
  .review_page .header_bottom_checkout.fixed-header{display:block !important; }
  .review_page .header_cart_item.add-to-basket{ display:none !important; }
  .review_page .main_fixed-header{ display:none !important; }
  .template-product .top-product-bar{ padding-top:35px;}
 .template-collection .build .buildabundle_btn{font-size: 15px;}
  .template-collection .build {padding-right: 10px;}
}
/*23-feb*/
body.template-page.review_page .site-header.border-bottom.logo--left.main_fixed-header .free-cart-wrapper.headerbar{ display:none !important; }
body.template-page.review_page .header_bottom_checkout.fixed-header .free-cart-wrapper.freefixed_title{ display:block !important; } 
body.template-page.review_page .header_bottom_checkout.fixed-header .free-cart-wrapper.freefixed_title h3{ margin-bottom:0px !important; border-radius:0px !important; }
.header_cart_item {     vertical-align: middle;
    -webkit-transform: translateZ(0);
    /* transform: translateZ(0); */
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;}
.header_cart_item.wobblecart_icon {     -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; margin-right:5px !important; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.buildabundlepopup .header_build{ display:none !important; }
div#modal { top:0% !important; z-index:999999999 !important; }
div#modal .slick-slider{ margin-bottom:100px;  }
.modal-bg{ z-index:2; }

.template-product .free-cart-wrapper.freefixed_title{ display:block !important;}
.search-bar__interior{ background:#FFF; }
.template-product .free-cart-wrapper h3{ margin:0px; border-radius:0px; }
.site-header__logo img{ margin-bottom:5px; }
.buildabundlepopup{ top:0px !important; z-index:9; }
header.site-header{ z-index:9; margin-top:0px !important; }

body.prevent-scrolling{ top:0px !important; }
.site-header.border-bottom.logo--left.main_fixed-header{ padding:0px !important; }
.buildabundlepopup .popup__content{ top:12%; transform: translate(-50%, 0%); }
.price-card{ position:relative; }
.b-flying-img { position: absolute !important; width:100px !important; height: 120px !important; z-index: 99999999999 !important;
               top: 0; left: 0;  animation: fly 0.8s 1 !important;
	 -webkit-animation: fly 0.8s 1 !important;
	 -webkit-backface-visibility: hidden !important;}
@keyframes fly {
	 0% {
		 -moz-transform: rotate(0deg);
		 -ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -moz-transform: rotate(360deg);
		 -ms-transform: rotate(360deg);
		 -o-transform: rotate(360deg);
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes fly {
	 0% {
		 -webkit-transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
	}
}
 
/*25-feb*/
.site-header.border-bottom.logo--left.headerhide{ display:none !important;}
.header_bottom_checkout.header_bottom_checkout_show{ display: block !important; z-index: 9999999999;  position: fixed;  width: 100%; top: 0; }
.product-buttons{ position:relative;}
.header_bottom_checkout .sticky-content.sticky-content.d-block.d-md-none{ display:none !important; }
.popup-flex .search-submit{ z-index:1; }
.contactme #ContactForm-email-error { position:relative !important; background:transparent; height:auto !important; width:auto !important; margin:0 !important; }
.template-collection .form-message.form-message--success{ outline:none !important;  }
#modal .any-free-wrapper.text-center strong{ margin:0px;}
.site-header__logo img{ margin-top:5px; }
.template-product header, body.template-product .header_bottom_checkout.fixed-header{ z-index:1 !important; }

@media(max-width:1199px){
  .product_buttonss a{ padding: 16px 8px 16px 8px; }
}
@media(max-width:991px){
  .icons_left .box-text-inner { padding-left: 15px; }
  .icons_left .box-text h4{ font-size: 15px; margin:0px; line-height: normal;}
  .icons_left .box-text p{ font-size: 13px; margin:0px; }
  #modal .modal_body .col-sm-5, #modal .modal_body .col-sm-7{ max-width: 100%; flex: 100%;  }
  div#modal{ top:15% !important; }
}
@media(max-width:600px){
.modal-wrapper.modal-transition.modal-wrapper-fixed{ height:auto !important; }
.modal.modal-fixed.is-visible{ height:auto !important;  }
.topbar{ z-index: 999999999; }  
.template-collection .build .buildabundle_btn{ bottom:0px !important; position:relative; }
#modal .any-free-wrapper.text-center strong { margin: 17px 0px 0px 0px  !important; }
.home_reviews a.review_btn { margin-bottom: 25px  !important; }
  .added_items_col{ padding:15px; }
  .free-cart-wrapper span {
    font-size: 18px !important;
}
  .buildabundlepopup .red {
    font-size: 19px !important;
}
  .buildabundlepopup .build_bundle {
    font-size: 24px !important;
}
  .buildabundlepopup .get_3 {
    font-size: 18px !important;
}
  .product-single__description {
    margin-bottom: 0;
}
  .icons_left .box-text h4 {
    font-size: 14px;
  }
  .get_images {
    margin-top: 10px !important;
}
  .get_images .logo_trag_1 {
    width: 40px !important;
}
  body .get_images .logo_trag {
    width: 44% !important;
}
  body .buildabundlepopup .popup__content {
   height: auto !important;
}
}
@media(max-width:360px){ 
  .votenow_div{ font-size:13px; }
  .template-collection .header_bottom_checkout .build .buildabundle_btn{ font-size:13px !important; padding:11.5px 10px !important; border-radius:7px !important; }
  .review_page #backtotop_1 {
    padding: 9px 2px !important;
}
}

/*28/02/2023*/
.review_page #backtotop_1{
  color: #000;
    display: inline-block;
    background-color: #2AA7EF;
    width: auto;
    text-align: center;
    padding: 11px 20px;
    border-radius: 7px;
    box-shadow: 1px 1px 16px rgb(255 255 255 / 60%);
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
}
.review_page #backtotop_1:hover {
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    transition: .5s ease-out;
}
.review_page #backtotop{display:none !important;}
#backtotop_1 {
    display: none !important;
}
.review_page #backtotop_1{
  display:block !important;
}
.review_page .header_cart_item.add-to-basket {
    display: none!important;
}
@media(max-width:375px){
.review_page #backtotop_1 {
    font-size: 14px !important;
}
}
.review_page .header_bottom_checkout.fixed-header {
    display: none !important;
}
.review_page .main_fixed-header {
    display: block !important;
}
body.template-page.review_page .site-header.border-bottom.logo--left.main_fixed-header .free-cart-wrapper.headerbar {
    display: block !important;
}
.free-cart-wrapper span {
    color: #c94e36;
    font-size: 30px;
}
#modal .any-free-wrapper span {
    color: #c94e36;
}
.modal-wrapper .modal-heading span {
    color: #c94e36;
}
.buildabundlepopup .red {
    font-size: 30px;
}
#modal .any-free-wrapper span {
    font-size: 26px;
}
.modal-wrapper .modal-heading span {
    font-size: 26px;
}
.buildabundlepopup .get_3{
  font-size:26px;
  text-align:center;
}
.buildabundlepopup .build_bundle {
    font-size: 28px;
}

.free-cart-wrapper{
  display:none;
}

.free-cart-wrapper.freefixed_title {
    display: block;
}
.free-cart-wrapper h3 {
    margin-bottom: 0;
    padding: 10px 20px;
    height: auto;
    width:100%;
}
.header_bottom_checkout {
    padding-bottom: unset;
}
.header_bottom_checkout.fixed-header .visible-title {
    display: inline-flex;
    margin: unset !important;
}
.addtocard_row a {
    padding: 16px 18px!important;
    font-size: 18px;
}
.product-form__cart-submit{
    padding: 15px 10px!important;
}
/****24/03/2023****/
.reviewpart {
    padding-top: 85px!important;
}
.reviewpart .recoumanded_review_item ul li img{
  width:34px;
}
.reviewpart .recoumanded_review_item p span:nth-child(2) {
    font-size: 15px;
}
.reviewpart a.review_btn {
    font-size: 26px;
}
.icons_top{
  padding-top: 96px;
}
.get_images{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.get_images .logo_trag{
  margin-top: 0px !important;
  width: 24% !important;
}
.get_images .logo_trag_1{
  width: 64px;
  margin-right: 14px;
}
.get_images a{
  z-index:999;
}

@media(max-width:575px){
div#shopify-section-16641892963f9c77a1 section.icons_left {
    padding-bottom: 0px;
}
  .mean_text h2{
    font-size: 13px !important;
  }
  .mean_text span{
    font-size: 18px !important;
  }
  .giftimg img{
    width:100% !important;
    padding:0px !important;
  }
  .gift_text h1{
    font-size: 23px;
  }
  .gift_text_1 h1{
    font-size: 22px !important;
  }
  .recoumanded_review_item p span {
    text-align: center;
}
  .reviewpart .recoumanded_review_item p span:nth-child(2) {
    font-size: 14px;
}
  .template-product .top-product-bar {
    padding-bottom: 26px;
}
  .template-product .top-product-bar {
    padding-top: 8px;
}
  .product-form {
    padding-top: 0rem;
}
}
.egift_buy_now {
    padding: 17px 50px !important;
}
.egift_buy_now span {
    font-size: 20px;
}
.build_btn{
  width: 100%;
    padding: 0;
    border: 0;
}
.buildabundlepopup {
    overflow-y: hidden;
}
.buildabundlepopup .popup__content {
    margin: 0px 0px 250px 0px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
   
}
.buildabundlepopup .popup__content::-webkit-scrollbar {
  width: 5px;
}
.buildabundlepopup .popup__content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.buildabundlepopup .popup__content::-webkit-scrollbar-thumb {
  background: #2AA7EF; 
}
.buildabundlepopup .close3 {
    right: 0px;
    top: 0px;
  background: unset;
}
.buildabundlepopup {
    z-index: 99999;
}
.modal-wrapper .modal-heading span {
    font-size: 22px;
}
#modal .any-free-wrapper span {
    font-size: 20px;
}
.left-product h1 {
    min-height: 96px;
}
.free-cart-wrapper span {
    font-size: 28px;
}
.buildabundlepopup .red {
    font-size: 27px;
}
/* changes css 18 April */
.buildabundlepopup::-webkit-scrollbar {
  width: 0px !important; }
.buildabundlepopup::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.buildabundlepopup::-webkit-scrollbar-thumb {
  background: #2AA7EF; 

}
.buildabundlepopup{ overflow-y:scroll !important; }
.find_another_adventure_btn{ z-index:0; }
.maplocation a{ font-size: 20px; font-weight: 600; color: #000; }
.maplocation a i{ color:#ee2f53; }
.review_page #backtotop.showbtn, body .my_story_page #backtotop{ display:block !important; }
@media(max-width:1199px){
  .buildabundlepopup .popup__content{ height:500px !important; }
}
@media(max-width:740px){
  .image_part img{ z-index:0; }
  .content_area_story{ z-index:1; }
}
@media(max-width:600px){
.my_story_page .image_part img{ margin-bottom: 20px !important; } 
.my_story_page section.Story_review .flex_item{ justify-content:center !important; }
}
@media(max-width:575.98px){
.template-index .banner_top h2 { font-size:30px; }
.template-index .banner_top { padding-top:50px !important; }

.template-index .icons_left {  padding-top: 130px !important; }
.template-product.collect_page .top-product-bar{ padding-bottom:25px !important; } 
.template-product .top-product-bar{ padding-bottom:45px !important; } 
.flex-images img.img-flex-left {
    width: 100%;
}
div#shopify-section-16641892963f9c77a1 section.icons_left {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
    padding-left: 11px;
}
}
@media(max-width:389px){

}



/******24/04/2023*******/

.review_sec p {
    max-width: 100%;
    margin-top: 6px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #36e0a3;
    color: #fff !important;
  font-size:34px !important;
  font-weight:700;
  z-index: 1;
    position: relative;
}
.mobil-flex p.free-delivery_text {
     display: block;
}
.product_sec_wraap {
    display: flex;
    margin-bottom: 10px;
}
.product_sec_wraap p{
  border-bottom: unset;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}
.product_sec_wraap .price__regular .price-item.price-item--regular {
    font-size: 26px;
    color: #2aa7ef !important;
}
.product_sec_wraap p.free-delivery_text {
    font-size: 20px;
}
.product_sec_wraap p.free-delivery_text img{
  width: 30px;
    height: 20px;
}
.pdp_city_sec {
    display: flex;
    margin-bottom: 13px;
    margin-top: 12px;
}
.pdp_city_text h2{
  font-size:18px;
  text-transform: capitalize;
  margin-bottom: 0;
    margin-top: 10px;
}
.pdp_city_text h2 span {
    color: #36e0a3;
  font-size: 22px;
}
.pdp_city_text h2 strong {
    color: #000;
}
.pdp_city_text{
  margin-left:30px;
  text-align: center;
}

.addto_card .product-form__cart-submit {
    padding: 5px 10px!important;
}
.addto_card button.btn {
    max-width: 200px !important;
}
.addto_card{
  margin-bottom: 24px;
}
.addto_card .product-form__cart-submit p{
  font-size: 16px;
    color: #000000b5;
}
.addto_card a span{
  font-size: 16px;
    color: #000000b5;
}

div#ProductSection-product-template {
    padding-top: 1px;
}
.addto_card a:hover span {
    color: #fff;
}
.addto_card .product-form__cart-submit:hover p{
    color: #fff;
}
.delivery_text_pdp{
    display:none;
  }
.quatity_mobil{
  display:none;
}
.product-form__cart-submit {
    padding: 15px 10px!important;
}
.des_none{
  display:none;
}
.mobile_row{
  display:none;
}

@media (max-width: 575px){
  .review_items {
    margin-top: 34px !important;
}

  .product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit {
    font-size: 16px;
    width: 48%;
    padding: 5px 0!important;
    margin-bottom: 0 !important;
}
  .delivery_text_pdp{
    display:block !important;
  }
  p.delivery_text_pdp {
    background-color: #fff;
    width: 56%;
    position: absolute;
    padding-left: 10px;
    top: 70px;
    display: none !important;
}
  .mobil-flex .free-delivery_text {
    display: none !important;
}
  .quatity_mobil{
  display:block !important;
    margin-bottom: 10px;
}


  .mobile_sec_quatity input {
    width: 3rem;
}
  .mobile_sec_quatity button {
    width: 30px !important;
    height: 30px !important;
    font-size: 24px !important;
    color: #000 !important;
    line-height: 31px;
    padding: 0;
}
  .product_sec_wraap {
    justify-content: left;
    margin: 0px 0;
    margin-top: 10px;
}
  .quatity_mobil p.qty {
    position: absolute;
    top: -66px;
    left: 159px;
}
  .product_sec_wraap .price__regular .price-item.price-item--regular {
    font-size: 20px !important;
}
  .pdp_city_sec {
    margin-top: 18px;
    margin-bottom:18px;
}
  .pdp_city_text h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 4px;
    width: 100%;
}
  .des_none{
  display:block !important;
}
  .mobile_none{
    display:none;
  }
  .des_row_add{
    display:none;
  }
  .mobile_row{
    display: flex !important;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
}
  .mobile_row span.or {
    display: none;
}
  .product-form__cart-submit {
    padding: 15px 10px!important;
}
  .template-product .top-product-bar {
    padding-bottom: 8px !important;
}
  .review_sec p {
    font-size: 24px !important;
}
  .single_product-title {
    border-bottom: unset;
}
  .descrption_mobile_view {
    margin-top: 0px;
}
  .top-product-bar h2 {
    font-size: 16px;
    line-height: 22px;
}
  .quatity_form input {
    font-size: 22px !important;
}
  .feature-row__image {
    width: 66% !important;
    height: 340px;
    left: 60px !important;
}
  .product-single__media {
    padding-top: 100.833194% !important;
}
  img.pdp_first_image_mobile {
    max-width: 310px;
    top: -92px!important;
    height: 265px!important;
}
  section.home_reviews {
    padding-bottom: 20px !important;
}
  .home_reviews a.review_btn {
      margin-top: 16px;
  }
  .mobile_row a {
    font-size: 16px;
    width: 160px;
    padding: 4px 0!important;
}
  
  .product-single__description ul {
    margin-bottom: 0px;
}
  .pdp_information_bg_gray {
    margin-top: 110px;
}
  .template-collection .shop-collections h2 {
    padding-top: 6px;
}
  .template-index .icons_left {
    padding-top: 90px !important;
}
  .bg-red{padding-left: 8px !important;}
  .template-index section.home_reviews {
    padding-top: 50px !important;
}
  .price-card p {
    display: block;
    margin-top: 8px;
    border-top: unset;
    padding-top: 16px;
}
  .left-product img.logo_green {
    bottom: -10px !important;
    left: 212px;
    max-width: 88px !important;
}
  .price-card p:nth-child(3) {
    display: none;
}
  .buildabundlepopup .price-card p {
    margin-top: 30px !important;
}
  .price-card p.features {
    display: none;
}
  /***/
  .product-buttons {display: flex;}
  .product-buttons a {background: #2aa7efad;border: 0px;display: flex !important;justify-content: center;align-items: center;text-decoration: none !important;
    margin: 10px auto 0 !important;height: 50px;width: 150px;font-size: 15px !important;font-weight: 600 !important;
    border-radius: 10px;text-transform: initial !important;color: #000 !important;}
  .addtocartlist.add_to_cart_ajax_cust_info {max-width: 150px;font-size: 15px;margin-top: 10px;}
  .product-recommendations__inner .product-buttons a{margin-top: 21px !important;}

  li.product_item button {width: 150px;font-size: 15px;}
  .buildabundlepopup .product-buttons a {width: 110px;margin: 20px auto 0 !important;font-size: 12px !important;}
  .buildabundlepopup .price-card button {font-size: 12px !important; width: 110px;}
  body .recoumanded_slider img.logo_green { bottom: 5px !important;left: 210px;}
  body .recoumanded_slider img.logo_green {bottom: -2px !important;}
  body .recoumanded_slider .price-card p{margin-top:10px;}
  .price__badges--listing { margin-top: -4.5rem;}
  img.advitor_logo {padding-top: 37px;}
  /* .prd-ribon {top: -48px !important;right: -36px !important;} */
  .left-product img {width: 110px;}
  .tripadivsor-nan {padding-top: 31px;}
  .product-recommendations__inner .left-product img {width: 100px;}
 
  .product-recommendations__inner .product-buttons a{width:140px}
  /*.pdp_city_img img {width: 70px;}*/
  /*.pdp_city_text h2 {width: 244px !important;}*/
  .pdp_city_text h2 strong {font-size: 20px;}
  .pdp_city_text {display: block;margin: 0 auto;}
  body.template-product .header_bottom_checkout.fixed-header {z-index: 2 !important;}
  .votenow_div { margin: 0px 0px 0px 0px;}
  ul.tag-filters {top: 114px !important;right: 12px !important;
                 display: grid !important;
    grid-template-columns: auto auto auto;
                  display:none !important;
                 }
  ul.tag-filters li {
    margin-bottom: 10px;
}
  .tag-filters p {
    justify-content: end;
    padding-right: 26px !important;
    align-items: unset !important;
}
  div#modal {top: 0% !important;}
  #modal .modal_header .header-flex {
    display: none;
}
  #modal .product-recommendations__inner a.btn.btn-primary {
    display: none;
}
  #modal .any-free-wrapper.text-center strong {
    margin: 0px 0px 0px 0px !important;
}
  .modal_header {
    margin-top: -16px;
}
  a.view_product {
    margin-top: 12px;
    margin-bottom: 10px;
}
  .sing_flex {
    display: block !important;
}
  span#ContactFooter-email-error {
    padding-top: 15px;
}
}

div#modal {top: 0% !important;}
  #modal .modal_header .header-flex {
    display: none;
}
  #modal .product-recommendations__inner a.btn.btn-primary {
    display: none;
}
  #modal .any-free-wrapper.text-center strong {
    margin: 0px 0px 0px 0px !important;
}
  #modal .modal_header {
    margin-top: -16px;
}
  #modal a.view_product {
    margin-top: 12px;
    margin-bottom: 10px;
}
#modal .product-recommendations__inner {
    padding-top: 0;
}
#modal .product-recommendations__inner {
    padding: 15px 0;
}
@media (max-width: 360px){
body ul.tag-filters {right: 9px !important;}
  li.tag-filters__item a {
    width: 110px !important;
}
  .product-single__media {
    padding-top: 100.833194% !important;
}
  .mobile_sec_quatity button {
    padding: unset !important;
}

  .product_sec_wraap {
    margin-left: -18px;
}
  .feature-row__image {
    width: 68% !important;
    height: 310px;
    left: 55px !important;
}
  .mobile_sec_quatity p.qty {
    padding-left: 0px;
}
  .product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit {
    font-size: 15px;
  }
  .mobile_row a {
    font-size: 16px;
    width: 146px;
    padding: 4px 0!important;
}
  .mobile_sec_quatity .recommed {
    font-size: 18px;
  }
  .addtocartlist.add_to_cart_ajax_cust_info {max-width: 130px;}
  .product-buttons a {width: 130px;align-items: center;}
  .buildabundlepopup .product-buttons a {width: 96px;margin: 20px auto 0 !important;font-size: 10px !important;height: 38px;}
  .buildabundlepopup .price-card button {font-size: 10px !important; width: 96px;height: 38px;}
  li.product_item button {width: 130px;}
  .left-product img.logo_green {left: 196px;}
  body .recoumanded_slider img.logo_green {bottom: 5px !important;left: 184px !important;}
  h2.modal-heading {font-size: 18px;}
  .modal-wrapper .modal-heading span {font-size: 20px;}

}
@media only screen and (max-width: 600px){
  .mobile_sec_quatity p.qty {
    padding-left: 14px;
}
  body .recoumanded_slider img.logo_green {
    bottom: 0px !important;
}
}
@media screen and (max-width: 430px) and (min-width: 414px) {
.product-single__media {
    padding-top: 90.833194% !important;
}
  .left-product img.logo_green {
    left: 243px;
}
}
.product__policies.rte {display: none;}
a.btn.collect_on_day br {display: none;}
.contactme_popup { display: none;}
li.product_item span.price-item.price-item--regular {color: #2AA7EF !important;}
img.logo_green {width: 30%;bottom: -62px;}
/******/
.prd-ribon {background-color: #c94e36;color: #fff;font-size: 13px;width: 58px;height: 58px;border-radius: 50%;padding: 11px;
    margin-top: -2px;display: flex;align-items: center;justify-content: center;position: absolute;top: -75px;right: -34px;
           text-align: center;font-weight: 700;}
/***********/
.product-single__meta button.btn.product-form__cart-submit, .product-single__meta a.btn.product-form__cart-submit {
    background: #FFD814!important;
}
.addtocard_row a {
    background: #f5d281 !important;
}
/*.pdp_city_img img {width: 65px;}*/

/****filter****/
ul.tag-filters li{
    margin-left: 6px;
}
li.tag-filters__item.active {
    background: #f7c81d;
    border-radius: 13px;
}
li.tag-filters__item.active a{
  border: 1px solid #fff;
}
ul.tag-filters {
    display: flex;
    position: absolute;
    top: 130px;
    right: 15px;
}
.template-collection .shop-collections {
    position: relative;
}
/*ul.tag-filters .tag-filters__item a {
    padding-left: 10px;
}*/
/*li.tag-filters__item a {
    display: flex;
    border: 1px solid #2aa7ef;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    width: 142px;
    justify-content: center;
}*/
li.tag-filters__item a {
    display: flex;
    border: 1px solid #2aa7ef;
    padding: 4px;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    width: 117px;
    justify-content: center;
}
.tag-filters p {
    margin: 0;
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    padding-right: 8px;
}
/*ul.tag-filters .tag-filters__item a::before {
    content: "\f00c";
    font-family: FontAwesome;
    color:#000;
    position: absolute;
    left: 11px;
}*/
li.tag-filters__item.active a::before {
    display: none;
    position: absolute;
    left: 11px;
}
ul.tag-filters .tag-filters__item.active a::after {
  display:inline-block;
}
/*ul.tag-filters .tag-filters__item a::after {
    content: "\f00d";
    font-family: FontAwesome;
    color:#fff;
    position: absolute;
    left: 11px;
    display:none;
}*/
li.tag-filters__item{
  position:relative;
}
.filter_mobile{
  display:none;
}
/***end***/

/******/
#shopify-section-cart-template .cart-header__title {
    text-align: center;
}
#shopify-section-cart-template .cart-header a {
    text-align: center;
    margin: 0 auto;
  color: #000;
}
ul.tag-filters {
    display: none;
}
#signup_section input.input--error{
    color: inherit;
}
#signup_section input.input--error:placeholder{
    color: inherit;
}
form.sinup_form {
    display: unset;
}
.sing_flex {
    display: flex;
}
span.site-footer__newsletter-error {
    color: #c94e36;
}
.contact_page .form-message.form-message--success {
    top: 8px;
}

.lazyload,.lazyloading{opacity:0}
.lazyloaded{opacity:1;transition:opacity.3s}


/* //////////////////////// */

@media only screen and (max-width: 480px){

.logo-align--left {
    width: 70px!important;
}
.icons_lefts_haeder {
    width: 40px;
}
.site-header__icons-wrapper {
    justify-content: flex-start;
    padding-left: 0;
}
a.mobile-header-btn {
    font-size: 14px;
    padding: 10px 10px;
    letter-spacing: -0.3px;
}
h3.header_heading_mobile {
    width: calc(100% - 100px);
}
    .site-header__cart img {
        width: 34px;
        margin-top: -10px;
        height: 34px;
    }
    .site-header .site-header__cart-count {
        top: -6px !important;
    }
}

