/*============================================================================
    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 ================*/
/*============================================================================
    Convert pixels to ems
    eg. for a relational value of 12px write em(12) when the parent is 16px
    if the parent is another value say 24px write em(12, 24)
    Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
    Strips the unit from a number.
    @param {Number (With Unit)} $value
    @example scss - Usage
        $dimension: strip-units(10em);
    @example css - CSS Output
        $dimension: 10;
    @return {Number (Unitless)}
    based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*============================================================================
    Return a color based on the brightness of an existing color.
    Need to pass in brightness because it is calculated with Liquid.
    @param {Number} $brightness
    @param {String} $color
    @example scss - Usage
        $focusColor: adaptiveColor(#000, 0);
    @example css - CSS Output
        $focusColor: #404040;
    @return {String}
==============================================================================*/
/*================ #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 ================*/
/*============================================================================
    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
        - $grid-narrowscreen is based on a Shopify breakpoint for checkout buttons
==============================================================================*/
/*============================================================================
    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 ================*/
@font-face {
  font-family: Rajdhani;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n4.34575ccbcb52f35923f4e4bfad59de9af781b58a.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=f13ebf0088a6a46b55a0a3c318318d10bccf743ec7d81f40dbc0e89760af1fe9") format("woff2"), url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n4.5ab547d29d0f1ab30fb3b6602c2fdd262886c842.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=4917f7662ade82d0ed5b026193aa31ef2601f0431043d0a57ec73f73b75ef199") format("woff"); }

@font-face {
  font-family: Arimo;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/arimo/arimo_n4.37b74ffdd8f32b386933afc2f690ab2b837c67d4.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=175417472ff48d670225c50f20a0ed0fd16fa5afa96be7de3c225ed0cbd95780") format("woff2"), url("https://fonts.shopifycdn.com/arimo/arimo_n4.3b91be2b1578df1fd5917078b7d92a21cb34d88e.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=8c7018ca8e37723cd75e9e003a14ec19825459094559b879386a8a2014785c10") format("woff"); }

@font-face {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n7.f6e03eacadd4bbe38110a25ef05200437ee83087.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=16fa3f3a73f7a2d8151e850535bcb006426cde96c8cda5eb434cc608567db097") format("woff2"), url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n7.a054bdc0b1ce90a35d9ddd33a5641d9669d16d89.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=b2dab3dd9e3a6e4d2ebbc5b51837f8726746bf314ca55995919887843ed34109") format("woff"); }

@font-face {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n7.f6e03eacadd4bbe38110a25ef05200437ee83087.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=16fa3f3a73f7a2d8151e850535bcb006426cde96c8cda5eb434cc608567db097") format("woff2"), url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n7.a054bdc0b1ce90a35d9ddd33a5641d9669d16d89.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=b2dab3dd9e3a6e4d2ebbc5b51837f8726746bf314ca55995919887843ed34109") format("woff"); }

@font-face {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n7.f6e03eacadd4bbe38110a25ef05200437ee83087.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=16fa3f3a73f7a2d8151e850535bcb006426cde96c8cda5eb434cc608567db097") format("woff2"), url("https://fonts.shopifycdn.com/rajdhani/rajdhani_n7.a054bdc0b1ce90a35d9ddd33a5641d9669d16d89.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=b2dab3dd9e3a6e4d2ebbc5b51837f8726746bf314ca55995919887843ed34109") format("woff"); }

@font-face {
  font-family: Arimo;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/arimo/arimo_n7.bf3fa65912c7598edac87f3464dc56cced61307e.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=40ed85ee4447af22db8384145c0b0bf6f04244b6126fad0754dad3cff91179a8") format("woff2"), url("https://fonts.shopifycdn.com/arimo/arimo_n7.1de27ffea9bb2528cf1df7ad7c3c04a2b278cd8d.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=dc094ac28c3570229a9e08f0f935719d1f2abac52790f6eef16a55262b2c24e3") format("woff"); }

@font-face {
  font-family: Arimo;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/arimo/arimo_n7.bf3fa65912c7598edac87f3464dc56cced61307e.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=40ed85ee4447af22db8384145c0b0bf6f04244b6126fad0754dad3cff91179a8") format("woff2"), url("https://fonts.shopifycdn.com/arimo/arimo_n7.1de27ffea9bb2528cf1df7ad7c3c04a2b278cd8d.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=dc094ac28c3570229a9e08f0f935719d1f2abac52790f6eef16a55262b2c24e3") format("woff"); }

@font-face {
  font-family: Arimo;
  font-weight: 400;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/arimo/arimo_i4.9739ae4f9473f2a63d3554a38a434d5ce842d444.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=dfe240a10c7b169d6371e439d84cb14d182ad44a2e1f4ba72c36175e0542c253") format("woff2"), url("https://fonts.shopifycdn.com/arimo/arimo_i4.d350b23df4855a383320ead1b9422fa48bb3a6b9.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=ed3f969e9a1676cda0fb4126ae03ef2838dbefe9cdb2c9efe15560034d09c294") format("woff"); }

@font-face {
  font-family: Arimo;
  font-weight: 700;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/arimo/arimo_i7.f62cd88331ad0c31a41f31618f8ff95cca052800.woff2?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=e4ce75e28f710c52c28f1a6214f7d950210a5a930d0a2b50bb06f6b41967adcf") format("woff2"), url("https://fonts.shopifycdn.com/arimo/arimo_i7.6ead2569d278254c7a14fcf41f3024dc621fc58a.woff?h1=cnVnZ2VkcmFjZXJhZGlvcy5jb20&h2=cnVnZ2VkYWlyaGVhZHNldHMuY29t&h3=cnVnZ2VkcmFkaW9zLmNvbQ&hmac=d505277c9aad30947bd279264a9fc5d0112838d19cf9b5f154aa5251340d2a2c") format("woff"); }

/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ 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 ================*/
.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: white url(//cdn.shopify.com/s/files/1/0240/3280/4960/t/35/assets/ajax-loader.gif?v=121607938661616676071636654767) center center no-repeat; }

/* 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 svg,
  .slick-next svg {
    fill: #383e47;
    stroke: #383e47; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }

.slick-prev {
  left: -15px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -15px; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

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

.slick-dots {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  display: block;
  list-style: none;
  text-align: center;
  position: absolute; }
  .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      opacity: 1;
      font-size: 0;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #bdbdbd;
      background-color: #bdbdbd;
      transition: all 0.3s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1;
        border-color: #8f8f8f;
        background-color: transparent; }
    .slick-dots li.slick-active button {
      border-color: #8f8f8f;
      background-color: transparent; }
  @media (min-width: 551px) {
    .slick-dots li {
      margin: 0 6px; }
      .slick-dots li button {
        width: 10px;
        height: 10px; } }

/*================ GLOBAL ================*/
/*============================================================================
    #Normalize
    Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html * {
  outline: none !important; }

body {
  /* margin: 0; */
  padding: 0;
  max-width: 1680px;
  margin: auto;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  overflow-x: hidden;
  color: #383e47;
  font-size: 14px;
  font-family: Arimo, sans-serif;
  font-style: normal;
  font-weight: 400;
  -wenkit-font-smoothing: subpixel-antialiased; }
  body.open_menu {
    overflow: hidden; }
  body .lang2 {
    display: none; }
  body .lang1 {
    display: inline-block; }
  body.lang1 *[data-translate] {
    visibility: visible; }
  body.lang1 .lang2 {
    display: none; }
  body.lang2 *[data-translate] {
    visibility: hidden; }
  body.lang2 .lang1 {
    display: none; }
  body.lang2 .lang2 {
    display: inline-block; }
  body.password-overlay:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 1;
    visibility: visible; }

@media only screen and (max-width: 450px) {
  body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin: none; } }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

a {
  position: relative;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #383e47; }
  a.classic-link {
    text-decoration: underline; }
  a:hover {
    color: #383e47;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  @media (min-width: 1025px) {
    a:hover {
      color: #005599; } }

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

p {
  margin: 0 0 19.44444px; }
  p:last-child {
    margin-bottom: 0; }

b,
strong {
  font-weight: 700; }

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,
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; }

.recommended_size {
  top: 5px;
  left: 50%;
  z-index: 1;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-family: Arimo, sans-serif;
  transform: translateX(-50%);
  position: absolute; }

/*============================================================================
    Fast Tap
    enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
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.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 749px) {
    .grid {
      margin-left: -22px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .grid__item {
      padding-left: 22px; } }
  .grid__item[class*="--push"] {
    position: relative; }

/*============================================================================
    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; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* 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: 25%; }

  .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, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visibility-hidden {
  visibility: hidden; }

.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: #383e47;
  background-color: white;
  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%; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.main-content {
  display: block; }

/*================ Typography ================*/
blockquote {
  font-size: 1.28571em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: #e8e9eb;
    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: 400; }
    blockquote cite::before {
      content: '\2014 \0020'; }

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

pre {
  overflow: auto; }

body,
input,
textarea,
button,
select {
  font-size: 14px;
  font-family: Arimo, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #383e47; }

/*@include media-query($medium-down) {
    input,
    textarea,
    select,
    button {
        font-size: $font-size-mobile-input;
    }
}*/
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: Rajdhani, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #383e47; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h5, .h5 {
  font-size: 0.92857em; }
  @media only screen and (max-width: 749px) {
    h5, .h5 {
      font-size: 0.85714em; } }

h6, .h6 {
  font-size: 0.85714em; }
  @media only screen and (max-width: 749px) {
    h6, .h6 {
      font-size: 0.78571em; } }

/*================ RTE headings ================*/
.rte {
  color: #383e47;
  margin-bottom: 35px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .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 .h1:first-child,
    .rte h2: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; }

/*================ Lists ================*/
li {
  list-style: none; }

/*================ Misc styles ================*/
.fine-print {
  font-size: 1em;
  font-style: italic; }

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

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

.address {
  margin-bottom: 55px; }

/*================ Hero and slideshow headers ================*/
.mega-title {
  font-weight: 700;
  margin-bottom: 8px; }

.mega-title--large {
  font-size: 2.28571em; }
  @media only screen and (min-width: 768px) {
    .mega-title--large {
      font-size: 32px; } }
  @media only screen and (min-width: 993px) {
    .mega-title--large {
      font-size: 50px; } }

@media only screen and (min-width: 993px) {
  .mega-subtitle {
    font-size: 1.28571em;
    margin: 0 auto; }
    .text-center .mega-subtitle {
      max-width: 75%; } }
.mega-subtitle p {
  color: white; }
.mega-subtitle a {
  color: white;
  border-bottom: 1px solid currentColor; }
  .mega-subtitle a:hover, .mega-subtitle a:focus {
    color: white; }

.mega-subtitle--large {
  font-size: 14px; }

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

/*================ #Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #ffffff; }

/*============================================================================
    A generic way to visually hide content while
    remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

/*================ 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; }

/*================ Loading Icons ================*/
.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; }

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

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline > li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

/*================ #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; }

/*================ 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: #383e47;
  text-align: left; }
  .btn--link:not([disabled]):hover, .btn--link:focus {
    color: #5a6372;
    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: #b20000;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }
  .text-link--accent:not([disabled]):hover, .text-link--accent:focus {
    color: #9a0000; }

/*================ 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: Rajdhani, sans-serif;
  font-style: normal;
  font-weight: 700; }

th,
td {
  text-align: left;
  border: 1px solid #e8e9eb;
  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 #e8e9eb; } }
/*================ #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%; }

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

fieldset {
  border: 1px solid #cccfd6;
  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;
  /*@include media-query($small) {
      font-size: em($font-size-base - 2px);
  }*/ }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select,
input.form-control,
textarea.form-control,
select.form-control,
.form-select.form-control {
  font-size: 12px;
  border: 1px solid #cccfd6;
  background-color: white;
  color: black;
  border-radius: 3px;
  height: auto;
  max-width: 100%;
  line-height: 40px;
  padding: 0px 15px;
  min-height: 40px;
  background-clip: unset;
  /*.product-form & {
      min-height: 44px;
  }*/ }
  input:focus,
  textarea:focus,
  select:focus,
  input.form-control:focus,
  textarea.form-control:focus,
  select.form-control:focus,
  .form-select.form-control:focus {
    box-shadow: none;
    border-color: #b0b4bf; }
  input[disabled],
  textarea[disabled],
  select[disabled],
  input.form-control[disabled],
  textarea.form-control[disabled],
  select.form-control[disabled],
  .form-select.form-control[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.form-control.input--error::-webkit-input-placeholder,
  textarea.form-control.input--error::-webkit-input-placeholder,
  select.form-control.input--error::-webkit-input-placeholder,
  .form-select.form-control.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder,
  input.form-control.input--error::-moz-placeholder,
  textarea.form-control.input--error::-moz-placeholder,
  select.form-control.input--error::-moz-placeholder,
  .form-select.form-control.input--error::-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.form-control.input--error:-ms-input-placeholder,
  textarea.form-control.input--error:-ms-input-placeholder,
  select.form-control.input--error:-ms-input-placeholder,
  .form-select.form-control.input--error:-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.form-control.input--error::-ms-input-placeholder,
  textarea.form-control.input--error::-ms-input-placeholder,
  select.form-control.input--error::-ms-input-placeholder,
  .form-select.form-control.input--error::-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,
  input.form-control.hidden-placeholder::-webkit-input-placeholder,
  textarea.form-control.hidden-placeholder::-webkit-input-placeholder,
  select.form-control.hidden-placeholder::-webkit-input-placeholder,
  .form-select.form-control.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder,
  input.form-control.hidden-placeholder::-moz-placeholder,
  textarea.form-control.hidden-placeholder::-moz-placeholder,
  select.form-control.hidden-placeholder::-moz-placeholder,
  .form-select.form-control.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder,
  input.form-control.hidden-placeholder:-ms-input-placeholder,
  textarea.form-control.hidden-placeholder:-ms-input-placeholder,
  select.form-control.hidden-placeholder:-ms-input-placeholder,
  .form-select.form-control.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder,
  input.form-control.hidden-placeholder::-ms-input-placeholder,
  textarea.form-control.hidden-placeholder::-ms-input-placeholder,
  select.form-control.hidden-placeholder::-ms-input-placeholder,
  .form-select.form-control.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

textarea,
textarea.form-control {
  line-height: 22px;
  min-height: 100px; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease; }
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease; }
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }

.form-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: Arimo, sans-serif;
  color: #383e47;
  text-transform: capitalize; }
  .form-label em {
    color: #d20000;
    font-size: 11px;
    font-weight: 400; }

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

.input-error-message {
  display: block;
  width: 100%;
  color: #d20000;
  font-size: 0.85714em;
  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-top: -0.3em; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0240/3280/4960/t/35/assets/ico-select.svg?v=146038610840559294621636654830);
  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 {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }

.select-group {
  position: relative;
  z-index: 2; }
  .select-group select {
    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: 0.85714em;
  text-transform: uppercase; }

optgroup {
  font-weight: 700; }

option {
  color: #383e47;
  background-color: white; }

select::-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: black;
  opacity: 0.6; }

::-moz-placeholder {
  color: black;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: black;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: black;
  opacity: 1; }

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

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px; }
  .form-vertical input.input--error,
  .form-vertical select.input--error,
  .form-vertical textarea.input--error {
    margin-bottom: 11.66667px; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }
.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;
  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-radius: 3px; }
  @media only screen and (min-width: 750px) {
    .note,
    .form-message {
      padding: 10px; } }

.note {
  border: 1px solid #cccfd6; }

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

.form-message--error {
  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 {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #383e47; }
    .form-message--error .form-message__link:hover {
      text-decoration: none;
      color: #383e47; }

.form-message--warning {
  color: #886d48;
  border: 1px solid #f9ebd2;
  background-color: #fbf8e7;
  display: block;
  width: 100%; }

/*================ 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; }
    .form-vertical .input-group .input-group__field {
      margin: 0; }
  .input-group .input-group__field {
    -ms-flex-preferred-size: 220px;
    -webkit-flex-basis: 220px;
    -moz-flex-basis: 220px;
    flex-basis: 220px;
    flex-grow: 10;
    margin-bottom: 1rem;
    border-radius: 3px;
    text-align: left;
    min-height: 42px; }
    .input-group .input-group__field input {
      width: 100%;
      min-height: 42px; }
  .input-group .input-group__btn {
    flex-grow: 1; }
    .input-group .input-group__btn .btn, .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .input-group__btn .shopify-payment-button__button--unbranded {
      width: 100%;
      border-radius: 3px;
      min-height: 42px; }
  @media only screen and (min-width: 370px) {
    .input-group .input-group__field {
      margin-bottom: 0; }
    .input-group .input-group__btn {
      margin-left: 15px; } }
  @media only screen and (min-width: 768px) {
    .input-group .input-group__field {
      min-height: 46px; }
      .input-group .input-group__field input {
        min-height: 46px; }
    .input-group .input-group__btn .btn, .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .input-group__btn .shopify-payment-button__button--unbranded {
      min-height: 46px; } }

.input-error-message {
  display: block;
  width: 100%; }

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

/*================ Dropdowns ================*/
.page-width {
  padding-left: 55px;
  padding-right: 55px; }
  @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;
  margin-top: -1px; }

hr {
  margin: 55px 0;
  border: 0;
  border-bottom: 1px solid #e8e9eb; }

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

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

.border-bottom {
  border-bottom: 1px solid #e8e9eb; }

.border-top {
  border-top: 1px solid #e8e9eb; }

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }

.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 placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: #383e47; }

.js-drawer-open {
  overflow: hidden; }

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

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  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 {
    visibility: visible;
    opacity: 1; }

.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: 1.28571em; }
  .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: #383e47; }

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

@media only screen and (max-width: 749px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.92857em; } }
.grid-view-item__link {
  display: block; }

.grid-view-item__vendor {
  margin-top: 4px;
  color: #383e47;
  font-size: 0.85714em;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
      font-size: 0.78571em; } }

.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--sold-out .grid-view-item__image {
    opacity: 0.5; }
  .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 #e8e9eb;
      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; }
  @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: #383e47;
  font-size: 1.14286em;
  min-width: 100px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__title {
      font-size: 0.92857em; } }

.list-view-item__sold-out {
  font-size: 0.92857em; }

.list-view-item__on-sale {
  color: #383e47;
  font-size: 0.92857em; }
  @media only screen and (max-width: 749px) {
    .list-view-item__on-sale {
      display: none; } }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.92857em;
  font-style: italic; }
  @media only screen and (max-width: 749px) {
    .list-view-item__vendor {
      font-size: 0.85714em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.07143em; }
  @media only screen and (max-width: 749px) {
    .list-view-item__price-column {
      font-size: 0.92857em; } }
  .list-view-item__price-column .price__vendor,
  .list-view-item__price-column .price-item__label {
    display: none; }
  .list-view-item__price-column .price__regular,
  .list-view-item__price-column .price__sale {
    flex-basis: 100%; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #383e47; }
  @media only screen and (max-width: 749px) {
    .list-view-item__price--reg {
      display: block; } }

@media only screen and (max-width: 749px) {
  .list-view-item__price--sale {
    display: block; } }

/*============================================================================
    Slick slider overrides
==============================================================================*/
/*================ 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: rgba(56, 62, 71, 0.35);
  background-color: rgba(56, 62, 71, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(56, 62, 71, 0.2); }

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

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

.placeholder-background--animation {
  background-color: #383e47;
  -moz-animation: placeholder-background-loading 1.5s infinite linear;
  -o-animation: placeholder-background-loading 1.5s infinite linear;
  -webkit-animation: placeholder-background-loading 1.5s infinite linear;
  animation: placeholder-background-loading 1.5s infinite linear; }
  .no-js .placeholder-background--animation {
    display: none; }

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

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #383e47;
  background-color: white;
  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: #383e47;
  font-weight: 700;
  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: 0; }

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

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

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

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

/*================ Add to cart form ================*/
.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-image .product-form__item--payment-button, .product-single--full-image .product-form__item--payment-button {
      display: inline-flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -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__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__item--quantity {
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }

.product-form__input {
  display: block;
  width: 100%; }
  .product-form__input.input--error {
    margin-bottom: 0; }

.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin: 0 0.35714em; }

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

.icon-error {
  fill: #d20000;
  width: 0.85714em;
  height: 0.85714em;
  margin-top: 0.1em;
  flex-shrink: 0; }

.product-form__error-message {
  margin-left: 0.5rem;
  font-size: 0.85714em;
  line-height: 1.2;
  color: #383e47; }

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 44px; }
  .product-single--small-image .product-form__cart-submit, .product-single--small-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--small-image .shopify-payment-button__button--unbranded, .product-single--full-image .product-form__cart-submit, .product-single--full-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--full-image .shopify-payment-button__button--unbranded {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 10px; }
  .product-form__item--payment-button .product-form__cart-submit, .product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form__item--payment-button .shopify-payment-button__button--unbranded {
    margin-top: 10px; }

.shopify-payment-button {
  transition: all 0.3s ease; }
  .product-single--small-image .shopify-payment-button, .product-single--full-image .shopify-payment-button {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }
  .shopify-payment-button .shopify-payment-button__button {
    margin-top: 15px; }
    .product-single--small-image .shopify-payment-button .shopify-payment-button__button, .product-single--full-image .shopify-payment-button .shopify-payment-button__button {
      margin-top: 15px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    margin-bottom: 10px;
    box-shadow: none !important;
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
    color: #383e47 !important;
    border-bottom: 1px solid #e2e4e8 !important; }
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
      background-color: #f7f7f7 !important;
      border-color: #f7f7f7 !important;
      color: #383e47 !important;
      border-bottom: 1px solid #e2e4e8 !important; }
  .shopify-payment-button .shopify-payment-button__button--branded {
    border-radius: 3px;
    overflow: hidden; }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px;
    font-size: 0.85714em;
    text-decoration: underline; }
    .shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
      opacity: 0.6; }
  .shopify-payment-button.disabled {
    opacity: 0.7;
    pointer-events: none; }

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

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

/*================ Product Images ================*/
.product-featured-img {
  position: relative; }

.zoomImg {
  background-color: white; }

/*================ 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; } }

.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: black;
    width: calc(10em / 16);
    height: calc(10em / 16);
    right: 1rem; }

.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; } }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

.additional-checkout-buttons {
  margin-top: 22px; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }
  @media only screen and (max-width: 500px) {
    .additional-checkout-buttons {
      margin-top: 10px; } }

.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 #e8e9eb; }
  .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 #e8e9eb; }
  .order-table thead {
    border-bottom: 1px solid #383e47; }
  .order-table tfoot {
    border-top: 1px solid #383e47; }
    .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 #383e47;
      font-weight: 700;
      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: 700; } }

@media only screen and (max-width: 749px) {
  .order-table__product {
    display: flex;
    justify-content: space-between; } }

.order-discount {
  text-transform: uppercase;
  color: #383e47;
  display: block;
  line-height: 1.2em; }
  .order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: 0.4em; }

.order-discount--title {
  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: 0.92857em;
  padding-right: 0; }
  @media only screen and (min-width: 750px) {
    .order-discount--cart {
      font-size: 0.85714em; } }

.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; } }

/*============================================================================
    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__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.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-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; }

.sidebar {
  margin-top: 40px; }

.sidebar__list {
  list-style: none;
  margin-bottom: 55px; }
  .sidebar__list li {
    margin-bottom: 10px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 0.85714em; }

.social-sharing {
  display: flex; }
  .template-password .social-sharing {
    justify-content: center; }

.btn--share {
  background-color: transparent;
  border-color: #e8e9eb;
  color: #383e47;
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share:not([disabled]):hover, .btn--share:focus {
    background-color: transparent;
    border-color: #fafafa;
    color: #383e47; }
  .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; }

/*================ Modals ================*/
.modal .close-modal {
  padding: 0;
  margin: 0;
  opacity: 1;
  top: 10px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  text-shadow: none;
  font-family: Arimo, sans-serif; }
.modal .modal-dialog {
  width: 90%;
  margin: 0 auto; }
.modal .modal-content {
  border: none;
  border-radius: 3px; }
.modal .modal-header {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 3px 3px 0 0;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 12px 30px 10px 15px; }
  .modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Rajdhani, sans-serif; }
  .modal .modal-header .remove-all {
    top: 50%;
    right: 30px;
    position: absolute;
    transform: translateY(-50%); }
.modal .modal-body {
  padding: 15px;
  max-height: 80vh;
  overflow: auto; }
  .modal .modal-body::-webkit-scrollbar-track {
    background-color: #f4f4f4; }
  .modal .modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4; }
  .modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #383e47; }
  .modal .modal-body iframe {
    width: 100%; }
.modal.modal--is-active {
  display: block;
  overflow: visible;
  opacity: 1;
  transition: all 0.5s ease; }
  .modal.modal--is-active .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
@media only screen and (min-width: 768px) {
  .modal .modal-header {
    padding: 15px 15px 12px; }
    .modal .modal-header .modal-title {
      font-size: 20px;
      text-transform: uppercase; }
  .modal .modal-body {
    padding: 30px; }
  .modal .close-modal {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: #000;
    border: 3px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); } }

.price {
  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;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .price {
      font-size: 0.92857em; } }
  .price dl {
    margin-top: 0; }
  .price dd {
    margin: 0 0.5em 0 0; }

.price--unavailable {
  visibility: hidden; }

.price__regular {
  color: #383e47; }

.price__sale {
  color: #383e47;
  display: none; }
  .price--on-sale .price__sale {
    display: block; }

.price__vendor {
  color: #383e47;
  font-size: 0.9em;
  font-weight: 400;
  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__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 {
  font-weight: 400; }

.price--on-sale .price-item--regular {
  text-decoration: line-through; }

.price-unit-price {
  color: #383e47;
  font-size: 0.8em; }

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400; }

/*================ Module | Filters and Sort toolbar and selection ================*/
.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: 1.14286em; } }
/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider__text {
  font-size: 1.125em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px; }
  .quotes-slider__text cite {
    font-size: 0.77778em;
    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 button::before {
    color: #383e47;
    opacity: 0.2; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.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: rgba(56, 62, 71, 0.05);
  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: white;
      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; }

.customer-review {
  display: block;
  /*@include media-query($halo-medium) {
      max-width: 370px;
  }*/ }
  .customer-review .image,
  .customer-review .content {
    display: block;
    vertical-align: top; }
  .customer-review .image {
    width: 100px; }
    .customer-review .image img {
      width: 100%;
      height: auto; }
  .customer-review .content {
    padding-top: 15px; }
  .customer-review .product-vendor {
    margin-bottom: 5px; }
  .customer-review .title {
    margin-bottom: 0px; }
  .customer-review .productReview {
    margin-top: 22px; }
  .customer-review .productReview-title {
    font-size: 18px;
    font-weight: 700;
    font-family: Arimo, sans-serif;
    text-transform: capitalize;
    margin: 0 15px 12px 0;
    display: inline-block;
    vertical-align: top; }
  .customer-review .productReview-author {
    margin: 0 0 17px 0; }
  .customer-review .productReview-rating {
    margin: 0 0 7px 0;
    font-size: 0;
    display: inline-block;
    vertical-align: top; }
    .customer-review .productReview-rating i {
      font-size: 12px;
      margin-right: 2px; }
  @media only screen and (min-width: 551px) {
    .customer-review {
      width: 100%;
      display: table; }
      .customer-review .image,
      .customer-review .content {
        display: table-cell;
        vertical-align: top; }
      .customer-review .image {
        width: 70px; }
      .customer-review .content {
        padding-top: 10px;
        padding-left: 15px; } }
  @media only screen and (min-width: 1025px) {
    .customer-review {
      width: 100%;
      max-width: none; }
      .customer-review .content {
        padding-left: 30px; } }

/*================ 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; }

.index-section--newsletter-background {
  background-color: rgba(56, 62, 71, 0.05); }

.rich-text {
  display: block;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  .rich-text.rich-text-full {
    max-width: 100%; }
  .rich-text .title {
    font-size: inherit; }
  .rich-text .rich-text__heading--large {
    font-size: 36px; }
  .rich-text .rich-text__heading--medium {
    font-size: 24px; }
  .rich-text .rich-text__heading--small {
    font-size: 18px; }
  .rich-text .rich-text__text--large {
    font-size: 1.14286em; }
  .rich-text .rich-text__text--medium {
    font-size: 14px; }
  .rich-text .rich-text__text--small {
    font-size: 0.85714em; }

.product-card {
  position: relative; }
  .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: #383e47; }

.product-card__image-with-placeholder-wrapper {
  position: relative; }

.product-card__title {
  border-bottom: 1px solid transparent;
  display: inline; }

/*================ Currency selector ================*/
@media only screen and (max-width: 749px) {
  .currency-selector {
    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;
    background-color: rgba(56, 62, 71, 0.1);
    padding: 12px 17px 12px 30px; } }

.currency-selector__label {
  font-size: 0.85714em;
  margin-bottom: 0;
  text-transform: uppercase; }

.currency-selector__input-wrapper {
  margin-top: 4px; }
  @media only screen and (max-width: 749px) {
    .currency-selector__input-wrapper {
      margin-top: 0;
      width: 100%; } }
  .currency-selector__input-wrapper .icon {
    left: auto;
    height: 10px;
    margin: 0;
    width: 12px; }
    @media only screen and (min-width: 750px) {
      .currency-selector__input-wrapper .icon {
        height: calc(8em / 16);
        right: 5px;
        width: calc(8em / 16); } }

.currency-selector__dropdown {
  border: none;
  color: #383e47;
  padding-left: 8px;
  padding-right: 17px; }
  @media only screen and (max-width: 749px) {
    .currency-selector__dropdown {
      font-size: 0.85714em;
      font-weight: 700;
      width: 100%; } }

[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%; }
  @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: 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-background-wrapper--no-overlay {
  background-color: rgba(61, 66, 70, 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: white; }
  .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;
  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: #3d4246;
  opacity: 0.4;
  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; } }
  .no-autoplay .video__image {
    opacity: 1; }

/*=======================================
=            Halo Global CSS            =
=======================================*/
@media only screen and (min-width: 1025px) {
  body.open_menu .site-header {
    z-index: 101 !important; } }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-top-40 {
  padding-top: 30px; }
  @media only screen and (min-width: 1025px) {
    .padding-top-40 {
      padding-top: 40px; } }

.padding-bottom-40 {
  padding-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .padding-bottom-40 {
      padding-bottom: 40px; } }

.padding-top-50 {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .padding-top-50 {
      padding-top: 50px; } }

.padding-bottom-50 {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-50 {
      padding-bottom: 50px; } }

.padding-top-60 {
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .padding-top-60 {
      padding-top: 60px; } }

.padding-bottom-60 {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-60 {
      padding-bottom: 60px; } }

.padding-top-70 {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .padding-top-70 {
      padding-top: 70px; } }

.padding-bottom-70 {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-70 {
      padding-bottom: 70px; } }

.padding-top-80 {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .padding-top-80 {
      padding-top: 60px; } }
  @media only screen and (min-width: 1025px) {
    .padding-top-80 {
      padding-top: 80px; } }

.padding-bottom-80 {
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-80 {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1025px) {
    .padding-bottom-80 {
      padding-bottom: 80px; } }

.padding-top-90 {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .padding-top-90 {
      padding-top: 60px; } }
  @media only screen and (min-width: 1025px) {
    .padding-top-90 {
      padding-top: 90px; } }

.padding-bottom-90 {
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-90 {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1025px) {
    .padding-bottom-90 {
      padding-bottom: 90px; } }

.padding-top-100 {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .padding-top-100 {
      padding-top: 70px; } }
  @media only screen and (min-width: 1025px) {
    .padding-top-100 {
      padding-top: 100px; } }

.padding-bottom-100 {
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .padding-bottom-100 {
      padding-bottom: 70px; } }
  @media only screen and (min-width: 1025px) {
    .padding-bottom-100 {
      padding-bottom: 100px; } }

.margin-top-10 {
  margin-top: 10px; }

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

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-top-30 {
  margin-top: 30px; }

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

.margin-top-40 {
  margin-top: 30px; }
  @media only screen and (min-width: 1025px) {
    .margin-top-40 {
      margin-top: 40px; } }

.margin-bottom-40 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .margin-bottom-40 {
      margin-bottom: 40px; } }

.margin-top-50 {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .margin-top-50 {
      margin-top: 50px; } }

.margin-bottom-50 {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .margin-bottom-50 {
      margin-bottom: 50px; } }

.margin-top-60 {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .margin-top-60 {
      margin-top: 60px; } }

.margin-bottom-60 {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .margin-bottom-60 {
      margin-bottom: 60px; } }

.margin-top-70 {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .margin-top-70 {
      margin-top: 70px; } }

.margin-bottom-70 {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .margin-bottom-70 {
      margin-bottom: 70px; } }

.margin-top-80 {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .margin-top-80 {
      margin-top: 60px; } }
  @media only screen and (min-width: 1025px) {
    .margin-top-80 {
      margin-top: 80px; } }

.margin-bottom-80 {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .margin-bottom-80 {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1025px) {
    .margin-bottom-80 {
      margin-bottom: 80px; } }

.margin-top-90 {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .margin-top-90 {
      margin-top: 60px; } }
  @media only screen and (min-width: 1025px) {
    .margin-top-90 {
      margin-top: 90px; } }

.margin-bottom-90 {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .margin-bottom-90 {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1025px) {
    .margin-bottom-90 {
      margin-bottom: 90px; } }

.margin-top-100 {
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .margin-top-100 {
      margin-top: 70px; } }
  @media only screen and (min-width: 1025px) {
    .margin-top-100 {
      margin-top: 100px; } }

.margin-bottom-100 {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .margin-bottom-100 {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 1025px) {
    .margin-bottom-100 {
      margin-bottom: 100px; } }

.halo-section-background-gray {
  background-color: #f7f7f7; }

.halo-section-border-top {
  border-top: 1px solid #e2e4e8; }

.halo-section-border-bottom {
  border-bottom: 1px solid #e2e4e8; }

.page {
  position: relative;
  padding-bottom: 50px; }
  .page:after, .page:before {
    display: table;
    content: " "; }
  .page:after {
    clear: both; }
  .page .page-content {
    width: 100%;
    float: left;
    padding: 0;
    position: relative; }
  .page .page-sidebar {
    top: 0;
    left: -101%;
    bottom: 0;
    width: 337px;
    height: 100%;
    z-index: 101;
    position: fixed;
    max-width: calc(100% - 44px);
    transition: all .5s ease;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
    .page .page-sidebar .sidebar_close {
      display: block;
      text-align: right;
      opacity: 0.6;
      font-weight: 700;
      padding: 13px 20px;
      text-transform: uppercase;
      color: #383e47;
      font-family: Rajdhani, sans-serif;
      background-color: #f5f5f5;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
      .page .page-sidebar .sidebar_close .close {
        float: none;
        color: inherit;
        opacity: 1;
        font-size: 16px;
        text-shadow: none;
        display: inline-block; }
      .page .page-sidebar .sidebar_close .icon {
        width: auto;
        height: auto;
        font-size: 24px;
        font-weight: 400;
        font-family: Arimo, sans-serif; }
    .page .page-sidebar .sidebar_content {
      height: 100%;
      overflow-y: auto;
      padding: 15px 15px 100px 15px; }
    .page .page-sidebar.is-open {
      left: 0; }
  .page.page-search .search-bar {
    margin-left: auto;
    margin-right: auto; }
  .page.page-collections {
    padding-bottom: 50px; }
  .page.page-product-detail {
    padding-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    .page {
      padding-bottom: 100px; }
      .page .page-sidebar {
        top: auto;
        left: auto;
        z-index: 5;
        float: left;
        width: 240px;
        display: block;
        box-shadow: none;
        position: relative;
        padding-right: 15px;
        background-color: transparent;
        max-width: none; }
        .page .page-sidebar + .page-content {
          padding-left: 15px;
          width: calc(100% - 240px); }
        .page .page-sidebar .sidebar_close {
          display: none; }
        .page .page-sidebar .sidebar_content {
          padding: 0;
          overflow: visible; }
      .page .page-sidebar-right {
        float: right;
        padding-left: 15px;
        padding-right: 0; }
        .page .page-sidebar-right + .page-content {
          padding-left: 0;
          padding-right: 15px; }
      .page.page-product-detail {
        padding-bottom: 50px; } }

.sidebarBlock {
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .sidebarBlock.custom {
    border: none; }
    .sidebarBlock.custom .sidebarBlock-heading,
    .sidebarBlock.custom .sidebarBlock-content {
      padding: 0; }
    .sidebarBlock.custom .sidebarBlock-heading {
      border-bottom: none;
      margin-bottom: 15px; }
  .sidebarBlock .sidebarBlock-heading {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8; }
    .sidebarBlock .sidebarBlock-heading .clear,
    .sidebarBlock .sidebarBlock-heading .clear-all {
      font-size: 12px;
      font-weight: 700;
      color: #999999;
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-position: under;
      float: right;
      font-family: Arimo, sans-serif; }
    .sidebarBlock .sidebarBlock-heading .clear {
      display: none; }
    .sidebarBlock .sidebarBlock-heading .arrow {
      margin-right: 5px; }
      .sidebarBlock .sidebarBlock-heading .arrow .icon {
        width: 12px;
        height: 12px;
        position: relative;
        top: -1px;
        transition: all 0.3s ease; }
    .sidebarBlock .sidebarBlock-heading[data-toggle="collapse"] {
      cursor: pointer; }
    .sidebarBlock .sidebarBlock-heading.collapsed .arrow .icon {
      transform: rotate(-180deg); }
  .sidebarBlock > ul,
  .sidebarBlock .sidebarBlock-content {
    padding: 12px 20px 12px 20px; }
    .sidebarBlock > ul.collapse,
    .sidebarBlock .sidebarBlock-content.collapse {
      padding: 0; }
      .sidebarBlock > ul.collapse > .content,
      .sidebarBlock .sidebarBlock-content.collapse > .content {
        padding: 12px 20px 12px 20px; }
  .sidebarBlock .sidebarBlock-content p:last-child {
    margin-bottom: 0; }
  .sidebarBlock .advertisement-image {
    text-align: center;
    position: relative; }
    .sidebarBlock .advertisement-image a {
      display: inline-block; }
    .sidebarBlock .advertisement-image img {
      overflow: hidden;
      border-radius: 3px; }
  .sidebarBlock.show_clear .sidebarBlock-heading .clear {
    display: block; }
  .sidebarBlock:last-child {
    margin-bottom: 0; }

.sidebar_mobile_wrapper {
  display: block;
  margin-bottom: 30px; }
  .sidebar_mobile_wrapper .sidebar_mobile {
    display: inline-block;
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto; }
    .sidebar_mobile_wrapper .sidebar_mobile > .text {
      margin: 2px 0 0 0;
      font-size: 12px;
      padding-right: 10px;
      min-width: 70px;
      font-weight: 700;
      vertical-align: middle;
      text-transform: uppercase; }
    .sidebar_mobile_wrapper .sidebar_mobile > .icon {
      width: 36px;
      height: 36px;
      padding: 10px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #cccfd6;
      border-radius: 3px;
      fill: #383e47; }
  @media only screen and (min-width: 551px) {
    .sidebar_mobile_wrapper .sidebar_mobile > .icon {
      width: 40px;
      height: 40px; } }
  @media only screen and (min-width: 1025px) {
    .sidebar_mobile_wrapper {
      display: none;
      margin-bottom: 0; } }

.overlay_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 99;
  pointer-events: auto;
  visibility: hidden;
  position: absolute;
  transition: opacity .5s ease;
  background-color: rgba(51, 51, 51, 0.95); }
  .open_Cart .overlay_background, .open_Search .overlay_background, .open_Sidebar .overlay_background, .open_Account .overlay_background, .open_Currency .overlay_background, .open_menu .overlay_background {
    opacity: 1;
    visibility: visible; }

.halo-row {
  font-size: 0;
  display: block;
  overflow: auto;
  white-space: nowrap;
  margin: 0 -15px;
  padding: 0 0 0 15px; }
  .halo-row .halo-item {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 2px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-size: 14px; }
    .halo-row .halo-item .product-card {
      max-width: 165px; }
  .halo-row .halo-item-full {
    width: 100%;
    display: inline-block;
    font-size: 14px; }
  .halo-row.slick-slider {
    padding: 0;
    margin-left: -8px;
    margin-right: -8px;
    overflow: visible; }
    .halo-row.slick-slider .halo-item {
      margin: 0;
      padding: 0 8px; }
      .halo-row.slick-slider .halo-item .product-card {
        width: 100%;
        max-width: none; }
  @media only screen and (min-width: 768px) {
    .halo-row .halo-item .product-card {
      max-width: 220px; } }
  @media only screen and (min-width: 1025px) {
    .halo-row {
      width: auto;
      padding: 0;
      min-width: 100%;
      margin-left: -15px;
      margin-right: -15px; }
      .halo-row .halo-item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px; }
        .halo-row .halo-item .product-card {
          max-width: none; }
      .halo-row .halo-item-full {
        width: 100%; }
        .halo-row .halo-item-full > p {
          padding-left: 15px;
          padding-right: 15px; }
      .halo-row.column-1 .halo-item {
        width: 100%; }
      .halo-row.column-3 .halo-item {
        width: 33.3333333%; }
      .halo-row.column-4 .halo-item {
        width: 25%; }
      .halo-row.column-5 .halo-item {
        width: 20%; }
      .halo-row.halo-row-custom {
        display: block;
        overflow: visible;
        white-space: normal; }
        .halo-row.halo-row-custom .halo-item {
          margin: 30px 0 0 0; }
          .halo-row.halo-row-custom .halo-item:nth-child(-n + 2) {
            margin-top: 0; }
        .halo-row.halo-row-custom.column-1 .halo-item {
          margin: 30px 0 0 0; }
          .halo-row.halo-row-custom.column-1 .halo-item:first-child {
            margin-top: 0; }
        .halo-row.halo-row-custom.column-3 .halo-item:nth-child(-n + 3) {
          margin-top: 0; }
        .halo-row.halo-row-custom.column-4 .halo-item:nth-child(-n + 4) {
          margin-top: 0; }
        .halo-row.halo-row-custom.column-5 {
          margin-left: -8px;
          margin-right: -8px; }
          .halo-row.halo-row-custom.column-5 .halo-item {
            padding-left: 8px;
            padding-right: 8px;
            margin: 16px 0 0 0; }
            .halo-row.halo-row-custom.column-5 .halo-item:nth-child(-n + 5) {
              margin-top: 0; }
      .halo-row.halo-row-icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: top;
        -webkit-align-items: top;
        -moz-align-items: top;
        -ms-align-items: top;
        -o-align-items: top;
        align-items: top;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
      .halo-row[data-slick]:not(.slick-slider) {
        overflow: hidden;
        white-space: nowrap; }
        .halo-row[data-slick]:not(.slick-slider) .halo-item {
          margin: 0; }
      .halo-row.slick-slider {
        margin-left: -15px;
        margin-right: -15px; }
        .halo-row.slick-slider .halo-item {
          padding: 0 15px; } }

.halo-column {
  font-size: 0;
  margin: 0 -8px;
  list-style: none;
  text-align: left;
  display: block; }
  .halo-column .halo-item {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 16px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-size: 14px; }
  .halo-column .halo-item-full {
    width: 100%;
    display: inline-block;
    font-size: 14px; }
  .halo-column.halo-column-product .halo-item {
    width: 50%; }
  @media only screen and (min-width: 551px) {
    .halo-column.column-5 .halo-item, .halo-column.column-4 .halo-item, .halo-column.column-3 .halo-item, .halo-column.column-2 .halo-item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .halo-column.column-5 .halo-item, .halo-column.column-4 .halo-item, .halo-column.column-3 .halo-item {
      width: 33.3333333%; } }
  @media only screen and (min-width: 1025px) {
    .halo-column {
      margin: 0 -15px; }
      .halo-column .halo-item {
        padding: 0 15px;
        margin: 30px 0 0 0; }
      .halo-column .halo-item-full {
        width: 100%; }
        .halo-column .halo-item-full > p {
          padding-left: 15px;
          padding-right: 15px; }
      .halo-column.column-2 .halo-item {
        width: 50%; }
        .halo-column.column-2 .halo-item:nth-child(-n + 2) {
          margin-top: 0; }
      .halo-column.column-3 .halo-item {
        width: 33.3333333%; }
        .halo-column.column-3 .halo-item:nth-child(-n + 3) {
          margin-top: 0; }
      .halo-column.column-4 .halo-item {
        width: 25%; }
        .halo-column.column-4 .halo-item:nth-child(-n + 4) {
          margin-top: 0; }
      .halo-column.column-5 .halo-item {
        width: 20%; }
        .halo-column.column-5 .halo-item:nth-child(-n + 5) {
          margin-top: 0; }
      .halo-column.halo-col-custom {
        column-count: 2;
        -webkit-column-count: 2; }
        .halo-column.halo-col-custom .halo-item {
          width: 100%;
          margin: 0 0 30px 0;
          break-inside: avoid-column; } }

.halo-loading {
  text-align: center; }

.pagination {
  display: block;
  text-align: center;
  list-style: none;
  font-size: 1.07143em;
  padding-top: 30px; }
  .pagination li {
    display: inline-block;
    vertical-align: middle; }
    .pagination li + li {
      margin-left: 10px; }
  .pagination .btn--narrow {
    font-size: 1.07143em;
    min-width: 40px;
    padding: 13px 5px 12px;
    box-shadow: none;
    border-radius: 3px;
    color: #383e47;
    background-color: #ffffff;
    border: 1px solid #eaeaea; }
    .pagination .btn--narrow .icon {
      width: 10px;
      height: 10px;
      margin-top: -3px; }
    .pagination .btn--narrow.btn--prev .icon {
      margin-left: 0;
      margin-right: 3px; }
    .pagination .btn--narrow.btn--prev, .pagination .btn--narrow.btn--next {
      padding-left: 15px;
      padding-right: 15px; }
    .pagination .btn--narrow[disabled] {
      color: #383e47;
      background-color: #f7f7f7;
      border-color: #f7f7f7; }
    .pagination .btn--narrow:hover {
      color: #383e47;
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .pagination .pagination-link {
    padding: 13px 5px 12px;
    font-size: 1.07143em;
    font-weight: 400;
    color: #383e47;
    min-width: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-color: transparent; }
    .pagination .pagination-link.pagination--current {
      color: #383e47;
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7; }
    .pagination .pagination-link:hover {
      color: #383e47;
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7; }
  @media only screen and (min-width: 1025px) {
    .pagination {
      padding-top: 50px; } }

.pagination-wrapper {
  padding-top: 30px;
  display: block; }
  .pagination-wrapper .page-total {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .pagination-wrapper .pagination {
    display: block;
    padding-top: 0;
    text-align: center;
    overflow: auto;
    white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .pagination-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -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: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .pagination-wrapper .page-total {
        text-align: left;
        margin-bottom: 0;
        display: inline-block; }
      .pagination-wrapper .pagination {
        text-align: right;
        display: inline-block;
        overflow: visible; } }

.section-header {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  color: #383e47; }
  .section-header h1, .section-header .h1, .section-header h2, .section-header .h2, .section-header h3, .section-header .h3, .section-header .title {
    margin: 0;
    color: inherit;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    font-family: Rajdhani, sans-serif;
    font-style: normal;
    font-weight: 700; }
  .section-header a {
    color: inherit; }
  .section-header > p,
  .section-header .description {
    font-size: 12px;
    max-width: 850px;
    margin-top: 15px;
    color: #383e47; }
  .section-header > i {
    font-size: 28px;
    margin-right: 5px;
    display: inline-block; }
    .section-header > i + h1, .section-header > i + .h1, .section-header > i + h2, .section-header > i + .h2, .section-header > i + h3, .section-header > i + .h3, .section-header > i + .title {
      display: inline-block;
      vertical-align: top; }
  .section-header .text-link {
    margin: 5px 0 0 0;
    font-size: 12px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    color: #005599; }
  .section-header .section-header-border {
    margin: 0;
    padding: 0;
    border: none;
    display: none; }
  .section-header .title-border {
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 2px;
    background-color: #b20000; }
  .section-header .arrow-on-heading {
    display: none;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 5;
    position: absolute; }
    .section-header .arrow-on-heading .btn-arrow {
      width: 24px;
      height: 24px;
      padding: 3px;
      cursor: pointer;
      display: inline-block; }
      .section-header .arrow-on-heading .btn-arrow .icon {
        width: 100%;
        height: 100%;
        fill: #4d5259; }
      .section-header .arrow-on-heading .btn-arrow + .btn-arrow {
        margin-left: 10px; }
      .section-header .arrow-on-heading .btn-arrow.disabled {
        pointer-events: none;
        opacity: 0.25; }
  .section-header.text-center > p {
    margin-left: auto;
    margin-right: auto; }
  .section-header.section-header-small h1, .section-header.section-header-small .h1, .section-header.section-header-small h2, .section-header.section-header-small .h2, .section-header.section-header-small h3, .section-header.section-header-small .h3, .section-header.section-header-small .title {
    font-size: 16px;
    line-height: 1; }
  @media only screen and (min-width: 768px) {
    .section-header {
      margin-bottom: 30px; }
      .section-header .text-link {
        top: 4px;
        right: 0;
        margin: 0;
        position: absolute; }
      .section-header .wrapper-link-description {
        top: 4px;
        right: 0;
        margin: 0;
        position: absolute;
        padding-right: 65px; }
        .section-header .wrapper-link-description .text-link {
          top: auto;
          right: auto;
          position: relative;
          margin: 0 10px 0 0;
          padding-right: 15px;
          display: inline-block;
          vertical-align: middle; }
          .section-header .wrapper-link-description .text-link:after {
            content: "";
            width: 1px;
            height: 14px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            background-color: #e2e4e8; }
        .section-header .wrapper-link-description .description {
          margin: 0 10px 0 0;
          padding-right: 15px;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 400px; }
          .section-header .wrapper-link-description .description:after {
            content: "";
            width: 1px;
            height: 14px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            background-color: #e2e4e8; }
        .section-header .wrapper-link-description.custom {
          padding-right: 0; }
          .section-header .wrapper-link-description.custom .text-link {
            margin-right: 0;
            padding-right: 0; }
            .section-header .wrapper-link-description.custom .text-link:after {
              content: none; } }
  @media only screen and (min-width: 1025px) {
    .section-header .arrow-on-heading {
      display: block; }
    .section-header .section-header-border {
      margin: 0;
      display: block;
      padding-top: 10px;
      border-bottom: 1px solid #e2e4e8; } }

.page-heading {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #383e47;
  font-family: Rajdhani, sans-serif; }
  .page-heading.layout-2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e4e8; }
  @media only screen and (min-width: 993px) {
    .page-heading.layout-2 {
      margin-bottom: 30px; } }

.nav-tabs {
  width: 100%;
  border: none;
  text-align: left;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  overflow: auto; }
  .nav-tabs .nav-item {
    z-index: 1;
    padding: 0;
    float: none;
    width: auto;
    margin-right: 15px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .nav-tabs .nav-link {
    color: #999999;
    height: 40px;
    min-width: 90px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border: 1px solid #e2e4e8;
    background-color: #ffffff;
    overflow: hidden;
    padding: 9px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: transparent;
    font-family: Rajdhani, sans-serif; }
    .nav-tabs .nav-link.active {
      color: #383e47;
      border-color: #383e47; }
  @media only screen and (min-width: 768px) {
    .nav-tabs {
      overflow: visible;
      padding-bottom: 1px;
      border-bottom: 1px solid #e2e4e8; }
      .nav-tabs .nav-item {
        width: auto;
        margin-bottom: 0;
        margin-right: 0px; }
        .nav-tabs .nav-item:first-child .nav-link {
          margin-left: 0; }
        .nav-tabs .nav-item:last-child .nav-link {
          margin-right: 0; }
      .nav-tabs .nav-link {
        padding: 0 0 15px;
        margin: 0 10px;
        height: auto;
        min-width: 0;
        line-height: 1;
        font-size: 16px;
        overflow: visible;
        border: none;
        background-color: transparent;
        white-space: nowrap; }
        .nav-tabs .nav-link:after {
          left: 0;
          bottom: -2px;
          content: "";
          width: 0;
          height: 2px;
          position: absolute;
          transition: all .3s ease;
          background-color: #b20000; }
        .nav-tabs .nav-link.active {
          background-color: transparent; }
          .nav-tabs .nav-link.active:after {
            width: 100%; }
      .nav-tabs.nav-tabs-large .nav-link {
        font-size: 16px; } }
  @media only screen and (min-width: 1025px) {
    .nav-tabs .nav-link {
      padding: 0 0 16px;
      margin: 0 15px; }
    .nav-tabs.nav-tabs-large .nav-link {
      font-size: 24px; } }

.breadcrumb-wrapper {
  padding: 20px 0; }
  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    display: none;
    color: #484b51;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
    background-color: transparent; }
    .breadcrumb-wrapper .breadcrumb .item {
      padding: 5px 0;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      text-transform: capitalize; }
      .breadcrumb-wrapper .breadcrumb .item .icon {
        width: 8px;
        height: 8px;
        margin: 0 0.5rem;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px; }
      .breadcrumb-wrapper .breadcrumb .item:last-child .icon {
        display: none; }
  .breadcrumb-wrapper .page-heading {
    margin: 0;
    color: #383e47;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase; }
  @media only screen and (min-width: 551px) {
    .breadcrumb-wrapper {
      display: block;
      padding: 20px 0 35px; }
      .breadcrumb-wrapper .breadcrumb {
        display: block; }
        .breadcrumb-wrapper .breadcrumb + .page-heading {
          margin-top: 15px;
          margin-bottom: 0; } }

#back-to-top {
  bottom: 45%;
  right: 15px;
  z-index: 19;
  padding: 2px;
  font-size: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s ease;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  #back-to-top a {
    display: block; }
  #back-to-top .icon {
    fill: #000000;
    width: 30px;
    height: 30px;
    padding: 9px;
    display: block; }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top:hover {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000; }
    #back-to-top:hover .icon {
      fill: #ffffff; }
  @media only screen and (min-width: 1025px) {
    #back-to-top {
      right: 10vh; } }

.footbar-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  line-height: 0;
  transition: all 0.3s ease; }
  .show_sticky .footbar-fixed {
    bottom: 72px; }
  .footbar-fixed .footbar-fixed-left,
  .footbar-fixed .footbar-fixed-right {
    line-height: 22px;
    display: inline-block; }
  @media only screen and (min-width: 551px) {
    .footbar-fixed {
      left: 15px;
      right: auto;
      bottom: 15px; }
      .show_sticky .footbar-fixed {
        bottom: 115px; }
      .footbar-fixed .footbar-fixed-right {
        margin-top: 15px; } }
  @media only screen and (min-width: 1025px) {
    .footbar-fixed {
      left: auto;
      right: auto;
      bottom: auto;
      position: static; } }

.footbar-fixed-left {
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 551px) {
    .footbar-fixed-left .product-notification + .cookieMessage {
      margin-top: 15px; } }
  @media only screen and (min-width: 1025px) {
    .footbar-fixed-left {
      position: fixed;
      left: 40px;
      right: auto;
      bottom: 40px;
      z-index: 98; }
      .footbar-fixed-left .product-notification + .cookieMessage {
        margin-top: 20px; }
      .show_sticky .footbar-fixed-left {
        bottom: 140px; } }

.footbar-fixed-right {
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 551px) {
    .footbar-fixed-right .product-notification + .cookieMessage {
      margin-top: 15px; } }
  @media only screen and (min-width: 1025px) {
    .footbar-fixed-right {
      position: fixed;
      left: auto;
      right: 40px;
      bottom: 40px;
      z-index: 98; }
      .footbar-fixed-right .product-notification + .cookieMessage {
        margin-top: 20px; }
      .show_sticky .footbar-fixed-right {
        bottom: 140px; } }

.cookieMessage {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 15px;
  text-align: left;
  border-radius: 0;
  opacity: 0.9;
  color: #ffffff;
  background-color: #000000;
  display: none; }
  .cookieMessage .group-action-links {
    margin-top: 10px; }
    .cookieMessage .group-action-links a {
      color: inherit; }
      .cookieMessage .group-action-links a + a {
        margin-left: 15px; }
    .cookieMessage .group-action-links .privacy-link {
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-position: under;
      color: #ffffff; }
    .cookieMessage .group-action-links .accept_cookies_link {
      padding: 0;
      min-width: 180px;
      font-size: 16px;
      min-height: 36px;
      line-height: 1;
      padding: 12px 0 9px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      border-radius: 18px;
      font-family: Rajdhani, sans-serif;
      text-transform: uppercase;
      color: #383e47;
      background-color: #ffffff; }
  .cookieMessage .notification-cookies {
    display: inline-block;
    text-transform: uppercase; }
  .cookieMessage.cookieMessage-mb {
    display: block; }
  @media only screen and (min-width: 551px) {
    .cookieMessage {
      width: 400px;
      padding: 15px 20px;
      text-align: left; }
      .cookieMessage .group-action-links {
        margin-top: 20px; } }
  @media only screen and (min-width: 993px) {
    .cookieMessage {
      display: block;
      width: 440px;
      padding: 30px;
      border-radius: 3px; } }

.product-notification {
  display: none;
  width: 100%;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  padding: 10px 35px 10px 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  transition: all 1s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  color: #969696;
  background: #ffffff; }
  .product-notification.product-notification-mb {
    display: block; }
  .product-notification.active {
    opacity: 1;
    visibility: visible; }
  .product-notification .close-notifi {
    top: 10px;
    right: 10px;
    float: none;
    color: #969696;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    text-shadow: none;
    opacity: 1; }
  .product-notification .product-suggest {
    display: block;
    font-size: 0;
    width: 100%; }
    .product-notification .product-suggest .product-image {
      font-size: 14px;
      display: inline-block;
      width: 70px;
      vertical-align: top; }
    .product-notification .product-suggest .column-right {
      font-size: 14px;
      display: inline-block;
      padding-left: 15px;
      width: calc(100% - 70px);
      vertical-align: top; }
      .product-notification .product-suggest .column-right .text {
        margin-bottom: 0px; }
      .product-notification .product-suggest .column-right .product-name {
        color: #005599;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block; }
        .product-notification .product-suggest .column-right .product-name:hover {
          text-decoration: underline;
          text-underline-position: under; }
      .product-notification .product-suggest .column-right .info-ago {
        margin-top: 5px; }
      .product-notification .product-suggest .column-right .time-text {
        font-size: 11px; }
  @media only screen and (min-width: 551px) {
    .product-notification {
      width: 400px;
      text-align: left;
      padding: 15px 30px 15px 20px; } }
  @media only screen and (min-width: 993px) {
    .product-notification {
      width: 360px;
      display: block;
      border-radius: 3px; } }

#halo_newsletter {
  position: relative;
  z-index: 105;
  display: none; }
  #halo_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #halo_newsletter .newsletterPopup {
    top: 50%;
    left: 50%;
    z-index: 106;
    position: fixed;
    transform: translate(-50%, -50%); }

.newsletterPopup {
  text-align: left;
  width: 95%;
  padding: 0;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  max-width: 950px;
  border-radius: 3px;
  color: #383e47;
  background-color: #ffffff; }
  .newsletterPopup .newsletter-content {
    width: 100%;
    padding: 30px 15px; }
  .newsletterPopup .newsletter-image {
    display: none; }
  .newsletterPopup .newsletter-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .newsletterPopup .newsletter-sub-heading {
    margin-bottom: 0;
    font-weight: 700; }
  .newsletterPopup .newsletter {
    margin-top: 15px;
    margin-bottom: 15px; }
    .newsletterPopup .newsletter .input-group {
      display: block; }
      .newsletterPopup .newsletter .input-group .form-control {
        width: 100%;
        text-align: left;
        margin: 0 0 15px 0;
        border-radius: 3px; }
      .newsletterPopup .newsletter .input-group .btn, .newsletterPopup .newsletter .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletterPopup .newsletter .input-group .shopify-payment-button__button--unbranded {
        width: 100%;
        display: block;
        min-width: 120px;
        padding: 0 25px; }
  .newsletterPopup .newsletter-message {
    display: inline-block;
    margin-bottom: 0;
    font-style: italic; }
  .newsletterPopup .social_list {
    margin-top: 20px; }
    .newsletterPopup .social_list .social-icons .social-icon {
      color: #373f46;
      border: 1px solid #c2c1c2; }
  .newsletterPopup .newsletter-show-again {
    margin-top: 20px; }
    .newsletterPopup .newsletter-show-again #dismiss {
      display: none; }
      .newsletterPopup .newsletter-show-again #dismiss + label {
        font-weight: 400;
        padding-left: 23px;
        position: relative; }
        .newsletterPopup .newsletter-show-again #dismiss + label:before {
          content: "";
          left: 0;
          top: 3px;
          width: 13px;
          height: 13px;
          position: absolute;
          border: 1px solid #dbdbdb;
          background-color: #ffffff; }
        .newsletterPopup .newsletter-show-again #dismiss + label:after {
          content: '';
          width: 9px;
          height: 5px;
          position: absolute;
          top: 6px;
          left: 2.5px;
          border: 2px solid #232323;
          border-top: none;
          border-right: none;
          background: rgba(255, 255, 255, 0);
          transform: rotate(-45deg);
          transition: all 0.1s; }
      .newsletterPopup .newsletter-show-again #dismiss:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0) rotate(-45deg); }
      .newsletterPopup .newsletter-show-again #dismiss:checked + label:after,
      .newsletterPopup .newsletter-show-again #dismiss + label:hover:after {
        opacity: 1;
        transform: scale(1) rotate(-45deg); }
  .newsletterPopup .modal-close {
    opacity: 1;
    top: 10px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 30px;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    font-weight: 300; }
  @media only screen and (min-width: 551px) {
    .newsletterPopup .newsletter-heading {
      font-size: 24px; }
    .newsletterPopup .newsletter-icons,
    .newsletterPopup .newsletter-show-again {
      margin-top: 28px; }
    .newsletterPopup .newsletter-content {
      padding: 30px; }
    .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
      margin: 0 10px 5px 0; }
    .newsletterPopup .newsletter .input-group {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .newsletterPopup .newsletter .input-group .form-control {
        width: auto;
        margin: 0 15px 0 0; }
      .newsletterPopup .newsletter .input-group .btn, .newsletterPopup .newsletter .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletterPopup .newsletter .input-group .shopify-payment-button__button--unbranded {
        width: auto;
        display: inline-block; } }
  @media only screen and (min-width: 993px) {
    .newsletterPopup {
      display: flex; }
      .newsletterPopup .newsletter-content {
        width: 56%;
        padding: 40px; }
      .newsletterPopup .newsletter-image {
        width: 44%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 0 5px 5px 0; }
        .newsletterPopup .newsletter-image img {
          top: 50%;
          left: 50%;
          position: absolute;
          min-height: 100%;
          height: auto;
          max-width: none;
          width: auto;
          min-width: 100%;
          transform: translate(-50%, -50%); }
          .newsletterPopup .newsletter-image img.lazyload, .newsletterPopup .newsletter-image img.lazyloading {
            width: auto;
            height: auto;
            min-width: 0;
            min-height: 0; } }
  @media only screen and (min-width: 1025px) {
    .newsletterPopup {
      overflow: visible; }
      .newsletterPopup .newsletter-content {
        padding: 50px 60px; }
      .newsletterPopup .modal-close {
        top: -20px;
        right: -20px;
        font-size: 28px;
        width: 40px;
        height: 40px;
        line-height: 34px;
        color: #fff;
        background-color: #000;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }

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

.loading-modal {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  display: none;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1); }
  .loading-modal div {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 35px;
    height: 35px;
    border: 4px solid #141414;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #141414 transparent transparent transparent; }
    .loading-modal div:nth-child(1) {
      animation-delay: -0.45s; }
    .loading-modal div:nth-child(2) {
      animation-delay: -0.3s; }
    .loading-modal div:nth-child(3) {
      animation-delay: -0.15s; }

/*=====  End of Halo Global CSS  ======*/
/*==========================================
=            Halo Header layout            =
==========================================*/
.announcement-bar-wrapper {
  position: relative; }
  .announcement-bar-wrapper .close {
    top: 50%;
    right: 5px;
    z-index: 11;
    opacity: 1;
    float: none;
    line-height: 22px;
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    text-shadow: none;
    transform: translateY(-50%);
    color: #380f7b; }
  @media only screen and (min-width: 1025px) {
    .announcement-bar-wrapper .close {
      right: calc((100% - 1170px)/2); } }

.announcement-bar {
  text-align: center;
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding: 8px 15px 7px 15px;
  z-index: 10;
  color: #380f7b;
  background-color: #ff8900; }
  .announcement-bar > span:not(.lang1):not(.lang2) {
    display: inline-block;
    vertical-align: middle;
    color: inherit; }
  .announcement-bar img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-height: 20px; }
  .announcement-bar .btn, .announcement-bar .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .announcement-bar .shopify-payment-button__button--unbranded {
    display: none; }
  .announcement-bar:hover {
    color: #380f7b; }
  @media only screen and (min-width: 551px) {
    .announcement-bar {
      font-size: 12px; }
      .announcement-bar img {
        width: auto;
        max-height: 35px; }
      .announcement-bar .btn, .announcement-bar .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .announcement-bar .shopify-payment-button__button--unbranded {
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        padding: 1px 15px;
        margin-left: 10px;
        display: inline-block;
        text-transform: capitalize;
        background-color: transparent;
        color: inherit;
        box-shadow: none;
        border: 1px solid #979a9f;
        font-family: Arimo, sans-serif; } }
  @media only screen and (min-width: 993px) {
    .announcement-bar {
      padding: 10px 15px; }
      .announcement-bar img {
        margin-right: 25px; }
      .announcement-bar .btn, .announcement-bar .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .announcement-bar .shopify-payment-button__button--unbranded {
        margin-left: 25px; } }

.site-header {
  width: 100%;
  z-index: 99;
  overflow: visible;
  position: relative;
  box-shadow: none;
  border-bottom: none;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .site-header .halo-header-PC {
    display: none;
    width: 100%; }
  .site-header .halo-header-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%; }
  .site-header.halo-header-01 .hamburger-wrapper, .site-header.halo-header-03 .hamburger-wrapper {
    display: none; }
  .site-header.is-sticky {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: none;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
    .site-header.is-sticky .header-top, .site-header.is-sticky .header-bottom {
      /*                 display: none; */ }
    .site-header.is-sticky .header-middle {
      padding-top: 10px;
      padding-bottom: 10px; }
    .site-header.is-sticky.halo-header-01 .hamburger-wrapper, .site-header.is-sticky.halo-header-03 .hamburger-wrapper {
      display: none; }
  @media only screen and (min-width: 1025px) {
    .site-header {
      z-index: 20;
      box-shadow: none; }
      .site-header .halo-header-PC {
        display: block; }
      .site-header .halo-header-mobile {
        display: none; }
      .site-header.halo-header-03 .header-middle-logo {
        min-width: 240px;
        justify-content: center; }
      body:not(.template-index) .site-header {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      .site-header.is-sticky {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); } }

.halo-header-01 .header-middle .container .item:last-child {
  margin-left: 20px;
  padding-left: 20px; }
  .halo-header-01 .header-middle .container .item:last-child:before {
    left: 0;
    top: 50%;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #e2e4e8;
    transform: translateY(-50%); }
.halo-header-01 .header-middle .item--wislish + .item--cart {
  margin-left: 15px; }

@media only screen and (min-width: 1025px) {
  .halo-header-02 .site-nav {
    padding-right: 100px; }
    .halo-header-02 .site-nav .menu-lv-1 > .nav-action > .icon-dropdown {
      display: inline-block;
      position: absolute;
      left: calc(100% + 6px);
      top: 50%;
      transform: translateY(-50%); }
      .halo-header-02 .site-nav .menu-lv-1 > .nav-action > .icon-dropdown .icon {
        width: 9px;
        height: 9px;
        transform: rotate(90deg); }
    .halo-header-02 .site-nav .menu-lv-1 {
      margin-right: 40px; }
  .halo-header-02 .item--quickSearch {
    margin-right: 20px; } }

@media only screen and (min-width: 1025px) {
  .halo-header-03 .site-nav-vertical-wrapper {
    display: inline-block;
    vertical-align: middle; }
    .halo-header-03 .site-nav-vertical-wrapper + .site-nav {
      width: auto;
      margin-left: 30px;
      display: inline-block;
      vertical-align: middle; }
  .halo-header-03 .site-nav {
    padding-right: 100px; }
    .halo-header-03 .site-nav .menu-lv-1 > .nav-action > .icon-dropdown {
      display: inline-block;
      position: absolute;
      left: calc(100% + 6px);
      top: 50%;
      transform: translateY(-50%); }
      .halo-header-03 .site-nav .menu-lv-1 > .nav-action > .icon-dropdown .icon {
        width: 9px;
        height: 9px;
        transform: rotate(90deg); }
    .halo-header-03 .site-nav .menu-lv-1 {
      margin-right: 40px; }
  .halo-header-03 .search-bar {
    width: 630px; }
    .halo-header-03 .search-bar .btn-search {
      margin: 4px;
      padding: 7px 16px;
      border-radius: 3px;
      min-width: 55px; }
  .halo-header-03 .social-code a {
    text-decoration: underline;
    text-underline-position: under; } }

.header-top {
  padding: 10px 0 8px 0;
  color: #383e47;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e4e8; }
  .header-top .navUser {
    top: auto;
    z-index: 1;
    right: auto;
    display: flex;
    transform: none;
    position: relative;
    align-items: center;
    justify-content: space-between; }
  .header-top .navUser-section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 33.3333333%; }
    .header-top .navUser-section.navUser-left {
      justify-content: flex-start; }
    .header-top .navUser-section.navUser-center {
      justify-content: center; }
      .header-top .navUser-section.navUser-center .navUser-text {
        font-size: 16px;
        font-weight: 700;
        color: #b20000;
        font-family: Rajdhani, sans-serif; }
    .header-top .navUser-section.navUser-right {
      justify-content: flex-end; }
  .header-top .navUser-item {
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; }
    .header-top .navUser-item + .navUser-item {
      margin-left: 20px; }
    .header-top .navUser-item .icon {
      width: 16px;
      height: 16px;
      line-height: 1; }
    .header-top .navUser-item i {
      font-size: 16px;
      margin-right: 5px;
      opacity: 0.8;
      position: relative;
      top: 2px; }
  .header-top .navUser-phone i {
    top: 1px;
    font-size: 14px; }
  .header-top .navUser-item--account {
    line-height: 1; }
    .header-top .navUser-item--account > .icon {
      top: -1px;
      position: relative;
      margin-right: 5px; }
    .header-top .navUser-item--account .navUser-or,
    .header-top .navUser-item--account .navUser-action {
      display: inline-block;
      vertical-align: middle; }
  .header-top .navUser-text,
  .header-top .navUser-action {
    color: inherit;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize; }
  .header-top .navUser-action:before {
    content: '';
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    position: absolute;
    background-color: #005599;
    transition: all .3s ease; }
  .header-top .navUser-action:hover {
    color: #005599; }
    .header-top .navUser-action:hover:before {
      width: 100%; }
  .header-top .navUser-email .navUser-action {
    text-transform: lowercase; }

.header-middle {
  display: block;
  padding: 19px 0 19px 0;
  color: #383e47;
  background-color: #ffffff; }
  .header-middle .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .header-middle .container:before, .header-middle .container:after {
      content: none; }
    .header-middle .container .item {
      position: relative; }
      .header-middle .container .item + .item {
        margin-left: 30px; }
  .header-middle .header-middle-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 250px; }
    .header-middle .header-middle-logo .hamburger-wrapper {
      margin-right: 30px; }
  .header-middle .header-middle-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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; }
    .header-middle .header-middle-text .navUser-action {
      display: inline-block;
      color: #383e47; }
      .header-middle .header-middle-text .navUser-action.custom .icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle; }
      .header-middle .header-middle-text .navUser-action.custom .navUser-text-wrapper {
        font-size: 12px;
        font-weight: 700;
        color: inherit;
        line-height: 1;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize; }
      .header-middle .header-middle-text .navUser-action.custom .countPill {
        margin: 0 0 3px 0;
        width: 30px;
        height: 16px;
        line-height: 16px;
        border-radius: 10px;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto; }
      .header-middle .header-middle-text .navUser-action.custom .navUser-text-cartLabel {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 35px;
        display: inline-block;
        vertical-align: top; }
      .header-middle .header-middle-text .navUser-action.custom .navUser-text-wishlist {
        line-height: 16px;
        max-width: 30px;
        word-break: break-word;
        overflow: hidden;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; }
      .header-middle .header-middle-text .navUser-action.custom .navUser-text-account {
        font-weight: 400;
        display: inline-block;
        vertical-align: top; }
        .header-middle .header-middle-text .navUser-action.custom .navUser-text-account.navUser-or {
          text-transform: lowercase;
          margin-left: 1px;
          margin-right: 1px;
          color: #383e47; }
          .header-middle .header-middle-text .navUser-action.custom .navUser-text-account.navUser-or:hover {
            color: #383e47; }
      .header-middle .header-middle-text .navUser-action.custom .navUser-text-myaccount {
        display: block;
        margin-top: 6px; }
      .header-middle .header-middle-text .navUser-action.custom-2 {
        text-align: center;
        vertical-align: top;
        display: inline-block; }
        .header-middle .header-middle-text .navUser-action.custom-2 .icon {
          display: inline-block;
          vertical-align: top;
          margin: 0 0 5px;
          position: relative;
          width: 30px;
          height: 30px; }
        .header-middle .header-middle-text .navUser-action.custom-2 .navUser-text-wrapper {
          font-weight: 700;
          line-height: 18px;
          display: block;
          text-transform: capitalize; }
          .header-middle .header-middle-text .navUser-action.custom-2 .navUser-text-wrapper:before {
            content: '';
            left: 0;
            width: 0;
            bottom: 0;
            height: 1px;
            position: absolute;
            background-color: #005599;
            transition: all .3s ease; }
      .header-middle .header-middle-text .navUser-action:hover {
        color: #005599; }
        .header-middle .header-middle-text .navUser-action:hover.custom-2 .navUser-text-wrapper:before {
          width: 100%; }
  .header-middle .item--office {
    text-align: center; }
    .header-middle .item--office .office-phone {
      margin: 0;
      font-size: 20px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      font-family: Rajdhani, sans-serif;
      color: #383e47; }
    .header-middle .item--office .office-hours {
      line-height: 1;
      margin: 5px 0 0 0; }
  .header-middle .item--account {
    line-height: 1; }
    .header-middle .item--account .icon-arrow {
      width: 8px;
      height: 8px;
      font-size: 8px;
      margin-left: 2px;
      display: inline-block;
      vertical-align: middle; }
      .header-middle .item--account .icon-arrow svg {
        width: 100%;
        height: 100%; }
    .header-middle .item--account .navUser-action.custom .navUser-text-wrapper {
      max-width: 100px;
      white-space: nowrap; }
  .header-middle .item--cart,
  .header-middle .item--wislish {
    display: inline-block;
    vertical-align: middle; }
    .header-middle .item--cart .icon,
    .header-middle .item--wislish .icon {
      margin: 0;
      width: 30px;
      height: 30px; }

.header-bottom {
  position: relative;
  color: #f5f5f5;
  background-color: #0058a4;
  border-top: 1px solid #373e46;
  padding-bottom: 1px;
  /*border-bottom: 1px solid #373e46;*/
  transition: all .3s ease; }
  .header-bottom .site-nav .menu-lv-1 > .nav-action {
    color: #f5f5f5; }
    .header-bottom .site-nav .menu-lv-1 > .nav-action:before {
      left: 0;
      width: 0;
      content: "";
      height: 1px;
      bottom: 12px;
      position: absolute;
      background-color: #f5f5f5;
      transition: all 0.3s ease; }
  .header-bottom .site-nav .menu-lv-1:hover > .nav-action:before {
    width: 100%; }
  .header-bottom .social-code {
    right: calc((100% - 1170px)/ 2);
    top: 50%;
    line-height: 20px;
    padding: 0;
    position: absolute;
    font-weight: 700;
    display: inline-block;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 15px;
    font-family: Rajdhani, sans-serif; }
    .header-bottom .social-code i {
      font-size: 20px;
      display: inline-block;
      vertical-align: middle; }

.halo-header-mobile {
  padding: 0px 15px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #383e47;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .halo-header-mobile .mobileMenu-toggle .mobileMenu-toggleIcon,
  .halo-header-mobile .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .halo-header-mobile .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #383e47; }
  .halo-header-mobile .logo-wrapper {
    margin: 0; }
    .halo-header-mobile .logo-wrapper .site-header__logo-image {
      max-width: 120px;
      margin-left: auto;
      margin-right: auto; }
  .halo-header-mobile .navUser-action[data-cart-preview] .countPill {
    margin: 0;
    top: -10px;
    right: -9px;
    width: 18px;
    height: 18px;
    display: block;
    font-size: 11px;
    line-height: 18px;
    position: absolute; }
  .halo-header-mobile .navUser-action .navUser-icon {
    vertical-align: top; }
  .halo-header-mobile .navUser-action .icon {
    margin: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    position: relative;
    fill: #383e47; }
  .halo-header-mobile .item--searchMobile .navUser-action {
    display: inline-block; }
    .halo-header-mobile .item--searchMobile .navUser-action .icon.icon-close {
      display: none;
      padding: 2px; }
    .halo-header-mobile .item--searchMobile .navUser-action.is-open .icon {
      display: none; }
      .halo-header-mobile .item--searchMobile .navUser-action.is-open .icon.icon-close {
        display: inline-block; }
    .halo-header-mobile .item--searchMobile .navUser-action.is-open + .search-form {
      opacity: 1;
      visibility: visible; }
  .halo-header-mobile .item--searchMobile .search-form {
    opacity: 0;
    visibility: hidden;
    line-height: 22px;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    position: absolute;
    transition: all 0.3s ease; }
    .halo-header-mobile .item--searchMobile .search-form .search-bar {
      border-radius: 0;
      border: none; }
    .halo-header-mobile .item--searchMobile .search-form .quickSearchResultsWrap {
      border-radius: 0;
      box-shadow: none;
      border-top: 1px solid #efefef;
      padding: 12px 15px; }
  .halo-header-mobile .header-Mobile-item {
    min-width: 85px;
    width: 33.3333333%; }
    .halo-header-mobile .header-Mobile-item .items {
      display: inline-block;
      vertical-align: middle; }
      .halo-header-mobile .header-Mobile-item .items + .items {
        margin-left: 16px; }
        @media only screen and (min-width: 370px) {
          .halo-header-mobile .header-Mobile-item .items + .items {
            margin-left: 20px; } }
    .halo-header-mobile .header-Mobile-item.text-center .items {
      width: 100%; }
  .halo-header-mobile .site-header__logo-image img {
    width: auto; }

.countPill {
  top: -6px;
  right: -10px;
  height: 22px;
  width: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: #ffffff;
  background-color: #b20000; }

.lang_currency-dropdown {
  margin: 0;
  font-size: 1.14286em;
  font-weight: 400;
  display: block;
  font-family: Rajdhani, sans-serif; }
  .lang_currency-dropdown .dropdown-label {
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer; }
    .lang_currency-dropdown .dropdown-label .img-icon {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-right: 8px; }
      .lang_currency-dropdown .dropdown-label .img-icon img {
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        transform: translateX(-50%); }
    .lang_currency-dropdown .dropdown-label .text {
      font-weight: 600;
      vertical-align: middle; }
    .lang_currency-dropdown .dropdown-label .icon-arrow {
      width: 8px;
      height: 8px;
      font-size: 8px;
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle; }
      .lang_currency-dropdown .dropdown-label .icon-arrow svg {
        width: 100%;
        height: 100%; }
    .lang_currency-dropdown .dropdown-label:after {
      content: none; }
  .lang_currency-dropdown .dropdown-menu {
    margin-top: 10px;
    min-width: 100px;
    font-size: inherit;
    border-radius: 3px;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
    .lang_currency-dropdown .dropdown-menu .dropdown-item {
      padding: 5px 15px; }
      .lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle; }
        .lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon img {
          position: absolute;
          height: 100%;
          width: auto;
          left: 50%;
          transform: translateX(-50%); }
      .lang_currency-dropdown .dropdown-menu .dropdown-item .text {
        vertical-align: middle;
        position: relative;
        font-weight: 700; }
        .lang_currency-dropdown .dropdown-menu .dropdown-item .text:before {
          content: "";
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          background-color: #383e47;
          position: absolute;
          z-index: 1;
          transition: all 0.3s ease; }
      .lang_currency-dropdown .dropdown-menu .dropdown-item .icon-arrow {
        display: none; }
      .lang_currency-dropdown .dropdown-menu .dropdown-item.active {
        color: inherit;
        background-color: inherit; }
        .lang_currency-dropdown .dropdown-menu .dropdown-item.active .text:before {
          width: 100%; }

.navUser-currency .lang_currency-dropdown .dropdown-label .img-icon {
  display: none; }

.login-dropdown {
  width: 100%;
  z-index: 21;
  padding: 0;
  line-height: 22px;
  text-align: left;
  white-space: normal;
  color: #383e47;
  background-color: #ffffff; }
  .login-dropdown .close {
    top: 50%;
    opacity: 1;
    right: 27px;
    color: #383e46;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    transform: translateY(-50%); }
    .login-dropdown .close[data-close-login-dropdown-pc] {
      display: none; }
    .login-dropdown .close[data-close-login-dropdown] {
      display: block; }
    @media only screen and (min-width: 1025px) {
      .login-dropdown .close[data-close-login-dropdown] {
        display: none; }
      .login-dropdown .close[data-close-login-dropdown-pc] {
        display: block; } }
  .login-dropdown .login-header,
  .login-dropdown .login-content,
  .login-dropdown .login-footer {
    padding-left: 28px;
    padding-right: 28px; }
  .login-dropdown .login-header {
    display: block;
    text-align: left;
    padding-top: 13px;
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #e2e4e8; }
    .login-dropdown .login-header .login-title {
      margin: 0;
      line-height: 1;
      font-size: 16px;
      font-weight: 700;
      color: #383e47;
      text-transform: uppercase; }
  .login-dropdown .login-content {
    padding-top: 15px;
    padding-bottom: 30px; }
    .login-dropdown .login-content .login-form {
      margin-bottom: 0; }
    .login-dropdown .login-content .form-field {
      margin-bottom: 20px; }
    .login-dropdown .login-content .form-actions {
      margin-top: 0;
      text-align: left; }
      .login-dropdown .login-content .form-actions .forgot-password,
      .login-dropdown .login-content .form-actions .button {
        margin-left: 0; }
      .login-dropdown .login-content .form-actions .btn + .forgot-password, .login-dropdown .login-content .form-actions .shopify-payment-button .shopify-payment-button__button--unbranded + .forgot-password, .shopify-payment-button .login-dropdown .login-content .form-actions .shopify-payment-button__button--unbranded + .forgot-password {
        margin-top: 15px;
        margin-bottom: 0; }
      .login-dropdown .login-content .form-actions .forgot-password {
        color: #005599;
        line-height: 1;
        display: inline-block;
        margin-bottom: 16px; }
        .login-dropdown .login-content .form-actions .forgot-password:before {
          content: "";
          left: 0;
          width: 0;
          bottom: -2px;
          height: 1px;
          position: absolute;
          transition: all 0.3s ease;
          background-color: #005599; }
        .login-dropdown .login-content .form-actions .forgot-password:hover {
          color: #005599; }
          .login-dropdown .login-content .form-actions .forgot-password:hover:before {
            width: 100%; }
  .login-dropdown .login-footer {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #e2e4e8; }
  .login-dropdown .intro {
    margin-bottom: 18px; }
  .login-dropdown .btn, .login-dropdown .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .login-dropdown .shopify-payment-button__button--unbranded {
    width: 100%;
    display: block;
    padding: 11px 15px 10px 15px; }
  @media only screen and (min-width: 1025px) {
    .login-dropdown {
      right: 0;
      left: auto;
      width: 300px;
      display: none;
      position: absolute;
      border-radius: 3px;
      top: calc(100% + 10px);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
      .login-dropdown .login-footer {
        border-top: none;
        background-color: #f7f7f7;
        border-radius: 0 0 3px 3px; } }
  @media only screen and (max-width: 1024px) {
    .login-dropdown {
      display: block !important; } }

.cart-dropdown {
  width: 100%;
  z-index: 21;
  text-align: left;
  padding: 20px 0;
  background-color: #ffffff; }
  .cart-dropdown .close {
    top: 50%;
    opacity: 1;
    right: 27px;
    color: #383e46;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    transform: translateY(-50%); }
  .cart-dropdown .btn, .cart-dropdown .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-dropdown .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%; }
    .cart-dropdown .btn + .btn, .cart-dropdown .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .cart-dropdown .shopify-payment-button__button--unbranded + .btn, .cart-dropdown .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-dropdown .btn + .shopify-payment-button__button--unbranded, .cart-dropdown .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-dropdown .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
      margin-top: 15px; }
    .cart-dropdown .btn.btn--viewCart, .cart-dropdown .shopify-payment-button .btn--viewCart.shopify-payment-button__button--unbranded, .shopify-payment-button .cart-dropdown .btn--viewCart.shopify-payment-button__button--unbranded {
      margin-bottom: 15px; }
  .cart-dropdown .actions {
    padding: 0 20px; }
  .cart-dropdown .summary {
    padding: 15px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .cart-dropdown .summary .label {
      font-size: 12px;
      font-weight: 700;
      text-align: left;
      display: inline-block;
      color: #383e47; }
    .cart-dropdown .summary .price {
      font-size: 16px;
      font-weight: 700;
      text-align: right;
      display: inline-block;
      color: #383e47; }
  .cart-dropdown .products-list {
    overflow: auto;
    max-height: 325px; }
    .cart-dropdown .products-list .items {
      margin-bottom: 15px;
      padding: 0 20px 15px 20px;
      border-bottom: 1px solid #e2e4e8; }
      .cart-dropdown .products-list .items:last-child {
        margin-bottom: 0; }
    .cart-dropdown .products-list::-webkit-scrollbar-track {
      background-color: #fafafa; }
    .cart-dropdown .products-list::-webkit-scrollbar {
      width: 0;
      background-color: #fafafa; }
    .cart-dropdown .products-list::-webkit-scrollbar-thumb {
      background-color: #e6e6e6; }
  .cart-dropdown .cart_empty {
    text-align: center; }
  @media only screen and (min-width: 1025px) {
    .cart-dropdown {
      right: 0;
      left: auto;
      width: 350px;
      display: none;
      padding: 20px 30px;
      position: absolute;
      top: calc(100% + 10px);
      border-radius: 3px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
      .cart-dropdown .summary {
        padding: 15px 0; }
      .cart-dropdown .products-list .items {
        padding: 0 0 15px 0; }
      .cart-dropdown .actions {
        padding: 0; } }
  @media only screen and (max-width: 1024px) {
    .cart-dropdown {
      display: block !important; } }

.product-on-cart {
  position: relative;
  display: table; }
  .product-on-cart .product-image {
    display: table-cell;
    vertical-align: top;
    width: 70px; }
    .product-on-cart .product-image img {
      width: 100%; }
  .product-on-cart .product-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 25px; }
    .product-on-cart .product-details .btn-remove {
      right: 0;
      top: 50%;
      font-size: 30px;
      position: absolute;
      transform: translateY(-50%);
      color: #999999; }
    .product-on-cart .product-details .product-name {
      font-size: 12px;
      font-weight: 700;
      line-height: 22px;
      margin: 0 0 8px;
      overflow: hidden;
      text-transform: none;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      color: #059;
      font-family: Arimo, sans-serif; }
    .product-on-cart .product-details .option {
      font-size: 12px;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 12px;
      text-transform: capitalize;
      display: block;
      font-style: italic;
      color: #999999; }
    .product-on-cart .product-details .cart-collateral {
      line-height: 1;
      font-size: 13px;
      color: #999999; }
      .product-on-cart .product-details .cart-collateral .price {
        font-weight: 700;
        margin-left: 5px;
        color: #141414; }
      .product-on-cart .product-details .cart-collateral .qtt,
      .product-on-cart .product-details .cart-collateral .price {
        width: auto;
        display: inline-block;
        vertical-align: middle; }
    .product-on-cart .product-details .wishlist {
      display: none; }
  @media only screen and (min-width: 1025px) {
    .product-on-cart .product-details {
      padding-left: 20px;
      padding-right: 45px; } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #383e47;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  @media only screen and (min-width: 1025px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon,
      .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        height: 4px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -8px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -8px; }
      .mobileMenu-toggle.small {
        width: 24px;
        height: 24px; }
        .mobileMenu-toggle.small .mobileMenu-toggleIcon,
        .mobileMenu-toggle.small .mobileMenu-toggleIcon::before,
        .mobileMenu-toggle.small .mobileMenu-toggleIcon::after {
          height: 2px; }
        .mobileMenu-toggle.small .mobileMenu-toggleIcon::before {
          top: -7px; }
        .mobileMenu-toggle.small .mobileMenu-toggleIcon::after {
          bottom: -7px; } }

.logo-wrapper {
  /*margin: 15px 0;*/ }
  .logo-wrapper .site-header__logo-link {
    font-size: 18px;
    max-width: 100%;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
    word-break: break-word;
    text-transform: uppercase;
    color: #383e47; }
    @media only screen and (min-width: 1025px) {
      .logo-wrapper .site-header__logo-link {
        font-size: 26; } }
    .logo-wrapper .site-header__logo-link svg {
      width: 100%;
      height: auto; }
  .logo-wrapper .site-header__logo-image {
    display: block; }
    .logo-wrapper .site-header__logo-image img {
      width: 100%; }

.search-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  border-radius: 3px;
  color: #383e47;
  background-color: #ffffff;
  border: 1px solid #cccfd6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  .search-bar .input-group-field {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    color: #383e47;
    background-color: transparent; }
    .search-bar .input-group-field::-webkit-input-placeholder {
      color: #383e47; }
    .search-bar .input-group-field::-moz-placeholder {
      color: #383e47; }
    .search-bar .input-group-field:-ms-input-placeholder {
      color: #383e47; }
    .search-bar .input-group-field:-moz-placeholder {
      color: #383e47; }
  .search-bar .btn-search {
    width: 55px;
    border: none;
    box-shadow: none;
    padding: 11px 16px;
    border-radius: 0 3px 3px 0;
    background-color: #f7f7f7; }
    .search-bar .btn-search svg {
      width: 24px;
      height: 24px;
      fill: #373e46;
      stroke: #373e46;
      display: inline-block;
      vertical-align: middle; }
  @media only screen and (min-width: 1025px) {
    .search-bar {
      width: 500px; } }

.site-nav {
  font-size: 0; }
  .site-nav .icon-dropdown {
    display: none; }
  .site-nav .menu-mb-title {
    display: none; }
  .site-nav .icon-label {
    left: 100%;
    top: -22px;
    margin: 0;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 5px 2px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid;
    text-transform: capitalize;
    font-family: Arimo, sans-serif;
    position: absolute;
    transform: translateX(-50%); }
    .site-nav .icon-label.label_1 {
      color: #ffffff;
      border-color: #b20000;
      background-color: #b20000; }
    .site-nav .icon-label.label_2 {
      color: #ffffff;
      border-color: #70b00c;
      background-color: #70b00c; }
    .site-nav .icon-label.label_3 {
      color: #ffffff;
      border-color: #008ddd;
      background-color: #008ddd; }
  .site-nav .menu-lv-1 {
    display: inline-block;
    margin-right: 30px; }
    .site-nav .menu-lv-1 > .nav-action {
      margin: 0;
      font-weight: 700;
      padding: 13px 0 11px;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-size: 15px;
      font-family: Rajdhani, sans-serif; }
      .site-nav .menu-lv-1 > .nav-action a {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    .site-nav .menu-lv-1.dropdown:hover > .sub-menu-mobile {
      top: auto;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
  .site-nav .menu-lv-2 > .nav-action,
  .site-nav .menu-lv-3 > .nav-action {
    width: 100%;
    display: inline-block;
    /* orig padding: 11px 20px 9px;*/
    /* first slim padding: 2px 20px 2px; */
    padding: 9px 20px 9px;
    margin: 0;
    font-size: 14px; }
    .site-nav .menu-lv-2 > .nav-action a,
    .site-nav .menu-lv-3 > .nav-action a {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
  .site-nav .no-mega-menu {
    position: relative;
    font-size: 14px; }
    .site-nav .no-mega-menu .sub-menu-mobile {
      left: 0;
      opacity: 0;
      z-index: 10;
      min-width: 200px;
      position: absolute;
      visibility: hidden;
      pointer-events: none;
      color: #383e47;
      background-color: #f0f0f0;
      transition: all 0.3s ease;
      transform: translate3d(0, 50px, 0);
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 3px 3px; }
      .site-nav .no-mega-menu .sub-menu-mobile .site-nav-dropdown > li {
        border-bottom: 1px solid #ffffff; }
        .site-nav .no-mega-menu .sub-menu-mobile .site-nav-dropdown > li:last-of-type {
          border-bottom: none; }
      .site-nav .no-mega-menu .sub-menu-mobile .nav-action {
        padding: 0; }
        .site-nav .no-mega-menu .sub-menu-mobile .nav-action .icon-dropdown {
          width: 10px;
          height: 10px;
          line-height: 10px;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          display: inline-block;
          top: 50%;
          left: 19px;
          transform: translateY(-50%);
          transition: all 0.3s ease; }
          .site-nav .no-mega-menu .sub-menu-mobile .nav-action .icon-dropdown .icon {
            width: 100%;
            height: 100%; }
        .site-nav .no-mega-menu .sub-menu-mobile .nav-action:hover {
          color: #005599; }
      .site-nav .no-mega-menu .sub-menu-mobile .sub-menu-mobile {
        left: 100%; }
      .site-nav .no-mega-menu .sub-menu-mobile a {
        width: 100%;
        display: inline-block;
        /* orig padding: 11px 20px 9px;*/
        /* slim padding: 2px 20px 2px; */
        padding: 9px 20px 9px;
        color: inherit; }
    .site-nav .no-mega-menu .menu-lv-2,
    .site-nav .no-mega-menu .menu-lv-3 {
      transition: all 0.3s ease; }
      .site-nav .no-mega-menu .menu-lv-2.dropdown:hover,
      .site-nav .no-mega-menu .menu-lv-3.dropdown:hover {
        background-color: #f7f7f7; }
        .site-nav .no-mega-menu .menu-lv-2.dropdown:hover > .nav-action a,
        .site-nav .no-mega-menu .menu-lv-3.dropdown:hover > .nav-action a {
          padding-left: 36px; }
        .site-nav .no-mega-menu .menu-lv-2.dropdown:hover > .nav-action .icon-dropdown,
        .site-nav .no-mega-menu .menu-lv-3.dropdown:hover > .nav-action .icon-dropdown {
          opacity: 1;
          visibility: visible; }
        .site-nav .no-mega-menu .menu-lv-2.dropdown:hover > .sub-menu-mobile,
        .site-nav .no-mega-menu .menu-lv-3.dropdown:hover > .sub-menu-mobile {
          top: 0;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translate3d(0, 0, 0); }
  .site-nav .mega-menu {
    position: static;
    font-size: 14px; }
    .site-nav .mega-menu.menu-lv-1:hover .sub-menu-mobile {
      pointer-events: auto; }
    .site-nav .mega-menu .menu-lv-2 > .nav-action {
      padding: 5px 0;
      font-size: 14px;
      font-weight: 700;
      color: #005599;
      text-transform: capitalize; }
      .site-nav .mega-menu .menu-lv-2 > .nav-action a {
        color: inherit; }
    .site-nav .mega-menu .menu-lv-3 > .nav-action {
      font-size: 12px;
      padding: 5px 0; }
    .site-nav .mega-menu .menu-lv-3.menu-image a {
      padding: 15px 0;
      display: inline-block; }
    .site-nav .mega-menu .sub-menu-mobile {
      padding: 15px 0;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 80vh;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 10;
      position: absolute;
      visibility: hidden;
      pointer-events: none;
      color: #383e47;
      background-color: #f0f0f0;
      transition: all 0.3s ease;
      transform: translate3d(0, 50px, 0);
      box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 3px 3px; }
      .site-nav .mega-menu .sub-menu-mobile .sub-menu-mobile {
        padding: 0;
        left: auto;
        right: auto;
        opacity: 1;
        transform: none;
        box-shadow: none;
        max-height: none;
        border-radius: 0;
        visibility: visible;
        pointer-events: none;
        position: relative;
        background-color: transparent; }
      .site-nav .mega-menu .sub-menu-mobile a {
        color: #383e47; }
        .site-nav .mega-menu .sub-menu-mobile a:hover {
          color: #005599; }
    .site-nav .mega-menu .featuredProductCarousel {
      margin: 0 -10px; }
      .site-nav .mega-menu .featuredProductCarousel:not(.slick-slider) {
        overflow: hidden;
        white-space: nowrap; }
        .site-nav .mega-menu .featuredProductCarousel:not(.slick-slider) .items {
          width: 100%; }
      .site-nav .mega-menu .featuredProductCarousel .items {
        padding: 0 10px;
        display: inline-block;
        vertical-align: top; }
    .site-nav .mega-menu .site-nav-dropdown .container {
      font-size: 0; }
    .site-nav .mega-menu .site-nav-dropdown .cateArea {
      font-size: 12px;
      display: inline-block;
      vertical-align: top; }
      .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns {
        padding: 0;
        margin: 0;
        float: none;
        list-style: none;
        width: auto;
        font-size: 0;
        margin: 0 -15px 20px; }
        .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-2 {
          column-count: 2;
          -webkit-column-count: 2; }
        .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-3 {
          column-count: 3;
          -webkit-column-count: 3; }
        .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-4 {
          column-count: 4;
          -webkit-column-count: 4; }
        .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-5 {
          column-count: 5;
          -webkit-column-count: 5; }
        .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-6 {
          column-count: 6;
          -webkit-column-count: 6; }
        .site-nav .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns > li {
          padding: 0 15px 10px;
          break-inside: avoid-column;
          page-break-inside: avoid;
          -webkit-column-break-inside: avoid; }
    .site-nav .mega-menu .site-nav-dropdown .imageArea {
      font-size: 12px;
      display: inline-block;
      vertical-align: top; }
      .site-nav .mega-menu .site-nav-dropdown .imageArea.colRight {
        padding-left: 30px; }
      .site-nav .mega-menu .site-nav-dropdown .imageArea .imgList {
        display: block;
        font-size: 0;
        margin: 0 -15px; }
        .site-nav .mega-menu .site-nav-dropdown .imageArea .imgList .imgItem {
          width: 50%;
          padding: 0 15px;
          vertical-align: top;
          display: inline-block;
          margin-bottom: 30px; }
          .site-nav .mega-menu .site-nav-dropdown .imageArea .imgList .imgItem:last-child {
            margin-bottom: 0; }
        .site-nav .mega-menu .site-nav-dropdown .imageArea .imgList .imgItem--full {
          width: 100%;
          display: block; }
      .site-nav .mega-menu .site-nav-dropdown .imageArea .title {
        margin: 0;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 700;
        color: #005599;
        text-align: center;
        text-transform: capitalize;
        font-family: Arimo, sans-serif; }
      .site-nav .mega-menu .site-nav-dropdown .imageArea .product-card .product-image {
        max-width: 155px;
        margin-left: auto;
        margin-right: auto; }
    .site-nav .mega-menu .site-nav-dropdown.style_1 .cateArea {
      width: 58%; }
    .site-nav .mega-menu .site-nav-dropdown.style_1 .imageArea {
      width: 42%; }
      .site-nav .mega-menu .site-nav-dropdown.style_1 .imageArea .imgList > .imgRight {
        padding-top: 10px; }
    .site-nav .mega-menu .site-nav-dropdown.style_2 .cateArea {
      width: 60%; }
    .site-nav .mega-menu .site-nav-dropdown.style_2 .imageArea {
      width: 40%; }
      .site-nav .mega-menu .site-nav-dropdown.style_2 .imageArea .imgList {
        padding-top: 15px; }
    .site-nav .mega-menu .site-nav-dropdown.style_3 .cateArea > .site-nav-dropdowns > li {
      padding-bottom: 0; }

.site-nav-vertical {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  list-style: none; }
  .site-nav-vertical .menu-mb-title {
    display: none; }
  .site-nav-vertical .icon-dropdown {
    display: none; }
  .site-nav-vertical .menu-lv-1 {
    width: 100%;
    display: block;
    margin-right: 0;
    position: relative; }
    .site-nav-vertical .menu-lv-1 > .nav-action {
      margin: 0;
      padding: 0 0 0 15px;
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      display: block;
      color: #f5f5f5;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 0.92857em;
      font-family: Rajdhani, sans-serif;
      transition: all 0.3s ease; }
      .site-nav-vertical .menu-lv-1 > .nav-action a {
        padding: 7px 0;
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        display: inline-block; }
      .site-nav-vertical .menu-lv-1 > .nav-action .icon-dropdown {
        width: 36px;
        height: 36px;
        font-size: 0;
        right: auto;
        float: right;
        line-height: 36px;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        position: relative;
        -webkit-transform: none;
        transform: none;
        pointer-events: none; }
        .site-nav-vertical .menu-lv-1 > .nav-action .icon-dropdown .icon {
          display: inline-block;
          vertical-align: middle;
          width: 10px;
          height: 10px; }
    .site-nav-vertical .menu-lv-1.dropdown:hover > .sub-menu-mobile {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
    .site-nav-vertical .menu-lv-1:first-child {
      padding-top: 10px; }
    .site-nav-vertical .menu-lv-1:last-child {
      padding-bottom: 10px; }
    .site-nav-vertical .menu-lv-1.mega-menu {
      position: static; }
    .site-nav-vertical .menu-lv-1:hover > .nav-action {
      background-color: #f7f7f7; }
  .site-nav-vertical .menu-lv-2 > .nav-action,
  .site-nav-vertical .menu-lv-3 > .nav-action {
    width: 100%;
    display: inline-block;
    padding: 11px 20px 10px;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize; }
    .site-nav-vertical .menu-lv-2 > .nav-action a,
    .site-nav-vertical .menu-lv-3 > .nav-action a {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
  .site-nav-vertical .no-mega-menu {
    position: relative;
    font-size: 14px; }
    .site-nav-vertical .no-mega-menu .sub-menu-mobile {
      top: 0;
      left: 100%;
      opacity: 0;
      z-index: 10;
      min-width: 200px;
      position: absolute;
      visibility: hidden;
      pointer-events: none;
      color: #383e47;
      background-color: #f0f0f0;
      transition: all 0.3s ease;
      transform: translate3d(0, 50px, 0);
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      .site-nav-vertical .no-mega-menu .sub-menu-mobile .site-nav-dropdown > li {
        border-bottom: 1px solid #ffffff; }
        .site-nav-vertical .no-mega-menu .sub-menu-mobile .site-nav-dropdown > li:last-of-type {
          border-bottom: none; }
      .site-nav-vertical .no-mega-menu .sub-menu-mobile .nav-action {
        padding: 0; }
        .site-nav-vertical .no-mega-menu .sub-menu-mobile .nav-action .icon-dropdown {
          width: 10px;
          height: 10px;
          line-height: 10px;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          display: inline-block;
          top: 50%;
          left: 19px;
          transform: translateY(-50%);
          transition: all 0.3s ease; }
          .site-nav-vertical .no-mega-menu .sub-menu-mobile .nav-action .icon-dropdown .icon {
            width: 100%;
            height: 100%; }
        .site-nav-vertical .no-mega-menu .sub-menu-mobile .nav-action:hover {
          color: #005599; }
      .site-nav-vertical .no-mega-menu .sub-menu-mobile .sub-menu-mobile {
        left: 100%; }
      .site-nav-vertical .no-mega-menu .sub-menu-mobile a {
        width: 100%;
        display: inline-block;
        padding: 11px 20px 9px;
        color: inherit; }
    .site-nav-vertical .no-mega-menu .menu-lv-2,
    .site-nav-vertical .no-mega-menu .menu-lv-3 {
      transition: all 0.3s ease; }
      .site-nav-vertical .no-mega-menu .menu-lv-2.dropdown:hover,
      .site-nav-vertical .no-mega-menu .menu-lv-3.dropdown:hover {
        background-color: #f7f7f7; }
        .site-nav-vertical .no-mega-menu .menu-lv-2.dropdown:hover > .nav-action a,
        .site-nav-vertical .no-mega-menu .menu-lv-3.dropdown:hover > .nav-action a {
          padding-left: 36px; }
        .site-nav-vertical .no-mega-menu .menu-lv-2.dropdown:hover > .nav-action .icon-dropdown,
        .site-nav-vertical .no-mega-menu .menu-lv-3.dropdown:hover > .nav-action .icon-dropdown {
          opacity: 1;
          visibility: visible; }
        .site-nav-vertical .no-mega-menu .menu-lv-2.dropdown:hover > .sub-menu-mobile,
        .site-nav-vertical .no-mega-menu .menu-lv-3.dropdown:hover > .sub-menu-mobile {
          top: 0;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translate3d(0, 0, 0); }
  .site-nav-vertical .mega-menu {
    position: static;
    font-size: 14px; }
    .site-nav-vertical .mega-menu.menu-lv-1:hover .sub-menu-mobile {
      pointer-events: auto; }
    .site-nav-vertical .mega-menu .menu-lv-2 > .nav-action {
      padding: 5px 0;
      font-size: 16px;
      font-weight: 700;
      color: #005599;
      text-transform: uppercase;
      font-family: Rajdhani, sans-serif; }
      .site-nav-vertical .mega-menu .menu-lv-2 > .nav-action a {
        color: inherit; }
    .site-nav-vertical .mega-menu .menu-lv-3 > .nav-action {
      font-size: 12px;
      padding: 5px 0; }
    .site-nav-vertical .mega-menu .menu-lv-3.menu-image a {
      padding: 15px 0;
      display: inline-block; }
    .site-nav-vertical .mega-menu > .sub-menu-mobile {
      padding: 15px;
      overflow-y: auto;
      max-height: 60vh;
      overflow-x: hidden;
      top: 0;
      left: 100%;
      opacity: 0;
      z-index: 10;
      position: absolute;
      visibility: hidden;
      pointer-events: none;
      color: #383e47;
      background-color: #f0f0f0;
      transition: all 0.3s ease;
      transform: translate3d(0, 50px, 0);
      box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      max-width: calc(970px - 240px);
      min-width: calc(970px - 240px); }
      .site-nav-vertical .mega-menu > .sub-menu-mobile .sub-menu-mobile {
        padding: 0;
        left: auto;
        right: auto;
        opacity: 1;
        transform: none;
        box-shadow: none;
        max-height: none;
        border-radius: 0;
        visibility: visible;
        pointer-events: none;
        position: relative;
        background-color: transparent; }
      .site-nav-vertical .mega-menu > .sub-menu-mobile a {
        color: #383e47; }
        .site-nav-vertical .mega-menu > .sub-menu-mobile a:hover {
          color: #005599; }
      @media only screen and (min-width: 1281px) {
        .site-nav-vertical .mega-menu > .sub-menu-mobile {
          max-width: calc(1170px - 240px);
          min-width: calc(1170px - 240px); } }
    .site-nav-vertical .mega-menu .site-nav-dropdown .container {
      font-size: 0; }
    .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea {
      font-size: 12px;
      display: inline-block;
      vertical-align: top; }
      .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns {
        padding: 0;
        margin: 0;
        float: none;
        list-style: none;
        width: auto;
        font-size: 0;
        margin: 0 -15px 20px; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-2 {
          column-count: 2;
          -webkit-column-count: 2; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-3 {
          column-count: 3;
          -webkit-column-count: 3; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-4 {
          column-count: 4;
          -webkit-column-count: 4; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-5 {
          column-count: 5;
          -webkit-column-count: 5; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns.columns-6 {
          column-count: 6;
          -webkit-column-count: 6; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .cateArea > .site-nav-dropdowns > li {
          padding: 0 15px 10px;
          break-inside: avoid-column;
          page-break-inside: avoid;
          -webkit-column-break-inside: avoid; }
    .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea {
      font-size: 12px;
      display: inline-block;
      vertical-align: top; }
      .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea.colRight {
        padding-left: 30px; }
      .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea .imgList {
        display: block;
        font-size: 0;
        margin: 0 -15px; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea .imgList .imgItem {
          width: 50%;
          padding: 0 15px;
          vertical-align: top;
          display: inline-block;
          margin-bottom: 30px; }
          .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea .imgList .imgItem:last-child {
            margin-bottom: 0; }
        .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea .imgList .imgItem--full {
          width: 100%;
          display: block; }
      .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea .title {
        margin: 0;
        padding: 5px 0;
        font-size: 16px;
        font-weight: 700;
        color: #005599;
        text-align: left;
        text-transform: uppercase;
        font-family: Rajdhani, sans-serif; }
      .site-nav-vertical .mega-menu .site-nav-dropdown .imageArea .product-card .product-image {
        max-width: 155px;
        margin-left: auto;
        margin-right: auto; }
    .site-nav-vertical .mega-menu .site-nav-dropdown.style_1 .cateArea {
      width: 40%; }
    .site-nav-vertical .mega-menu .site-nav-dropdown.style_1 .imageArea {
      width: 60%; }
      .site-nav-vertical .mega-menu .site-nav-dropdown.style_1 .imageArea .imgList > .imgRight {
        padding-top: 10px; }
    .site-nav-vertical .mega-menu .site-nav-dropdown.style_2 .cateArea {
      width: 45%; }
    .site-nav-vertical .mega-menu .site-nav-dropdown.style_2 .imageArea {
      width: 55%; }
      .site-nav-vertical .mega-menu .site-nav-dropdown.style_2 .imageArea .imgList {
        padding-top: 15px; }
    .site-nav-vertical .mega-menu .site-nav-dropdown.style_3 .cateArea > .site-nav-dropdowns > li {
      padding-bottom: 0; }

.site-nav-vertical-wrapper {
  vertical-align: middle;
  display: inline-block;
  width: 240px;
  background-color: #b20000;
  padding: 0 15px;
  position: relative;
  z-index: 12;
  bottom: -1px;
  border-radius: 3px 3px 0 0; }
  .site-nav-vertical-wrapper .site-nav-vertical-text {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Rajdhani, sans-serif;
    line-height: 45px; }
    .site-nav-vertical-wrapper .site-nav-vertical-text .mobileMenu-toggle {
      margin-right: 15px;
      display: inline-block;
      vertical-align: middle; }
      .site-nav-vertical-wrapper .site-nav-vertical-text .mobileMenu-toggle .mobileMenu-toggleIcon,
      .site-nav-vertical-wrapper .site-nav-vertical-text .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .site-nav-vertical-wrapper .site-nav-vertical-text .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background-color: #ffffff; }
    .site-nav-vertical-wrapper .site-nav-vertical-text .text {
      display: inline-block;
      vertical-align: middle; }
  .site-nav-vertical-wrapper .site-nav-vertical {
    top: 100%;
    left: 0;
    right: 0;
    border-top: none;
    position: absolute;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease;
    background-color: #0058a4; }
  .site-nav-vertical-wrapper:hover .site-nav-vertical, .site-nav-vertical-wrapper.is-open .site-nav-vertical {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.site-nav-mobile {
  margin: 0;
  padding: 0;
  background-color: #ffffff; }
  .site-nav-mobile .container {
    padding-left: 0;
    padding-right: 0; }
  .site-nav-mobile .icon-dropdown {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: absolute;
    transform: none;
    pointer-events: none; }
    .site-nav-mobile .icon-dropdown svg {
      width: 12px;
      height: 12px; }
  .site-nav-mobile .icon-label {
    left: calc(100% - 5px);
    top: 50%;
    margin: 0;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 5px 2px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid;
    text-transform: capitalize;
    font-family: Arimo, sans-serif;
    position: absolute;
    transform: translateY(-50%); }
    .site-nav-mobile .icon-label.label_1 {
      color: #ffffff;
      border-color: #b20000;
      background-color: #b20000; }
    .site-nav-mobile .icon-label.label_2 {
      color: #ffffff;
      border-color: #70b00c;
      background-color: #70b00c; }
    .site-nav-mobile .icon-label.label_3 {
      color: #ffffff;
      border-color: #008ddd;
      background-color: #008ddd; }
  .site-nav-mobile .menu-mb-title {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px 10px 30px;
    position: static;
    text-transform: uppercase;
    color: #383e47;
    font-family: Rajdhani, sans-serif;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .site-nav-mobile .menu-mb-title .icon-dropdown {
      left: 0;
      right: auto; }
  .site-nav-mobile .sub-menu-mobile {
    top: 0;
    right: 100%;
    left: auto;
    padding: 0;
    margin: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    color: #383e47;
    background-color: #f0f0f0;
    transition: all .3s ease;
    transform: none;
    box-shadow: none;
    position: absolute;
    cursor: pointer; }
  .site-nav-mobile .is-open > .nav-action {
    display: none !important; }
  .site-nav-mobile .is-open > .sub-menu-mobile {
    right: 0;
    position: relative; }
  .site-nav-mobile .menu-lv-1,
  .site-nav-mobile .menu-lv-2,
  .site-nav-mobile .menu-lv-3 {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ffffff;
    background-color: #f0f0f0; }
    .site-nav-mobile .menu-lv-1 > .nav-action,
    .site-nav-mobile .menu-lv-2 > .nav-action,
    .site-nav-mobile .menu-lv-3 > .nav-action {
      cursor: pointer;
      margin: 0;
      display: block;
      font-size: 16px;
      font-weight: 700;
      position: static;
      text-transform: uppercase;
      color: #383e47;
      font-family: Rajdhani, sans-serif; }
      .site-nav-mobile .menu-lv-1 > .nav-action a,
      .site-nav-mobile .menu-lv-2 > .nav-action a,
      .site-nav-mobile .menu-lv-3 > .nav-action a {
        padding: 12px 20px 10px;
        display: inline-block; }
    .site-nav-mobile .menu-lv-1.is-open,
    .site-nav-mobile .menu-lv-2.is-open,
    .site-nav-mobile .menu-lv-3.is-open {
      border: none; }
    @media only screen and (min-width: 1025px) {
      .site-nav-mobile .menu-lv-1:hover,
      .site-nav-mobile .menu-lv-2:hover,
      .site-nav-mobile .menu-lv-3:hover {
        background-color: #f8f8f8; } }
  .site-nav-mobile .menu-lv-2 > .nav-action,
  .site-nav-mobile .menu-lv-3 > .nav-action {
    font-size: 13px; }
    .site-nav-mobile .menu-lv-2 > .nav-action.menu__moblie_end a,
    .site-nav-mobile .menu-lv-3 > .nav-action.menu__moblie_end a {
      width: 100%; }
  .site-nav-mobile .menu-lv-3.menu-image {
    text-align: left;
    border-bottom: none; }
    .site-nav-mobile .menu-lv-3.menu-image a {
      padding: 15px 20px;
      display: inline-block; }
  .site-nav-mobile .imageArea {
    padding: 15px 20px; }
    .site-nav-mobile .imageArea .imgList {
      display: block;
      font-size: 0;
      margin: 0 -7px; }
      .site-nav-mobile .imageArea .imgList .imgItem {
        width: 50%;
        padding: 0 7px;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 14px; }
        .site-nav-mobile .imageArea .imgList .imgItem:last-child {
          margin-bottom: 0; }
      .site-nav-mobile .imageArea .imgList .imgItem--full {
        width: 100%;
        display: block; }
    .site-nav-mobile .imageArea .title {
      margin: 0;
      padding: 5px 0;
      font-size: 14px;
      font-weight: 700;
      color: #005599;
      text-align: center;
      text-transform: capitalize;
      font-family: Arimo, sans-serif; }
    .site-nav-mobile .imageArea .product-card .product-image {
      max-width: 155px;
      margin-left: auto;
      margin-right: auto; }
  .site-nav-mobile .site-nav-dropdown.style_1 .imageArea .imgList .imgItem {
    width: 100%;
    margin-bottom: 30px; }
    .site-nav-mobile .site-nav-dropdown.style_1 .imageArea .imgList .imgItem:last-child {
      margin-bottom: 0; }
  .site-nav-mobile .menu-lv-1-mb {
    display: block; }
    @media only screen and (min-width: 1025px) {
      .site-nav-mobile .menu-lv-1-mb {
        display: none; } }
  .site-nav-mobile .is-hidden {
    display: none !important; }

.site-nav-mobile.two {
  display: block;
  margin-top: 20px; }
  .site-nav-mobile.two .menu-lv-1,
  .site-nav-mobile.two .menu-lv-2,
  .site-nav-mobile.two .menu-lv-3 {
    border-bottom: none; }
    .site-nav-mobile.two .menu-lv-1 > .nav-action,
    .site-nav-mobile.two .menu-lv-2 > .nav-action,
    .site-nav-mobile.two .menu-lv-3 > .nav-action {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px; }
      .site-nav-mobile.two .menu-lv-1 > .nav-action a,
      .site-nav-mobile.two .menu-lv-2 > .nav-action a,
      .site-nav-mobile.two .menu-lv-3 > .nav-action a {
        width: 100%;
        vertical-align: top;
        padding: 8px 20px 6px; }
        .site-nav-mobile.two .menu-lv-1 > .nav-action a span,
        .site-nav-mobile.two .menu-lv-2 > .nav-action a span,
        .site-nav-mobile.two .menu-lv-3 > .nav-action a span {
          width: 100%;
          vertical-align: top; }
      .site-nav-mobile.two .menu-lv-1 > .nav-action .icon,
      .site-nav-mobile.two .menu-lv-1 > .nav-action i,
      .site-nav-mobile.two .menu-lv-2 > .nav-action .icon,
      .site-nav-mobile.two .menu-lv-2 > .nav-action i,
      .site-nav-mobile.two .menu-lv-3 > .nav-action .icon,
      .site-nav-mobile.two .menu-lv-3 > .nav-action i {
        width: 16px;
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 2px; }
  @media only screen and (min-width: 1025px) {
    .site-nav-mobile.two {
      display: none; } }

.lang-currency-groups {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #383e47;
  border-top: 1px solid #ebebeb; }
  .lang-currency-groups .label-text {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    color: #383e47; }
  .lang-currency-groups .lang_currency-dropdown {
    display: inline-block;
    width: 100%; }
    .lang-currency-groups .lang_currency-dropdown .dropdown-label {
      display: none; }
    .lang-currency-groups .lang_currency-dropdown .dropdown-menu {
      display: block !important;
      top: auto;
      left: auto;
      position: relative;
      width: 100%;
      box-shadow: none;
      font-size: 0;
      padding: 0;
      margin: 5px 0 0 0; }
      .lang-currency-groups .lang_currency-dropdown .dropdown-menu .dropdown-item {
        width: 50%;
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        padding: 5px 0;
        margin: 0; }
        .lang-currency-groups .lang_currency-dropdown .dropdown-menu .dropdown-item .text {
          font-weight: 500; }
  @media only screen and (min-width: 1025px) {
    .lang-currency-groups {
      display: none; } }

.halo_mobileNavigation {
  top: 0;
  bottom: 0;
  padding: 0;
  left: -101%;
  height: 100vh;
  z-index: 102;
  position: fixed;
  max-width: 300px;
  width: calc(100% - 44px);
  transition: all .5s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  background-color: #f0f0f0; }
  .open_menu .halo_mobileNavigation {
    left: 0; }
  .halo_mobileNavigation .close_menu {
    top: 0;
    right: -44px;
    width: 44px;
    height: 45px;
    z-index: 10;
    font-size: 30px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    pointer-events: auto;
    background-color: #b0241f;
    font-family: Arimo, sans-serif; }
    .halo_mobileNavigation .close_menu .close {
      opacity: 1;
      float: none;
      font-size: inherit;
      line-height: inherit;
      font-weight: 400;
      text-shadow: none;
      color: inherit; }
  .halo_mobileNavigation .close_header {
    display: block;
    text-align: left;
    padding: 13px 20px 11px 20px;
    position: relative;
    border-bottom: 1px solid #e2e4e8; }
    .halo_mobileNavigation .close_header .title {
      margin: 0;
      line-height: 1;
      font-size: 16px;
      font-weight: 700;
      color: #323232;
      text-transform: uppercase; }
    .halo_mobileNavigation .close_header .close {
      top: 50%;
      opacity: 1;
      right: 20px;
      color: #383e46;
      font-size: 30px;
      font-weight: 400;
      line-height: 20px;
      position: absolute;
      transform: translateY(-50%); }
  .halo_mobileNavigation#site-nav-mobile {
    transition: left .5s ease; }
  .halo_mobileNavigation#login-mobile {
    left: auto;
    right: -101%; }
    .open_Account .halo_mobileNavigation#login-mobile {
      right: 0; }
  .halo_mobileNavigation#cart-mobile {
    left: auto;
    right: -101%; }
    .open_Cart .halo_mobileNavigation#cart-mobile {
      right: 0; }
  @media only screen and (min-width: 1025px) {
    .halo_mobileNavigation .close_menu {
      display: none; } }

.halo_mobileNavigation_wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px; }
  .halo_mobileNavigation_wrapper .site-nav-mobile {
    overflow: hidden;
    position: relative; }
  .halo_mobileNavigation_wrapper .cart-dropdown .no-items {
    padding-left: 20px;
    padding-right: 20px; }
  @media only screen and (min-width: 1025px) {
    .halo_mobileNavigation_wrapper::-webkit-scrollbar {
      display: none; } }

.quickSearchResultsWrap {
  z-index: 4;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 15px 20px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  .quickSearchResultsWrap .custom-scrollbar {
    max-height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    webkit-overflow-scrolling: touch; }
    .quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-track {
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar {
      width: 5px;
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-thumb {
      background-color: #383e47; }
  .quickSearchResultsWrap .header-search__trending {
    margin-bottom: 15px; }
  .quickSearchResultsWrap .title {
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 15px; }
  .quickSearchResultsWrap .list-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .quickSearchResultsWrap .list-tags .item-tag {
      padding: 0 5px;
      margin-bottom: 10px; }
    .quickSearchResultsWrap .list-tags .highlight {
      display: block;
      color: #868686;
      background-color: #f7f7f7;
      padding: 7px 12px 5px;
      cursor: pointer;
      pointer-events: auto; }
      .quickSearchResultsWrap .list-tags .highlight i {
        pointer-events: none;
        margin-right: 6px; }
      .quickSearchResultsWrap .list-tags .highlight span {
        pointer-events: none; }
  .quickSearchResultsWrap .search__products .halo-row {
    padding-bottom: 10px;
    webkit-overflow-scrolling: touch; }
    .quickSearchResultsWrap .search__products .halo-row::-webkit-scrollbar-track {
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .search__products .halo-row::-webkit-scrollbar {
      height: 5px;
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .search__products .halo-row::-webkit-scrollbar-thumb {
      background-color: #383e47; }
  .quickSearchResultsWrap .product-card .product-image {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto; }
  .quickSearchResultsWrap .product-card .product-action {
    display: none; }
  .quickSearchResultsWrap .product-card .product-image + .product-content {
    padding-top: 12px; }
  .quickSearchResultsWrap .text-results {
    display: block;
    font-weight: 700;
    padding: 6px 0 5px;
    /*background-color: #f7f7f7;*/ }
    .quickSearchResultsWrap .text-results.header-search__see-more {
      margin-top: 15px; }

.notice_flash_sale {
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
  color: #383e47;
  background-color: #fa873b; }
  .notice_flash_sale .container {
    position: relative; }
  .notice_flash_sale a, .notice_flash_sale i, .notice_flash_sale span:not(.lang1):not(.lang2), .notice_flash_sale p {
    display: inline;
    color: #383e47; }
  .notice_flash_sale .lang1 {
    display: inline; }
    body.lang1 .notice_flash_sale .lang1 {
      display: inline; }
    body.lang2 .notice_flash_sale .lang1 {
      display: none; }
  .notice_flash_sale .lang2 {
    display: none; }
    body.lang2 .notice_flash_sale .lang2 {
      display: inline; }
    body.lang1 .notice_flash_sale .lang2 {
      display: none; }
  .notice_flash_sale .icon {
    top: -1px;
    margin-right: 3px;
    position: relative; }
  .notice_flash_sale .time {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px; }
  .notice_flash_sale .close {
    color: #383e47;
    top: 2px;
    right: 5px;
    z-index: 5;
    line-height: 22px;
    font-weight: 400;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    text-shadow: none; }
  @media only screen and (min-width: 1025px) {
    .notice_flash_sale {
      padding: 12px 0;
      right: 10px; } }

/*=====  End of Halo Header layout  ======*/
/*==========================================
=            Slideshow Homepage            =
==========================================*/
.slideshow {
  margin-bottom: 0 !important;
  overflow: hidden;
  white-space: nowrap; }
  .slideshow .item {
    white-space: normal;
    position: relative;
    display: inline-block;
    width: 100%; }
  .slideshow .slick-arrow {
    display: none !important; }
  .slideshow .slick-dots {
    bottom: 0;
    position: relative; }
  .slideshow.slick-dotted {
    margin-bottom: 20px !important; }
  .slideshow.slideshow--small .slide-image {
    height: 220px; }
  .slideshow.slideshow--medium .slide-image {
    height: 230px; }
  .slideshow.slideshow--large .slide-image {
    height: 450px; }
  @media only screen and (min-width: 768px) {
    .slideshow.slideshow--medium .slide-image {
      height: 240px; } }
  @media only screen and (min-width: 993px) {
    .slideshow {
      background-color: transparent; }
      .slideshow .slick-dots {
        bottom: 30px;
        position: absolute; }
      .slideshow.slideshow--small .slide-image {
        height: 300px; }
      .slideshow.slideshow--medium .slide-image {
        height: 320px; }
      .slideshow.slideshow--large .slide-image {
        height: 650px; }
      .slideshow.slick-dotted {
        margin-bottom: 0px !important; } }
  @media only screen and (min-width: 1025px) {
    .slideshow.overlay--dark .slick-arrow {
      border: 2px solid #ffffff; }
      .slideshow.overlay--dark .slick-arrow svg {
        fill: #ffffff; }
    .slideshow.slideshow--adapt .slide-image {
      height: auto; }
      .slideshow.slideshow--adapt .slide-image .image-background {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
        position: relative;
        transform: none; }
    .slideshow .slick-arrow {
      z-index: 5;
      width: 60px;
      height: 60px;
      opacity: 0;
      visibility: hidden;
      line-height: 56px;
      border-radius: 50%;
      transition: all 0.3s ease;
      display: block !important;
      border: 2px solid #383e47; }
      .slideshow .slick-arrow svg {
        width: 100%;
        height: 100%;
        padding: 0 18px;
        display: inline-block;
        fill: #383e47; }
      .slideshow .slick-arrow:before {
        content: none; }
      .slideshow .slick-arrow.slick-prev {
        left: 6%; }
      .slideshow .slick-arrow.slick-next {
        right: 6%; }
      .slideshow .slick-arrow:hover {
        opacity: 1; }
    .slideshow .slick-slide .slide-heading {
      visibility: hidden;
      animation-delay: 0ms;
      animation-name: fadeOutDown; }
    .slideshow .slick-slide .slide-text {
      visibility: hidden;
      animation-delay: 0ms;
      animation-name: fadeOutDown; }
    .slideshow .slick-slide .slide-button {
      visibility: hidden;
      animation-delay: 0ms;
      animation-name: fadeOutDown; }
    .slideshow .slick-current .slide-heading {
      visibility: visible;
      animation-delay: 100ms;
      animation-name: fadeInUp; }
    .slideshow .slick-current .slide-text {
      visibility: visible;
      animation-delay: 300ms;
      animation-name: fadeInUp; }
    .slideshow .slick-current .slide-button {
      visibility: visible;
      animation-delay: 500ms;
      animation-name: fadeInUp; }
    .slideshow.slideshow--medium .slide-image {
      height: 595px; }
    .slideshow:hover .slick-arrow {
      opacity: 0.5;
      visibility: visible; }
      .slideshow:hover .slick-arrow:hover {
        opacity: 1; } }

.slide-image {
  height: 230px;
  overflow: hidden;
  position: relative; }
  .slide-image .slide-heading {
    margin: 0;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: inherit;
    display: block;
    text-align: center;
    position: absolute;
    width: calc(100% - 30px);
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    font-size: 2.28571em; }
  .slide-image .image-background {
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%); }
  .slide-image > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute; }
  .overlay--light .slide-image:after, .overlay--dark .slide-image:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute; }
  .overlay--light .slide-image {
    color: #383e47; }
    .overlay--light .slide-image:after {
      background-color: rgba(255, 255, 255, 0.4); }
  .overlay--dark .slide-image {
    color: #ffffff; }
    .overlay--dark .slide-image:after {
      background-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .slide-image .image-background {
      height: auto; } }
  @media only screen and (min-width: 993px) {
    .slide-image {
      position: relative;
      height: 42vh; }
      .slide-image .slide-heading {
        display: none; } }

.overlay--light .slide-video:after, .overlay--dark .slide-video:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute; }
.overlay--light .slide-video {
  color: #383e47; }
  .overlay--light .slide-video:after {
    background-color: rgba(255, 255, 255, 0.4); }
.overlay--dark .slide-video {
  color: #ffffff; }
  .overlay--dark .slide-video:after {
    background-color: rgba(0, 0, 0, 0.4); }
.slide-video .fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative; }
  .slide-video .fluid-width-video-wrapper .video {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1; }

.slide-content {
  padding: 0;
  z-index: 3;
  top: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  padding: 0 15px 0 15px; }
  .slide-content.content--left {
    left: auto; }
  .slide-content.content--right {
    right: auto; }
  .slide-content.content--middle {
    left: auto;
    right: auto; }
  .overlay--light .slide-content {
    color: #383e47; }
  .overlay--dark .slide-content {
    color: #ffffff; }
  .slide-content .slide-heading {
    font-size: 20px;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    color: inherit;
    /*display: none;*/ }
  .slide-content .slide-text {
    color: inherit;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px; }
  .slide-content .slide-button {
    min-width: 175px;
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .slide-content .slide-heading.mega-title--large,
    .slide-content .slide-heading.mega-title--medium {
      font-size: 32px; }
    .slide-content .slide-text {
      margin-bottom: 20px; }
    .slide-content .slide-button {
      display: inline-block; } }
  @media only screen and (min-width: 993px) {
    .slide-content {
      padding: 0;
      z-index: 3;
      top: 50%;
      position: absolute;
      transform: translateY(-50%); }
      .slide-content.content--left {
        left: 15px;
        max-width: 600px;
        text-align: left; }
      .slide-content.content--right {
        right: 15px;
        max-width: 600px;
        text-align: right; }
      .slide-content.content--middle {
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%); }
      .slide-content .slide-heading {
        display: block; }
      .slide-content .slide-text {
        margin-bottom: 32px; } }
  @media only screen and (min-width: 1025px) {
    .slide-content {
      padding-bottom: 57px; }
      .slide-content.content--left {
        left: calc((100% - 1170px)/ 2); }
      .slide-content.content--right {
        right: calc((100% - 1170px)/ 2); }
      .slide-content .slide-heading.mega-title--large {
        font-size: 50px; }
      .slide-content .slide-heading.mega-title--medium {
        font-size: 36px; }
      .slide-content .slide-heading.mega-title--small {
        font-size: 24px; } }

/*=====  End of Slideshow Homepage  ======*/
/*==========================================
=            Button Style                  =
==========================================*/
.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;
  width: auto;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 15px 11px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: Rajdhani, sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media only screen and (min-width: 551px) {
    .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
      padding: 13px 15px 11px 15px; } }
  .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 .disabled.shopify-payment-button__button--unbranded {
    opacity: 0.7;
    pointer-events: none; }
  .btn[disabled], .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, .btn[aria-disabled], .shopify-payment-button [aria-disabled].shopify-payment-button__button--unbranded {
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
    color: white;
    border-color: #383e47;
    background-color: #383e47;
    pointer-events: none; }
  .btn .icon, .shopify-payment-button .shopify-payment-button__button--unbranded .icon {
    width: 8px;
    height: 8px;
    font-size: 10px;
    margin-left: 3px;
    margin-top: -1px;
    display: inline-block; }
  .btn .icon--big, .shopify-payment-button .shopify-payment-button__button--unbranded .icon--big {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 24px;
    margin: 0;
    margin-right: 5px;
    font-weight: 400;
    opacity: 0.8;
    vertical-align: middle;
    font-family: Arimo, sans-serif; }
  .btn [data-loader] .icon, .shopify-payment-button .shopify-payment-button__button--unbranded [data-loader] .icon {
    margin: 0;
    width: 16px;
    height: 16px; }

.btn--primary {
  color: white;
  border-color: #b20000;
  background-color: #b20000; }
  .btn--primary:not([disabled]):hover, .btn--primary:focus {
    color: white;
    border-color: #9a0000;
    background-color: #9a0000; }

.btn--secondary {
  color: #383e47;
  border-color: #b6b6b6;
  background-color: transparent; }
  .btn--secondary:not([disabled]):hover, .btn--secondary:focus {
    color: white;
    border-color: #383e47;
    background-color: #383e47; }

.btn--secondary-accent {
  color: white;
  border-color: #383e47;
  background-color: #383e47; }
  .btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
    color: white;
    border-color: #383e47;
    background-color: #383e47; }

.btn--small {
  line-height: 1;
  padding: 8px 10px;
  font-size: 0.85714em; }

.btn--big {
  min-width: 150px; }
  @media only screen and (min-width: 768px) {
    .btn--big {
      padding-left: 45px;
      padding-right: 45px; } }

@media only screen and (min-width: 1025px) {
  .btn--big2 {
    min-width: 270px; } }

.btn--tertiary {
  padding: 0;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: transparent;
  color: #383e47;
  font-family: Arimo, sans-serif;
  box-shadow: none; }
  .btn--tertiary span {
    position: relative; }
    .btn--tertiary span:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 1px;
      width: 0;
      transition: all 0.3s ease;
      background-color: #005599; }
  .btn--tertiary:not([disabled]):hover, .btn--tertiary:focus {
    background-color: transparent;
    color: #005599; }
  .btn--tertiary:not([disabled]):hover span:before {
    width: 100%; }

/*=====  End of Button Style  ============*/
/*==========================================
=            Logo List Block               =
==========================================*/
.logoList {
  margin: 0 -15px;
  padding: 0 0 0 15px;
  font-size: 0;
  display: block;
  overflow: auto;
  white-space: nowrap; }
  .logoList .logo-item {
    padding: 0;
    position: relative;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 2px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 140px; }
    .logoList .logo-item img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .logoList .logo-item .logo-link {
      display: block;
      text-align: center; }
    .logoList .logo-item .logo-image {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .logoList .logo-item .recommended_size {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .logoList .placeholder-svg {
    height: 60px;
    max-width: 210px; }
  .logoList .border-image {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccfd6;
    background-color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
    .logoList .border-image:hover {
      border-color: #808287; }
  .logoList .title {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    white-space: nowrap; }
  @media only screen and (min-width: 551px) {
    .logoList .logo-item {
      min-width: 160px; } }
  @media only screen and (min-width: 1025px) {
    .logoList {
      width: auto;
      padding: 0;
      min-width: 100%;
      margin-left: -15px;
      margin-right: -15px;
      overflow: visible;
      white-space: normal;
      text-align: center; }
      .logoList .logo-item {
        width: 100%;
        padding: 0 15px;
        margin: 30px 0 0 0;
        min-width: 0; }
        .logoList .logo-item:nth-child(-n + 1) {
          margin-top: 0; }
      .logoList .hover-image {
        opacity: 0.7;
        display: inline-block;
        transition: all 0.3s ease; }
        .logoList .hover-image:hover {
          opacity: 1; }
      .logoList .title:before {
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: all .3s ease;
        background-color: #b20000; }
      .logoList .title:hover {
        color: #b20000; }
        .logoList .title:hover:before {
          width: 100%; }
      .logoList .border-image {
        width: 100%; }
      .logoList.column-2 .logo-item {
        width: 50%; }
        .logoList.column-2 .logo-item:nth-child(-n + 2) {
          margin-top: 0; }
      .logoList.column-3 .logo-item {
        width: 33.3333333%; }
        .logoList.column-3 .logo-item:nth-child(-n + 3) {
          margin-top: 0; }
      .logoList.column-4 .logo-item {
        width: 25%; }
        .logoList.column-4 .logo-item:nth-child(-n + 4) {
          margin-top: 0; }
      .logoList.column-5 .logo-item {
        width: 20%; }
        .logoList.column-5 .logo-item:nth-child(-n + 5) {
          margin-top: 0; }
      .logoList.column-6 .logo-item {
        width: 16.6666667%; }
        .logoList.column-6 .logo-item:nth-child(-n + 6) {
          margin-top: 0; }
      .logoList.column-7 .logo-item {
        width: 14.2857143%; }
        .logoList.column-7 .logo-item:nth-child(-n + 7) {
          margin-top: 0; }
      .logoList.column-8 .logo-item {
        width: 12.5%; }
        .logoList.column-8 .logo-item:nth-child(-n + 8) {
          margin-top: 0; }
      .logoList.column-9 .logo-item {
        width: 11.11111111%; }
        .logoList.column-9 .logo-item:nth-child(-n + 9) {
          margin-top: 0; }
      .logoList.column-10 .logo-item {
        width: 10%; }
        .logoList.column-10 .logo-item:nth-child(-n + 10) {
          margin-top: 0; }
      .logoList[data-slick]:not(.slick-slider) {
        overflow: hidden;
        white-space: nowrap; }
        .logoList[data-slick]:not(.slick-slider) .logo-item {
          margin: 0; }
      .logoList.slick-slider .logo-item {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px; } }

@media only screen and (min-width: 1025px) {
  .logo-special-layout .section-header {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-top: 12px; }
    .logo-special-layout .section-header h1, .logo-special-layout .section-header .h1, .logo-special-layout .section-header h2, .logo-special-layout .section-header .h2, .logo-special-layout .section-header h3, .logo-special-layout .section-header .h3, .logo-special-layout .section-header .title {
      font-size: 16px; }
    .logo-special-layout .section-header .text-link {
      top: auto;
      right: auto;
      display: block;
      margin-top: 5px;
      position: relative; }
  .logo-special-layout .section-header + .logoList {
    min-width: 0;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 160px); }
    .logo-special-layout .section-header + .logoList .slick-prev {
      left: 0; }
    .logo-special-layout .section-header + .logoList .slick-next {
      right: 0; } }

/*=====  End of Logo List Block  =========*/
/*=========================================
=            Collection full              =
=========================================*/
.collection-card {
  max-width: 250px;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .collection-card .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0; }
    .collection-card .image .link {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: inline-block;
      position: absolute; }
    .collection-card .image img.lazyloaded {
      width: 100%; }
  .collection-card .content {
    padding: 20px 15px; }
    .collection-card .content .title {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
    .collection-card .content .sub-collection {
      list-style: none;
      margin: 12px 0 0 0;
      padding: 0;
      display: block; }
      .collection-card .content .sub-collection li {
        display: block;
        line-height: 22px;
        margin-bottom: 12px; }
      .collection-card .content .sub-collection .icon {
        width: 10px;
        height: 10px;
        margin-right: 5px; }
      .collection-card .content .sub-collection a:before {
        content: "";
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #005599;
        position: absolute;
        transition: all 0.3s ease; }
      .collection-card .content .sub-collection a:hover {
        color: #005599; }
        .collection-card .content .sub-collection a:hover:before {
          width: 100%; }
    .collection-card .content .shop-now {
      color: #005599;
      font-size: 16px;
      margin-top: 12px;
      display: inline-block;
      text-transform: uppercase;
      font-family: Rajdhani, sans-serif;
      font-weight: 700; }
      .collection-card .content .shop-now:before {
        content: "";
        left: 0;
        bottom: 2px;
        width: 0;
        height: 1px;
        background-color: #005599;
        position: absolute;
        transition: all 0.3s ease; }
      .collection-card .content .shop-now:hover {
        color: #005599; }
        .collection-card .content .shop-now:hover:before {
          width: 100%; }
  @media only screen and (min-width: 370px) {
    .collection-card {
      max-width: 300px; } }
  @media only screen and (min-width: 768px) {
    .collection-card {
      max-width: 290px; } }
  @media only screen and (min-width: 993px) {
    .collection-card {
      max-width: 322px; } }
  @media only screen and (min-width: 1025px) {
    .collection-card {
      max-width: none; }
      .collection-card .content {
        padding: 20px 25px; } }

.collection-card.layout-2 {
  font-size: 0;
  max-width: 250px;
  box-shadow: none; }
  .collection-card.layout-2 .image {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    font-size: 14px; }
  .collection-card.layout-2 .content {
    width: 55%;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
    .collection-card.layout-2 .content .title {
      text-transform: capitalize; }
  @media only screen and (min-width: 370px) {
    .collection-card.layout-2 {
      max-width: 300px; } }
  @media only screen and (min-width: 768px) {
    .collection-card.layout-2 {
      max-width: 370px; }
      .collection-card.layout-2 .image {
        width: 170px; }
      .collection-card.layout-2 .content {
        width: calc(100% - 170px); } }
  @media only screen and (min-width: 1025px) {
    .collection-card.layout-2 {
      max-width: none; }
      .collection-card.layout-2 .content {
        padding: 0 0 0 25px; } }

.collection-carousel .collection-card {
  margin-bottom: 3px; }
.collection-carousel .slick-arrow {
  width: 35px;
  height: 35px;
  padding: 0 5px;
  line-height: 35px; }
  .collection-carousel .slick-arrow svg {
    width: 100%;
    height: 100%;
    fill: #4d5259;
    stroke: #4d5259; }
.collection-carousel .slick-next {
  right: -35px; }
.collection-carousel .slick-prev {
  left: -35px; }
.collection-carousel .slick-dots {
  line-height: 1; }
@media only screen and (min-width: 1025px) {
  .collection-carousel[data-slick]:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; } }

.collection-grid-item {
  position: relative;
  width: 100%; }
  .collection-grid-item .collection-grid-image {
    position: relative; }
    .collection-grid-item .collection-grid-image a {
      display: block; }
  .collection-grid-item .collection-grid-content {
    display: block; }
  .collection-grid-item .title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0 20px;
    border-bottom: 1px solid #eaecee; }
    .collection-grid-item .title-wrapper .title {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      position: relative;
      text-transform: capitalize;
      font-family: Arimo, sans-serif;
      color: #059; }
      .collection-grid-item .title-wrapper .title:before {
        left: 0;
        bottom: 0;
        width: 0;
        content: "";
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #059; }
      .collection-grid-item .title-wrapper .title:hover:before {
        width: 100%; }
    .collection-grid-item .title-wrapper .count-products {
      font-size: 12px;
      line-height: 1;
      padding: 6px 12px;
      border-radius: 12px;
      background-color: #f7f7f7; }
  .collection-grid-item .descriptions {
    margin-top: 20px; }
  @media only screen and (min-width: 1025px) {
    .collection-grid-item {
      margin-bottom: 30px; } }

.collection-tab-banner {
  max-width: 450px;
  position: relative; }
  .collection-tab-banner .banner-carousel {
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
    margin-bottom: 0; }
    .collection-tab-banner .banner-carousel .item {
      display: inline-block;
      width: 100%;
      vertical-align: top; }
      .collection-tab-banner .banner-carousel .item img {
        border-radius: 3px; }
    .collection-tab-banner .banner-carousel .slick-dots {
      bottom: 15px; }
  .collection-tab-banner .banner-html {
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 3;
    position: absolute; }
    .collection-tab-banner .banner-html h1, .collection-tab-banner .banner-html .h1, .collection-tab-banner .banner-html h2, .collection-tab-banner .banner-html .h2, .collection-tab-banner .banner-html h3, .collection-tab-banner .banner-html .h3, .collection-tab-banner .banner-html h4, .collection-tab-banner .banner-html .h4, .collection-tab-banner .banner-html h5, .collection-tab-banner .banner-html .h5, .collection-tab-banner .banner-html h6, .collection-tab-banner .banner-html .h6, .collection-tab-banner .banner-html p, .collection-tab-banner .banner-html a:not(.btn), .collection-tab-banner .banner-html span, .collection-tab-banner .banner-html div {
      color: #ffffff; }
    .collection-tab-banner .banner-html ul {
      margin-bottom: 30px; }
      .collection-tab-banner .banner-html ul li {
        display: block;
        margin-bottom: 9px; }
    .collection-tab-banner .banner-html a:not(.btn):before {
      content: "";
      width: 0;
      height: 1px;
      left: 0;
      bottom: -1px;
      position: absolute;
      background-color: #ffffff;
      transition: all 0.3s ease; }
    .collection-tab-banner .banner-html a:not(.btn):hover:before {
      width: 100%; }
    .collection-tab-banner .banner-html .content {
      margin-bottom: 30px; }
      .collection-tab-banner .banner-html .content p {
        margin-bottom: 9px; }
  @media (max-width: 551px) {
    .collection-tab-banner .banner-html h1, .collection-tab-banner .banner-html .h1, .collection-tab-banner .banner-html h2, .collection-tab-banner .banner-html .h2, .collection-tab-banner .banner-html h3, .collection-tab-banner .banner-html .h3 {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 10px; }
    .collection-tab-banner .banner-html ul {
      margin-bottom: 20px; }
      .collection-tab-banner .banner-html ul li {
        display: block;
        margin-bottom: 6px; } }
  @media only screen and (min-width: 768px) {
    .collection-tab-banner {
      max-width: none; }
      .collection-tab-banner .banner-carousel .item img {
        min-height: 450px;
        object-fit: cover; }
      .collection-tab-banner .banner-html {
        top: 30px;
        left: 30px;
        right: 30px; } }
  @media only screen and (min-width: 1025px) {
    .collection-tab-banner .banner-carousel .item img {
      min-height: 0;
      object-fit: none; }
    .collection-tab-banner .banner-html {
      top: 48px;
      left: 48px;
      right: 48px; } }

.halo-collection-tab {
  position: relative; }
  .halo-collection-tab.tab-left .section-header {
    text-align: left; }
  .halo-collection-tab.tab-left .nav-tabs {
    justify-content: left; }
  .halo-collection-tab.tab-center .section-header {
    text-align: center; }
  .halo-collection-tab.tab-center .nav-tabs {
    justify-content: center; }
  .halo-collection-tab.tab-special .section-header {
    text-align: center; }
  .halo-collection-tab.tab-special .nav-tabs {
    justify-content: left; }
  .halo-collection-tab.custom .tab-content {
    font-size: 0; }
    .halo-collection-tab.custom .tab-content .collection-tab-banner {
      display: block;
      font-size: 14px;
      margin-bottom: 30px; }
    .halo-collection-tab.custom .tab-content .tab-pane {
      font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .halo-collection-tab.tab-special .section-header {
      text-align: center; }
    .halo-collection-tab.tab-special .nav-tabs {
      justify-content: center; }
    .halo-collection-tab.custom .tab-content .collection-tab-banner {
      width: 35%;
      overflow: hidden;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 0; }
    .halo-collection-tab.custom .tab-content .tab-pane {
      width: 65%;
      padding-left: 30px;
      vertical-align: top; }
      .halo-collection-tab.custom .tab-content .tab-pane.active {
        display: inline-block !important; } }
  @media only screen and (min-width: 993px) {
    .halo-collection-tab.tab-special .section-header {
      top: -3px;
      left: 0;
      z-index: 2;
      line-height: 1;
      margin-bottom: 0;
      position: absolute;
      width: auto;
      text-align: left; }
      .halo-collection-tab.tab-special .section-header h1, .halo-collection-tab.tab-special .section-header .h1, .halo-collection-tab.tab-special .section-header h2, .halo-collection-tab.tab-special .section-header .h2, .halo-collection-tab.tab-special .section-header h3, .halo-collection-tab.tab-special .section-header .h3, .halo-collection-tab.tab-special .section-header .title {
        line-height: inherit; }
    .halo-collection-tab.tab-special .nav-tabs {
      justify-content: flex-end; } }
  @media only screen and (min-width: 1025px) {
    .halo-collection-tab.custom .tab-content .collection-tab-banner {
      width: 38%;
      overflow: hidden;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 0; }
    .halo-collection-tab.custom .tab-content .tab-pane {
      width: 62%; } }

.halo-special-collection-layout {
  display: block; }
  .halo-special-collection-layout .item {
    display: block;
    padding-bottom: 30px; }
    .halo-special-collection-layout .item:last-child {
      padding-bottom: 0; }
  .halo-special-collection-layout .collection-more .collection-carousel.slick-dotted {
    margin-bottom: 0;
    padding-bottom: 30px; }
    .halo-special-collection-layout .collection-more .collection-carousel.slick-dotted .slick-dots {
      bottom: 0;
      position: absolute; }
  .halo-special-collection-layout .collection-more + .advertisement-image,
  .halo-special-collection-layout .collection-more + .home-category-filter-sections {
    margin-top: 30px; }
  .halo-special-collection-layout .themevale_MultiCategory_wrapper_2 {
    margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .halo-special-collection-layout {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: top;
      -webkit-align-items: top;
      -moz-align-items: top;
      -ms-align-items: top;
      -o-align-items: top;
      align-items: top;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .halo-special-collection-layout .item {
        display: inline-block;
        padding-bottom: 0; }
        .halo-special-collection-layout .item:first-child {
          width: 74.5%;
          padding-right: 0px; }
        .halo-special-collection-layout .item:last-child {
          width: 25.5%;
          padding-left: 28px; }
      .halo-special-collection-layout.column-4 .item {
        display: inline-block;
        padding-bottom: 0; }
        .halo-special-collection-layout.column-4 .item:first-child {
          width: 79.5%;
          padding-right: 0px; }
        .halo-special-collection-layout.column-4 .item:last-child {
          width: 20.5%;
          padding-left: 30px; } }

.page-collections {
  padding-top: 35px; }

.collection-banner {
  position: relative;
  background-color: #f7f7f7; }
  .collection-banner .collection-hero {
    margin: 0; }
    .collection-banner .collection-hero .placeholder-svg {
      height: 270px; }
  .collection-banner .collection-description {
    margin-top: 10px;
    margin-bottom: 0; }
  .collection-banner .categoryImage-carousel {
    margin-left: -5px;
    margin-right: -5px; }
  .collection-banner .categoryImage-carousel {
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .collection-banner .categoryImage-carousel.slick-slider {
      padding: 0;
      list-style: none;
      margin-left: -5px;
      margin-right: -5px; }
      .collection-banner .categoryImage-carousel.slick-slider li {
        list-style: none;
        display: inline-block;
        vertical-align: top; }
      .collection-banner .categoryImage-carousel.slick-slider .slick-slide {
        padding: 0 5px; }
      .collection-banner .categoryImage-carousel.slick-slider .slick-dots {
        margin: 0;
        padding: 0; }
    .collection-banner .categoryImage-carousel:not(.slick-slider) {
      overflow: auto;
      white-space: nowrap;
      padding: 0px;
      list-style: none; }
      .collection-banner .categoryImage-carousel:not(.slick-slider) > li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
      @media only screen and (min-width: 1025px) {
        .collection-banner .categoryImage-carousel:not(.slick-slider) {
          overflow: hidden; } }

.filters-toolbar-wrapper {
  margin-bottom: 30px;
  position: relative; }
  .filters-toolbar-wrapper .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;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .filters-toolbar-wrapper .filters-toolbar__item-wrapper {
    width: 50%;
    margin-bottom: 0; }
    .filters-toolbar-wrapper .filters-toolbar__item-wrapper.one {
      text-align: left;
      display: inline-block; }
    .filters-toolbar-wrapper .filters-toolbar__item-wrapper.two {
      text-align: right;
      display: inline-block; }
    .filters-toolbar-wrapper .filters-toolbar__item-wrapper.three {
      width: 100%;
      display: block; }
  @media only screen and (min-width: 1025px) {
    .filters-toolbar-wrapper {
      margin-bottom: 40px; }
      .filters-toolbar-wrapper .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;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; }
      .filters-toolbar-wrapper .filters-toolbar__item-wrapper {
        width: auto; }
        .filters-toolbar-wrapper .filters-toolbar__item-wrapper.one {
          display: none; }
        .filters-toolbar-wrapper .filters-toolbar__item-wrapper.two {
          text-align: left; }
        .filters-toolbar-wrapper .filters-toolbar__item-wrapper.three {
          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;
          width: auto; } }

.filters-toolbar__item-child {
  display: block;
  margin-top: 15px;
  font-size: 0;
  vertical-align: middle; }
  .filters-toolbar__item-child .filters-toolbar__label {
    display: none; }
  .filters-toolbar__item-child .filters-toolbar__input-wrapper {
    display: block;
    font-size: 14px; }
    .filters-toolbar__item-child .filters-toolbar__input-wrapper.limited-view .dropdown-menu {
      font-size: 12px;
      left: 0;
      right: 0; }
      .filters-toolbar__item-child .filters-toolbar__input-wrapper.limited-view .dropdown-menu li {
        padding: 2px 15px;
        cursor: pointer; }
  @media only screen and (min-width: 370px) {
    .filters-toolbar__item-child .filters-toolbar__label {
      display: inline-block;
      min-width: 100px;
      margin: 0;
      font-size: 14px;
      padding-right: 15px;
      position: relative;
      top: -1px;
      vertical-align: middle;
      font-weight: 700;
      text-transform: uppercase; }
    .filters-toolbar__item-child .filters-toolbar__label.select-label {
      width: 100px;
      overflow: hidden; }
    .filters-toolbar__item-child .filters-toolbar__input-wrapper {
      display: inline-block !important;
      vertical-align: middle;
      width: calc(100% - 100px); } }
  @media only screen and (min-width: 551px) {
    .filters-toolbar__item-child .filters-toolbar__input-wrapper {
      width: 200px; } }
  @media only screen and (min-width: 1025px) {
    .filters-toolbar__item-child {
      margin-top: 0;
      margin-left: 30px;
      display: inline-block; }
      .filters-toolbar__item-child .filters-toolbar__label {
        min-width: 0; }
      .filters-toolbar__item-child .filters-toolbar__label.select-label {
        width: auto; } }

.infinite-scrolling {
  margin-top: 0; }
  .infinite-scrolling .btn .icon, .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded .icon, .shopify-payment-button .infinite-scrolling .shopify-payment-button__button--unbranded .icon {
    opacity: 1; }
  @media only screen and (min-width: 1025px) {
    .infinite-scrolling {
      margin-top: 15px; }
      .infinite-scrolling .btn, .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .infinite-scrolling .shopify-payment-button__button--unbranded {
        min-width: 285px; }
        .infinite-scrolling .btn .icon, .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded .icon, .shopify-payment-button .infinite-scrolling .shopify-payment-button__button--unbranded .icon {
          opacity: 1; } }

.no-flexbox .filters-toolbar select {
  width: 100% !important; }

.filters-toolbar__input-wrapper {
  position: relative; }
  .filters-toolbar__input-wrapper .filters-toolbar__input {
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 38px;
    position: relative;
    border-radius: 3px;
    padding: 0 30px 0 15px;
    background-color: #f7f7f7;
    border: 1px solid #cccfd6; }
    .no-flexbox .filters-toolbar__input-wrapper .filters-toolbar__input {
      margin: 0; }
    .filters-toolbar__input-wrapper .filters-toolbar__input.hidden {
      opacity: 0; }
    .filters-toolbar__input-wrapper .filters-toolbar__input option {
      text-overflow: ellipsis;
      overflow: hidden; }
  .filters-toolbar__input-wrapper .icon-chevron-down {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    padding: 14px;
    pointer-events: none;
    transform: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cccfd6;
    border-radius: 0 3px 3px 0; }

.view-as-btn {
  font-size: 0;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccfd6;
  overflow: hidden; }
  .view-as-btn > a {
    padding: 8px;
    width: 38px;
    height: 38px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    background-color: #ffffff; }
    .view-as-btn > a:before {
      top: 10px;
      left: 10px;
      content: "";
      position: absolute;
      background-color: #e2e4e8;
      transition: all 0.3s ease; }
  .view-as-btn > #list-view:before {
    width: 18px;
    height: 4px;
    box-shadow: 0px 7px 0 #dcdcdc, 0px 14px 0 #dcdcdc; }
  .productGrid--maxCol1 .view-as-btn > #list-view {
    background-color: #f7f7f7; }
    .productGrid--maxCol1 .view-as-btn > #list-view:before {
      background-color: #222326;
      box-shadow: 0px 7px 0 #222326, 0px 14px 0 #222326; }
  .view-as-btn > #grid-view-2 {
    width: 32px; }
    .view-as-btn > #grid-view-2:before {
      width: 4px;
      height: 18px;
      box-shadow: 7px 0 0 #dcdcdc; }
    .productGrid--maxCol2 .view-as-btn > #grid-view-2, .productGrid--maxCol3 .view-as-btn > #grid-view-2, .productGrid--maxCol4 .view-as-btn > #grid-view-2, .productGrid--maxCol5 .view-as-btn > #grid-view-2 {
      background-color: #f7f7f7; }
      .productGrid--maxCol2 .view-as-btn > #grid-view-2:before, .productGrid--maxCol3 .view-as-btn > #grid-view-2:before, .productGrid--maxCol4 .view-as-btn > #grid-view-2:before, .productGrid--maxCol5 .view-as-btn > #grid-view-2:before {
        background-color: #222326;
        box-shadow: 7px 0 0 #222326; }
    @media only screen and (min-width: 551px) {
      .productGrid--maxCol5 .view-as-btn > #grid-view-2, .productGrid--maxCol4 .view-as-btn > #grid-view-2, .productGrid--maxCol3 .view-as-btn > #grid-view-2 {
        background-color: #ffffff; }
        .productGrid--maxCol5 .view-as-btn > #grid-view-2:before, .productGrid--maxCol4 .view-as-btn > #grid-view-2:before, .productGrid--maxCol3 .view-as-btn > #grid-view-2:before {
          background-color: #dcdcdc;
          box-shadow: 7px 0 0 #dcdcdc; } }
    @media only screen and (min-width: 1025px) {
      .view-as-btn > #grid-view-2 {
        display: none; } }
  .view-as-btn > #grid-view-3 {
    display: none; }
    .view-as-btn > #grid-view-3:before {
      width: 4px;
      height: 18px;
      box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc; }
    @media only screen and (min-width: 551px) {
      .view-as-btn > #grid-view-3 {
        display: inline-block; }
        .productGrid--maxCol5 .view-as-btn > #grid-view-3, .productGrid--maxCol4 .view-as-btn > #grid-view-3, .productGrid--maxCol3 .view-as-btn > #grid-view-3 {
          background-color: #f7f7f7; }
          .productGrid--maxCol5 .view-as-btn > #grid-view-3:before, .productGrid--maxCol4 .view-as-btn > #grid-view-3:before, .productGrid--maxCol3 .view-as-btn > #grid-view-3:before {
            background-color: #222326;
            box-shadow: 7px 0 0 #222326, 14px 0 0 #222326; } }
    @media only screen and (min-width: 993px) {
      .productGrid--maxCol5 .view-as-btn > #grid-view-3, .productGrid--maxCol4 .view-as-btn > #grid-view-3 {
        background-color: #ffffff; }
        .productGrid--maxCol5 .view-as-btn > #grid-view-3:before, .productGrid--maxCol4 .view-as-btn > #grid-view-3:before {
          background-color: #dcdcdc;
          box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc; } }
  .view-as-btn > #grid-view-4 {
    width: 44px;
    display: none; }
    .view-as-btn > #grid-view-4:before {
      width: 4px;
      height: 18px;
      box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc; }
    @media only screen and (min-width: 993px) {
      .view-as-btn > #grid-view-4 {
        display: inline-block; }
        .productGrid--maxCol5 .view-as-btn > #grid-view-4, .productGrid--maxCol4 .view-as-btn > #grid-view-4 {
          background-color: #f7f7f7; }
          .productGrid--maxCol5 .view-as-btn > #grid-view-4:before, .productGrid--maxCol4 .view-as-btn > #grid-view-4:before {
            background-color: #222326;
            box-shadow: 7px 0 0 #222326, 14px 0 0 #222326, 21px 0 0 #222326; } }
    @media only screen and (min-width: 1025px) {
      .productGrid--maxCol5 .view-as-btn > #grid-view-4 {
        background-color: #ffffff; }
        .productGrid--maxCol5 .view-as-btn > #grid-view-4:before {
          background-color: #dcdcdc;
          box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc; } }

.custom-html .morecontent {
  display: none; }
.custom-html .showmore .moreellipses {
  display: none; }
.custom-html .showmore .morecontent {
  display: inline; }
.custom-html .button-group {
  margin-top: 30px; }
  .custom-html .button-group .icon {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    transition: all 0.3s ease; }
  .custom-html .button-group .less .icon {
    transform: rotate(180deg); }

.productGrid--maxCol4 .halo-column .halo-item {
  margin-top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 551px) {
    .productGrid--maxCol4 .halo-column .halo-item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .productGrid--maxCol4 .halo-column .halo-item {
      width: 33.3333333%; } }
  @media only screen and (min-width: 993px) {
    .productGrid--maxCol4 .halo-column .halo-item {
      width: 25%; } }

.productGrid--maxCol3 .halo-column .halo-item {
  margin-top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 551px) {
    .productGrid--maxCol3 .halo-column .halo-item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .productGrid--maxCol3 .halo-column .halo-item {
      width: 33.3333333%; } }

.productGrid--maxCol2 .halo-column .halo-item {
  margin-top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 551px) {
    .productGrid--maxCol2 .halo-column .halo-item {
      width: 50%; } }

.productGrid--maxCol1 .halo-column .halo-item {
  width: 100%;
  float: none;
  margin-bottom: 0; }
  .productGrid--maxCol1 .halo-column .halo-item .product-card {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
  .productGrid--maxCol1 .halo-column .halo-item:last-child .card {
    margin-bottom: 10px; }
.productGrid--maxCol1 .product-card {
  width: 100%;
  display: block; }
  .productGrid--maxCol1 .product-card .product-image,
  .productGrid--maxCol1 .product-card .product-content {
    display: block; }
  .productGrid--maxCol1 .product-card .product-content {
    font-size: 0;
    padding-top: 15px !important;
    padding-left: 0;
    text-align: left; }
    .productGrid--maxCol1 .product-card .product-content .product-detail,
    .productGrid--maxCol1 .product-card .product-content .product-actions {
      font-size: 14px; }
  .productGrid--maxCol1 .product-card .product-detail {
    display: block;
    padding-right: 0; }
    .productGrid--maxCol1 .product-card .product-detail .product-action {
      display: none; }
    .productGrid--maxCol1 .product-card .product-detail .product-price .wishlist {
      display: none; }
    .productGrid--maxCol1 .product-card .product-detail .product-description {
      display: block;
      margin-top: 20px; }
      .productGrid--maxCol1 .product-card .product-detail .product-description p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; }
  .productGrid--maxCol1 .product-card .product-actions {
    display: block;
    padding-top: 15px; }
    .productGrid--maxCol1 .product-card .product-actions .product-btn {
      margin-top: 0; }
    .productGrid--maxCol1 .product-card .product-actions .btn.wishlist, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .wishlist.shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .wishlist.shopify-payment-button__button--unbranded {
      margin-top: 15px;
      display: none; }
    .productGrid--maxCol1 .product-card .product-actions .btn.wishlist.wishlist_mb, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .wishlist.wishlist_mb.shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .wishlist.wishlist_mb.shopify-payment-button__button--unbranded {
      display: inline-block; }
@media only screen and (min-width: 551px) {
  .productGrid--maxCol1 .product-card {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row; }
    .productGrid--maxCol1 .product-card .product-image,
    .productGrid--maxCol1 .product-card .product-content {
      display: inline-block;
      vertical-align: top; }
    .productGrid--maxCol1 .product-card .product-image {
      width: 180px; }
    .productGrid--maxCol1 .product-card .product-content {
      padding-top: 0 !important;
      padding-left: 30px;
      width: calc(100% - 180px); }
    .productGrid--maxCol1 .product-card .product-actions .btn, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded {
      max-width: 200px; } }
@media only screen and (min-width: 993px) {
  .productGrid--maxCol1 .product-card .product-image {
    width: 280px; }
  .productGrid--maxCol1 .product-card .product-content {
    padding-left: 40px;
    width: calc(100% - 280px); }
  .productGrid--maxCol1 .product-card .product-detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
    padding-right: 30px; }
  .productGrid--maxCol1 .product-card .product-actions {
    width: 200px;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .productGrid--maxCol1 .product-card .product-actions .btn, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded {
      width: 100%; } }
@media only screen and (min-width: 1025px) {
  .productGrid--maxCol1 .halo-column .halo-item .product-card {
    padding-bottom: 45px;
    margin-bottom: 45px; }
  .productGrid--maxCol1 .halo-column .halo-item:last-child .product-card {
    margin-bottom: 20px; }
  .productGrid--maxCol1 .product-reviews {
    position: initial; }
    .productGrid--maxCol1 .product-reviews .product-compare-btn {
      top: 111px;
      right: 66px;
      opacity: 1;
      visibility: visible;
      transition: none; }
  .productGrid--maxCol1 .product-card .product-actions .btn.wishlist, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .wishlist.shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .wishlist.shopify-payment-button__button--unbranded {
    display: inline-block; } }

.modal-compare {
  max-width: 1200px; }

.compare-modal-wrapper {
  border: 1px solid #eaeaea;
  max-height: 70vh;
  overflow: auto;
  margin-right: -2px;
  webkit-overflow-scrolling: touch; }
  .compare-modal-wrapper::-webkit-scrollbar-track {
    background-color: #f4f4f4; }
  .compare-modal-wrapper::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: #f4f4f4; }
  .compare-modal-wrapper::-webkit-scrollbar-thumb {
    background-color: #383e47; }
  .compare-modal-wrapper .product-row {
    margin-left: 0;
    margin-right: 0; }
    .compare-modal-wrapper .product-row + .product-row .compare-header {
      border-top: 1px solid #eaeaea;
      margin-top: -1px; }
    .compare-modal-wrapper .product-row + .product-row .compare-content {
      border-top: 1px solid #eaeaea;
      margin-top: -1px; }
      .compare-modal-wrapper .product-row + .product-row .compare-content .grid .col-xl-4 {
        border-top: 1px solid #eaeaea;
        margin-top: -1px; }
    .compare-modal-wrapper .product-row .compare-header {
      padding: 25px 30px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      border-right: 1px solid #eaeaea;
      color: #383e47;
      font-family: Rajdhani, sans-serif; }
    .compare-modal-wrapper .product-row .compare-content {
      padding: 0px; }
      .compare-modal-wrapper .product-row .compare-content .grid {
        display: flex;
        margin: 0; }
        .compare-modal-wrapper .product-row .compare-content .grid .col-xl-4 {
          padding-top: 25px;
          padding-bottom: 25px; }
        .compare-modal-wrapper .product-row .compare-content .grid ul {
          margin-bottom: 0; }
      .compare-modal-wrapper .product-row .compare-content .grid-item .inner-top {
        position: relative; }
        .compare-modal-wrapper .product-row .compare-content .grid-item .inner-top .product-image {
          margin-bottom: 12px; }
      .compare-modal-wrapper .product-row .compare-content .grid-item .product-bottom {
        text-align: center; }
      .compare-modal-wrapper .product-row .compare-content .grid-item .btn, .compare-modal-wrapper .product-row .compare-content .grid-item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .compare-modal-wrapper .product-row .compare-content .grid-item .shopify-payment-button__button--unbranded {
        width: 100%; }
      .compare-modal-wrapper .product-row .compare-content .grid-item .col-options {
        margin-bottom: 8px; }
      .compare-modal-wrapper .product-row .compare-content .grid-item .col-remove {
        color: #383e47;
        border-bottom: 1px solid #383e47;
        display: inline-block;
        line-height: 15px; }
        .compare-modal-wrapper .product-row .compare-content .grid-item .col-remove:hover {
          color: #005599;
          border-bottom: 1px solid #005599; }
      .compare-modal-wrapper .product-row .compare-content .rating {
        text-align: center; }
        .compare-modal-wrapper .product-row .compare-content .rating .spr-badge-caption {
          display: none; }
      .compare-modal-wrapper .product-row .compare-content .collection, .compare-modal-wrapper .product-row .compare-content .product-type, .compare-modal-wrapper .product-row .compare-content .product-color, .compare-modal-wrapper .product-row .compare-content .product-option {
        text-transform: capitalize; }
      .compare-modal-wrapper .product-row .compare-content .collection .col-xl-4 {
        font-size: 0; }
      .compare-modal-wrapper .product-row .compare-content .collection .value, .compare-modal-wrapper .product-row .compare-content .product-size .value, .compare-modal-wrapper .product-row .compare-content .product-color .value {
        font-size: 12px;
        position: relative;
        padding-right: 4px;
        margin-right: 3px;
        display: inline-block; }
        .compare-modal-wrapper .product-row .compare-content .collection .value:before, .compare-modal-wrapper .product-row .compare-content .product-size .value:before, .compare-modal-wrapper .product-row .compare-content .product-color .value:before {
          content: ",";
          position: absolute;
          right: 0;
          bottom: 0px; }
        .compare-modal-wrapper .product-row .compare-content .collection .value:last-child:before, .compare-modal-wrapper .product-row .compare-content .product-size .value:last-child:before, .compare-modal-wrapper .product-row .compare-content .product-color .value:last-child:before {
          display: none; }
      .compare-modal-wrapper .product-row .compare-content .availability {
        font-weight: 500;
        text-transform: capitalize; }
        .compare-modal-wrapper .product-row .compare-content .availability .in-stock {
          color: #478425; }
        .compare-modal-wrapper .product-row .compare-content .availability .unavailable {
          color: #b20000; }
    .compare-modal-wrapper .product-row.t-product .compare-content .grid .col-xl-4 {
      padding-top: 30px;
      padding-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .compare-modal-wrapper .product-row {
      white-space: nowrap;
      font-size: 0;
      flex-wrap: nowrap; }
      .compare-modal-wrapper .product-row .compare-header {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        width: 140px;
        white-space: normal; }
      .compare-modal-wrapper .product-row .compare-content {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        max-width: none;
        white-space: normal; }
        .compare-modal-wrapper .product-row .compare-content .col-xl-4 {
          display: inline-block;
          vertical-align: top;
          width: 220px; } }

#newsletter-success-modal .modal-body {
  max-height: none;
  overflow: unset; }

#product_quickview .modal-quickview {
  max-width: 1060px; }
  #product_quickview .modal-quickview .modal-body {
    max-height: none;
    overflow: unset; }
#product_quickview .modal-body {
  padding: 15px 0; }
  #product_quickview .modal-body .product_quickview {
    padding: 0 15px; }
@media only screen and (min-width: 768px) {
  #product_quickview .modal-body {
    padding: 30px 0; }
    #product_quickview .modal-body .product_quickview {
      padding: 0 30px; } }

/*=====  End of Collection full    ======*/
/*==========================================
=            Feature Image Block           =
==========================================*/
.card-text-overlay {
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
  border-radius: 3px; }
  .card-text-overlay .image {
    margin: 0;
    display: block; }
    .card-text-overlay .image .img {
      z-index: 2;
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center; }
      .card-text-overlay .image .img:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        opacity: 1;
        content: '';
        position: absolute;
        visibility: visible;
        transition: all .3s ease; }
      .card-text-overlay .image .img img {
        transition: all 0.8s ease; }
  .card-text-overlay .content {
    top: 15px;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 0 15px;
    position: absolute; }
    .card-text-overlay .content .title {
      z-index: 2;
      line-height: 1.2;
      font-size: 20px;
      margin: 0 0 5px 0;
      max-width: 220px;
      vertical-align: top;
      display: inline-block;
      overflow: hidden;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-transform: uppercase;
      transition: all 0.3s ease;
      font-family: Rajdhani, sans-serif;
      font-weight: 700; }
      .card-text-overlay .content .title:before {
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: all 0.3s ease; }
      .card-text-overlay .content .title:hover:before {
        width: 100%; }
    .card-text-overlay .content .description {
      color: inherit;
      max-width: 100%;
      margin-bottom: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: 700; }
  .card-text-overlay .button-wrapper {
    right: 15px;
    bottom: 15px;
    z-index: 3;
    position: absolute; }
    @media (max-width: 360px) {
      .card-text-overlay .button-wrapper {
        display: none; } }
  .card-text-overlay + .card-text-overlay {
    margin-top: 15px; }
  @media only screen and (min-width: 1025px) {
    .card-text-overlay .content {
      top: 30px;
      padding: 0px 30px; }
      .card-text-overlay .content .title {
        font-size: 32px;
        line-height: 1;
        max-width: 300px;
        margin: 0 0 10px 0; }
    .card-text-overlay .button-wrapper {
      right: 30px;
      bottom: 30px; }
      .card-text-overlay .button-wrapper .btn, .card-text-overlay .button-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .card-text-overlay .button-wrapper .shopify-payment-button__button--unbranded {
        min-width: 120px; }
    .card-text-overlay + .card-text-overlay {
      margin-top: 30px; }
    .card-text-overlay:hover .image .img img {
      transform: scale(1.15); } }

.card-text-overlay.layout-1 .placeholder-svg {
  height: 110px; }
.card-text-overlay.layout-1 .content {
  top: 50%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transform: translateY(-50%); }
  .card-text-overlay.layout-1 .content .title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px 0; }
  .card-text-overlay.layout-1 .content .description {
    font-weight: 400; }
@media only screen and (min-width: 1025px) {
  .card-text-overlay.layout-1 .content {
    padding: 0 30px; } }

.card-text-overlay.layout-2 .placeholder-svg {
  height: 110px; }
.card-text-overlay.layout-2 .content {
  top: 50%;
  left: 0;
  padding: 0 130px 0 15px;
  position: absolute;
  transform: translateY(-50%); }
  .card-text-overlay.layout-2 .content .title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px 0; }
  .card-text-overlay.layout-2 .content .description {
    font-weight: 400; }
.card-text-overlay.layout-2 .button-wrapper {
  right: 15px;
  top: 50%;
  bottom: auto;
  z-index: 3;
  position: absolute;
  transform: translateY(-50%); }
  .card-text-overlay.layout-2 .button-wrapper .btn, .card-text-overlay.layout-2 .button-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .card-text-overlay.layout-2 .button-wrapper .shopify-payment-button__button--unbranded {
    min-width: 100px; }
  @media (max-width: 360px) {
    .card-text-overlay.layout-2 .button-wrapper {
      display: none; } }
@media only screen and (min-width: 1025px) {
  .card-text-overlay.layout-2 .content {
    padding: 0 160px 0 30px; }
  .card-text-overlay.layout-2 .button-wrapper {
    right: 30px; } }
@media only screen and (max-width: 1024px) {
  .card-text-overlay.layout-2 {
    padding: 15px; }
    .card-text-overlay.layout-2 .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .card-text-overlay.layout-2 .image .img {
        width: 100%;
        height: 100%; }
        .card-text-overlay.layout-2 .image .img img {
          height: 100%;
          width: auto;
          max-width: none; }
    .card-text-overlay.layout-2 .content {
      padding: 0;
      position: relative;
      top: auto;
      left: auto;
      transform: none; }
    .card-text-overlay.layout-2 .button-wrapper {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      transform: none;
      margin-top: 25px; } }

.card-text-overlay.layout-3 .placeholder-svg {
  height: 420px; }
.card-text-overlay.layout-3 .content {
  top: 15px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transform: none; }
  .card-text-overlay.layout-3 .content .title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px 0; }
  .card-text-overlay.layout-3 .content .description {
    font-weight: 400; }
.card-text-overlay.layout-3 .button-wrapper {
  left: 15px;
  bottom: 15px;
  z-index: 3;
  display: block;
  position: absolute; }
@media only screen and (min-width: 1025px) {
  .card-text-overlay.layout-3 .content {
    top: 30px;
    padding: 0 30px; }
    .card-text-overlay.layout-3 .content .title {
      font-size: 32px;
      line-height: 1;
      margin: 0 0 10px 0; }
  .card-text-overlay.layout-3 .button-wrapper {
    left: 30px;
    bottom: 30px; }
    .card-text-overlay.layout-3 .button-wrapper .btn, .card-text-overlay.layout-3 .button-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .card-text-overlay.layout-3 .button-wrapper .shopify-payment-button__button--unbranded {
      min-width: 120px; } }

.card-text-overlay.layout-4 .image .img:before {
  background-color: transparent; }
.card-text-overlay.layout-4 .content {
  top: auto;
  bottom: 15px;
  left: 15px;
  padding: 0;
  position: absolute;
  transform: none; }
  .card-text-overlay.layout-4 .content .title {
    max-width: 300px;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px 0;
    font-family: Arimo, sans-serif;
    text-transform: capitalize; }
  .card-text-overlay.layout-4 .content .description {
    font-weight: 400; }
@media only screen and (min-width: 1025px) {
  .card-text-overlay.layout-4 .content {
    bottom: 30px;
    left: 30px; }
    .card-text-overlay.layout-4 .content .title {
      font-size: 24px;
      margin-bottom: 8px; } }

.card-text-overlay.layout-5 .placeholder-svg {
  height: 200px; }

.card-text-overlay.layout-6 .placeholder-svg {
  height: 270px; }

.card-text-overlay--light {
  color: #383e47;
  background-color: transparent; }
  .card-text-overlay--light .content .title {
    color: #383e47; }
    .card-text-overlay--light .content .title:before {
      background-color: #383e47; }
    .card-text-overlay--light .content .title:hover {
      color: #383e47; }
  .card-text-overlay--light .image .img:before {
    background-color: rgba(255, 255, 255, 0.1); }

.card-text-overlay--dark {
  color: #ffffff;
  background-color: #ffffff; }
  .card-text-overlay--dark .content .title {
    color: #ffffff; }
    .card-text-overlay--dark .content .title:before {
      background-color: #ffffff; }
    .card-text-overlay--dark .content .title:hover {
      color: #ffffff; }
  .card-text-overlay--dark .image .img:before {
    background-color: rgba(35, 36, 40, 0.3); }

@media only screen and (max-width: 767px) {
  .halo-button-wrapper.padding-top-40 {
    padding-top: 20px; } }

.halo-row-custom .halo-item .card-text-overlay {
  max-width: 250px; }
  @media only screen and (min-width: 370px) {
    .halo-row-custom .halo-item .card-text-overlay {
      max-width: 300px; } }
  @media only screen and (min-width: 768px) {
    .halo-row-custom .halo-item .card-text-overlay {
      max-width: 370px; } }
  @media only screen and (min-width: 1025px) {
    .halo-row-custom .halo-item .card-text-overlay {
      max-width: none; } }

/*=====  End of Feature Image Block  =====*/
/*==========================================
=            Feature Icon Block            =
==========================================*/
.halo-feature-icon {
  display: table;
  text-align: left;
  max-width: 280px;
  padding-right: 15px; }
  .halo-feature-icon .icon,
  .halo-feature-icon .content {
    display: table-cell;
    vertical-align: middle; }
  .halo-feature-icon .icon {
    width: 30px;
    font-size: 20px;
    color: #b20000; }
    .halo-feature-icon .icon + .content {
      padding-left: 10px; }
  .halo-feature-icon .content {
    padding-top: 2px;
    color: #383e47; }
    .halo-feature-icon .content .title {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: inherit; }
    .halo-feature-icon .content .description {
      margin-top: 10px;
      color: inherit; }
  .text-left .halo-feature-icon {
    margin-left: 0; }
  .text-center .halo-feature-icon {
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .halo-feature-icon {
      max-width: 300px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) {
    .halo-feature-icon {
      padding-right: 0; } }

.halo-feature-icon.layout-2 {
  max-width: 370px; }
  .halo-feature-icon.layout-2 .icon {
    width: auto;
    font-size: 32px;
    text-align: center; }
    .halo-feature-icon.layout-2 .icon i {
      width: 70px;
      height: 70px;
      line-height: 66px;
      border-radius: 50%;
      border: 2px solid #b20000; }
  .halo-feature-icon.layout-2 .content {
    padding: 0 0 0 30px; }
    .halo-feature-icon.layout-2 .content .title {
      font-size: 20px; }

.halo-feature-icon-section {
  color: #383e47;
  background-color: #f7f7f7; }

.halo-feature-icon-footer {
  color: #ffffff;
  background-color: #0058a4; }
  .halo-feature-icon-footer .halo-feature-icon {
    padding-top: 9px;
    padding-bottom: 9px; }
    .halo-feature-icon-footer .halo-feature-icon .icon {
      color: #ffffff; }
    .halo-feature-icon-footer .halo-feature-icon .content {
      color: #ffffff; }

/*=====  End of Feature Icon Block  ======*/
/*==========================================
=            Banner with Text              =
==========================================*/
.hero {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fafafa; }
  .hero .label-wrapper {
    top: 15px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    text-align: center;
    position: absolute; }
    .hero .label-wrapper .label-1, .hero .label-wrapper .label-2 {
      font-size: 20px;
      line-height: 1;
      margin: 0;
      padding: 5px 10px 4px 10px;
      text-transform: uppercase;
      text-shadow: none;
      -moz-transform: skewX(-15deg);
      -webkit-transform: skewX(-15deg);
      -o-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
      transform: skewX(-15deg); }
    .hero .label-wrapper .label-1 {
      display: inline-block;
      color: #ffffff;
      background-color: #b20000;
      margin-left: 8px; }
    .hero .label-wrapper .label-2 {
      background-color: #ffffff;
      color: #383e47; }
  .hero .hero-image-wrapper {
    position: relative; }
  .hero .hero-image {
    position: relative;
    height: 350px;
    overflow: hidden; }
    .hero .hero-image .image-background {
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
  .hero .hero-content {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 20px 15px 30px 15px;
    color: #383e47;
    max-width: 680px; }
    .hero .hero-content.hero-content--left {
      left: auto; }
    .hero .hero-content.hero-content--right {
      right: auto; }
    .hero .hero-content.hero-content--middle {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      left: auto; }
  .hero .description p > a,
  .hero .description > a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    color: inherit;
    font-family: Rajdhani, sans-serif; }
    .hero .description p > a:after,
    .hero .description > a:after {
      content: "";
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 0 11px;
      font-size: 20px;
      line-height: 1;
      font-weight: 400;
      color: inherit;
      width: 1px;
      height: 18px;
      background-color: #383e47; }
    .hero .description p > a:last-of-type:after,
    .hero .description > a:last-of-type:after {
      content: none; }
  .hero .button-group {
    font-size: 0;
    margin-top: 30px; }
    .hero .button-group .btn, .hero .button-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .hero .button-group .shopify-payment-button__button--unbranded {
      width: calc(50% - 8px);
      max-width: 180px;
      display: inline-block;
      padding: 12px 15px 11px 15px; }
      .hero .button-group .btn + .btn, .hero .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .hero .button-group .shopify-payment-button__button--unbranded + .btn, .hero .button-group .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .hero .button-group .btn + .shopify-payment-button__button--unbranded, .hero .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .hero .button-group .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
        margin-left: 16px;
        margin-top: 0; }
  .hero.hero--x-small .hero-image {
    height: 100px; }
  .hero.hero--small .hero-image {
    height: 240px; }
  .hero.hero--medium .hero-image {
    height: 240px; }
  .hero.hero--large .hero-image {
    height: 240px; }
  .hero.hero--x-large .hero-image {
    height: 400px; }
  @media only screen and (min-width: 551px) {
    .hero .button-group .btn, .hero .button-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .hero .button-group .shopify-payment-button__button--unbranded {
      min-width: 175px;
      display: inline-block; }
      .hero .button-group .btn + .btn, .hero .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .hero .button-group .shopify-payment-button__button--unbranded + .btn, .hero .button-group .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .hero .button-group .btn + .shopify-payment-button__button--unbranded, .hero .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .hero .button-group .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
        margin-left: 25px; } }
  @media only screen and (min-width: 993px) {
    .hero {
      background-color: transparent; }
      .hero .hero-image {
        position: relative;
        height: 50vh; }
      .hero .hero-content {
        padding: 0;
        z-index: 3;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }
        .hero .hero-content.hero-content--left {
          left: 15px;
          max-width: 400px; }
        .hero .hero-content.hero-content--right {
          right: 15px;
          max-width: 400px; }
        .hero .hero-content.hero-content--middle {
          left: 50%;
          transform: translate(-50%, -50%); }
        .hero .hero-content .title, .hero .hero-content .description {
          color: inherit; }
      .hero .label-wrapper {
        top: 30px;
        left: 15px;
        z-index: 5;
        text-align: left;
        position: absolute; }
        .hero .label-wrapper .label-1, .hero .label-wrapper .label-2 {
          font-size: 26px; }
      .hero .description p > a,
      .hero .description > a {
        font-size: 16px;
        margin-bottom: 8px; }
      .hero .button-group {
        margin-top: 40px; }
      .hero.hero--x-small .hero-image {
        height: 125px; }
      .hero.hero--small .hero-image {
        height: 300px; }
      .hero.hero--medium .hero-image {
        height: 480px; }
      .hero.hero--large .hero-image {
        height: 565px; }
      .hero.hero--x-large .hero-image {
        height: 770px; }
      .hero:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        opacity: 1;
        content: '';
        position: absolute;
        visibility: visible;
        transition: all .3s ease; } }
  @media only screen and (min-width: 1025px) {
    .hero .label-wrapper {
      transform: none; }
    .hero.hero--adapt .hero-image {
      height: auto; }
      .hero.hero--adapt .hero-image .image-background {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
        position: relative;
        transform: none; }
    .container-fluid .hero .label-wrapper {
      left: calc((100% - 1170px)/ 2); }
    .container-fluid .hero .hero-content.hero-content--left {
      left: calc((100% - 1170px)/ 2); }
    .container-fluid .hero .hero-content.hero-content--right {
      right: calc((100% - 1170px)/ 2); } }

@media only screen and (min-width: 993px) {
  .hero-overlay--light .hero-content {
    color: #383e47; }
  .hero-overlay--light .description p > a,
  .hero-overlay--light .description > a {
    color: #383e47; }
    .hero-overlay--light .description p > a:after,
    .hero-overlay--light .description > a:after {
      background-color: #383e47; }
  .hero-overlay--light:before {
    background-color: rgba(255, 255, 255, 0.5); } }

@media only screen and (min-width: 993px) {
  .hero-overlay--dark .hero-content {
    color: #ffffff; }
  .hero-overlay--dark .description p > a,
  .hero-overlay--dark .description > a {
    color: #ffffff; }
    .hero-overlay--dark .description p > a:after,
    .hero-overlay--dark .description > a:after {
      background-color: #ffffff; }
  .hero-overlay--dark .button-group .btn--secondary:not(:hover) {
    border-color: #f5f5f5;
    color: #ffffff; }
  .hero-overlay--dark:before {
    background-color: rgba(35, 36, 40, 0.5); } }

.hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.4;
  z-index: 1; }

.modal-video {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }
  .modal-video .modal-content {
    background-color: transparent; }
  .modal-video iframe {
    width: 100%;
    min-height: 270px; }
  @media only screen and (min-width: 768px) {
    .modal-video iframe {
      min-height: 500px; } }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.points_popup {
  position: absolute;
  z-index: 20;
  pointer-events: auto; }
  .points_popup .point {
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    background-color: #b20000;
    position: relative; }
    .points_popup .point:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1;
      position: absolute;
      border-radius: 50%;
      opacity: 0.3;
      background-color: #b20000;
      -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
      animation: zoom-animation 1.4s ease-in-out infinite; }
  .points_popup .custom-product-card {
    z-index: 10;
    top: -50px;
    display: none;
    position: absolute;
    left: calc(100% + 10px); }
  .points_popup.is-open {
    z-index: 21; }
    .points_popup.is-open .custom-product-card {
      display: block; }

/*=====  End of Banner with Text  ========*/
/*==========================================
=            Product Card full             =
==========================================*/
.product_badges {
  top: 0px;
  right: 0px;
  z-index: 5;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: flex-end; }
  .product_badges .badge {
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #383e46; }
  .product_badges .new-badge {
    color: #ffffff;
    background-color: #6aa004; }
  .product_badges .sale-badge {
    color: #ffffff;
    background-color: #b9000a; }
  .product_badges .soldOut-badge {
    color: #ffffff;
    background-color: #b6b6b6; }
  .product_badges .bestSellers-badge {
    color: #ffffff;
    background-color: #ed6912; }

.product-link {
  display: block;
  position: relative; }
  .product-link img {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    position: absolute;
    transition: all 0.3s ease; }
  .product-link .placeholder-svg {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    position: absolute; }
  .product-link:before {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .product-link.image-swap .image-one {
    z-index: 2;
    opacity: 1;
    visibility: visible; }
  .product-link.image-swap .image-two {
    z-index: 1; }

.product-vendor {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: block;
  color: #999999; }
  .product-vendor a {
    color: inherit;
    font-size: inherit;
    display: inline-block; }

.product-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 12px;
  text-transform: none;
  color: #059;
  font-family: Arimo, sans-serif; }
  .product-title a {
    color: inherit;
    font-size: inherit;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; }
  @media only screen and (min-width: 993px) {
    .product-title {
      display: block;
      overflow: visible;
      text-overflow: unset; } }

.product-reviews {
  display: block;
  line-height: 1;
  margin: 0 0 18px 0;
  min-height: 14px;
  position: relative; }
  .product-reviews .spr-badge-caption {
    display: none; }
  .product-reviews .product-compare-btn {
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    transition: all 0.3s ease; }
  @media only screen and (min-width: 1025px) {
    .product-reviews .product-compare-btn {
      opacity: 0;
      visibility: hidden; } }

.product-quickview {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .product-quickview {
      display: block;
      top: 50%;
      left: 50%;
      z-index: 5;
      position: absolute;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      text-align: center;
      border-radius: 3px;
      padding: 6px 12px;
      text-transform: capitalize;
      background-color: #ffffff;
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); } }

.product-countdown-wrapper {
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  position: absolute;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .product-countdown-wrapper.countdown .block-time {
      padding: 7px 5px;
      min-width: 35px; }
      .product-countdown-wrapper.countdown .block-time .num {
        font-size: 12px; }
      .product-countdown-wrapper.countdown .block-time .block-label {
        font-size: 11px;
        margin-top: -5px; } }

.spr-icon {
  margin-right: 3px; }
  .spr-icon.spr-icon-star, .spr-icon.spr-icon-star-empty {
    font-size: 12px; }
    .spr-icon.spr-icon-star:before, .spr-icon.spr-icon-star-empty:before {
      content: '\e800'; }

.spr-icon-star {
  color: #ed6912; }

.spr-icon-star-empty {
  opacity: 1 !important;
  color: #e4e4e4; }

.spr-form-review-rating a {
  line-height: 1; }

.product-price {
  line-height: 1;
  position: relative; }
  .product-price .price-item {
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.14286em;
    color: #141414; }
    .product-price .price-item + .price-item {
      margin-left: 5px; }
  .product-price.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #030000; }
  .product-price.price--on-sale .price-item--sale {
    color: #b20000; }
  .product-price .wishlist {
    display: none;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%); }
    .product-price .wishlist.wishlist_mb {
      display: block; }
  @media only screen and (min-width: 1025px) {
    .product-price .wishlist {
      display: block;
      opacity: 0;
      visibility: hidden; } }

.product-description {
  display: none; }

.product-actions {
  display: none; }

.product-btn {
  width: 100%;
  display: block;
  margin-top: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 15px 11px 15px;
  color: #373e46;
  border-color: #808287;
  background-color: #ffffff; }
  .product-btn:hover {
    color: #ffffff;
    border-color: #b20000;
    background-color: #b20000; }
  .product-btn.product-btn-soldOut {
    opacity: 1;
    color: #999999;
    border-color: #f7f7f7;
    background-color: #f7f7f7; }
  .product-btn.product-remove:hover {
    color: #b20000;
    background-color: #ffffff;
    border-color: #b20000; }
  .product-btn.wishlist .add {
    display: inline-block; }
  .product-btn.wishlist .remove {
    display: none; }
  .product-btn.wishlist.whislist-added .add {
    display: none; }
  .product-btn.wishlist.whislist-added .remove {
    display: inline-block; }

.product-form__cart-submit.product-btn-soldOut, .shopify-payment-button .product-btn-soldOut.shopify-payment-button__button--unbranded {
  opacity: 1;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  color: #999999;
  border-color: #f7f7f7;
  background-color: #f7f7f7; }

.product-card {
  text-align: left;
  position: relative;
  font-size: 14px; }
  .product-card .product-image {
    display: block;
    position: relative; }
    .product-card .product-image + .product-content {
      padding-top: 15px; }
  .product-card .product-content {
    display: block; }
  @media only screen and (max-width: 321px) {
    .product-card .product-countdown-wrapper {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .product-card .product-image + .product-content {
      padding-top: 20px; }
    .product-card .product-image:hover .product-quickview {
      opacity: 1;
      visibility: visible; }
    .product-card:hover .product-image .image-one {
      opacity: 0;
      visibility: hidden; }
    .product-card:hover .product-price .wishlist {
      opacity: 1;
      visibility: visible; }
    .product-card:hover .product-reviews .product-compare-btn {
      opacity: 1;
      visibility: visible; } }

.product-card-special {
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05); }
  .product-card-special .product-image {
    margin: 6px 6px 0 6px; }
  .product-card-special .product-content {
    padding: 20px 15px 0; }
  .product-card-special .product-btn {
    width: calc(100% + 30px);
    border: none;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ebecef;
    margin-left: -15px;
    margin-right: -15px; }

.product_quickview {
  max-height: 80vh;
  overflow: auto;
  webkit-overflow-scrolling: touch; }
  .product_quickview::-webkit-scrollbar-track {
    background-color: #f4f4f4; }
  .product_quickview::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4; }
  .product_quickview::-webkit-scrollbar-thumb {
    background-color: #383e47; }
  .product_quickview .product_photos .product-slider .slider-for .slick-slide {
    background-color: #ffffff; }

.collection-carousel .halo-item {
  padding-bottom: 3px; }
.collection-carousel .slick-arrow {
  width: 35px;
  height: 35px;
  padding: 0 5px;
  line-height: 35px; }
  .collection-carousel .slick-arrow svg {
    fill: #4d5259;
    stroke: #4d5259; }
.collection-carousel .slick-next {
  right: -35px; }
.collection-carousel .slick-prev {
  left: -35px; }
.collection-carousel .slick-dots {
  line-height: 1; }

.wishlist {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease; }
  .wishlist svg {
    fill: #141414; }
  .wishlist.whislist-added svg {
    fill: #b20000; }

.custom-product-card {
  position: relative; }
  .custom-product-card .close {
    top: 10px;
    right: 10px;
    float: none;
    color: #b20000;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    text-shadow: none;
    opacity: 1;
    z-index: 10; }
  .custom-product-card .product-card {
    width: 280px;
    display: table;
    margin-bottom: 0;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 3px; }
    .custom-product-card .product-card .product_badges,
    .custom-product-card .product-card .product-action {
      display: none; }
    .custom-product-card .product-card .product-image {
      width: 80px;
      display: table-cell;
      vertical-align: top; }
    .custom-product-card .product-card .product-content {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 0 10px;
      text-align: left; }
  @media only screen and (min-width: 768px) {
    .custom-product-card .product-card {
      padding: 25px;
      display: block;
      width: 250px; }
      .custom-product-card .product-card .product_badges {
        display: flex; }
      .custom-product-card .product-card .product-image {
        display: block;
        width: 100%;
        max-width: 180px;
        margin: 0 auto; }
      .custom-product-card .product-card .product-content {
        display: block;
        padding: 20px 0 0 0; }
      .custom-product-card .product-card .product-action {
        display: block; } }

.product-compare-btn {
  display: none; }
  .product-compare-btn input {
    display: none; }
    .product-compare-btn input:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0) rotate(-45deg); }
    .product-compare-btn input:checked + label:after {
      opacity: 1;
      transform: scale(1) rotate(-45deg); }
  .product-compare-btn label {
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize; }
    .product-compare-btn label:before {
      content: "";
      left: 0;
      top: 0px;
      width: 13px;
      height: 13px;
      position: absolute;
      border: 1px solid #dbdbdb;
      background-color: #ffffff; }
    .product-compare-btn label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 3px;
      left: 1.5px;
      border: 2px solid #232323;
      border-top: none;
      border-right: none;
      background: rgba(255, 255, 255, 0);
      transform: rotate(-45deg);
      transition: all 0.1s; }
    .product-compare-btn label > span {
      position: relative; }
      .product-compare-btn label > span:before {
        content: "";
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        position: absolute;
        background-color: #383e47;
        transition: all 0.3s ease; }
    .product-compare-btn label:hover > span:before {
      width: 100%; }
  .product-compare-btn.compare-added input + label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg); }
  .product-compare-btn.compare-btn-mb {
    display: block; }
  @media only screen and (min-width: 1025px) {
    .product-compare-btn {
      display: block; } }

.product-compare {
  display: none; }

.compare-link {
  display: none;
  position: relative;
  max-width: 150px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px; }
  .compare-link.compare-btn-mb {
    display: block; }
  .compare-link .btn-compare {
    opacity: 0;
    visibility: hidden;
    padding-left: 40px;
    padding-right: 40px;
    color: #383e47;
    border: 1px solid #808287;
    background-color: #fff; }
    .compare-link .btn-compare .countPill {
      top: -10px; }
    .compare-link .btn-compare:hover {
      color: #383e47;
      border: 1px solid #808287;
      background-color: #fff; }
    .compare-link .btn-compare.show {
      opacity: 1;
      visibility: visible; }
  @media only screen and (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      right: 50px;
      top: 40%;
      margin-top: 0;
      z-index: 15;
      max-width: none; } }

/*=====  End of Product Card full  =======*/
/*==========================================
=           - Product Detail -             =
==========================================*/
.product_top {
  display: block;
  margin-bottom: 30px; }
  .product_top .product_shop,
  .product_top .product_photos {
    display: block; }
  .product_top .product_shop {
    padding-top: 30px; }
  .product_top.product_layout_1 .product-slider .slider-for {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .product_top.product_layout_1 .product-slider .slider-for .slick-dots {
      bottom: -20px; }
  @media only screen and (max-width: 1024px) {
    .product_top.product_layout_1 .product-slider .slider-nav {
      display: none; }
    .product_top.product_layout_1 .product-slider .slider-for {
      margin-bottom: 30px; }
      .product_top.product_layout_1 .product-slider .slider-for .product-single__photo.hide {
        display: block !important; } }
  .product_top.product_layout_1 .product_services {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee; }
  .product_top.product_layout_1 .slider-nav-mobile {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .product_top.product_layout_1 .slider-nav-mobile > .item {
      width: auto;
      padding: 5px;
      font-size: 1rem;
      vertical-align: top;
      display: inline-block; }
      .product_top.product_layout_1 .slider-nav-mobile > .item > a {
        width: 70px;
        position: relative;
        vertical-align: top;
        display: inline-block;
        padding-top: 100%;
        border: 1px solid #e2e4e8;
        border-radius: 3px; }
        .product_top.product_layout_1 .slider-nav-mobile > .item > a > span {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .product_top.product_layout_1 .slider-nav-mobile > .item > a > span img, .product_top.product_layout_1 .slider-nav-mobile > .item > a > span .title {
            display: block; }
          .product_top.product_layout_1 .slider-nav-mobile > .item > a > span img {
            max-width: 25px; }
  @media only screen and (min-width: 551px) {
    .product_top.product_layout_1 .slider-nav-mobile > .item > a {
      width: 80px; }
      .product_top.product_layout_1 .slider-nav-mobile > .item > a > span img {
        max-width: 45px; } }
  @media only screen and (min-width: 768px) {
    .product_top.product_layout_1 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .product_top.product_layout_1 .product_photos {
        width: 50%; }
      .product_top.product_layout_1 .product_shop {
        width: 50%;
        padding-left: 30px; }
    .product_top.product_layout_2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .product_top.product_layout_2 .product_photos {
        width: 50%;
        padding-right: 15px; }
        .product_top.product_layout_2 .product_photos .product_badges {
          right: 15px; }
      .product_top.product_layout_2 .product_shop {
        width: 50%;
        padding-left: 15px; }
    .product_top.product_layout_3 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .product_top.product_layout_3 .product_photos {
        width: 55%;
        padding-right: 0; }
      .product_top.product_layout_3 .product_shop {
        width: 45%;
        padding-left: 30px; }
    .product_top .product_shop {
      margin-top: -5px;
      padding-top: 0; } }
  @media only screen and (min-width: 1025px) {
    .product_top {
      margin-bottom: 50px; }
      .product_top.product_layout_1 .product_photos {
        width: 60%; }
      .product_top.product_layout_1 .product_shop {
        width: 40%;
        padding-left: 30px; }
      .product_top.product_layout_1 .product-single__photos_container {
        width: 68%;
        margin-right: 0;
        margin-left: auto; }
      .product_top.product_layout_1 .slider-nav-mobile {
        display: none; }
      .product_top.product_layout_1 .product_services {
        width: calc(68% + 25px);
        display: block;
        margin-right: 0;
        margin-left: auto;
        padding-top: 30px;
        margin-top: 15px;
        border-top: 1px solid #eee; }
      .product_top.product_layout_1 .product-slider .slider-for {
        width: 100%;
        max-width: 500px;
        display: block; }
        .product_top.product_layout_1 .product-slider .slider-for:before {
          content: "";
          display: block;
          position: relative;
          padding-top: 100%; }
        .product_top.product_layout_1 .product-slider .slider-for .product-single__photo {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          position: absolute !important; }
        .product_top.product_layout_1 .product-slider .slider-for .product-single__photo-wrapper:first-child .product-single__photo {
          z-index: 3; }
      .product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slider),
      .product_top.product_layout_1 .product-slider .slider-nav {
        font-size: 0;
        left: 0;
        top: 0;
        width: 32%;
        height: 100%;
        padding: 0 20px 0 0;
        position: absolute;
        overflow: visible;
        white-space: normal; }
        .product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slider) .item,
        .product_top.product_layout_1 .product-slider .slider-nav .item {
          font-size: 12px;
          display: inline-block;
          vertical-align: top;
          margin: 0;
          padding: 5px;
          width: 50%; }
      .product_top.product_layout_1 .position_right .product-single__photos_container {
        width: 68%;
        margin-right: auto;
        margin-left: 0; }
      .product_top.product_layout_1 .position_right.product-slider .slider-nav:not(.slick-slider),
      .product_top.product_layout_1 .position_right.product-slider .slider-nav {
        font-size: 0;
        top: 0;
        left: auto;
        right: 0;
        width: 32%;
        height: 100%;
        padding: 0 0 0 20px;
        position: absolute;
        overflow: visible;
        white-space: normal; }
      .product_top.product_layout_1 .position_right + .product_services {
        width: calc(68% + 25px);
        display: block;
        margin-right: auto;
        margin-left: 0;
        padding-top: 30px;
        margin-top: 15px;
        border-top: 1px solid #eee; } }

.product_photos {
  position: relative; }
  .product_photos .product-img-box,
  .product_photos .product-single__photos,
  .product_photos .product-single__photos_container {
    position: relative; }
  .product_photos .product-slider .slider-for {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative; }
    .product_photos .product-slider .slider-for:not(.slick-slider) {
      overflow: hidden;
      white-space: nowrap; }
      .product_photos .product-slider .slider-for:not(.slick-slider) .product-single__photo-wrapper {
        width: 100%;
        vertical-align: top;
        display: inline-block; }
  .product_photos .product-slider .slider-nav {
    padding: 0 35px;
    margin-bottom: 25px; }
    .product_photos .product-slider .slider-nav .item {
      padding: 0 5px; }
      .product_photos .product-slider .slider-nav .item .text-link {
        display: inline-block;
        vertical-align: top; }
      .product_photos .product-slider .slider-nav .item.slick-current img {
        opacity: 0.6; }
      @media only screen and (min-width: 1025px) {
        .product_photos .product-slider .slider-nav .item .active-thumb img {
          opacity: 0.6; } }
    .product_photos .product-slider .slider-nav:not(.slick-slider) {
      overflow: hidden;
      white-space: nowrap; }
      .product_photos .product-slider .slider-nav:not(.slick-slider) .item {
        width: 25%;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 0 0; }
  .product_photos .product-slider .slick-arrow {
    padding: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    z-index: 20; }
    .product_photos .product-slider .slick-arrow svg {
      fill: #4d5259;
      stroke: #4d5259; }
    .product_photos .product-slider .slick-arrow.slick-next {
      right: 0px; }
    .product_photos .product-slider .slick-arrow.slick-prev {
      left: 0px; }
  @media only screen and (min-width: 768px) {
    .product_photos .product-slider .slider-for {
      max-width: none;
      margin-bottom: 30px; } }
  .product_photos .label-videos {
    position: absolute;
    z-index: 12;
    left: 10px;
    bottom: 10px; }
  .product_photos .video-link {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0;
    color: #cdd0d7;
    text-align: center; }
    .product_photos .video-link img {
      margin: 0 auto; }
    .product_photos .video-link .icon {
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .product_photos .video-link .title {
      line-height: 1;
      margin-top: 10px;
      color: #8c8c8c;
      font-weight: 400;
      text-transform: capitalize;
      font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .product_photos .video-link {
        width: 50px;
        height: 50px;
        font-size: 50px;
        line-height: 50px; } }
  .product_photos .hover-to-zoom {
    left: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    color: #8c8c8c;
    width: 100%;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    font-size: 14px; }
    .product_photos .hover-to-zoom .icon {
      width: 16px;
      height: 16px;
      fill: #8c8c8c;
      margin-right: 3px; }
    @media only screen and (min-width: 1025px) {
      .product_photos .hover-to-zoom {
        display: block; } }
  .product_photos .product-single__thumbnails-itemcustom > a {
    width: 100%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding-top: 100%;
    border: 1px solid #e2e4e8;
    border-radius: 3px; }
    .product_photos .product-single__thumbnails-itemcustom > a > span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .product_photos .product-single__thumbnails-itemcustom > a > span img, .product_photos .product-single__thumbnails-itemcustom > a > span .title {
        display: block; }

.product_shop .product-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 13px;
  font-weight: 700;
  color: #059; }
.product_shop .group_item {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product_shop .group_item .spr-badge {
    margin-bottom: 20px;
    margin-right: 10px;
    cursor: pointer; }
    .product_shop .group_item .spr-badge .spr-badge-caption {
      margin-left: 7px; }
  .product_shop .group_item .sold_product {
    color: #c10011;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: lowercase; }
    .product_shop .group_item .sold_product svg {
      width: 18px;
      height: 18px;
      top: -2px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px; }
.product_shop .product_infor {
  margin-bottom: 10px; }
  .product_shop .product_infor label {
    display: inline-block;
    min-width: 110px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #383e47;
    font-size: 14px;
    text-transform: capitalize; }
  .product_shop .product_infor span:not(.lang1):not(.lang2) {
    display: inline-block;
    color: #505050;
    font-weight: 400; }
.product_shop .product-price {
  margin-bottom: 20px; }
  .product_shop .product-price .price-item {
    font-size: 16px; }
.product_shop .countdown {
  margin-bottom: 20px; }
.product_shop .short_description {
  margin-bottom: 20px; }
.product_shop .share_toolbox {
  margin-bottom: 20px; }
.product_shop .product-form__item {
  display: block;
  margin-bottom: 15px; }
  .product_shop .product-form__item label {
    display: block; }
    .product-form--hide-variant-labels .product_shop .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
.product_shop .product_form_wrapper {
  position: relative; }
  .product_shop .product_form_wrapper .size-chart-open-popup {
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
    text-transform: capitalize;
    cursor: pointer; }
    .product_shop .product_form_wrapper .size-chart-open-popup:before {
      left: 0;
      bottom: 2px;
      content: "";
      width: 0;
      height: 1px;
      background-color: #005599;
      position: absolute;
      transition: all 0.3s ease; }
    .product_shop .product_form_wrapper .size-chart-open-popup:hover {
      color: #005599; }
      .product_shop .product_form_wrapper .size-chart-open-popup:hover:before {
        width: 100%; }
.product_shop .total-price {
  margin-bottom: 10px; }
  .product_shop .total-price label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px; }
  .product_shop .total-price span {
    font-weight: 700;
    font-size: 1.14286em; }
.product_shop .button-group {
  margin-top: 15px;
  margin-bottom: 15px; }
  .product_shop .button-group.layout-1 .btn, .product_shop .button-group.layout-1 .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product_shop .button-group.layout-1 .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%; }
  .product_shop .button-group.layout-1 .wishlist {
    margin-top: 15px; }
  .product_shop .button-group.layout-2 .btn, .product_shop .button-group.layout-2 .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product_shop .button-group.layout-2 .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%; }
  .product_shop .button-group.layout-2 .wishlist {
    margin-top: 15px; }
.product_shop .wishlist .add {
  display: inline-block; }
.product_shop .wishlist .remove {
  display: none; }
.product_shop .wishlist.whislist-added .add {
  display: none; }
.product_shop .wishlist.whislist-added .remove {
  display: inline-block; }
.product_shop .shopify-payment-button__button--hidden {
  display: none; }
.product_shop .product_customers_view {
  margin-bottom: 20px; }
  .product_shop .product_customers_view i {
    padding-right: 5px; }
  .product_shop .product_customers_view i, .product_shop .product_customers_view label, .product_shop .product_customers_view span:not(.lang1):not(.lang2) {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
@media only screen and (min-width: 551px) {
  .product_shop .button-group.layout-1 {
    font-size: 0; }
    .product_shop .button-group.layout-1 .btn[data-add-to-cart], .product_shop .button-group.layout-1 .shopify-payment-button [data-add-to-cart].shopify-payment-button__button--unbranded, .shopify-payment-button .product_shop .button-group.layout-1 [data-add-to-cart].shopify-payment-button__button--unbranded {
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 8px);
      margin-right: 8px; }
    .product_shop .button-group.layout-1 .wishlist {
      margin-top: 0px;
      margin-left: 8px;
      display: inline-block;
      vertical-align: middle;
      width: calc(50% - 8px); } }
@media only screen and (min-width: 768px) {
  .product_shop .product-title {
    font-size: 18px; }
  .product_shop .product-price .price-item {
    font-size: 18px; } }

.swatch {
  font-size: 0;
  margin-bottom: 15px; }
  .swatch .form-label {
    font-size: 14px; }
  .swatch input[type=radio] {
    display: none; }
  .swatch .soldout {
    opacity: 0.7; }
  .swatch .swatch-element {
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    font-size: 14px; }
    .swatch .swatch-element.soldout label {
      cursor: no-drop; }
      .swatch .swatch-element.soldout label:before {
        left: -7px;
        top: 16px;
        height: 1px;
        width: calc(140% - 1px);
        background-color: #f68863;
        opacity: 1;
        visibility: visible;
        border: none;
        content: "";
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .swatch .swatch-element.soldout label:after {
        display: none; }
    .swatch .swatch-element label {
      min-width: 34px;
      height: 34px;
      padding: 0 8px;
      margin: 0;
      text-align: center;
      border-radius: 3px;
      line-height: 32px;
      color: #505050;
      cursor: pointer; }
    .swatch .swatch-element:not(.color) label {
      border: 1px solid #c8c8c8; }
      .swatch .swatch-element:not(.color) label:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid #000000;
        background-color: rgba(255, 255, 255, 0);
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-radius: 3px; }
    .swatch .swatch-element.color label {
      font-size: 0;
      position: relative;
      background-size: cover; }
      .swatch .swatch-element.color label[data-imge] {
        border: 1px solid #c8c8c8; }
      .swatch .swatch-element.color label:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid #000000;
        background-color: rgba(255, 255, 255, 0);
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-radius: 3px; }
    .swatch .swatch-element.color input:checked + label {
      border: none; }
    .swatch .swatch-element input:checked + label {
      border-color: #000000;
      font-weight: 700; }
      .swatch .swatch-element input:checked + label:after {
        opacity: 1;
        visibility: visible; }
  .swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.swatch-element.color label {
  border: 1px solid #c8c8c8; }
.swatch-element.color.amaranth label {
  border: none;
  background-color: #E52B50; }
.swatch-element.color.amber label {
  border: none;
  background-color: #FFBF00; }
.swatch-element.color.amethyst label {
  border: none;
  background-color: #9966CC; }
.swatch-element.color.apricot label {
  border: none;
  background-color: #FBCEB1; }
.swatch-element.color.aquamarine label {
  border: none;
  background-color: #7FFFD4; }
.swatch-element.color.azure label {
  border: none;
  background-color: #007FFF; }
.swatch-element.color.babyblue label, .swatch-element.color.baby-blue label, .swatch-element.color.baby .swatch-element.color.blue label {
  border: none;
  background-color: #89CFF0; }
.swatch-element.color.beige label {
  border: none;
  background-color: #F5F5DC; }
.swatch-element.color.black label {
  border: none;
  background-color: #000000; }
.swatch-element.color.blue label {
  border: none;
  background-color: #0000FF; }
.swatch-element.color.bluegreen label, .swatch-element.color.blue-green label, .swatch-element.color.blue .swatch-element.color.green label {
  border: none;
  background-color: #0095B6; }
.swatch-element.color.blueviolet label, .swatch-element.color.blue-violet label, .swatch-element.color.blue .swatch-element.color.violet label {
  border: none;
  background-color: #8A2BE2; }
.swatch-element.color.blush label {
  border: none;
  background-color: #DE5D83; }
.swatch-element.color.bronze label {
  border: none;
  background-color: #CD7F32; }
.swatch-element.color.brown label {
  border: none;
  background-color: #964B00; }
.swatch-element.color.burgundy label {
  border: none;
  background-color: #800020; }
.swatch-element.color.byzantium label {
  border: none;
  background-color: #702963; }
.swatch-element.color.carmine label {
  border: none;
  background-color: #960018; }
.swatch-element.color.cerise label {
  border: none;
  background-color: #DE3163; }
.swatch-element.color.cerulean label {
  border: none;
  background-color: #007BA7; }
.swatch-element.color.champagne label {
  border: none;
  background-color: #F7E7CE; }
.swatch-element.color.chartreusegreen label, .swatch-element.color.chartreuse-green label, .swatch-element.color.chartreuse .swatch-element.color.green label {
  border: none;
  background-color: #7FFF00; }
.swatch-element.color.chocolate label {
  border: none;
  background-color: #7B3F00; }
.swatch-element.color.chocolate label {
  border: none;
  background-color: #7B3F00; }
.swatch-element.color.cobaltblue label, .swatch-element.color.cobalt-blue label, .swatch-element.color.cobalt .swatch-element.color.blue label {
  border: none;
  background-color: #0047ab; }
.swatch-element.color.coffee label {
  border: none;
  background-color: #6f4e37; }
.swatch-element.color.copper label {
  border: none;
  background-color: #b87333; }
.swatch-element.color.coral label {
  border: none;
  background-color: #ff7f50; }
.swatch-element.color.crimson label {
  border: none;
  background-color: #dc143c; }
.swatch-element.color.cyan label {
  border: none;
  background-color: #00ffff; }
.swatch-element.color.emerald label {
  border: none;
  background-color: #50c878; }
.swatch-element.color.erin label {
  border: none;
  background-color: #00ff3f; }
.swatch-element.color.gold label {
  border: none;
  background-color: #ffd700; }
.swatch-element.color.gray label {
  border: none;
  background-color: #808080; }
.swatch-element.color.green label {
  border: none;
  background-color: #008000; }
.swatch-element.color.harlequin label {
  border: none;
  background-color: #3fff00; }
.swatch-element.color.indigo label {
  border: none;
  background-color: #4b0082; }
.swatch-element.color.ivory label {
  border: none;
  background-color: #fffff0; }
.swatch-element.color.jade label {
  border: none;
  background-color: #00a86b; }
.swatch-element.color.lavender label {
  border: none;
  background-color: #b57edc; }
.swatch-element.color.lemon label {
  border: none;
  background-color: #fff700; }
.swatch-element.color.lilac label {
  border: none;
  background-color: #c8a2c8; }
.swatch-element.color.lime label {
  border: none;
  background-color: #bfff00; }
.swatch-element.color.magenta label {
  border: none;
  background-color: #ff00ff; }
.swatch-element.color.magentarose label, .swatch-element.color.magenta-rose label, .swatch-element.color.magenta .swatch-element.color.rose label {
  border: none;
  background-color: #ff00af; }
.swatch-element.color.maroon label {
  border: none;
  background-color: #800000; }
.swatch-element.color.mauve label {
  border: none;
  background-color: #e0b0ff; }
.swatch-element.color.navyblue label, .swatch-element.color.navy-blue label, .swatch-element.color.navy .swatch-element.color.blue label {
  border: none;
  background-color: #000080; }
.swatch-element.color.ochre label {
  border: none;
  background-color: #cc7722; }
.swatch-element.color.olive label {
  border: none;
  background-color: #808000; }
.swatch-element.color.orange label {
  border: none;
  background-color: #ff6600; }
.swatch-element.color.orangered label, .swatch-element.color.orange-red label, .swatch-element.color.orange .swatch-element.color.red label {
  border: none;
  background-color: #ff4500; }
.swatch-element.color.orchid label {
  border: none;
  background-color: #da70d6; }
.swatch-element.color.peach label {
  border: none;
  background-color: #ffe5b4; }
.swatch-element.color.pear label {
  border: none;
  background-color: #d1e231; }
.swatch-element.color.periwinkle label {
  border: none;
  background-color: #ccccff; }
.swatch-element.color.pink label {
  border: none;
  background-color: #fd6c9e; }
.swatch-element.color.plum label {
  border: none;
  background-color: #8e4585; }
.swatch-element.color.prussianblue label, .swatch-element.color.prussian-blue label, .swatch-element.color.prussian .swatch-element.color.blue label {
  border: none;
  background-color: #003153; }
.swatch-element.color.purple label {
  border: none;
  background-color: #800080; }
.swatch-element.color.red label {
  border: none;
  background-color: #ff0000; }
.swatch-element.color.redviolet label, .swatch-element.color.red-violet label, .swatch-element.color.red .swatch-element.color.violet label {
  border: none;
  background-color: #003153; }
.swatch-element.color.mistyrose label {
  border: none;
  background-color: #ff007f; }
.swatch-element.color.salmon label {
  border: none;
  background-color: #fa8072; }
.swatch-element.color.scarlet label {
  border: none;
  background-color: #ff2400; }
.swatch-element.color.silver label {
  border: none;
  background-color: #c0c0c0; }
.swatch-element.color.slategray label, .swatch-element.color.slate-gray label, .swatch-element.color.slate .swatch-element.color.gray label {
  border: none;
  background-color: #708090; }
.swatch-element.color.springbud label, .swatch-element.color.spring-bud label, .swatch-element.color.spring .swatch-element.color.bud label {
  border: none;
  background-color: #a7fc00; }
.swatch-element.color.springgreen label, .swatch-element.color.spring-green label, .swatch-element.color.spring .swatch-element.color.green label {
  border: none;
  background-color: #00ff7f; }
.swatch-element.color.tan label {
  border: none;
  background-color: #d2b48c; }
.swatch-element.color.taupe label {
  border: none;
  background-color: #483c32; }
.swatch-element.color.teal label {
  border: none;
  background-color: #008080; }
.swatch-element.color.turquoise label {
  border: none;
  background-color: #40e0d0; }
.swatch-element.color.ultramarine label {
  border: none;
  background-color: #3f00ff; }
.swatch-element.color.violet label {
  border: none;
  background-color: #7f00ff; }
.swatch-element.color.viridian label {
  border: none;
  background-color: #40826d; }
.swatch-element.color.white label {
  background-color: #ffffff; }
.swatch-element.color.yellow label {
  border: none;
  background-color: #FFFF00; }

.quantity {
  margin-bottom: 10px; }
  .quantity label {
    font-weight: 700; }
  .quantity .qty-group {
    max-width: 144px;
    border-radius: 3px;
    border: 1px solid #cccfd6;
    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;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .quantity .qty-group input {
      text-align: center;
      border: none;
      width: 70px; }
    .quantity .qty-group .button {
      position: relative;
      width: 36px;
      height: 40px;
      display: inline-block;
      vertical-align: middle;
      border-right: 1px solid #cccfd6; }
      .quantity .qty-group .button.plus {
        border-right: none;
        border-left: 1px solid #cccfd6; }
      .quantity .qty-group .button .icon {
        padding: 12px;
        width: 100%;
        height: 100%;
        fill: #4d5259; }

.product_services .contact {
  width: 100%;
  display: table; }
  .product_services .contact .image-contact,
  .product_services .contact .content-contact {
    display: table-cell;
    vertical-align: middle; }
  .product_services .contact .image-contact {
    width: 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden; }
    .product_services .contact .image-contact > img {
      border-radius: 50%;
      overflow: hidden; }
  .product_services .contact .content-contact {
    padding-left: 15px; }
    .product_services .contact .content-contact .text {
      margin-bottom: 8px;
      text-transform: capitalize; }
    .product_services .contact .content-contact .link {
      display: block; }
      .product_services .contact .content-contact .link .number-phone, .product_services .contact .content-contact .link a {
        margin: 0;
        display: inline-block;
        vertical-align: bottom; }
      .product_services .contact .content-contact .link .number-phone {
        font-weight: 700;
        font-size: 18px;
        display: block;
        margin-bottom: 7px;
        font-family: Arimo, sans-serif;
        color: #383e47; }
      .product_services .contact .content-contact .link a {
        color: #005599; }
        .product_services .contact .content-contact .link a svg {
          width: 9px;
          height: 9px;
          margin-left: 5px;
          fill: #005599;
          margin-top: -2px; }
      @media only screen and (min-width: 370px) {
        .product_services .contact .content-contact .link .number-phone {
          margin-bottom: 0;
          display: inline-block; }
          .product_services .contact .content-contact .link .number-phone + a {
            margin-left: 10px;
            line-height: 20px; } }
  .product_services .contact + .services {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .product_services .contact + .services {
        margin-top: 30px; } }
.product_services .services {
  margin: 0;
  font-size: 0;
  display: block;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 5px;
  /*padding-bottom: 15px;*/ }
  .product_services .services .item {
    width: auto;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px 0 0; }
    .product_services .services .item:last-child {
      padding-right: 0; }
  .product_services .services .service-item {
    display: table;
    width: 100%; }
    .product_services .services .service-item .icons,
    .product_services .services .service-item .content {
      display: table-cell;
      vertical-align: middle; }
    .product_services .services .service-item .icons {
      width: 40px;
      text-align: center; }
      .product_services .services .service-item .icons i, .product_services .services .service-item .icons .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
        padding: 0;
        border-radius: 50%;
        color: #787878;
        border: 1px solid #cdd0d7; }
      .product_services .services .service-item .icons svg {
        fill: #787878;
        stroke: #787878; }
    .product_services .services .service-item .content {
      padding-left: 15px;
      padding-right: 15px; }
      .product_services .services .service-item .content .title {
        margin: 0;
        font-size: 12px;
        line-height: 22px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: Arimo, sans-serif; }
      .product_services .services .service-item .content .description {
        margin: 0; }
  @media only screen and (min-width: 768px) {
    .product_services .services {
      margin: 0;
      overflow: visible;
      white-space: normal; }
      .product_services .services .item {
        padding: 0;
        width: 50%;
        margin-top: 20px; }
        .product_services .services .item:nth-child(-n + 2) {
          margin-top: 0; } }
  @media only screen and (min-width: 993px) {
    .product_services .services .service-item .icons {
      width: 50px; }
      .product_services .services .service-item .icons i, .product_services .services .service-item .icons .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 48px; } }

@media only screen and (min-width: 768px) {
  .next-prev-product-wrapper {
    position: relative; }
    .next-prev-product-wrapper .product_shop .product-title {
      padding-right: 80px; } }

.next-prev-product {
  display: none;
  top: -8px;
  right: 0;
  z-index: 10;
  position: absolute; }
  .next-prev-product .next-prev-icons {
    display: inline-block; }
    .next-prev-product .next-prev-icons .prev-icon,
    .next-prev-product .next-prev-icons .next-icon {
      width: 34px;
      height: 30px;
      color: #4d5259;
      padding: 0 7px;
      line-height: 30px;
      display: inline-block;
      vertical-align: middle; }
      .next-prev-product .next-prev-icons .prev-icon svg,
      .next-prev-product .next-prev-icons .next-icon svg {
        width: 100%;
        height: 100%;
        fill: #4d5259; }
  .next-prev-product .next-prev-modal {
    top: 100%;
    left: auto;
    right: 0px;
    z-index: 3;
    display: none;
    padding-top: 10px;
    position: absolute; }
    .next-prev-product .next-prev-modal .next-prev-content {
      display: none;
      width: 330px;
      padding: 10px;
      background-color: #ffffff;
      border-radius: 3px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15); }
      .next-prev-product .next-prev-modal .next-prev-content.active {
        display: block; }
  @media only screen and (min-width: 768px) {
    .next-prev-product {
      display: block; } }

.countdown {
  display: block;
  white-space: nowrap; }
  .countdown > p {
    margin-bottom: 0; }
  .countdown .block-time {
    padding: 9px 6px;
    border-radius: 3px;
    background-color: #464646;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    min-width: 42px; }
    .countdown .block-time:last-of-type {
      margin-right: 0; }
    .countdown .block-time .num {
      font-size: 16px;
      line-height: 1;
      color: #ffffff;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .countdown .block-time .block-label {
      margin: 0;
      line-height: 1;
      display: block;
      font-size: 12px;
      opacity: 0.5;
      margin-top: -2px;
      color: #ffffff; }

.share_toolbox {
  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;
  margin-bottom: 20px; }
  .share_toolbox > span {
    margin-right: 12px; }
  .share_toolbox .at-icon-wrapper {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important; }
    .share_toolbox .at-icon-wrapper svg {
      width: 20px !important;
      height: 20px !important;
      fill: #323232 !important; }

.product-desciption-wrapper {
  display: block;
  font-size: 0; }
  @media (min-width: 552px) {
    .product-desciption-wrapper .section-header h1, .product-desciption-wrapper .section-header .h1,
    .product-desciption-wrapper .section-header h2,
    .product-desciption-wrapper .section-header .h2,
    .product-desciption-wrapper .section-header .title,
    .product-desciption-wrapper .tab-horizontal .tab a {
      font-size: 20px;
      line-height: 1.2; } }
  @media only screen and (min-width: 1025px) {
    .product-desciption-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between; }
      .product-desciption-wrapper > div:first-of-type {
        width: 60%; }
      .product-desciption-wrapper > div:last-of-type {
        width: 40%;
        padding-left: 30px; }
      .product-desciption-wrapper .product-recommendations__inner .halo-row .halo-item {
        margin-bottom: 30px; } }

.product-desciption-wrapper-2 {
  display: block;
  font-size: 0; }
  .product-desciption-wrapper-2 .productView-description {
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 15px; }
  @media only screen and (min-width: 1025px) {
    .product-desciption-wrapper-2 {
      display: flex;
      margin: 0 -15px;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between; }
      .product-desciption-wrapper-2 > div {
        width: 50%;
        padding: 0 15px; }
      .product-desciption-wrapper-2 #shopify-section-product-recommendations {
        order: -1; }
      .product-desciption-wrapper-2 .product-recommendations__inner .halo-row .halo-item {
        margin-bottom: 30px; }
      .product-desciption-wrapper-2 .productView-description {
        border-bottom: none;
        margin-bottom: 0; } }

.productView-description {
  display: block; }
  .productView-description .tab-horizontal {
    display: none; }
    .productView-description .tab-horizontal + .tab-content {
      display: block;
      margin-bottom: 13px;
      border-bottom: 1px solid #e2e4e8; }
  .productView-description .tab-content .tab-pane {
    display: block; }
  .productView-description .tab-content .fade {
    opacity: 1; }
  .productView-description .tab-content .toggle-content {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease; }
  .productView-description .tab-content p {
    margin-bottom: 20px; }
  .productView-description .description_showmore {
    display: block;
    text-align: center; }
    .productView-description .description_showmore .showmore {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.9); }
      .productView-description .description_showmore .showmore .btn, .productView-description .description_showmore .showmore .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productView-description .description_showmore .showmore .shopify-payment-button__button--unbranded {
        width: 200px;
        background-color: #ffffff; }
    .productView-description .description_showmore .showless {
      display: block;
      background-color: #ffffff; }
      .productView-description .description_showmore .showless .btn, .productView-description .description_showmore .showless .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productView-description .description_showmore .showless .shopify-payment-button__button--unbranded {
        width: 200px;
        background-color: #ffffff; }
  .productView-description #shopify-product-reviews .spr-header-title {
    display: none; }
  @media only screen and (min-width: 768px) {
    .productView-description .tab-horizontal {
      display: block; }
      .productView-description .tab-horizontal + .tab-content {
        margin-bottom: 0;
        border-bottom: none; }
    .productView-description .tab-content .fade {
      opacity: 0; }
    .productView-description .tab-content .tab-pane {
      display: none; }
      .productView-description .tab-content .tab-pane.active {
        opacity: 1;
        display: block; }
    .productView-description .tab-content .toggle-content {
      display: block; }
    .productView-description .description_showmore {
      display: none; } }

.tab-horizontal {
  width: 100%;
  font-size: 0;
  border: none;
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 30px; }
  .tab-horizontal .tab {
    z-index: 1;
    padding: 0;
    float: none;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center; }
    .tab-horizontal .tab a {
      color: #383e47;
      height: 40px;
      padding: 11px 15px 9px 15px;
      line-height: 20px;
      font-size: 16px;
      font-weight: 700;
      display: block;
      white-space: nowrap;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      background-color: transparent;
      font-family: Rajdhani, sans-serif;
      border-radius: 3px;
      background-color: #ffffff;
      border: 1px solid #e2e4e8; }
      .tab-horizontal .tab a.active {
        font-weight: 700;
        background-color: #ffffff;
        color: #383e47;
        border-color: #383e47; }
    .tab-horizontal .tab:nth-child(odd) {
      margin-right: 8px; }
    .tab-horizontal .tab:nth-child(even) {
      margin-left: 8px; }
  @media only screen and (min-width: 768px) {
    .tab-horizontal {
      border-bottom: 1px solid #e2e4e8; }
      .tab-horizontal .tab {
        width: auto;
        margin-bottom: 0; }
        .tab-horizontal .tab a {
          padding: 0;
          margin: 0 30px 0 0;
          height: auto;
          border: none;
          font-size: 20px;
          line-height: 1.2;
          padding-bottom: 10px;
          overflow: visible;
          background-color: transparent; }
          .tab-horizontal .tab a:after {
            left: 0;
            content: "";
            width: 0px;
            height: 2px;
            bottom: -1px;
            position: absolute;
            transition: all 0.3s ease;
            background-color: #b20000; }
          .tab-horizontal .tab a.active:after {
            width: 100%; }
        .tab-horizontal .tab:last-child a {
          margin-right: 0; }
        .tab-horizontal .tab:nth-child(odd) {
          margin-right: 0px; }
        .tab-horizontal .tab:nth-child(even) {
          margin-left: 0px; } }

.tab-vertical {
  font-size: 14px; }
  .tab-vertical .toggle-title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    border-top: 1px solid #e2e4e8; }
    .tab-vertical .toggle-title .toggleLink {
      width: 100%;
      display: block;
      padding-bottom: 13px;
      padding-top: 15px;
      color: #383e47; }
      .tab-vertical .toggle-title .toggleLink .page-heading {
        font-size: 24px; }
    .tab-vertical .toggle-title svg {
      width: 12px;
      height: 24px;
      float: right;
      fill: #383e47;
      transform: rotate(0deg);
      transition: all .3s ease; }
    .tab-vertical .toggle-title .collapsed svg {
      transform: rotate(180deg); }
    .tab-vertical .toggle-title:first-of-type {
      border-top: none; }
      .tab-vertical .toggle-title:first-of-type .toggleLink {
        padding-top: 0; }
  .tab-vertical .toggle-content {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e2e4e8; }
  .tab-vertical .toggle-description {
    text-align: left;
    overflow: hidden;
    position: relative; }
    .tab-vertical .toggle-description blockquote {
      padding: 10px 15px;
      margin-bottom: 2.25rem;
      background-color: #f7f7f7;
      border-radius: 3px;
      font-style: italic;
      text-align: left; }
      .tab-vertical .toggle-description blockquote q {
        font-size: 14px; }
        .tab-vertical .toggle-description blockquote q:before, .tab-vertical .toggle-description blockquote q:after {
          content: none; }
    .tab-vertical .toggle-description ul, .tab-vertical .toggle-description ol {
      padding-left: 20px;
      margin-left: .5rem;
      margin-bottom: 1.5rem; }
      .tab-vertical .toggle-description ul li, .tab-vertical .toggle-description ol li {
        line-height: 30px; }
    .tab-vertical .toggle-description ul li {
      list-style: disc; }
    .tab-vertical .toggle-description ol li {
      list-style: decimal; }
    .tab-vertical .toggle-description h5, .tab-vertical .toggle-description .h5 {
      font-size: 16px; }
    .tab-vertical .toggle-description .special-title {
      text-align: center;
      overflow: hidden;
      position: relative; }
      .tab-vertical .toggle-description .special-title span {
        z-index: 2;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffff; }
      .tab-vertical .toggle-description .special-title:before {
        content: "";
        width: 100%;
        height: 1px;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
        position: absolute;
        background-color: #eeeeee; }
    .tab-vertical .toggle-description .gallery-images.slick-slider {
      padding: 0;
      margin: 0px;
      list-style: none;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 40px; }
      .tab-vertical .toggle-description .gallery-images.slick-slider li {
        list-style: none;
        display: inline-block;
        vertical-align: top; }
      .tab-vertical .toggle-description .gallery-images.slick-slider .slick-slide {
        padding: 0 10px; }
      .tab-vertical .toggle-description .gallery-images.slick-slider .slick-dots {
        margin: 0;
        padding: 0; }
      @media only screen and (min-width: 1025px) {
        .tab-vertical .toggle-description .gallery-images.slick-slider img {
          width: 100%; } }
    .tab-vertical .toggle-description .gallery-images:not(.slick-slider) {
      overflow: auto;
      white-space: nowrap;
      padding: 0px;
      margin: 0px;
      list-style: none;
      margin-bottom: 40px; }
      .tab-vertical .toggle-description .gallery-images:not(.slick-slider) > li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px; }
      @media only screen and (min-width: 1025px) {
        .tab-vertical .toggle-description .gallery-images:not(.slick-slider) {
          overflow: hidden; } }
  @media only screen and (min-width: 1025px) {
    .tab-vertical .toggle-content {
      padding-top: 24px;
      margin-bottom: 24px; } }

.tab-content {
  font-size: 14px; }
  .tab-content .toggle-title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    border-top: 1px solid #e2e4e8; }
    .tab-content .toggle-title .toggleLink {
      width: 100%;
      display: block;
      padding-top: 15px;
      padding-bottom: 13px; }
    .tab-content .toggle-title svg {
      width: 12px;
      height: 24px;
      float: right;
      transform: rotate(0deg);
      transition: all .3s ease; }
    .tab-content .toggle-title .collapsed svg {
      transform: rotate(180deg); }
  .tab-content .tab-description {
    text-align: left;
    font-size: 14px; }
    .tab-content .tab-description blockquote {
      padding: 10px 15px;
      margin-bottom: 2.25rem;
      background-color: #f7f7f7;
      border-radius: 3px;
      font-style: italic;
      text-align: left; }
      .tab-content .tab-description blockquote q {
        font-size: 14px; }
        .tab-content .tab-description blockquote q:before, .tab-content .tab-description blockquote q:after {
          content: none; }
    .tab-content .tab-description ul, .tab-content .tab-description ol {
      padding-left: 20px;
      margin-left: .5rem;
      margin-bottom: 1.5rem; }
      .tab-content .tab-description ul li, .tab-content .tab-description ol li {
        line-height: 30px; }
    .tab-content .tab-description ul li {
      list-style: disc; }
    .tab-content .tab-description ol li {
      list-style: decimal; }
    .tab-content .tab-description h5, .tab-content .tab-description .h5 {
      font-size: 16px; }
    .tab-content .tab-description .special-title {
      text-align: center;
      overflow: hidden;
      position: relative; }
      .tab-content .tab-description .special-title span {
        z-index: 2;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffff; }
      .tab-content .tab-description .special-title:before {
        content: "";
        width: 100%;
        height: 1px;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
        position: absolute;
        background-color: #eeeeee; }
    .tab-content .tab-description .gallery-images.slick-slider {
      padding: 0;
      margin: 0px;
      list-style: none;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 40px; }
      .tab-content .tab-description .gallery-images.slick-slider li {
        list-style: none;
        display: inline-block;
        vertical-align: top; }
      .tab-content .tab-description .gallery-images.slick-slider .slick-slide {
        padding: 0 10px; }
      .tab-content .tab-description .gallery-images.slick-slider .slick-dots {
        margin: 0;
        padding: 0; }
      @media only screen and (min-width: 1025px) {
        .tab-content .tab-description .gallery-images.slick-slider img {
          width: 100%; } }
    .tab-content .tab-description .gallery-images:not(.slick-slider) {
      overflow: auto;
      white-space: nowrap;
      padding: 0px;
      margin: 0px;
      list-style: none;
      margin-bottom: 40px; }
      .tab-content .tab-description .gallery-images:not(.slick-slider) > li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px; }
      @media only screen and (min-width: 1025px) {
        .tab-content .tab-description .gallery-images:not(.slick-slider) {
          overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .tab-content .toggle-title {
      display: none; } }

.modal-ask-an-expert {
  max-width: 765px; }
  .modal-ask-an-expert .modal-body {
    padding-top: 20px;
    padding-bottom: 20px; }
  .modal-ask-an-expert .form-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .modal-ask-an-expert .des {
    color: #3c3c3c;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
  .modal-ask-an-expert .title {
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Arimo, sans-serif; }
  .modal-ask-an-expert .actions .btn, .modal-ask-an-expert .actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .modal-ask-an-expert .actions .shopify-payment-button__button--unbranded {
    width: 100%; }
  .modal-ask-an-expert .custom-radio {
    margin-bottom: 12px;
    padding-top: 5px; }
    .modal-ask-an-expert .custom-radio label {
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px; }
    .modal-ask-an-expert .custom-radio.last {
      margin-bottom: 18px; }
      .modal-ask-an-expert .custom-radio.last label:first-child {
        display: block;
        margin-right: 0;
        margin-bottom: 16px; }
    .modal-ask-an-expert .custom-radio input[type="radio"] {
      vertical-align: top;
      margin-right: 10px;
      display: none; }
    .modal-ask-an-expert .custom-radio input[type="radio"] + label {
      cursor: pointer;
      margin-bottom: 9px;
      position: relative;
      padding-left: 24px; }
      .modal-ask-an-expert .custom-radio input[type="radio"] + label:before {
        position: absolute;
        content: "";
        top: 4px;
        left: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #cecece;
        border-radius: 50%; }
      .modal-ask-an-expert .custom-radio input[type="radio"] + label:after {
        position: absolute;
        content: "";
        border: 4px solid #141414;
        border-radius: 50%;
        top: 7px;
        left: 3px;
        transition: all 0.3s ease; }
    .modal-ask-an-expert .custom-radio input[type="radio"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .modal-ask-an-expert .custom-radio input[type="radio"]:checked + label:after,
    .modal-ask-an-expert .custom-radio input[type="radio"] + label:hover:after {
      opacity: 1;
      transform: scale(1); }
  @media only screen and (min-width: 551px) {
    .modal-ask-an-expert .modal-body {
      padding-top: 30px;
      padding-bottom: 55px; }
    .modal-ask-an-expert .des {
      padding-left: 40px;
      padding-right: 40px; } }

@media only screen and (min-width: 768px) {
  #instruction_product .modal-dialog,
  #warranty_product .modal-dialog,
  #size_chart .modal-dialog {
    max-width: 700px; } }

#shopify-product-reviews {
  margin: 0 !important;
  padding-bottom: 5px; }
  #shopify-product-reviews .spr-container {
    border: none !important;
    padding: 0 !important; }
  #shopify-product-reviews .spr-summary {
    display: inline-block;
    width: 100%;
    text-align: left; }
    #shopify-product-reviews .spr-summary > span:not(.lang1):not(.lang2) {
      vertical-align: middle;
      display: inline-block; }
    #shopify-product-reviews .spr-summary > .spr-summary-actions {
      float: none;
      display: block !important;
      margin-top: 10px; }
  #shopify-product-reviews .spr-summary-caption {
    margin-right: 10px; }
  #shopify-product-reviews .spr-header-title {
    display: none !important; }
  #shopify-product-reviews .spr-review {
    border-top: 1px dotted #e2e4e8; }
  #shopify-product-reviews .spr-form-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px; }
  #shopify-product-reviews .spr-review-header-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    color: #059;
    font-family: Arimo, sans-serif; }
  #shopify-product-reviews .spr-review-header-byline {
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    color: #8c8c8c;
    font-style: normal;
    margin: 0 0 15px 0; }
    #shopify-product-reviews .spr-review-header-byline strong {
      font-weight: 400; }
  #shopify-product-reviews .spr-review-reportreview {
    float: none;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 15px 7px 15px;
    border-radius: 15px;
    color: #b20000;
    background-color: #fcf5f5; }
    #shopify-product-reviews .spr-review-reportreview:hover {
      color: #b20000; }
  #shopify-product-reviews .spr-button-primary {
    float: none; }
  @media only screen and (min-width: 551px) {
    #shopify-product-reviews .spr-summary > .spr-summary-starrating,
    #shopify-product-reviews .spr-summary > .spr-summary-caption {
      padding: 10px 0; }
    #shopify-product-reviews .spr-summary > .spr-summary-actions {
      float: right;
      margin-top: 0;
      display: inline-block !important; } }

.spr-button-primary {
  min-width: 150px;
  box-shadow: none;
  color: white;
  border-color: #383e47;
  background-color: #383e47; }
  .spr-button-primary:hover, .spr-button-primary:active, .spr-button-primary:focus {
    box-shadow: none !important;
    color: white !important;
    border-color: #383e47 !important;
    background-color: #383e47 !important; }
  @media only screen and (min-width: 768px) {
    .spr-button-primary {
      padding-left: 45px;
      padding-right: 45px; } }

.spr-summary-actions-newreview {
  width: auto;
  line-height: 1;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 15px 11px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: Rajdhani, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #383e47;
  border-color: #b6b6b6;
  background-color: transparent; }
  .spr-summary-actions-newreview:not([disabled]):hover, .spr-summary-actions-newreview:focus {
    color: white;
    border-color: #383e47;
    background-color: #383e47; }
  @media only screen and (min-width: 551px) {
    .spr-summary-actions-newreview {
      padding: 13px 15px 12px 15px; } }
  @media only screen and (min-width: 768px) {
    .spr-summary-actions-newreview {
      padding-left: 45px;
      padding-right: 45px; } }

.sticky_form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  transition: all .3s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .sticky_form .sticky-add-to-cart form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .sticky_form .sticky-add-to-cart form > .item {
      margin-right: 15px;
      margin-bottom: 0; }
      .sticky_form .sticky-add-to-cart form > .item:last-child {
        margin-right: 0; }
    .sticky_form .sticky-add-to-cart form .countdown-wrapper {
      display: none; }
    .sticky_form .sticky-add-to-cart form .product-wrapper {
      display: none; }
    .sticky_form .sticky-add-to-cart form .quantity {
      display: none; }
  .sticky_form .product-on-cart {
    text-align: left; }
    .sticky_form .product-on-cart .product-image,
    .sticky_form .product-on-cart .product-details {
      vertical-align: middle; }
    .sticky_form .product-on-cart .product-details {
      padding-left: 15px;
      padding-right: 0; }
  .sticky_form .pr-selectors {
    position: relative;
    display: block;
    text-align: left; }
    .sticky_form .pr-selectors .icon {
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      width: 35px;
      height: 40px;
      padding: 0 12px;
      line-height: 40px;
      pointer-events: none;
      position: absolute;
      fill: #4d5259; }
    .sticky_form .pr-selectors .pr-active {
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer;
      font-size: 12px;
      border: 1px solid #cccfd6;
      background-color: white;
      color: black;
      border-radius: 3px;
      height: auto;
      max-width: 100%;
      line-height: 40px;
      padding: 0px 50px 0 15px;
      min-height: 40px;
      background-clip: unset;
      display: inline-block;
      vertical-align: top; }
      .sticky_form .pr-selectors .pr-active:focus {
        box-shadow: none;
        border-color: #b0b4bf; }
    .sticky_form .pr-selectors ul {
      padding: 0;
      list-style: none;
      text-align: left;
      position: absolute;
      top: auto;
      width: 100%;
      bottom: calc(100% - 1px);
      margin-bottom: 0;
      background-color: #ffffff;
      border: 1px solid #cccfd6;
      overflow: auto;
      height: 0;
      opacity: 0;
      transition: all 0.3s ease; }
      .sticky_form .pr-selectors ul li a {
        display: block;
        padding: 5px 0;
        text-transform: capitalize; }
      .sticky_form .pr-selectors ul li .sold-out {
        color: #b6b6b6;
        text-decoration: line-through !important;
        /*pointer-events: none;*/ }
  .sticky_form .btn.btn-sticky-add-to-cart, .sticky_form .shopify-payment-button .btn-sticky-add-to-cart.shopify-payment-button__button--unbranded, .shopify-payment-button .sticky_form .btn-sticky-add-to-cart.shopify-payment-button__button--unbranded {
    white-space: nowrap;
    padding: 12px 15px 10px 15px; }
  .sticky_form.open-sticky .pr-selectors ul {
    opacity: 1;
    max-height: 250px;
    padding: 10px;
    height: inherit; }
  .show_sticky .sticky_form {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 321px) {
    .sticky_form .btn.btn-sticky-add-to-cart, .sticky_form .shopify-payment-button .btn-sticky-add-to-cart.shopify-payment-button__button--unbranded, .shopify-payment-button .sticky_form .btn-sticky-add-to-cart.shopify-payment-button__button--unbranded {
      padding: 12px 5px 10px 5px; } }
  @media only screen and (min-width: 768px) {
    .sticky_form .sticky-add-to-cart form .product-wrapper {
      display: inline-block; }
    .sticky_form .sticky-add-to-cart form .quantity {
      display: inline-block; } }
  @media only screen and (min-width: 1025px) {
    .sticky_form .btn.btn-sticky-add-to-cart, .sticky_form .shopify-payment-button .btn-sticky-add-to-cart.shopify-payment-button__button--unbranded, .shopify-payment-button .sticky_form .btn-sticky-add-to-cart.shopify-payment-button__button--unbranded {
      min-width: 200px;
      padding: 12px 40px 10px 40px; }
    .sticky_form .sticky-add-to-cart form {
      justify-content: space-between; }
      .sticky_form .sticky-add-to-cart form > .item {
        margin-right: 30px;
        margin-bottom: 0; }
        .sticky_form .sticky-add-to-cart form > .item:last-child {
          margin-right: 0; }
      .sticky_form .sticky-add-to-cart form .countdown-wrapper {
        display: inline-block;
        margin-right: 20px; }
      .sticky_form .sticky-add-to-cart form .product-wrapper {
        max-width: 300px;
        margin-right: 50px; } }

.frequently-bought-together-block {
  display: block;
  position: relative; }
  .frequently-bought-together-block .section-header {
    margin-bottom: 20px; }
  .frequently-bought-together-block .frequently-bought-together-content {
    display: block;
    font-size: 0; }
    .frequently-bought-together-block .frequently-bought-together-content .col-left,
    .frequently-bought-together-block .frequently-bought-together-content .col-right {
      font-size: 14px;
      display: block; }
    .frequently-bought-together-block .frequently-bought-together-content .col-right {
      padding-top: 20px; }
    .frequently-bought-together-block .frequently-bought-together-content .products-grouped-info {
      /*margin: 0;*/
      padding: 0; }
      .frequently-bought-together-block .frequently-bought-together-content .products-grouped-info .halo-item {
        margin-right: 16px; }
      .frequently-bought-together-block .frequently-bought-together-content .products-grouped-info.slick-slider .halo-item {
        margin-right: 0; }
  .frequently-bought-together-block .halo-row .halo-item {
    position: relative; }
  .frequently-bought-together-block .halo-row:not(.slick-slider) .halo-item + .halo-item:before {
    color: #bfbfbf;
    content: "+";
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    left: -8px;
    top: calc(50% - 75px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .frequently-bought-together-block .halo-row.slick-slider {
    overflow: visible; }
    .frequently-bought-together-block .halo-row.slick-slider .slick-active + .slick-active:before {
      color: #bfbfbf;
      content: "+";
      font-size: 40px;
      font-weight: 300;
      position: absolute;
      left: 0;
      top: calc(50% - 75px);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .frequently-bought-together-block .halo-row.slick-slider .slick-prev, .frequently-bought-together-block .halo-row.slick-slider .slick-next {
      top: calc(50% - 75px);
      z-index: 15; }
    .frequently-bought-together-block .halo-row.slick-slider .slick-prev {
      left: 15px; }
    .frequently-bought-together-block .halo-row.slick-slider .slick-next {
      right: 15px; }
  .frequently-bought-together-block .product-card {
    opacity: 0.5;
    transition: all 0.3s ease; }
    .frequently-bought-together-block .product-card .product-image {
      max-width: 100px;
      margin-left: auto;
      margin-right: auto; }
    .frequently-bought-together-block .product-card .product-title {
      max-height: 44px;
      overflow: hidden;
      font-size: 14px; }
      .frequently-bought-together-block .product-card .product-title label {
        position: relative;
        font-size: 14px; }
        .frequently-bought-together-block .product-card .product-title label span {
          display: inline; }
        .frequently-bought-together-block .product-card .product-title label:before {
          top: 3px;
          border-radius: 0;
          margin-right: 3px;
          display: inline-block;
          vertical-align: top;
          position: relative;
          background-color: #fff;
          border: 1px solid #ccc;
          height: 15px;
          width: 15px;
          content: "";
          transition: all 0.3s ease; }
        .frequently-bought-together-block .product-card .product-title label:after {
          content: "";
          display: block;
          position: absolute;
          transition: all 50ms ease-out;
          height: 14px;
          width: 14px;
          left: 1px;
          top: 0;
          opacity: 0;
          transform: scale(0);
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 1)' /%3E%3C/svg%3E");
          background-position: 50%;
          background-repeat: no-repeat;
          background-size: 100%;
          color: #333333;
          font-size: 14px;
          line-height: 1;
          text-align: center; }
      .frequently-bought-together-block .product-card .product-title input[type="checkbox"] {
        min-height: 0;
        display: inline;
        line-height: 22px;
        vertical-align: middle;
        opacity: 0;
        visibility: hidden;
        position: absolute; }
        .frequently-bought-together-block .product-card .product-title input[type="checkbox"] + label {
          margin-left: 5px;
          display: inline;
          line-height: 22px;
          vertical-align: middle; }
        .frequently-bought-together-block .product-card .product-title input[type="checkbox"]:checked + label:after {
          opacity: 1;
          transform: scale(1); }
      .frequently-bought-together-block .product-card .product-title.fbt-checkbox-disable {
        pointer-events: none; }
    .frequently-bought-together-block .product-card .product-variant {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      display: none;
      overflow-y: auto;
      position: absolute;
      padding: 20px 15px 15px;
      background-color: #fff; }
      .frequently-bought-together-block .product-card .product-variant .close-options {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        font-size: 30px;
        font-weight: 400;
        line-height: 20px;
        color: #383e47; }
      .frequently-bought-together-block .product-card .product-variant .form-label {
        margin-bottom: 4px; }
      .frequently-bought-together-block .product-card .product-variant .swatch {
        margin-bottom: 12px; }
        .frequently-bought-together-block .product-card .product-variant .swatch .swatch-element {
          margin-right: 7px;
          margin-bottom: 7px; }
          .frequently-bought-together-block .product-card .product-variant .swatch .swatch-element label {
            min-width: 30px;
            height: 30px;
            line-height: 28px; }
          .frequently-bought-together-block .product-card .product-variant .swatch .swatch-element.soldout label:before {
            left: -5px;
            top: 15px;
            height: 1px;
            width: 130%; }
    .frequently-bought-together-block .product-card .product-link,
    .frequently-bought-together-block .product-card .fbt-toogle-options {
      pointer-events: none; }
    .frequently-bought-together-block .product-card.isChecked {
      opacity: 1; }
      .frequently-bought-together-block .product-card.isChecked .product-link,
      .frequently-bought-together-block .product-card.isChecked .fbt-toogle-options {
        pointer-events: auto; }
  .frequently-bought-together-block .products-grouped-action .total {
    margin-bottom: 15px; }
  .frequently-bought-together-block .products-grouped-action .label {
    font-weight: 700;
    color: #383e47;
    margin: 0 0 10px 0; }
  .frequently-bought-together-block .products-grouped-action .product-price .price {
    font-size: 18px; }
  .frequently-bought-together-block .products-grouped-action .product-price.price--on-sale .price-item--sale {
    font-size: 18px; }
  .frequently-bought-together-block .products-grouped-action .product-price.price--on-sale .price-item--regular {
    font-size: 14px; }
  .frequently-bought-together-block .products-grouped-action .btn-action .btn, .frequently-bought-together-block .products-grouped-action .btn-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .frequently-bought-together-block .products-grouped-action .btn-action .shopify-payment-button__button--unbranded {
    width: 100%;
    max-width: 185px; }
  .frequently-bought-together-block .products-grouped-action .discount-text {
    margin: 15px 0 0 0; }
  @media only screen and (min-width: 768px) {
    .frequently-bought-together-block .section-header {
      margin-bottom: 10px; }
    .frequently-bought-together-block .frequently-bought-together-content .col-left,
    .frequently-bought-together-block .frequently-bought-together-content .col-right {
      display: inline-block;
      vertical-align: top; }
    .frequently-bought-together-block .frequently-bought-together-content .col-left {
      width: calc(100% - 225px); }
    .frequently-bought-together-block .frequently-bought-together-content .col-right {
      width: 225px;
      padding-top: 0;
      padding-left: 30px; }
    .frequently-bought-together-block .frequently-bought-together-content.borders {
      padding: 20px;
      border: 1px solid #e2e4e8; } }
  @media only screen and (min-width: 1025px) {
    .frequently-bought-together-block .halo-row:not(.slick-slider) {
      overflow: hidden; }
    .frequently-bought-together-block .halo-row .halo-item + .halo-item:before {
      font-size: 50px; } }

@media (max-width: 551px) {
  .template-product .section-header .title,
  .template-product .section-header h1,
  .template-product .section-header .h1,
  .template-product .section-header h2,
  .template-product .section-header .h2,
  .template-product .page-heading,
  .template-product .tab-vertical .toggle-title .toggleLink .page-heading {
    font-size: 18px; } }

.cart-popup-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 105;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  transform: translateY(0%);
  transition: all 0.3s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 551px) {
    .cart-popup-wrapper {
      right: 0;
      left: auto;
      width: 450px;
      z-index: 99;
      border-radius: 3px; } }
  @media only screen and (min-width: 768px) {
    .cart-popup-wrapper {
      top: 10%;
      right: 50px;
      width: 520px; } }

.cart-popup-wrapper--hidden {
  display: none;
  transform: translateY(-100%); }

.cart-popup {
  padding: 15px; }
  .cart-popup .cart-popup__close {
    padding: 0;
    margin: 0;
    top: 0px;
    right: 0px;
    opacity: 1;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    border: none;
    border-radius: 0;
    position: absolute;
    text-shadow: none;
    box-shadow: none;
    font-family: Arimo, sans-serif;
    background-color: transparent; }
  .cart-popup .button-group {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .cart-popup .button-group .btn, .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded {
      width: auto;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .cart-popup .button-group .btn [data-cart-popup-cart-quantity], .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded [data-cart-popup-cart-quantity], .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded [data-cart-popup-cart-quantity] {
        font-size: 0; }
    .cart-popup .button-group .btn + .btn, .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded + .btn, .cart-popup .button-group .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .button-group .btn + .shopify-payment-button__button--unbranded, .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
      margin-left: 10px; }
  @media only screen and (min-width: 551px) {
    .cart-popup .button-group {
      margin-top: 15px; }
      .cart-popup .button-group .btn, .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded {
        min-width: 140px;
        width: auto; }
      .cart-popup .button-group .btn + .btn, .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded + .btn, .cart-popup .button-group .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .button-group .btn + .shopify-payment-button__button--unbranded, .cart-popup .button-group .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .button-group .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
        margin-top: 0;
        margin-left: 15px; } }
  @media only screen and (min-width: 768px) {
    .cart-popup {
      padding: 30px; }
      .cart-popup .btn, .cart-popup .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-popup .shopify-payment-button__button--unbranded {
        padding-left: 30px;
        padding-right: 30px; }
      .cart-popup .cart-popup__close {
        padding: 0;
        margin: 0;
        top: -20px;
        right: -20px;
        font-size: 24px;
        width: 40px;
        height: 40px;
        color: #fff;
        opacity: 1;
        text-align: center;
        line-height: 34px;
        background-color: #000;
        border: 3px solid #fff;
        border-radius: 50%;
        position: absolute;
        text-shadow: none;
        font-family: Arimo, sans-serif;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15); }
      .cart-popup .button-group {
        padding-left: calc(16% + 15px);
        justify-content: flex-start; } }

.cart-popup-item {
  display: flex;
  margin: 0 0 15px 0; }
  .cart-popup-item .cart-popup-item__image-wrapper {
    position: relative;
    flex-basis: 60px;
    flex-shrink: 0;
    margin-right: 10px; }
    .cart-popup-item .cart-popup-item__image-wrapper img + img {
      display: none; }
  .cart-popup-item .cart-popup-item__image-placeholder {
    position: relative;
    width: 100%;
    padding-top: 100%; }
  .cart-popup-item .cart-popup-item__description {
    display: flex;
    padding-right: 15px;
    flex-basis: 100%;
    justify-content: space-between; }
  .cart-popup-item .cart-popup-item__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 3px;
    text-transform: none;
    font-family: Arimo, sans-serif;
    color: #059; }
  .cart-popup-item .product-details {
    font-size: 14px; }
    .cart-popup-item .product-details .product-details__item {
      display: inline-block;
      vertical-align: top; }
      .cart-popup-item .product-details .product-details__item:after {
        content: "/";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: inherit;
        padding: 0 3px; }
      .cart-popup-item .product-details .product-details__item:last-child {
        margin-bottom: 0; }
        .cart-popup-item .product-details .product-details__item:last-child:after {
          content: none; }
  .cart-popup-item .product-details__property-label {
    font-weight: 700; }
  .cart-popup-item .cart-popup-item__quantity {
    display: none;
    flex-basis: 30%;
    flex-shrink: 0;
    margin-left: 1rem;
    text-align: right;
    font-size: 0.85714em; }
  .cart-popup-item .cart-popup-desciption {
    display: block;
    margin-top: 3px; }
  @media only screen and (min-width: 768px) {
    .cart-popup-item .cart-popup-item__image-wrapper {
      flex-basis: 16%;
      flex-shrink: 0;
      margin-right: 15px; }
    .cart-popup-item .cart-popup-item__description {
      padding-right: 0; } }

.terms_conditions_wrapper {
  font-size: 14px;
  display: block; }
  .terms_conditions_wrapper input[type="checkbox"] {
    display: none; }
  .terms_conditions_wrapper .title {
    position: relative; }
    .terms_conditions_wrapper .title:before {
      top: 3px;
      border-radius: 0;
      margin-right: 3px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      background-color: #fff;
      border: 1px solid #ccc;
      height: 15px;
      width: 15px;
      content: "";
      transition: all 0.3s ease; }
    .terms_conditions_wrapper .title:after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out;
      height: 14px;
      width: 14px;
      left: 1px;
      top: 3px;
      opacity: 0;
      transform: scale(0);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 1)' /%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      color: #333333;
      font-size: 14px;
      line-height: 1;
      text-align: center; }
  .terms_conditions_wrapper input[type="checkbox"] {
    min-height: 0;
    display: inline;
    line-height: 22px;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    position: absolute; }
    .terms_conditions_wrapper input[type="checkbox"]:checked + .title:after {
      opacity: 1;
      transform: scale(1); }

@media only screen and (min-width: 993px) {
  .product-review__inner .spr-form {
    width: 50%; } }

/*=====  - End of Product Detail -  ======*/
/*==========================================
=            Login Account Page            =
==========================================*/
.loginTitle {
  font-size: 16px;
  padding: 15px 20px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-radius: 3px; }

.page-login .btn, .page-login .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .shopify-payment-button__button--unbranded {
  min-width: 160px;
  margin-bottom: 0;
  display: block; }
  .page-login .btn + .btn, .page-login .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .page-login .shopify-payment-button__button--unbranded + .btn, .page-login .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .btn + .shopify-payment-button__button--unbranded, .page-login .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
    margin-top: 15px; }
.page-login .pagination .btn, .page-login .pagination .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .pagination .shopify-payment-button__button--unbranded {
  min-width: 0; }
.page-login .button-group {
  margin-top: 25px; }
.page-login .RecoverPassword-wrapper {
  display: block;
  margin-top: 15px; }
.page-login #RegisterForm,
.page-login #customer_login {
  max-width: 470px; }
@media only screen and (min-width: 551px) {
  .page-login .btn, .page-login .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .shopify-payment-button__button--unbranded {
    display: inline-block;
    min-width: 160px;
    margin-bottom: 0; }
    .page-login .btn + .btn, .page-login .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .page-login .shopify-payment-button__button--unbranded + .btn, .page-login .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .btn + .shopify-payment-button__button--unbranded, .page-login .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .page-login .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
      margin-left: 20px;
      margin-top: 0; } }

.shopify-challenge__container {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 1025px) {
    .shopify-challenge__container {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .shopify-challenge__container .shopify-challenge__button {
    min-width: 150px;
    color: #383e47;
    border-color: #b6b6b6;
    background-color: transparent; }
    .shopify-challenge__container .shopify-challenge__button:not([disabled]):hover, .shopify-challenge__container .shopify-challenge__button:focus {
      color: white;
      border-color: #383e47;
      background-color: #383e47; }

/*=====  End of Login Account Page  ======*/
/*==========================================
=            --- Empty Page ---            =
==========================================*/
.empty-page-content {
  padding: 50px 0 0 0;
  color: #fff; }
  .empty-page-content .page-404 {
    margin: 0;
    line-height: 1;
    font-size: 100px;
    color: #fff; }
  .empty-page-content .page-heading {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff; }
  @media only screen and (min-width: 551px) {
    .empty-page-content .page-404 {
      font-size: 150px; } }
  @media only screen and (min-width: 993px) {
    .empty-page-content .page-404 {
      font-size: 200px; }
    .empty-page-content .page-heading {
      font-size: 40px; } }
  @media only screen and (min-width: 1025px) {
    .empty-page-content {
      padding: 100px 0 0 0; } }

/*=====  --- End of Empty Page ---  ======*/
/*==========================================
=            -- Contact Page --            =
==========================================*/
.contact-row {
  font-size: 0;
  position: relative; }
  .contact-row .item-1,
  .contact-row .item-2 {
    display: block;
    vertical-align: top;
    font-size: 14px; }
  .contact-row .item-1 {
    width: 100%; }
  .contact-row .item-2 {
    width: 100%;
    padding-top: 50px; }
  .contact-row h1, .contact-row .h1, .contact-row h2, .contact-row .h2, .contact-row h3, .contact-row .h3, .contact-row h4, .contact-row .h4, .contact-row h5, .contact-row .h5, .contact-row h6, .contact-row .h6,
  .contact-row .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  .contact-row .contact-form {
    padding-top: 0; }
  @media only screen and (min-width: 768px) {
    .contact-row .item-1 {
      width: 50%;
      display: inline-block; }
    .contact-row .item-2 {
      width: 50%;
      padding-top: 0;
      padding-left: 30px;
      display: inline-block; }
    .contact-row div.contact-form {
      padding-top: 30px; } }
  @media only screen and (min-width: 1025px) {
    .contact-row .item-1 {
      width: 53%; }
    .contact-row .item-2 {
      width: 47%;
      padding-left: 70px; }
    .contact-row div.contact-form {
      padding-top: 40px; } }

.contact-infomation {
  padding: 15px;
  background-color: #f7f7f7;
  border-radius: 3px; }
  .contact-infomation .item {
    line-height: 22px;
    display: block; }
    .contact-infomation .item:first-child a {
      margin-top: 20px;
      width: 150px;
      line-height: 1;
      cursor: pointer;
      text-align: center;
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      text-transform: uppercase;
      padding: 12px 15px 11px 15px;
      border-radius: 3px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      font-size: 16px;
      font-family: Rajdhani, sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #383e47;
      border: 1px solid #b6b6b6;
      background-color: transparent; }
      .contact-infomation .item:first-child a:not([disabled]):hover, .contact-infomation .item:first-child a:focus {
        color: white;
        border-color: #383e47;
        background-color: #383e47; }
    .contact-infomation .item + .item {
      margin-top: 30px; }
  .contact-infomation .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  .contact-infomation p {
    margin-bottom: 5px; }
    .contact-infomation p:last-child {
      margin-bottom: 0; }
  .contact-infomation a {
    color: #005599;
    text-decoration: underline;
    text-underline-position: under; }
  @media only screen and (min-width: 768px) {
    .contact-infomation {
      padding: 30px; }
      .contact-infomation .item + .item {
        margin-top: 50px; } }
  @media only screen and (min-width: 1025px) {
    .contact-infomation {
      padding: 40px 50px; }
      .contact-infomation .item:first-child a {
        min-width: 180px; }
      .contact-infomation .item:nth-child(n + 2) {
        line-height: 30px; }
        .contact-infomation .item:nth-child(n + 2) p {
          margin-bottom: 0px; } }

/*=====  -- End of Contact Page --  ======*/
/*==========================================
=            - WishList Page -             =
==========================================*/
.wishlist_table_wrapper {
  display: block;
  overflow: hidden;
  overflow-x: auto; }

.wishlist_table {
  width: 100%;
  min-width: 1000px;
  border: none; }
  .wishlist_table a:not(.btn) {
    border-bottom: none; }
  .wishlist_table .btn, .wishlist_table .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .wishlist_table .shopify-payment-button__button--unbranded {
    margin-top: 0;
    min-width: 140px; }
  .wishlist_table thead {
    text-align: center;
    background-color: #f7f7f7; }
    .wishlist_table thead .wishlist_col {
      margin: 0;
      border: none;
      padding: 15px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #383e47;
      font-family: Rajdhani, sans-serif; }
  .wishlist_table .wishlist_row {
    vertical-align: top; }
  .wishlist_table .wishlist_col {
    border: none;
    vertical-align: middle;
    font-size: 14px;
    padding: 15px;
    font-family: Arimo, sans-serif;
    border-bottom: 1px solid  #e2e4e8; }
    .wishlist_table .wishlist_col.wishlist_image {
      width: 120px;
      padding-left: 0; }
      .wishlist_table .wishlist_col.wishlist_image a {
        display: inline-block;
        max-width: 115px; }
    .wishlist_table .wishlist_col.wishlist_price {
      width: 185px; }
    .wishlist_table .wishlist_col.wishlist_remove {
      width: 185px; }
    .wishlist_table .wishlist_col.wishlist_add {
      width: 170px; }
    .wishlist_table .wishlist_col:last-child {
      padding-right: 0; }
  @media only screen and (min-width: 1025px) {
    .wishlist_table .btn, .wishlist_table .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .wishlist_table .shopify-payment-button__button--unbranded {
      min-width: 170px; }
    .wishlist_table .wishlist_col {
      padding: 35px 15px; }
      .wishlist_table .wishlist_col.wishlist_image {
        width: 150px; }
      .wishlist_table .wishlist_col.wishlist_price {
        width: 230px; }
      .wishlist_table .wishlist_col.wishlist_remove {
        width: 180px; }
      .wishlist_table .wishlist_col.wishlist_add {
        width: 180px; } }

.wishlist-footer .share {
  display: block;
  line-height: 16px; }
  .wishlist-footer .share i {
    font-size: 16px; }
  .wishlist-footer .share:before {
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    z-index: 2;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #005599; }
  .wishlist-footer .share:hover:before {
    width: 100%; }
.wishlist-footer .button-share {
  margin-bottom: 30px; }
.wishlist-footer .pagination {
  padding-top: 0; }
.wishlist-footer .button-share,
.wishlist-footer .wishlist_pagination {
  display: block; }
@media only screen and (min-width: 768px) {
  .wishlist-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .wishlist-footer .button-share,
    .wishlist-footer .wishlist_pagination {
      margin-bottom: 0;
      display: inline-block; } }

/*=====  - End of WishList Page -  =======*/
/*==========================================
=            --- Cart page ---             =
==========================================*/
.cart-template {
  text-align: left; }
  .cart-template .left-col {
    margin-bottom: 30px; }
  .cart-template .cart-list {
    max-height: none;
    overflow: visible;
    max-width: 100%;
    margin-right: 0; }
    .cart-template .cart-list li {
      padding: 20px 0;
      border-bottom: 1px solid #e2e4e8; }
  .cart-template .details {
    width: 100%;
    display: block; }
    .cart-template .details .cart-thumb {
      width: 120px;
      display: block; }
      .cart-template .details .cart-thumb img {
        width: 100%; }
    .cart-template .details .cart-details {
      display: block;
      margin-top: 15px;
      width: 100%; }
    .cart-template .details .product-title {
      margin-bottom: 10px; }
    .cart-template .details .product-vendor {
      margin-bottom: 12px;
      color: #383e47; }
    .cart-template .details .product-price {
      line-height: 22px;
      margin-top: 5px;
      margin-bottom: 15px; }
    .cart-template .details .button-groups {
      margin-bottom: 0; }
      .cart-template .details .button-groups .quantity {
        display: block;
        margin-bottom: 20px; }
      .cart-template .details .button-groups .group-action {
        display: block;
        font-size: 0;
        white-space: nowrap; }
        .cart-template .details .button-groups .group-action .btn, .cart-template .details .button-groups .group-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-template .details .button-groups .group-action .shopify-payment-button__button--unbranded {
          display: inline-block;
          min-width: 140px;
          max-width: 160px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .cart-template .details .button-groups .group-action .btn + .btn, .cart-template .details .button-groups .group-action .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .cart-template .details .button-groups .group-action .shopify-payment-button__button--unbranded + .btn, .cart-template .details .button-groups .group-action .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-template .details .button-groups .group-action .btn + .shopify-payment-button__button--unbranded, .cart-template .details .button-groups .group-action .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-template .details .button-groups .group-action .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
            margin-left: 15px; }
  .cart-template .box-title {
    padding: 16px 20px 14px;
    background-color: #f7f7f7;
    border-radius: 3px; }
    .cart-template .box-title .title {
      margin: 0;
      line-height: 1;
      font-size: 16px; }
  .cart-template .total {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-weight: 700;
    padding: 25px 0 23px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e4e8; }
    .cart-template .total .prices {
      font-size: 1.42857em; }
  .cart-template .add-comments {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px; }
    .cart-template .add-comments span:not(.lang1):not(.lang2) {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .cart-template .add-comments .note {
      font-size: 14px;
      padding: 4px 5px 3px;
      line-height: 1;
      text-align: center;
      margin-right: 10px;
      color: #ffffff;
      border-color: #70b00c;
      background-color: #70b00c; }
  .cart-template .cart-note__input {
    width: 100%;
    resize: none;
    height: 115px;
    padding: 15px;
    margin-bottom: 20px; }
  .cart-template .properties {
    font-style: italic; }
    .cart-template .properties label {
      display: inline-block; }
  .cart-template .btn-actions {
    transition: all 0.3s ease; }
    .cart-template .btn-actions .btn, .cart-template .btn-actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-template .btn-actions .shopify-payment-button__button--unbranded {
      display: block;
      width: 100%;
      margin: 0 0 15px 0; }
    .cart-template .btn-actions.disabled {
      opacity: 0.7;
      pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .cart-template .cart-list li {
      padding: 30px 0 35px; }
    .cart-template .details {
      width: 100%;
      display: table; }
      .cart-template .details .cart-thumb {
        width: 120px;
        display: table-cell;
        vertical-align: top; }
        .cart-template .details .cart-thumb img {
          width: 100%; }
      .cart-template .details .cart-details {
        display: table-cell;
        vertical-align: top;
        margin-top: 0;
        padding-left: 25px;
        width: calc(100% - 120px); }
      .cart-template .details .button-groups {
        margin-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end; }
        .cart-template .details .button-groups .quantity {
          display: inline-block;
          margin-bottom: 0px;
          margin-right: 30px; }
        .cart-template .details .button-groups .group-action {
          display: block;
          font-size: 0; }
          .cart-template .details .button-groups .group-action .btn, .cart-template .details .button-groups .group-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-template .details .button-groups .group-action .shopify-payment-button__button--unbranded {
            display: inline-block;
            min-width: 175px;
            max-width: 200px; } }
  @media only screen and (min-width: 1025px) {
    .cart-template {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: top;
      -webkit-align-items: top;
      -moz-align-items: top;
      -ms-align-items: top;
      -o-align-items: top;
      align-items: top;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .cart-template .left-col {
        padding-right: 30px;
        display: inline-block;
        width: calc(100% - 370px); }
      .cart-template .right-col {
        width: 370px;
        display: inline-block; } }

.continue_shopping_link {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .continue_shopping_link {
      display: inline-block;
      position: absolute;
      right: 0;
      top: -58px;
      color: #005599;
      text-decoration: none; }
      .continue_shopping_link .icon {
        width: 8px;
        height: 8px;
        margin-left: 3px;
        margin-top: -1px; } }

.securityContact {
  margin-top: 30px;
  display: block;
  text-align: center; }
  .securityContact > .wrapper {
    display: table;
    color: #86898d;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    .securityContact > .wrapper .icon,
    .securityContact > .wrapper .text {
      display: table-cell;
      vertical-align: middle; }
    .securityContact > .wrapper .icon {
      width: 24px;
      height: 24px;
      fill: #86898d;
      stroke: #86898d;
      margin-top: 10px; }
    .securityContact > .wrapper .text {
      padding-left: 5px;
      margin: 0;
      font-style: italic; }
  .securityContact .description {
    margin: 15px 0 0 0;
    color: #86898d; }

#shipping-calculator-form-wrapper select.form-control:not([size]):not([multiple]) {
  height: auto; }
#shipping-calculator-form-wrapper .btn, #shipping-calculator-form-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button #shipping-calculator-form-wrapper .shopify-payment-button__button--unbranded {
  width: 100%; }

/*=====  --- End of Cart page ---  =======*/
/*==========================================
=           --- Blog Page ---              =
==========================================*/
.blog {
  margin: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .blog .blog-post-header {
    display: block;
    margin: 0 auto;
    text-align: left; }
    .blog .blog-post-header + .blog-post-figure {
      margin-top: 20px; }
  .blog .blog-post-figure {
    display: block;
    margin: auto;
    text-align: center; }
    .blog .blog-post-figure .blog-thumbnail {
      margin: 0;
      position: relative;
      overflow: hidden; }
      .blog .blog-post-figure .blog-thumbnail > a {
        position: relative;
        overflow: hidden;
        display: inline-block;
        vertical-align: top; }
        .blog .blog-post-figure .blog-thumbnail > a img {
          transition: all 0.8s ease; }
    .blog .blog-post-figure + .blog-post-body {
      margin-top: 20px; }
  .blog .blog-post-body {
    display: block;
    margin: 0 auto;
    text-align: left; }
  .blog .blog-title {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 7px 0;
    color: #005599;
    text-transform: capitalize;
    font-family: Arimo, sans-serif; }
    .blog .blog-title a {
      color: inherit;
      text-decoration: none; }
  .blog .blog-date {
    margin: 0;
    color: #8c8c8c;
    font-size: 14px; }
    .blog .blog-date a, .blog .blog-date span {
      color: inherit; }
    .blog .blog-date a + span:not(.lang1):not(.lang2):before {
      content: " / ";
      display: inline-block; }
  .blog .blog-post {
    text-align: left;
    font-size: 14px; }
    .blog .blog-post blockquote {
      padding: 10px 15px;
      margin-bottom: 2.25rem;
      background-color: #f7f7f7;
      border-radius: 3px;
      font-style: italic; }
      .blog .blog-post blockquote q {
        font-size: 14px; }
        .blog .blog-post blockquote q:before, .blog .blog-post blockquote q:after {
          content: none; }
    .blog .blog-post ul, .blog .blog-post ol {
      padding-left: 20px;
      margin-left: .5rem;
      margin-bottom: 1.5rem; }
      .blog .blog-post ul li, .blog .blog-post ol li {
        line-height: 30px; }
    .blog .blog-post ul li {
      list-style: disc; }
    .blog .blog-post ol li {
      list-style: decimal; }
    .blog .blog-post h5, .blog .blog-post .h5 {
      font-size: 16px; }
    .blog .blog-post .special-title {
      text-align: center;
      overflow: hidden;
      position: relative; }
      .blog .blog-post .special-title span {
        z-index: 2;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffff; }
      .blog .blog-post .special-title:before {
        content: "";
        width: 100%;
        height: 1px;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
        position: absolute;
        background-color: #eeeeee; }
    .blog .blog-post .gallery-images.slick-slider {
      padding: 0;
      margin: 0px;
      list-style: none;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 40px; }
      .blog .blog-post .gallery-images.slick-slider li {
        list-style: none;
        display: inline-block;
        vertical-align: top; }
      .blog .blog-post .gallery-images.slick-slider .slick-slide {
        padding: 0 10px; }
      .blog .blog-post .gallery-images.slick-slider .slick-dots {
        margin: 0;
        padding: 0; }
    .blog .blog-post .gallery-images:not(.slick-slider) {
      overflow: auto;
      white-space: nowrap;
      padding: 0px;
      margin: 0px;
      list-style: none;
      margin-bottom: 40px; }
      .blog .blog-post .gallery-images:not(.slick-slider) > li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px; }
      @media only screen and (min-width: 1025px) {
        .blog .blog-post .gallery-images:not(.slick-slider) {
          overflow: hidden; } }
  .blog .button-group {
    margin-top: 20px; }
    .blog .button-group .btn, .blog .button-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .blog .button-group .shopify-payment-button__button--unbranded {
      text-align: center;
      min-width: 150px; }
  .blog .tags {
    margin-top: 20px; }
    .blog .tags.custom {
      padding-top: 20px;
      border-top: 1px solid #eeeeee; }
  .blog .social-sharing {
    margin-top: 10px; }
    .blog .social-sharing .btn, .blog .social-sharing .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .blog .social-sharing .shopify-payment-button__button--unbranded {
      border: 1px solid #eeeeee; }
    .blog .social-sharing .at-resp-share-element .at-icon {
      width: 20px !important;
      height: 20px !important; }
  .blog:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  @media only screen and (min-width: 551px) {
    .blog {
      margin-bottom: 40px;
      padding-bottom: 40px; }
      .blog .blog-post-header + .blog-post-figure {
        margin-top: 30px; }
      .blog .blog-post-figure + .blog-post-body {
        margin-top: 30px; }
      .blog .blog-title {
        font-size: 18px;
        margin: 0 0 10px 0; }
      .blog .tags {
        margin-top: 30px; }
        .blog .tags.custom {
          padding-top: 30px; }
      .blog .social-sharing {
        margin-top: 20px; }
      .blog .button-group {
        margin-top: 30px; }
      .blog:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  @media only screen and (min-width: 768px) {
    .blog .blog-post-figure .blog-thumbnail > a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      opacity: 0;
      content: '';
      position: absolute;
      visibility: hidden;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3); }
    .blog .blog-post-figure:hover .blog-thumbnail > a:before {
      opacity: 1;
      visibility: visible; }
    .blog .blog-post-figure:hover img {
      transform: scale(1.15); } }

.tags {
  font-size: 0;
  margin-bottom: 0; }
  .tags .tag {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px; }
    .tags .tag a {
      font-size: 12px;
      color: #8c8c8c;
      line-height: 1;
      padding: 9px 15px;
      border-radius: 3px;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.recentPosts_List {
  margin: 0 0 10px 0; }
  .recentPosts_List > .item {
    padding: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #e2e4e8; }
    .recentPosts_List > .item:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; }
  .recentPosts_List .recentPost-sidebar {
    text-align: left; }
    .recentPosts_List .recentPost-sidebar .title {
      margin: 0 0 3px 0;
      color: #005599;
      line-height: 20px;
      font-weight: 700;
      font-size: 14px;
      text-transform: capitalize;
      font-family: Arimo, sans-serif; }
      .recentPosts_List .recentPost-sidebar .title a {
        color: inherit; }
    .recentPosts_List .recentPost-sidebar .date {
      margin: 0;
      color: #8c8c8c; }

.all-categories-list .navPages-item {
  margin: 0;
  float: none;
  display: block;
  line-height: 22px;
  padding: 9px 0;
  position: relative;
  border-top: 1px dotted #e2e4e8; }
  .all-categories-list .navPages-item:first-child {
    border-top: 0; }
  .all-categories-list .navPages-item .navPages-action-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0; }
  .all-categories-list .navPages-item a {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #383e47; }
    .all-categories-list .navPages-item a:hover {
      color: #005599; }
  .all-categories-list .navPages-item .icon-arrow {
    top: 0;
    padding: 0 15px;
    right: -10px;
    width: 40px;
    height: 22px;
    display: block;
    cursor: pointer;
    line-height: 22px;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s ease; }
    .all-categories-list .navPages-item .icon-arrow svg {
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      fill: #383e47;
      stroke: #383e47; }
    .all-categories-list .navPages-item .icon-arrow:hover, .all-categories-list .navPages-item .icon-arrow:focus, .all-categories-list .navPages-item .icon-arrow:active {
      -webkit-tap-highlight-color: transparent;
      -moz-tap-highlight-color: transparent;
      -o-tap-highlight-color: transparent;
      tap-highlight-color: transparent; }
.all-categories-list .dropdown-category-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 15px; }
  .all-categories-list .dropdown-category-list .navPage-subMenu-item {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
    margin-bottom: 5px; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
      margin: 0;
      width: auto;
      border: none;
      font-size: 12px;
      color: #005599; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-arrow {
      right: -5px;
      width: 30px;
      height: 30px;
      padding: 0 10px;
      line-height: 30px; }
  .all-categories-list .dropdown-category-list .dropdown-category-list {
    padding-top: 10px;
    padding-bottom: 10px; }
    .all-categories-list .dropdown-category-list .dropdown-category-list a {
      font-weight: 400; }
      @media only screen and (min-width: 1025px) {
        .all-categories-list .dropdown-category-list .dropdown-category-list a:before {
          left: 0;
          width: 0;
          bottom: 7px;
          content: "";
          height: 1px;
          position: absolute;
          transition: all 0.3s ease;
          background-color: #005599; }
        .all-categories-list .dropdown-category-list .dropdown-category-list a:hover:before {
          width: 100%; } }
.all-categories-list .is-clicked > a {
  color: #005599; }
.all-categories-list .is-clicked > .navPages-action-wrapper > .icon-arrow {
  transform: rotate(90deg); }

.featured-blog-wrapper {
  display: block; }
  .featured-blog-wrapper .items {
    width: 100%;
    display: block;
    margin-bottom: 40px; }
  @media only screen and (min-width: 1025px) {
    .featured-blog-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: top;
      -webkit-align-items: top;
      -moz-align-items: top;
      -ms-align-items: top;
      -o-align-items: top;
      align-items: top;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .featured-blog-wrapper .items {
        display: inline-block;
        width: 50%;
        margin-bottom: 30px; }
        .featured-blog-wrapper .items:nth-child(even) {
          padding-left: 15px; }
        .featured-blog-wrapper .items:nth-child(odd) {
          padding-right: 15px; } }

@media only screen and (min-width: 1025px) {
  .halo-blog-layout.halo-row.halo-row-custom .halo-item {
    margin-top: 30px; }
    .halo-blog-layout.halo-row.halo-row-custom .halo-item .article .article-content .title {
      font-size: 12px;
      line-height: 22px; }
    .halo-blog-layout.halo-row.halo-row-custom .halo-item .article .article-content .meta {
      margin-bottom: 0; }
    .halo-blog-layout.halo-row.halo-row-custom .halo-item .article .article-content .excerpt,
    .halo-blog-layout.halo-row.halo-row-custom .halo-item .article .article-content .btn--tertiary {
      display: none; }
    .halo-blog-layout.halo-row.halo-row-custom .halo-item:first-child {
      width: 100%;
      margin-top: 0; }
      .halo-blog-layout.halo-row.halo-row-custom .halo-item:first-child .article .article-content .title {
        font-size: 18px;
        line-height: 26px; }
      .halo-blog-layout.halo-row.halo-row-custom .halo-item:first-child .article .article-content .meta {
        margin-bottom: 15px; }
      .halo-blog-layout.halo-row.halo-row-custom .halo-item:first-child .article .article-content .excerpt {
        display: block;
        overflow: hidden;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; }
      .halo-blog-layout.halo-row.halo-row-custom .halo-item:first-child .article .article-content .btn--tertiary {
        display: inline-block; } }

@media only screen and (min-width: 1025px) {
  .halo-blog-layout-video .halo-row.slick-slider .slick-slide > div + div {
    margin-top: 30px; } }

.productCarousel {
  margin-left: -5px;
  margin-right: -5px; }
  .productCarousel .productCarousel-slide {
    padding: 0 5px;
    width: 100%; }
    .productCarousel .productCarousel-slide .product-card {
      margin-bottom: 10px; }
    .productCarousel .productCarousel-slide .product-image {
      padding-left: 30px;
      padding-right: 30px; }
  .productCarousel .slick-arrow {
    padding: 0;
    line-height: 25px;
    top: calc(50% - 110px);
    width: 25px;
    height: 25px;
    z-index: 20; }
    .productCarousel .slick-arrow svg {
      fill: #7f7f7f;
      stroke: #7f7f7f; }
    .productCarousel .slick-arrow.slick-next {
      right: 0px; }
    .productCarousel .slick-arrow.slick-prev {
      left: 0px; }
  .productCarousel:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; }
    .productCarousel:not(.slick-slider) .productCarousel-slide {
      display: inline-block;
      vertical-align: top;
      width: 100%; }

.blog-filter .select-group {
  width: 100%; }
  .blog-filter .select-group select {
    width: 100%;
    border: 1px solid #e2e4e8; }

.filter-color .list-tags {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
  flex-wrap: wrap; }
  .filter-color .list-tags li {
    margin: 6px 0px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1;
    background-color: #fff; }
    .filter-color .list-tags li input[type="checkbox"] {
      vertical-align: top;
      margin-right: 10px;
      display: none; }
    .filter-color .list-tags li a {
      display: inline-block;
      width: 26px;
      height: 26px;
      border-radius: 3px;
      border: 1px solid transparent;
      position: relative; }
      .filter-color .list-tags li a:after {
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        content: "";
        width: auto;
        height: auto;
        border: 2px solid #323232;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        border-radius: 3px;
        transition: all 0.3s ease; }
      .filter-color .list-tags li a[title="white"] {
        border: 1px solid #e7e7e7; }
      .filter-color .list-tags li a.active:after, .filter-color .list-tags li a:hover:after {
        opacity: 1;
        visibility: visible; }

.filter-text {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  webkit-overflow-scrolling: touch; }
  .filter-text::-webkit-scrollbar-track {
    background-color: #f4f4f4; }
  .filter-text::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4; }
  .filter-text::-webkit-scrollbar-thumb {
    background-color: #383e47; }
  .filter-text .list-tags {
    margin: 0px;
    display: flex;
    flex-wrap: wrap; }
    .filter-text .list-tags li {
      margin: 0;
      display: block;
      width: 100%; }
      .filter-text .list-tags li input[type="checkbox"] {
        vertical-align: top;
        margin-right: 10px;
        display: none; }
        .filter-text .list-tags li input[type="checkbox"] + label {
          padding-left: 26px;
          cursor: pointer;
          margin-bottom: 9px;
          position: relative; }
          .filter-text .list-tags li input[type="checkbox"] + label:before {
            position: absolute;
            content: "";
            top: 2.5px;
            left: 0;
            border: 1px solid #d0d0d0;
            width: 14px;
            height: 14px;
            background-color: #fff; }
          .filter-text .list-tags li input[type="checkbox"] + label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 6px;
            left: 3px;
            border: 2px solid #232323;
            border-top: none;
            border-right: none;
            background: rgba(255, 255, 255, 0);
            transform: rotate(-45deg);
            transition: all 0.2s ease; }
        .filter-text .list-tags li input[type="checkbox"]:not(:checked) + label:after {
          opacity: 0;
          transform: scale(0) rotate(-45deg); }
        .filter-text .list-tags li input[type="checkbox"] + label:hover:after, .filter-text .list-tags li input[type="checkbox"]:checked + label:after {
          opacity: 1;
          transform: scale(1) rotate(-45deg); }
    .filter-text .list-tags.filter-size li {
      flex: 0 0 50%;
      max-width: 50%; }

.widget-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  border-radius: 3px;
  border: 1px solid #cccfd6;
  color: #383e47;
  background-color: #ffffff;
  border: 1px solid #cccfd6; }
  .widget-form input[type="text"] {
    padding: 0 15px;
    border: none;
    width: calc(100% - 40px); }
  .widget-form .btn-search {
    width: 40px;
    padding: 7px 6px 7px 9px;
    background-color: #f7f7f7;
    border-radius: 0 3px 3px 0; }
    .widget-form .btn-search .icon {
      width: 100%;
      height: 100%;
      margin: 0; }

.refined {
  margin: 0 -2.5px;
  display: flex;
  flex-wrap: wrap; }
  .refined li {
    margin-bottom: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px; }
    .refined li input[type="checkbox"] {
      vertical-align: top;
      margin-right: 10px;
      display: none; }
    .refined li a {
      color: #999;
      background-color: #fafafa;
      padding: 4px 10px 2px;
      display: inline-block;
      border-radius: 3px;
      text-transform: capitalize; }
      .refined li a:hover {
        color: #ffffff;
        background-color: #999999; }

.page-blog .button-group {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
.page-blog .comments-wrapper,
.page-blog .comment-form {
  margin-top: 30px; }
@media only screen and (min-width: 551px) {
  .page-blog .button-group {
    margin-top: 30px; }
  .page-blog .comments-wrapper,
  .page-blog .comment-form {
    margin-top: 50px; } }

.list-comments > li {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #e2e4e8; }
  .list-comments > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.list-comments .comment-head {
  color: #8c8c8c;
  margin-bottom: 5px; }
@media only screen and (min-width: 551px) {
  .list-comments > li {
    padding-bottom: 25px;
    margin-bottom: 30px;
    min-height: 110px;
    padding-left: 118px;
    background: url(//cdn.shopify.com/s/files/1/0240/3280/4960/t/35/assets/avata-blog.png?v=59738206814931158821636654767) no-repeat 0 2px; } }

/*=====  --- End of Blog Page ---  =======*/
/*==========================================
=            Blog List Section             =
==========================================*/
.article {
  display: block;
  max-width: 250px; }
  .article .article-image {
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 3px; }
    .article .article-image .article__grid-image {
      top: 0;
      left: 0;
      z-index: 2;
      position: absolute; }
    .article .article-image img {
      border-radius: 3px;
      transition: all 0.8s ease; }
    .article .article-image > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      display: block;
      position: absolute; }
    .article .article-image + .article-content {
      margin-top: 15px; }
  .article .article-content {
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    color: #383e47; }
    .article .article-content .title {
      color: #005599;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      margin: 0 0 10px 0;
      text-transform: capitalize;
      font-family: Arimo, sans-serif; }
      .article .article-content .title a {
        color: inherit;
        text-decoration: none; }
    .article .article-content .meta {
      color: #8c8c8c;
      margin-bottom: 15px; }
    .article .article-content .excerpt {
      margin-bottom: 10px;
      overflow: hidden;
      text-transform: none;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical; }
  @media only screen and (min-width: 370px) {
    .article {
      max-width: 300px; } }
  @media only screen and (min-width: 768px) {
    .article {
      max-width: 370px; } }
  @media only screen and (min-width: 1025px) {
    .article {
      max-width: none; }
      .article .article-image .image-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        opacity: 0;
        content: '';
        position: absolute;
        visibility: hidden;
        transition: all .3s ease;
        background-color: rgba(0, 0, 0, 0.3); }
      .article .article-image + .article-content {
        margin-top: 20px; }
      .article .article-image:hover .image-container:before {
        opacity: 1;
        visibility: visible; }
      .article .article-image:hover img {
        transform: scale(1.15); }
      .article .article-content .title {
        font-size: 18px; }
      .article .article-content .excerpt {
        margin-bottom: 15px; } }

/*=====  End of Blog List Section  =======*/
/*==========================================
=            ---- FAQ page ----            =
==========================================*/
.sidebarBlock_custom {
  border: none; }
  .sidebarBlock_custom > ul, .sidebarBlock_custom .sidebarBlock-content {
    padding: 5px 0 0 0; }
  .sidebarBlock_custom + .sidebarBlock {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee; }
  .sidebarBlock_custom .sidebarBlock-heading {
    border: none;
    font-size: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .sidebarBlock_custom .sidebarBlock-content strong {
    text-decoration: underline;
    text-underline-position: under; }
  .sidebarBlock_custom .sidebarBlock-content a {
    color: #005599; }
    .sidebarBlock_custom .sidebarBlock-content a strong {
      text-decoration: none; }

@media only screen and (min-width: 1025px) {
  .page-faqs .page-sidebar {
    width: 280px;
    padding-right: 25px;
    padding-top: 55px; }
  .page-faqs .page-sidebar + .page-content {
    padding-left: 25px;
    width: calc(100% - 280px); }
  .page-faqs .page-sidebar-right {
    padding-left: 25px;
    padding-right: 0; }
    .page-faqs .page-sidebar-right + .page-content {
      padding-left: 0;
      padding-right: 25px; } }

.card {
  border: none;
  background-color: transparent; }
  .card .label-question,
  .card .label-answer {
    z-index: 5;
    width: 60px;
    height: 18px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.3s ease;
    top: 14px;
    left: 20px;
    margin-bottom: 0;
    position: absolute; }
  .card .label-question {
    background-color: #b20000; }
  .card .label-answer {
    background-color: #5ea209; }
  .card .card-header {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #383e47;
    font-family: Arimo, sans-serif; }
    .card .card-header .title {
      width: 100%;
      border: none;
      color: inherit;
      text-align: left;
      font-size: inherit;
      font-weight: inherit;
      border-radius: 3px;
      padding: 12px 50px 11px 95px;
      background-color: #f7f7f7; }
      .card .card-header .title.collapsed ~ .icon {
        transform: rotate(0deg); }
    .card .card-header .icon {
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      padding: 0 15px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      transform: rotate(180deg);
      transition: all 0.5s ease; }
  .card .card-body {
    position: relative;
    padding-left: 95px;
    padding-right: 0; }
    .card .card-body .label-answer {
      top: 22px; }
    .card .card-body a {
      color: #005599; }
  .card + .card {
    margin-top: 15px; }
  .card.card-2 .card-header .title {
    padding-left: 15px; }
  .card.card-2 .card-body {
    padding-left: 0; }

/*=====  ---- End of FAQ page ----  ======*/
/*==========================================
=            - LookBook Page -             =
==========================================*/
.lookbook-image-wrapper {
  height: auto;
  position: relative; }
  .lookbook-image-wrapper.lookbook-image-default {
    height: 70vh; }
  .lookbook-image-wrapper .image-background {
    width: 100%;
    position: relative; }

.portfolio-tab .nav-tabs,
.lookbook-tab .nav-tabs {
  border-bottom: none; }
  .portfolio-tab .nav-tabs .nav-link,
  .lookbook-tab .nav-tabs .nav-link {
    padding-bottom: 6px;
    color: #383e47; }
@media only screen and (min-width: 768px) {
  .portfolio-tab.tab-left .nav-tabs,
  .lookbook-tab.tab-left .nav-tabs {
    justify-content: left; }
  .portfolio-tab.tab-center .nav-tabs,
  .lookbook-tab.tab-center .nav-tabs {
    justify-content: center; }
  .portfolio-tab.tab-right .nav-tabs,
  .lookbook-tab.tab-right .nav-tabs {
    justify-content: right; }
  .portfolio-tab .nav-tabs .nav-item + .nav-item,
  .lookbook-tab .nav-tabs .nav-item + .nav-item {
    position: relative; }
    .portfolio-tab .nav-tabs .nav-item + .nav-item:before,
    .lookbook-tab .nav-tabs .nav-item + .nav-item:before {
      left: -1px;
      content: '/';
      color: #e2e4e8;
      line-height: 14px;
      position: absolute; } }

.lookbook-social-share {
  padding: 22px 15px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  background-color: #f7f7f7; }
  .lookbook-social-share .text_image {
    position: absolute;
    left: 15px;
    top: 22px;
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize; }
  .lookbook-social-share .share_toolbox {
    margin-bottom: 0;
    width: auto; }

@media only screen and (min-width: 1025px) {
  .page.page-lookbook {
    padding-bottom: 75px; } }

.portfolio-col {
  display: block;
  font-size: 0;
  margin-left: -8px;
  margin-right: -8px;
  column-count: 2;
  -webkit-column-count: 2; }
  .portfolio-col .item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid; }
  @media only screen and (min-width: 768px) {
    .portfolio-col.column-3 {
      column-count: 3;
      -webkit-column-count: 3; } }
  @media only screen and (min-width: 1025px) {
    .portfolio-col {
      margin-left: -15px;
      margin-right: -15px; }
      .portfolio-col .item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px; } }

.portfolio_wrapper {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #f7f7f7; }
  .portfolio_wrapper .image:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: block;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: rgba(34, 35, 37, 0.7); }
  .portfolio_wrapper .content {
    color: #ffffff;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease; }
    .portfolio_wrapper .content .title {
      color: inherit;
      font-size: 18px;
      line-height: 1.2;
      margin: 0 0 5px 0;
      text-transform: uppercase; }
    .portfolio_wrapper .content .description {
      color: inherit;
      margin: 0;
      font-size: 14px; }
  .portfolio_wrapper .icon-wrapper {
    right: 15px;
    top: 15px;
    opacity: 0;
    z-index: 5;
    font-size: 24px;
    font-weight: 400;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease; }
    .portfolio_wrapper .icon-wrapper .icon {
      width: 20px;
      height: 20px;
      fill: #ffffff; }
  .portfolio_wrapper:hover .image:after {
    opacity: 1;
    visibility: visible; }
  .portfolio_wrapper:hover .icon-wrapper,
  .portfolio_wrapper:hover .content {
    opacity: 1;
    visibility: visible; }
  @media only screen and (min-width: 1025px) {
    .portfolio_wrapper .icon-wrapper {
      right: 30px;
      top: 30px; }
      .portfolio_wrapper .icon-wrapper .icon {
        width: 24px;
        height: 24px; }
    .portfolio_wrapper .content {
      padding: 30px; }
      .portfolio_wrapper .content .title {
        font-size: 24px; } }

/*=====  End of - LookBook Page -  =======*/
/*==========================================
=            -- Brands Page  --            =
==========================================*/
.azbrandstable {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto; }
  .azbrandstable li {
    text-align: center;
    margin-right: -1px;
    margin-bottom: 5px; }
    .azbrandstable li.all-brand a {
      min-width: 70px; }
  .azbrandstable a {
    pointer-events: none;
    padding: 0;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #B3B3B3;
    font-family: Rajdhani, sans-serif;
    display: inline-block; }
    .azbrandstable a.readonly {
      pointer-events: initial;
      color: #383e47; }
    .azbrandstable a.readonly:hover, .azbrandstable a.readonly.active {
      color: #005599;
      background: #fafafa; }
  @media only screen and (min-width: 1025px) {
    .azbrandstable {
      margin-bottom: 40px; } }

.brands-list {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  .brands-list .brand {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; }
    .brands-list .brand .wrapper {
      display: inline-block;
      width: 100%; }
  .brands-list .azbrands-title h3, .brands-list .azbrands-title .h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #383e47;
    font-family: Rajdhani, sans-serif; }
  .brands-list .brand-grid {
    margin: 0 0 30px 0;
    list-style: none; }
    .brands-list .brand-grid li {
      display: block;
      margin-bottom: 3px; }
    .brands-list .brand-grid a {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      text-transform: uppercase;
      color: #383e47; }
      .brands-list .brand-grid a:hover {
        color: #005599; }
  @media only screen and (min-width: 551px) {
    .brands-list {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; }
      .brands-list .azbrands-title h3, .brands-list .azbrands-title .h3 {
        font-size: 20px; } }
  @media only screen and (min-width: 993px) {
    .brands-list {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

/*=====  -- End of Brands Page  --  ======*/
/*==========================================
=            - PassWords Page -            =
==========================================*/
.password-wrapper {
  position: relative;
  width: 100%; }

.header-password {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 30px 60px;
  position: absolute;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .header-password .header-logo {
    margin: 0;
    display: inline-block;
    text-transform: uppercase; }
    .header-password .header-logo a {
      display: inline-block;
      color: #383e47;
      text-decoration: none; }
  .header-password .access-area {
    display: inline-block;
    cursor: pointer;
    max-width: 50%;
    position: relative; }

.password-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  height: 100vh;
  overflow: hidden; }
  .password-content .col {
    max-width: 50%;
    flex: 1;
    padding: 0; }
  .password-content .col-left {
    position: relative; }
  .password-content .col-right {
    position: relative;
    overflow: hidden; }
    .password-content .col-right img {
      top: 0;
      left: 0;
      height: 100%;
      width: auto;
      max-width: none;
      position: absolute; }
    .password-content .col-right .not_img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
  .password-content .content {
    top: 50%;
    left: 50%;
    max-width: 390px;
    text-align: left;
    position: absolute;
    color: #383e47;
    transform: translate(-50%, -50%); }
    .password-content .content .heading {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px; }
    .password-content .content .subtitle {
      font-size: 14px;
      margin: 0px 0px 25px; }
    .password-content .content #contact_form {
      width: 100%;
      max-width: 380px; }
    .password-content .content .input-group-field {
      width: 100%;
      border: 1px solid #cbcbcb;
      margin-bottom: 15px;
      height: 40px; }
    .password-content .content .btn, .password-content .content .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .password-content .content .shopify-payment-button__button--unbranded {
      width: 100%; }
    .password-content .content .share_toolbox {
      margin-top: 20px; }
    .password-content .content .input-group {
      justify-content: flex-start; }
    .password-content .content .password-newsletter-success {
      color: #005599; }
  .password-content footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px; }
    .password-content footer address, .password-content footer address a {
      color: #383e47;
      margin: 0px; }

@media (max-width: 1024px) {
  .password-content {
    height: auto;
    overflow: visible;
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  .password-content .col {
    max-width: 100%; }

  .password-content .content {
    position: static;
    max-width: 450px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    text-align: center;
    margin: 0 auto;
    padding: 60px 15px 0px; }

  .header-password {
    padding: 30px 15px; }

  .password-content footer {
    position: relative;
    padding: 60px 15px; }

  .password-content .col-right img,
  .password-content .col-right .not_img {
    position: relative; }

  .password-content .content .input-group {
    justify-content: center; } }
@media (max-width: 767px) {
  .password-content .content {
    padding: 40px 15px 0; }

  .password-content footer {
    padding: 40px 15px; } }
/*=====  End of - PassWords Page -  ======*/
/*==========================================
=           -- Halo Footer --              =
==========================================*/
.halo_footer-default {
  z-index: 1;
  position: relative;
  color: #dfdfdf;
  background-color: #222325; }
  .halo_footer-default a, .halo_footer-default p, .halo_footer-default span {
    color: #dfdfdf; }

.halo_footer-top .footer-owner {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #ffffff;
  font-family: Rajdhani, sans-serif;
  border-bottom: 1px solid #39393b; }
.halo_footer-top .footer-info {
  padding-top: 30px; }
  .halo_footer-top .footer-info + .footer-info {
    padding-top: 30px; }
.halo_footer-top .footer-col {
  margin-bottom: 30px; }
  .halo_footer-top .footer-col > p {
    margin-bottom: 25px; }
  .halo_footer-top .footer-col.footer-col--mobile {
    margin-bottom: 0; }
@media only screen and (min-width: 993px) {
  .halo_footer-top .footer-owner {
    text-align: center;
    font-size: 20px; }
  .halo_footer-top .footer-info {
    padding-top: 40px; }
    .halo_footer-top .footer-info + .footer-info {
      padding-top: 4px;
      padding-bottom: 10px; }
  .halo_footer-top .footer-col {
    margin-bottom: 30px; }
    .halo_footer-top .footer-col.footer-col--mobile {
      margin-bottom: 30px; } }

.halo_footer-bottom {
  padding: 30px 0;
  color: #dfdfdf;
  background-color: #000000; }
  .halo_footer-bottom small {
    font-size: inherit; }
  .halo_footer-bottom a, .halo_footer-bottom p, .halo_footer-bottom span {
    color: #dfdfdf; }
  .halo_footer-bottom .footer-copyright {
    margin-bottom: 6px; }
  .halo_footer-bottom.layout-1 .container .item + .item {
    margin-top: 15px; }
  @media only screen and (min-width: 993px) {
    .halo_footer-bottom.layout-1 .container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .halo_footer-bottom.layout-1 .container .item {
        width: 50%; }
        .halo_footer-bottom.layout-1 .container .item + .item {
          margin-top: 0px; }
        .halo_footer-bottom.layout-1 .container .item:nth-child(odd) {
          padding-right: 15px;
          text-align: left; }
        .halo_footer-bottom.layout-1 .container .item:nth-child(even) {
          padding-left: 15px;
          text-align: right; } }
  .halo_footer-bottom.layout-2 {
    text-align: center; }
    .halo_footer-bottom.layout-2 .item + .item {
      margin-top: 15px; }
    @media only screen and (min-width: 993px) {
      .halo_footer-bottom.layout-2 .item + .item {
        margin-top: 25px; } }
  .halo_footer-bottom.layout-3 {
    text-align: left; }
    .halo_footer-bottom.layout-3 .item + .item {
      margin-top: 15px; }
    @media only screen and (min-width: 993px) {
      .halo_footer-bottom.layout-3 .item + .item {
        margin-top: 25px; } }

.footer-row-flex {
  font-size: 0;
  margin: 0 -8px;
  display: block; }
  .footer-row-flex .footer-col {
    padding: 0 8px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .footer-row-flex .footer-col {
      width: 100%; }
    .footer-row-flex .footer-col--small {
      width: 33.33333333%; } }
  @media only screen and (min-width: 993px) {
    .footer-row-flex .footer-col--big {
      width: 50%; }
      .footer-row-flex .footer-col--big .geotrust_ssl--image {
        text-align: right; } }
  @media only screen and (min-width: 1025px) {
    .footer-row-flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: top;
      -webkit-align-items: top;
      -moz-align-items: top;
      -ms-align-items: top;
      -o-align-items: top;
      align-items: top;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      width: auto;
      min-width: 100%;
      margin: 0 -15px; }
      .footer-row-flex .footer-col {
        width: 40%;
        padding: 0 15px; }
      .footer-row-flex .footer-col--small {
        width: 20%; }
      .footer-row-flex .footer-col--big {
        width: 50%; } }

.footer-info-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
  pointer-events: auto;
  text-transform: uppercase;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .footer-col--mobile .footer-info-heading {
      position: relative;
      padding: 7px 0;
      border-bottom: 1px solid #39393b; }
      .footer-col--mobile .footer-info-heading:before {
        top: 50%;
        right: 4px;
        z-index: 2;
        content: "";
        width: 2px;
        height: 10px;
        position: absolute;
        transition: all 0.3s ease;
        transform: translateY(-50%);
        background-color: #ffffff; }
      .footer-col--mobile .footer-info-heading:after {
        top: 50%;
        right: 0px;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        transform: translateY(-50%);
        background-color: #ffffff; }
    .footer-col--mobile.open-dropdown .footer-info-heading:before {
      transform: translateY(-50%) rotate(90deg); } }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px; }
  .footer-info-list > li {
    line-height: 22px;
    margin-bottom: 7px; }
    .footer-info-list > li a, .footer-info-list > li .icon {
      display: inline-block;
      vertical-align: middle; }
    .footer-info-list > li .icon {
      font-size: 16px;
      fill: #dfdfdf; }
      .footer-info-list > li .icon i {
        line-height: inherit; }
    .footer-info-list > li a {
      text-transform: capitalize;
      color: #dfdfdf; }
      .footer-info-list > li a:hover {
        color: #ffffff; }
      @media only screen and (min-width: 1025px) {
        .footer-info-list > li a:before {
          content: '';
          bottom: 2px;
          left: 0;
          height: 1px;
          width: 0px;
          position: absolute;
          background-color: #ffffff;
          transition: all 0.3s ease; }
        .footer-info-list > li a:hover:before {
          width: 100%; } }
  .footer-info-list > .store-address,
  .footer-info-list > .store-phone,
  .footer-info-list > .store-email {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px; }
    .footer-info-list > .store-address a,
    .footer-info-list > .store-phone a,
    .footer-info-list > .store-email a {
      text-transform: none; }
    .footer-info-list > .store-address .icon,
    .footer-info-list > .store-phone .icon,
    .footer-info-list > .store-email .icon {
      left: 0;
      top: 0;
      position: absolute; }
  .footer-info-list > .store-phone {
    margin-bottom: 10px; }
    .footer-info-list > .store-phone p {
      margin-bottom: 5px; }
  .footer-info-list > .store-email {
    margin-bottom: 0; }
  .footer-info-list > .ask-an-expert {
    padding-left: 30px;
    margin-bottom: 20px; }
    .footer-info-list > .ask-an-expert a {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      font-family: Rajdhani, sans-serif;
      border-bottom: 1px solid #dfdfdf;
      /*text-underline-position: under;
      text-decoration: underline;*/ }
      .footer-info-list > .ask-an-expert a:before {
        content: none; }
  @media only screen and (min-width: 1025px) {
    .footer-info-list {
      margin-bottom: 0; } }

.newsletterSubscription {
  display: block;
  position: relative;
  margin-bottom: 35px; }
  .newsletterSubscription .input-group {
    width: 100%;
    max-width: 410px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .newsletterSubscription .input-group .input-group-field {
      width: calc(100% - 130px);
      height: 42px;
      min-height: 42px;
      padding: 0 15px;
      border-radius: 3px;
      line-height: 40px;
      color: #383e47;
      background-color: #ffffff;
      border-color: #ffffff; }
    .newsletterSubscription .input-group .btn, .newsletterSubscription .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletterSubscription .input-group .shopify-payment-button__button--unbranded {
      width: 120px;
      height: 42px;
      min-height: 42px;
      line-height: 40px;
      padding: 0 15px;
      margin: 0 0 0 10px;
      color: #ffffff;
      background-color: #b20000; }

.social_list {
  display: block; }
  .social_list .social-icons {
    list-style: none;
    padding: 0;
    margin: 0; }
    .social_list .social-icons li {
      display: inline-block;
      vertical-align: top;
      margin-right: 8px;
      margin-top: 3px;
      margin-bottom: 3px; }
    .social_list .social-icons .social-icon {
      font-size: 14px;
      text-align: center;
      display: block;
      width: 34px;
      height: 34px;
      padding: 0 8px;
      line-height: 34px;
      border-radius: 50%;
      color: #ffffff;
      background-color: transparent;
      border: 1px solid #636364; }
  @media only screen and (min-width: 370px) {
    .social_list .social-icons li {
      margin-right: 10px; }
    .social_list .social-icons .social-icon {
      width: 40px;
      height: 40px;
      padding: 0 10px;
      line-height: 40px; } }
  @media only screen and (min-width: 1025px) {
    .social_list .social-icons li {
      margin-right: 12px; } }

.geotrust_ssl--image {
  margin-left: -15px;
  margin-right: -15px;
  display: block; }
  .geotrust_ssl--image ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .geotrust_ssl--image ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .geotrust_ssl--image ul li:first-child {
        margin-left: 15px; }
  .geotrust_ssl--image img {
    max-height: 100px; }
  @media only screen and (min-width: 1025px) {
    .geotrust_ssl--image {
      margin-right: 0;
      margin-left: 0; }
      .geotrust_ssl--image ul {
        display: inline-block;
        overflow: visible;
        white-space: normal; }
        .geotrust_ssl--image ul li {
          margin-right: 30px; }
          .geotrust_ssl--image ul li:first-child {
            margin-left: 0; }
          .geotrust_ssl--image ul li:last-child {
            margin-right: 0; }
      .footer-col--big + .footer-col--big .geotrust_ssl--image {
        text-align: right; } }

.payment-methods {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  list-style: none; }
  .payment-methods li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px; }
    .payment-methods li:last-child {
      margin-right: 0; }
  .payment-methods .payment-image {
    border-radius: 2px;
    overflow: hidden;
    max-height: 30px; }
  @media only screen and (min-width: 993px) {
    .payment-methods li {
      margin-bottom: 0;
      margin-right: 15px; }
    .payment-methods .payment-image {
      max-height: 32px; } }

/*=====  -- End of Halo Footer -- ========*/
/*=============================================
=            Add on Filter Category           =
=============================================*/
.home-category-filter-sections {
  position: relative;
  padding: 0px 0px 80px 0px; }

@media only screen and (min-width: 1025px) {
  .collection-hero + .home-category-filter-sections .themevale_MultiCategory_wrapper {
    top: -130px;
    left: 50%;
    position: absolute;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background-color: transparent; */
    background-color: #f7f7f7; } }

.themevale_MultiCategory_wrapper {
  z-index: 4;
  position: relative;
  width: 100%;
  z-index: 11;
  display: block;
  padding: 20px 15px 22px;
  margin-left: auto;
  max-width: 1200px;
  margin-right: auto;
  position: relative;
  color: #383e47;
  background-color: #f7f7f7; }
  @media only screen and (min-width: 993px) {
    .themevale_MultiCategory_wrapper {
      padding: 30px; } }
  @media only screen and (min-width: 1025px) {
    .template-index .themevale_MultiCategory_wrapper {
      /* top: -208px; */
      left: 50%;
      position: absolute;
      color: #ffffff;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      /* background-color: transparent; */
      background-color: #f7f7f7; }
    .template-collection .themevale_MultiCategory_wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.themevale_MultiCategory_wrapper_2 {
  z-index: 4;
  position: relative;
  width: 100%;
  z-index: 11;
  display: block;
  padding: 20px 15px 22px;
  margin-left: auto;
  max-width: 1200px;
  margin-right: auto;
  position: relative;
  color: #383e47;
  background-color: #f7f7f7; }
  @media only screen and (min-width: 993px) {
    .themevale_MultiCategory_wrapper_2 {
      padding: 30px; } }
  @media only screen and (min-width: 1025px) {
    .themevale_MultiCategory_wrapper_2 {
      color: #ffffff;
      background-color: #373e48;
      border-radius: 3px; }
      .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter {
        display: block;
        text-align: left; }
        .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter > .form-label {
          display: block;
          margin-right: 0;
          text-align: left;
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #60656c; }
        .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .description {
          display: block;
          margin-bottom: 15px; }
        .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .form-wrapper {
          display: block; }
        .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .form-field {
          width: 100%;
          max-width: none;
          display: block;
          margin: 0 0 15px; }
        .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button {
          display: block;
          flex-wrap: normal; }
          .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button .btn, .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button .shopify-payment-button__button--unbranded {
            width: 100%; }
          .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
            padding: 0;
            font-size: 12px;
            display: inline-block;
            border: none;
            margin: 15px 0 0 0;
            text-align: left;
            text-transform: capitalize;
            box-shadow: none;
            background-color: transparent;
            font-family: Arimo, sans-serif; }
            .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button #themevale_clear-select .icon {
              width: 16px;
              height: 16px;
              margin-right: 5px; }
            .themevale_MultiCategory_wrapper_2 .themevale_multilevel-category-filter .group-button #themevale_clear-select .text {
              display: inline-block; } }

.themevale_multilevel-category-filter {
  display: block; }
  .themevale_multilevel-category-filter .form-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
    text-align: center;
    color: #383e47;
    font-family: Rajdhani, sans-serif;
    text-transform: uppercase; }
    .themevale_multilevel-category-filter .form-label label {
      margin-bottom: 0; }
    .themevale_multilevel-category-filter .form-label p {
      margin: 5px 0 0 0;
      font-size: 12px;
      font-weight: 400;
      font-family: Arimo, sans-serif;
      text-transform: none; }
  .themevale_multilevel-category-filter .form-wrapper {
    display: block; }
  .themevale_multilevel-category-filter .form-field {
    display: block;
    margin: 0 0 10px;
    position: relative; }
    .themevale_multilevel-category-filter .form-field:after, .themevale_multilevel-category-filter .form-field:before {
      content: " ";
      display: table; }
    .themevale_multilevel-category-filter .form-field .form-label {
      display: block;
      font-size: 0;
      line-height: 0;
      margin: 0;
      padding: 0; }
  .themevale_multilevel-category-filter .form-select {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-transform: capitalize; }
    .themevale_multilevel-category-filter .form-select:before {
      content: "";
      right: 0;
      height: 100%;
      display: block;
      z-index: 2;
      position: absolute;
      left: calc(100% - 40px);
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: right 8px top 9px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(127, 127, 127, 0.999)' /%3E%3C/svg%3E"); }
    .themevale_multilevel-category-filter .form-select:after {
      right: 0;
      display: block;
      content: "";
      height: 100%;
      z-index: 1;
      position: absolute;
      background: #ffffff;
      left: calc(100% - 50px); }
  .themevale_multilevel-category-filter .dropdown-up {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    width: auto;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #c8c8c8;
    z-index: 99; }
    .themevale_multilevel-category-filter .dropdown-up.open {
      display: block; }
    .themevale_multilevel-category-filter .dropdown-up ul {
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: 300px;
      overflow-x: hidden; }
      .themevale_multilevel-category-filter .dropdown-up ul > li {
        cursor: default;
        color: #535c69;
        line-height: 40px;
        display: block;
        padding: 0px 10px 0 10px;
        text-transform: capitalize;
        white-space: nowrap;
        width: 100%;
        margin: 0; }
        .themevale_multilevel-category-filter .dropdown-up ul > li:hover, .themevale_multilevel-category-filter .dropdown-up ul > li.active {
          background: #39f;
          color: #fff; }
        .themevale_multilevel-category-filter .dropdown-up ul > li:last-child {
          border: 0; }
  .themevale_multilevel-category-filter .group-button {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .themevale_multilevel-category-filter .group-button .btn, .themevale_multilevel-category-filter .group-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .themevale_multilevel-category-filter .group-button .shopify-payment-button__button--unbranded {
      width: 50%;
      margin-right: 7px; }
      .themevale_multilevel-category-filter .group-button .btn + .btn, .themevale_multilevel-category-filter .group-button .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .themevale_multilevel-category-filter .group-button .shopify-payment-button__button--unbranded + .btn, .themevale_multilevel-category-filter .group-button .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .themevale_multilevel-category-filter .group-button .btn + .shopify-payment-button__button--unbranded, .themevale_multilevel-category-filter .group-button .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .themevale_multilevel-category-filter .group-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
        margin-left: 7px;
        margin-right: 0; }
  .themevale_multilevel-category-filter .description {
    display: none; }
  .themevale_multilevel-category-filter #themevale_clear-select {
    padding: 11px 11px 10px 11px; }
    .themevale_multilevel-category-filter #themevale_clear-select .icon {
      margin: 0;
      opacity: 1;
      width: 18px;
      height: 18px; }
    .themevale_multilevel-category-filter #themevale_clear-select .text {
      display: none; }
  .themevale_multilevel-category-filter .loading {
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 1;
    display: none; }
    .themevale_multilevel-category-filter .loading img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
  @media only screen and (min-width: 551px) {
    .themevale_multilevel-category-filter .form-wrapper {
      flex-grow: 1;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between; }
    .themevale_multilevel-category-filter .form-field {
      width: 100%;
      max-width: 26%;
      margin: 0 20px 0 0;
      display: inline-block; }
    .themevale_multilevel-category-filter .group-button {
      min-width: 160px;
      margin-top: 0;
      display: inline-block; }
      .themevale_multilevel-category-filter .group-button .btn, .themevale_multilevel-category-filter .group-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .themevale_multilevel-category-filter .group-button .shopify-payment-button__button--unbranded {
        width: auto; }
    .themevale_multilevel-category-filter .btn, .themevale_multilevel-category-filter .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .themevale_multilevel-category-filter .shopify-payment-button__button--unbranded {
      padding: 13px 22px 11px 22px; }
    .themevale_multilevel-category-filter #themevale_clear-select .icon {
      margin: 0;
      opacity: 1;
      width: 20px;
      height: 20px; } }
  @media only screen and (min-width: 993px) {
    .themevale_multilevel-category-filter {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between; }
      .themevale_multilevel-category-filter .form-label {
        display: inline-block;
        text-align: left;
        margin: 0 30px 0 0; } }
  @media only screen and (min-width: 1025px) {
    .themevale_multilevel-category-filter .form-label {
      /*  color: inherit; */
      color: #383e47; }
    .template-index .themevale_multilevel-category-filter .form-select {
      border-color: transparent; } }

.themevale_Message {
  display: none;
  z-index: 22;
  width: calc(100% - 30px);
  margin-left: auto;
  max-width: 620px;
  position: absolute;
  margin-right: auto;
  border-radius: 3px;
  border: 1px solid #faebcc;
  padding: 10px 30px 10px 20px;
  background: #fbf8e3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 20px;
  left: 28%;
  top: -75px; }
  .themevale_Message:before {
    bottom: -18px;
    left: 30px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    border: 9px inset;
    position: absolute;
    border-bottom-style: solid;
    border-color: transparent transparent #fbf8e3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .themevale_Message p {
    font-size: 12px;
    margin-bottom: 0;
    color: #8a6d3a; }
    .themevale_Message p .text1,
    .themevale_Message p .text3 {
      font-weight: 700; }
    .themevale_Message p .text2 {
      text-transform: uppercase;
      font-weight: 700; }
    .themevale_Message p a {
      color: #8a6d3a; }
  .themevale_Message .x-close {
    top: 20px;
    right: 5px;
    font-size: 0;
    line-height: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .themevale_Message .x-close svg {
      color: #8a6d3a;
      fill: #8a6d3a;
      width: 20px;
      height: 20px;
      stroke: transparent; }
  @media only screen and (min-width: 1025px) {
    .template-index .themevale_Message {
      display: block; } }

/*=====  End of Add on Filter Category  =====*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------
CUSTOM CSS FOR THEME
------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Hide items below
------------------------------------------------------------------------ */
/* Ask an expert section in footer */
.footer-info-list > .ask-an-expert,
.halo_footer-top .footer-info + .footer-info,
.quickSearchResultsWrap,
.page-collections .bold_option_set {
  display: none !important; }

/* ------------------------------------------------------------------------
Added min-height to product titles on category pages
------------------------------------------------------------------------ */
h4.product-title, .product-title.h4 {
  min-height: 66px; }

/* ------------------------------------------------------------------------
Got rid of box shadow on search bar
------------------------------------------------------------------------ */
.search-bar {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.15); }

/* ------------------------------------------------------------------------
Added padding to footer so product bar doesn't cover copyright information
------------------------------------------------------------------------ */
.halo_footer-bottom {
  padding: 30px 0 140px; }

/* ------------------------------------------------------------------------
Adjusted margin below footer phone number
------------------------------------------------------------------------ */
.footer-info-list > .store-phone {
  margin-bottom: 20px; }

/* ------------------------------------------------------------------------
Changed background color for Rugged text in home page product feature section
------------------------------------------------------------------------ */
.hero .label-wrapper .label-1 {
  background-color: #0058A4; }

/* ------------------------------------------------------------------------
Changed button color in home page product feature section
------------------------------------------------------------------------ */
.hero .button-group .btn--primary {
  border-color: #0058A4;
  background-color: #0058A4; }

/* ------------------------------------------------------------------------
Changed background color for mobile search bar
------------------------------------------------------------------------ */
.search-bar .input-group-field {
  background-color: #f7f7f7; }

/* ------------------------------------------------------------------------
Hide featured blog post image from blog post itself
------------------------------------------------------------------------ */
#shopify-section-article-template.shopify-section.page-content .blog-thumbnail {
  display: none; }

.tab-content a {
  color: #0058a4;
  font-weight: 700;
  text-decoration: underline; }

.header-bottom {
  border-top: 0 none;
  padding-bottom: 0; }

.collection-banner {
  background-color: #fff !important;
  border-bottom: 1px solid #e2e4e8; }

/* ------------------------------------------------------------------------
Change color of affirm "learn more" link
------------------------------------------------------------------------ */
.affirm-modal-trigger {
  color: #0058a4;
  font-weight: bold; }

/* ------------------------------------------------------------------------
Change star color
------------------------------------------------------------------------ */
.spr-icon-star {
  color: #fec602; }

.product_photos .video-link .title {
  color: #000;
  font-weight: 700;
  font-size: 12px; }

.sub-menu-mobile .product-reviews, .sub-menu-mobile .product-action, .sub-menu-mobile .affirm-as-low-as {
  display: none !important; }

.sub-menu-mobile .product-card .product-image + .product-content {
  padding-top: 0 !important; }

.product-price .wishlist {
  opacity: 1 !important;
  visibility: visible !important; }

.product-card .product-title {
  margin: 0 !important; }
.product-card .sku-product {
  margin-bottom: 10px; }

.product-card .sku-product {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0 !important;
  min-height: 44px; }

/* Center the logo on home page */
.racelogocenter {
  margin: 0 auto;
  text-align: center !important; }

/* Force Tab Font Size on Mobile */
@media only screen and (max-width: 767px) {
  .ruggedtabtitle {
    font-size: 18px; } }
/* Remove Affirm on Recently Viewed Products */
#recently-viewed-products-grid .affirm-as-low-as {
  display: none !important; }

/* Remove Affirm on Related Products */
#shopify-section-product-recommendations .affirm-as-low-as {
  display: none !important; }

/* Format Bullet Points for Tabbed Product Description Metafields */
.tab-content li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.2em; }

/* Format Bullet Points for Short Description Metafields */
.short-description li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.2em; }

/* Hide off native sale badge */
.badge.sale-badge {
  display: none !important; }

/* Fix YouTube Responsive */
.ruggedvideo-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.ruggedvideo-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

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

/* Shogun Technical Support - March 7th 2022 - Added to stop the lines from showing on images*/
.shogun-root table a {
  border-bottom: none; }

.rrdo-mini-buyers-guide-features {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center; }

.rrdo-product-row-white {
  background: white;
  border-radius: 5px;
  padding: 10px 10px 10px 10px; }

.rrdo-product-large-buyers-guide-radius {
  border-radius: 5px; }

.rrdo-product-small-buyers-guide-radius {
  border-radius: 5px !important;
  padding: 5px;
  border: 1px solid #cccccc !important;
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

.rrdo-product-small-buyers-guide-radius-gmrs {
  border-radius: 5px !important;
  padding: 5px;
  border: 3px solid #79833A !important;
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

.rrdo-product-small-buyers-guide-radius-business {
  border-radius: 5px !important;
  padding: 5px;
  border: 3px solid #0058A4 !important;
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

.rrdo-img-frame {
  border-radius: 5px !important;
  padding: 5px;
  border: 1px solid #cccccc !important;
  background-color: #FFFFFF; }

.rrdo-product-small-buyers-guide-radius-no-margin {
  border-radius: 5px !important;
  padding: 5px;
  border: 1px solid #cccccc !important;
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF; }

.rrdo-container-three-side-radius {
  border-radius: 0px 0px 10px 10px !important;
  padding: 5px;
  border: 1px solid #cccccc !important;
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

.rrdo-card-anchor-tag {
  position: relative;
  top: -120px; }

.rrdo-anchor-div {
  display: none;
  position: relative;
  top: -150px; }

.rrdo-anchor-div-top {
  position: relative;
  top: -1500px;
  display: block;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.rrdo-anchor-div-product-cards {
  position: relative;
  top: -150px;
  display: block;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.rrdo-buyers-guide-text-block {
  font-size: 18px; }

.rrdo-product-title {
  font-size: 18px !important; }

.rrdo-product-title-small {
  font-size: 14px !important; }

.rrdo-side-border {
  border-left: 6px solid #0058A4;
  border-right: 6px solid #0058A4; }

.rrdo-card-spacing {
  padding: 30px 0px 20px 0px; }

.title-on-shogun-image {
  font-size: 10vw;
  /* responsive */ }

.rrdo-shogun-title-spacerbar {
  padding: 0px;
  margin: 5px;
  border-bottom: 2px solid black; }

.rrdo-shogun-title-spacerbar div, h2, .h2 {
  margin-bottom: 0px; }

.rrdo-product-box-price {
  background-color: #FFFFFF;
  border-radius: 5px !important; }

.rrdo-product-box-price .shg-product-price {
  color: red !important;
  font-size: 24px !important; }

.rrdo-product-box-price .shg-product-compare-price {
  font-size: 24px !important; }

.rrdo-product-box-halo {
  background-color: #FFFFFF;
  border-radius: 5px !important; }

.rrdo-product-box-halo:hover {
  -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
  box-shadow: 0px 0px 5px 3px #cccccc; }

.rrdo-product-box-halo .shg-product-price {
  color: red !important;
  font-size: 24px !important; }

.rrdo-product-box-halo .shg-product-compare-price {
  font-size: 24px !important; }

.rrdo-best-seller-product-box-halo {
  border-radius: 5px !important;
  padding: 5px;
  border: 1px solid #cccccc !important;
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

.rrdo-best-seller-product-box-halo:hover {
  -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
  box-shadow: 0px 0px 5px 3px #cccccc; }

.rrdo-best-seller-product-box-halo .shg-product-price {
  color: red !important;
  font-size: 14px !important; }

.rrdo-best-seller-product-box-halo .shg-product-compare-price {
  font-size: 14px !important; }

.rrdo-buyers-guide-product-box-halo {
  border-radius: 5px !important;
  padding: 5px;
  /* border: 1px solid #cccccc !important; */
  margin: 0px 0px 20px 0px;
  background-color: #FFFFFF; }

.rrdo-buyers-guide-product-box-halo:hover {
  -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
  box-shadow: 0px 0px 5px 3px #cccccc; }

.rrdo-buyers-guide-product-box-halo .shg-product-price {
  color: red !important;
  font-size: 24px !important; }

.rrdo-buyers-guide-product-box-halo .shg-product-compare-price {
  font-size: 24px !important; }

.rrod-buyers-guide-features-flex-center {
  display: flex;
  justify-content: center; }

.announcement-bar {
  font-size: 16px;
  font-weight: bold; }

.rrdo-remove-header-space h3, .rrdo-remove-header-space .h3 {
  padding: 0px;
  margin: 0px; }

.taco-tour-text {
  background: #ed8733;
  background: linear-gradient(to right, #ed8733 0%, #cf1512 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
