/* #Tooltip.js
================================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.link-anchor {
  position: relative;
  width: 0;
  font-size: .8em;
  opacity: 0;
  transition: opacity .2s ease-in-out; }

.anchor-wrapper {
  border: none; }

.anchor-wrapper:hover .link-anchor {
  opacity: 1; }

section h1[id]:focus,
section h2[id]:focus,
section h3[id]:focus,
section h4[id]:focus,
section h5[id]:focus {
  outline: 0; }

p.thin {
  font-weight: 100;
  margin: 0;
  line-height: 1.2em; }

p.bold {
  font-weight: 900;
  margin: 0;
  margin-top: -5px; }

.rel {
  width: 30%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 20px;
  border-style: dotted;
  border-color: white;
  border-width: medium; }

.popper,
.tooltip {
  position: absolute;
  background: rgba(51, 51, 51, 0.9);
  color: white;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 13px;
  text-align: center; }

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

/* #Swym related file
================================================== */
.swym-button.swym-add-to-wishlist-view-product {
  background: transparent !important; }

.swym-add-to-cart, .swym-buy, .okeReviews .okeReviews-poweredBy {
  display: none !important; }

i.icon-swym-wishlist {
  font-family: 'swym-icons';
  font-style: normal;
  vertical-align: middle;
  font-size: 15px; }

i.icon-swym-wishlist + span {
  vertical-align: middle; }

i.icon-swym-wishlist:after {
  content: '';
  font-size: 122%;
  line-height: 18px;
  text-align: center;
  display: inline; }

/*content rendered after swym is ready to avoid showing block/invalid chars*/
i.icon-swym-wishlist:after {
  visibility: hidden; }

.swym-ready i.icon-swym-wishlist:after {
  visibility: visible;
  content: '\f08a'; }

.custome_swym {
  vertical-align: top;
  position: absolute; }

.custome_swym_title {
  vertical-align: top; }

.custome_swym .swym-add-to-wishlist-view-product.swym-button:after {
  position: absolute;
  top: 0; }

/*------------------------------------------------------------------
Custom Font
-------------------------------------------------------------------*/
/* Import font face*/
/* @font-face {
  font-family: 'Adieu';.center
  src: url("//cdn.shopify.com/s/files/1/0078/2555/5571/t/14/assets/Adieu-Bold.eot?17149");
  src: url("//cdn.shopify.com/s/files/1/0078/2555/5571/t/14/assets/Adieu-Bold.eot?iefix&17149") format('eot'),
       url("//cdn.shopify.com/s/files/1/0078/2555/5571/t/14/assets/Adieu-Bold.woff?17149") format('woff'),
       url("//cdn.shopify.com/s/files/1/0078/2555/5571/t/14/assets/Adieu-Bold.ttf?17149") format('truetype'),
       url('//cdn.shopify.com/s/files/1/0078/2555/5571/t/14/assets/Adieu-Bold.svg?17149') format('svg');
  font-weight: normal;
  font-style: normal;
} */
/*------------------------------------------------------------------
Jumpstart Reset Styles Framework 0.0.2 | updated 29 May 2019

***Changed 0.0.1 to 0.0.2
 - Added, position helper and font face
 - Added header, acount page, FAQ, contact us page and footer at TOC
 - Added padding-left: 0, padding-top: 0, padding-right: 0, padding-bottom: 0
 - Added float helper
 - Added text-transform, text-decoration, text-indent, letter-spacing, line-height, word-spacing
 - Added top, right, bottom, and left helper
 - Added position, display, color and background image helper
 - Media query for fontsize

[Table of contents]

1. Typography
2. Colors
3. Helpers
4. Homepage
5. Grid Item
6. Collection Page
7. Product Pages
8. Cart Pages
9. Search Pages
10. Header
11. Account Pages
12. FAQ Pages
13. Contact Us Pages
14. Footer
17. Sidebar
16. Newsletter
17. Media Query
  17.1 Typography
  17.2 Colors
  17.3 Helpers
  17.4 Homepage
  17.5 Grid Item
  17.6 Collection Page
  17.7 Product Pages
  17.8 Cart Pages
  17.9 Search Pages
  17.10 Header
  17.11 Account Pages
  17.12 FAQ Pages
  17.13 Contact Us Pages
  17.14 Footer
  17.15 Contact Us Pages
  17.16 Footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Typography]
*/
/* Font size
------------------------------------
*/
.fontSize-xl {
  font-size: 40px; }

.fontSize-l {
  font-size: 32px; }

.fontSize-l-force {
  font-size: 32px !important; }

.fontSize-ml-force {
  font-size: 25px !important; }

.fontSize-xm-22 {
  font-size: 22px; }

.fontSize-xm {
  font-size: 20px; }

.fontSize-m {
  font-size: 16px; }

.fontSize-m-force {
  font-size: 16px !important; }

.fontSize-s {
  font-size: 14px; }

.fontSize-xs {
  font-size: 12px; }

.fontWeight-1 {
  font-weight: 100; }

.fontWeight-2 {
  font-weight: 200; }

.fontWeight-3 {
  font-weight: 300; }

.fontWeight-4 {
  font-weight: 400; }

.fontWeight-5 {
  font-weight: 500; }

.fontWeight-6 {
  font-weight: 600; }

.fontWeight-7 {
  font-weight: 700; }

.fontWeight-8 {
  font-weight: 800; }

.fontWeight-9 {
  font-weight: 900; }

.fontWeight-bold {
  font-weight: bold !important; }

/* Text Transform
------------------------------------
*/
.no-text-transform {
  text-transform: none; }

.capitalize {
  text-transform: capitalize; }

.upppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

/* Text align
------------------------------------
*/
.text-center {
  text-align: center; }

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

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

/* Text Decoration
------------------------------------
*/
.no-text-deco {
  text-decoration: none; }

.underline-text-deco {
  text-decoration: underline; }

.overline-text-deco {
  text-decoration: overline; }

.line-through-text-deco {
  text-decoration: line-through; }

/* Text indent
------------------------------------
*/
.text-indent-0 {
  text-indent: 5px; }

.text-indent-5 {
  text-indent: 5px; }

.text-indent-10 {
  text-indent: 10px; }

.text-indent-15 {
  text-indent: 15px; }

.text-indent-20 {
  text-indent: 20px; }

.text-indent-25 {
  text-indent: 25px; }

.text-indent-30 {
  text-indent: 30px; }

.text-indent-35 {
  text-indent: 35px; }

.text-indent-40 {
  text-indent: 40px; }

.text-indent-45 {
  text-indent: 45px; }

.text-indent-50 {
  text-indent: 50px; }

.text-indent-55 {
  text-indent: 55px; }

.text-indent-60 {
  text-indent: 60px; }

/* Letter Spacing
------------------------------------
*/
.letter-spacing-0 {
  letter-spacing: 0; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.letter-spacing-2 {
  letter-spacing: 2px; }

.letter-spacing-3 {
  letter-spacing: 3px; }

.letter-spacing-4 {
  letter-spacing: 4px; }

.letter-spacing-5 {
  letter-spacing: 5px; }

.letter-spacing-6 {
  letter-spacing: 6px; }

.letter-spacing-7 {
  letter-spacing: 7px; }

.letter-spacing-8 {
  letter-spacing: 8px; }

.letter-spacing-9 {
  letter-spacing: 9px; }

.letter-spacing-10 {
  letter-spacing: 10px; }

.letter-spacing-11 {
  letter-spacing: 11px; }

.letter-spacing-12 {
  letter-spacing: 12px; }

.letter-spacing-13 {
  letter-spacing: 13px; }

.letter-spacing-14 {
  letter-spacing: 14px; }

.letter-spacing-15 {
  letter-spacing: 15px; }

/* Line Height
------------------------------------
*/
.line-height-0-5 {
  line-height: 0.5; }

.line-height-1 {
  line-height: 1; }

.line-height-1-5 {
  line-height: 1.5; }

.line-height-2 {
  line-height: 2; }

.line-height-2-5 {
  line-height: 2.5; }

.line-height-3 {
  line-height: 3; }

/* Word Spacing
------------------------------------
*/
.word-spacing-0 {
  word-spacing: 0; }

.word-spacing-1 {
  word-spacing: 1px; }

.word-spacing-2 {
  word-spacing: 2px; }

.word-spacing-3 {
  word-spacing: 3px; }

.word-spacing-4 {
  word-spacing: 4px; }

.word-spacing-5 {
  word-spacing: 5px; }

.word-spacing-6 {
  word-spacing: 6px; }

.word-spacing-7 {
  word-spacing: 7px; }

.word-spacing-8 {
  word-spacing: 8px; }

.word-spacing-9 {
  word-spacing: 9px; }

.word-spacing-10 {
  word-spacing: 10px; }

.word-spacing-11 {
  word-spacing: 11px; }

.word-spacing-12 {
  word-spacing: 12px; }

.word-spacing-13 {
  word-spacing: 13px; }

.word-spacing-14 {
  word-spacing: 14px; }

.word-spacing-15 {
  word-spacing: 15px; }

/*------------------------------------------------------------------
[2. Colors]
*/
.color-blue-xd {
  color: ExtraDarkBlue; }

.color-blue-d {
  color: DarkBlue; }

.color-blue {
  color: blue; }

.color-blue-l {
  color: LightBlue; }

.color-blue-xl {
  color: ExtraLightBlue; }

.color-black {
  color: black; }

.color-white {
  color: white; }

.background-white {
  background: white; }

.background-transparent {
  background: transparent;
  background-color: transparent !important; }

.background-black {
  background: black; }

.color-primary {
  color: #0069b2 !important; }

.js-btn-border-color {
  border-color: #0069b2 !important; }

.js-btn-background-color {
  background-color: #0069b2 !important; }

/*------------------------------------------------------------------
[3. Helpers]
*/
/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.padding-5 {
  padding: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.padding-10 {
  padding: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.padding-15 {
  padding: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.padding-20 {
  padding: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.padding-25 {
  padding: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.padding-30 {
  padding: 30px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.padding-35 {
  padding: 35px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

/*--
.p-b-40 {
  padding-bottom: 40px !important;
}
-*/
.padding-40 {
  padding: 40px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.padding-45 {
  padding: 45px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.padding-50 {
  padding: 50px !important; }

.p-t-55 {
  padding-top: 55px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

.padding-55 {
  padding: 55px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.padding-60 {
  padding: 60px !important; }

.p-t-65 {
  padding-top: 65px !important; }

.p-r-65 {
  padding-right: 65px !important; }

.p-l-65 {
  padding-left: 65px !important; }

.p-b-65 {
  padding-bottom: 65px !important; }

.padding-65 {
  padding: 65px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.padding-70 {
  padding: 70px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.padding-75 {
  padding: 75px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.padding-80 {
  padding: 80px !important; }

.p-t-85 {
  padding-top: 85px !important; }

.p-r-85 {
  padding-right: 85px !important; }

.p-l-85 {
  padding-left: 85px !important; }

.p-b-85 {
  padding-bottom: 85px !important; }

.padding-85 {
  padding: 85px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.padding-90 {
  padding: 90px !important; }

.p-t-95 {
  padding-top: 95px !important; }

.p-r-95 {
  padding-right: 95px !important; }

.p-l-95 {
  padding-left: 95px !important; }

.p-b-95 {
  padding-bottom: 95px !important; }

.padding-95 {
  padding: 95px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.padding-100 {
  padding: 100px !important; }

/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-l-0 {
  margin-left: 0px !important; }

.m-b-0 {
  margin-bottom: 0px; }

.m-t-5 {
  margin-top: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

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

.m-r-10 {
  margin-right: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-b-10 {
  margin-bottom: 10px !important;
  border-bottom: 1px solid #cccccc; }

.m-t-15 {
  margin-top: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

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

.m-r-20 {
  margin-right: 20px; }

.m-l-20 {
  margin-left: 20px; }

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

.m-t-25 {
  margin-top: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

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

.m-r-30 {
  margin-right: 30px; }

.m-l-30 {
  margin-left: 30px; }

/*--
.m-b-30 {
  margin-bottom: 30px;
}
-*/
.m-t-35 {
  margin-top: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-t-55 {
  margin-top: 55px; }

.m-r-55 {
  margin-right: 55px; }

.m-l-55 {
  margin-left: 55px; }

.m-b-55 {
  margin-bottom: 55px; }

.m-t-60 {
  margin-top: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-t-65 {
  margin-top: 65px; }

.m-r-65 {
  margin-right: 65px; }

.m-l-65 {
  margin-left: 65px; }

.m-b-65 {
  margin-bottom: 65px; }

.m-t-70 {
  margin-top: 70px; }

.m-r-70 {
  margin-right: 70px; }

.m-l-70 {
  margin-left: 70px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-t-75 {
  margin-top: 75px; }

.m-r-75 {
  margin-right: 75px; }

.m-l-75 {
  margin-left: 75px; }

.m-b-75 {
  margin-bottom: 75px; }

.m-t-80 {
  margin-top: 80px; }

.m-r-80 {
  margin-right: 80px; }

.m-l-80 {
  margin-left: 80px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-t-85 {
  margin-top: 85px; }

.m-r-85 {
  margin-right: 85px; }

.m-l-85 {
  margin-left: 85px; }

.m-b-85 {
  margin-bottom: 85px; }

.m-t-90 {
  margin-top: 90px; }

.m-r-90 {
  margin-right: 90px; }

.m-l-90 {
  margin-left: 90px; }

.m-b-90 {
  margin-bottom: 90px; }

.m-t-95 {
  margin-top: 95px; }

.m-r-95 {
  margin-right: 95px; }

.m-l-95 {
  margin-left: 95px; }

.m-b-95 {
  margin-bottom: 95px; }

.m-t-100 {
  margin-top: 100px; }

.m-r-100 {
  margin-right: 100px; }

.m-l-100 {
  margin-left: 100px; }

.m-b-100 {
  margin-bottom: 100px; }

/* Top
------------------------------------
*/
.top-0 {
  top: 0; }

.top-5 {
  top: 5px; }

.top-10 {
  top: 10px; }

.top-15 {
  top: 15px; }

.top-20 {
  top: 20px; }

.top-25 {
  top: 25px; }

.top-30 {
  top: 30px; }

.top-35 {
  top: 35px; }

.top-40 {
  top: 40px; }

.top-45 {
  top: 45px; }

.top-50 {
  top: 50px; }

.top-55 {
  top: 55px; }

.top-60 {
  top: 60px; }

.top-65 {
  top: 65px; }

.top-70 {
  top: 70px; }

.top-75 {
  top: 75px; }

.top-80 {
  top: 80px; }

.top-85 {
  top: 85px; }

.top-90 {
  top: 90px; }

.top-95 {
  top: 95px; }

.top-100 {
  top: 100px; }

/* Right
------------------------------------
*/
.right-0 {
  right: 0; }

.right-5 {
  right: 5px; }

.right-10 {
  right: 10px; }

.right-15 {
  right: 15px; }

.right-20 {
  right: 20px; }

.right-25 {
  right: 25px; }

.right-30 {
  right: 30px; }

.right-35 {
  right: 35px; }

.right-40 {
  right: 40px; }

.right-45 {
  right: 45px; }

.right-50 {
  right: 50px; }

.right-55 {
  right: 55px; }

.right-60 {
  right: 60px; }

.right-65 {
  right: 65px; }

.right-70 {
  right: 70px; }

.right-75 {
  right: 75px; }

.right-80 {
  right: 80px; }

.right-85 {
  right: 85px; }

.right-90 {
  right: 90px; }

.right-95 {
  right: 95px; }

.right-100 {
  right: 100px; }

/* Left
------------------------------------
*/
.left-0 {
  left: 0; }

.left-5 {
  left: 5px; }

.left-10 {
  left: 10px; }

.left-15 {
  left: 15px; }

.left-20 {
  left: 20px; }

.left-25 {
  left: 25px; }

.left-30 {
  left: 30px; }

.left-35 {
  left: 35px; }

.left-40 {
  left: 40px; }

.left-45 {
  left: 45px; }

.left-50 {
  left: 50px; }

.left-55 {
  left: 55px; }

.left-60 {
  left: 60px; }

.left-65 {
  left: 65px; }

.left-70 {
  left: 70px; }

.left-75 {
  left: 75px; }

.left-80 {
  left: 80px; }

.left-85 {
  left: 85px; }

.left-90 {
  left: 90px; }

.left-95 {
  left: 95px; }

.left-100 {
  left: 100px; }

/* Bottom
------------------------------------
*/
.bottom-0 {
  bottom: 0; }

.bottom-5 {
  bottom: 5px; }

.bottom-10 {
  bottom: 10px; }

.bottom-15 {
  bottom: 15px; }

.bottom-20 {
  bottom: 20px; }

.bottom-25 {
  bottom: 25px; }

.bottom-30 {
  bottom: 30px; }

.bottom-35 {
  bottom: 35px; }

.bottom-40 {
  bottom: 40px; }

.bottom-45 {
  bottom: 45px; }

.bottom-50 {
  bottom: 50px; }

.bottom-55 {
  bottom: 55px; }

.bottom-60 {
  bottom: 60px; }

.bottom-65 {
  bottom: 65px; }

.bottom-70 {
  bottom: 70px; }

.bottom-75 {
  bottom: 75px; }

.bottom-80 {
  bottom: 80px; }

.bottom-85 {
  bottom: 85px; }

.bottom-90 {
  bottom: 90px; }

.bottom-95 {
  bottom: 95px; }

.bottom-100 {
  bottom: 100px; }

.z-index-9 {
  z-index: 9; }

.full-height {
  height: 100% !important; }

.full-width {
  width: 100%; }

.full-vh {
  height: 100vh; }

.hide {
  display: none; }

.inline {
  display: inline-block !important; }

.block {
  display: block; }

.b-blank {
  border-color: #000; }

/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0; }

.b-r {
  border-right-width: 1px; }

.b-l {
  border-left-width: 1px; }

.b-t {
  border-top-width: 1px; }

.b-b {
  border-bottom-width: 1px; }

.b-a {
  border-width: 1px; }

.b-dashed {
  border-style: dashed; }

.b-thick {
  border-width: 2px; }

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4); }

.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3); }

.b-grey {
  border-color: #e6e6e6; }

.b-grey-light {
  border-color: rgba(0, 0, 0, 0.07); }

.b-white {
  border-color: #fff; }

.b-complete {
  border-color: #6d5cae; }

.b-success {
  border-color: #10cfbd; }

.b-info {
  border-color: #3b4752; }

.b-danger {
  border-color: #f55753; }

.b-warning {
  border-color: #f8d053; }

/* Border Radius
------------------------------------
*/
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.b-rad-lg {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; }

.no-border {
  border: none !important; }

/* Center helper
------------------------------------
*/
.transform-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.custom-transform-center {
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%); }

.horizontal-center {
  left: 50%;
  transform: translateX(-50%); }

.vertical-center {
  left: 50%;
  transform: translateX(-50%); }

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

/* Display helper
------------------------------------
*/
.d-none {
  display: none !important; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

.d-inline-table {
  display: inline-table; }

.d-inline-grid {
  display: inline-grid; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-table {
  display: table; }

.d-table-cell {
  display: table-cell; }

.d-table-row {
  display: table-row; }

.d-table-column {
  display: table-column; }

.d-list-item {
  display: list-item; }

.d-run-in {
  display: run-in; }

.d-table-caption {
  display: table-caption; }

.d-table-row-group {
  display: table-row-group; }

.d-table-column-group {
  display: table-column-group; }

.d-table-footer-group {
  display: table-footer-group; }

.d-table-header-group {
  display: table-header-group; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }

/* Position helper
------------------------------------
*/
.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.static {
  position: static; }

.sticky {
  position: sticky; }

/* Background Image helper
------------------------------------
*/
.background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* Scroll
------------------------------------
*/
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Float
------------------------------------
*/
.float-no {
  float: none !important; }

.float-l {
  float: left !important; }

.float-r {
  float: right !important; }

/* Overides
------------------------------------
*/
.disabled {
  pointer-events: none;
  cursor: not-allowed !important; }

.max-width-100 {
  max-width: 100% !important; }

.container {
  max-width: 1440px !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important; }

.pointer_none {
  pointer-event: none !important;
  cursor: not-allowed; }

.no-padding {
  padding: 0px !important; }

.no-margin {
  margin: 0px !important; }

.no-overflow {
  overflow: hidden !important; }

.auto-overflow {
  overflow: auto; }

.center-margin {
  margin-left: auto;
  margin-right: auto; }

.inherit-size {
  width: inherit;
  height: inherit; }

.inherit-height {
  height: inherit; }

.image-responsive-height {
  width: 100%; }

.image-responsive-width {
  height: 100%; }

.overlayer {
  position: absolute;
  display: block;
  z-index: 21; }

.overlayer.fullwidth {
  width: 100%; }

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10; }

.overlay-fixed {
  position: fixed !important;
  top: auto !important; }

.pull-bottom-fixed {
  position: fixed;
  bottom: 0; }

.top-left {
  position: absolute !important;
  top: 0;
  left: 0; }

.top-right {
  position: absolute !important;
  top: 1px;
  right: 0; }

.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0; }

.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0; }

.pull-bottom {
  position: absolute !important;
  bottom: 0; }

.pull-up {
  position: absolute !important;
  top: 0; }

.pull-center {
  position: absolute;
  left: 0;
  right: 0; }

.pull-center-inner {
  display: table;
  margin: 0 auto; }

.cursor {
  cursor: pointer; }

.scroll-x-hidden {
  overflow-x: hidden !important; }

.caption--top {
  top: 32%;
  transform: translate(0, -68%); }

.caption--bottom {
  top: 68%;
  transform: translate(0, -32%); }

.top-option span {
  line-height: 37px;
  background-color: #f3f3f4; }

/*------------------------------------------------------------------
[4. Homepage]
*/
.grayImg img {
  filter: grayscale(100%) !important; }

.grayImg img:hover {
  filter: none !important; }

.lightbox-yt {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
  top: 100px; }

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%; } }
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%; } }
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7); }

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  z-index: 999;
  right: 3%; }

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.jsc-imgwithtext {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(33.33333% - 15px);
  margin-right: 12px; }

.card {
  position: relative;
  margin-bottom: 18px;
  background: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  margin-left: 25px;
  margin-right: 25px; }

.jsc-logo-bar .logo-bar__item {
  max-width: 300px;
  width: auto;
  min-height: 450px;
  height: auto; }

.jsc-img-with-text .columns {
  margin-left: 0; }

/* Popup page menu bar */
/* The Modal (background) */
/* Modal Content */
.js-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 9999; }

.js-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: center; }

/* The Close Button */
.js-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.js-h3 {
  width: 70%;
  margin: 5% auto; }

.js-close:hover,
.js-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.js-addon-remove {
  top: 15px;
  cursor: pointer; }

/* For cd-top-arrow.svg */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.cd-nugget-info a:hover {
  opacity: .8; }

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block; }

.cd-nugget-info span svg {
  display: block; }

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #034775 url("./cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s; }

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s; }

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.cd-top:hover {
  background-color: #034775;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 24px;
    bottom: 100px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 24px;
    bottom: 100px; } }
.icon_container .image-element__wrap {
  margin-right: 0; }

.homepage-slideshow .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #0069b2;
  border-radius: 50%;
  opacity: 0.25; }

.homepage-slideshow .flickity-page-dots {
  position: relative;
  background: #ffff;
  bottom: 0;
  padding-top: 5px; }

/*------------------------------------------------------------------
[5. Grid Item]
*/
.top-option {
  top: 50%; }

.jsc-grid-collection {
  margin-left: calc(20px / 2) !important;
  margin-right: calc(20px / 2) !important; }

/*------------------------------------------------------------------
[6. Collection Page]
*/
.sidebar_weight b {
  font-weight: 600; }

.banner_holder {
  left: 0;
  right: unset; }

.thumbnail-overlay {
  background-color: transparent !important; }

.hover_collection_swatch {
  left: 50%;
  width: 100%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(211, 211, 211, 0.74);
  position: absolute;
  text-align: center;
  z-index: 999; }

.main-target {
  position: relative; }

.main-target .collection-parent-li + .icon-down-arrow {
  position: absolute;
  right: 0;
  top: 7px; }

.collection-matrix .product-details {
  margin-top: 15px; }

.collection-parent-li {
  font-size: 16px;
  width: 100% !important;
  max-width: 100% !important;
  font-weight: 800 !important;
  border-bottom: 1px solid #0069B2 !important;
  padding-bottom: 10px;
  text-transform: uppercase; }

.collection-swatch {
  border: 1px solid white;
  border-radius: 50%; }

.collection-swatch:hover {
  border: 2px solid white !important;
  border-radius: 50%; }

.branch-sidebar .sidebar-block {
  border-bottom: 1px solid #0069B2; }

.sale_banner {
  background: #EB2832; }

.new_banner {
  background: #0069B2; }

.sale_banner, .new_banner, .preorder_banner {
  padding: 0 8px; }

/*------------------------------------------------------------------
[7. Product Pages]
*/
.destroy-flickity {
  text-align: center; }

ul.tab-new li {
  padding-top: 5px; }

.seven.columns .brand-switch {
  display: inline !important;
  width: 84% !important; }

.banner_holder {
  right: 0;
  left: unset; }

div.swatch label {
  font-weight: 500;
  height: 35px;
  padding: 0 7px; }

.okendo-div {
  text-align: right; }

.product_section p.modal_price .was_price, .product_section p.modal_price .current_price {
  font-size: 22px;
  font-weight: 500; }

.sale_banner, .new_banner, .preorder_banner, .sale_banner_product {
  border-radius: 20px;
  padding: 2px 13px;
  right: 0; }

.moving-option {
  animation: move 2s linear infinite; }

@keyframes move {
  0% {
    margin-left: 200px; }

  100% {
    margin-left: 0; } }

.tab-new li {
  display: inline-block !important;
  float: none !important; }

.tab-new {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px; }

ul.tabs.tab-new li a.active {
  color: #0069b2;
  background-color: transparent;
  border: 0; }

#js-stock, .in-stock {
  color: #42cb29;
  font-weight: 600; }

.purchase-details {
  display: block; }

.sku-switch label {
  display: inline;
  width: 30%; }

.sku-switch select, option.selected {
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.sku-switch select {
  width: 100% !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.sku-switch select {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 20px;
  height: 26px;
  -webkit-appearance: none;
  background-color: #e5e5e5 !important;
  color: black;
  border: 0; }

.atc-btn.purchase-details__buttons {
  width: 100%; }

.product_name {
  font-weight: 600 !important;
  font-size: 28px !important;
  margin-bottom: 0; }

.product-meta .social_buttons {
  border-top: 0; }

.related-products .custome_swym_title {
  font-weight: 600 !important;
  font-size: 18px; }

ul.tabs-content li strong, ul.tabs-content .shop_attributes th {
  font-weight: 500 !important; }

#js-stock {
  display: none !important; }

.swatch-element.color label {
  width: 55px;
  height: 55px !important; }

.red-color {
  color: #EB2832 !important; }

/*------------------------------------------------------------------
[8. Cart Pages]
*/
/*------------------------------------------------------------------
[8. Cart Pages]
*/
/*------------------------------------------------------------------
[9. Search Pages]
*/
/*------------------------------------------------------------------
[10. Header]
*/
.special_fixes {
  color: black !important;
  padding: 0;
  position: absolute !important;
  top: -15px; }

.menu a.mini_cart {
  color: #333333 !important; }

.sticky_nav div.logo img {
  width: 100%; }

.main_nav div.nav {
  margin-top: 10px; }

.sticky_nav--stick .main_nav {
  height: 80px;
  -webkit-box-shadow: -1px 7px 5px -1px rgba(133, 129, 133, 0.65);
  -moz-box-shadow: -1px 7px 5px -1px rgba(133, 129, 133, 0.65);
  box-shadow: -1px 7px 5px -1px rgba(133, 129, 133, 0.65); }

.sticky_nav--stick .search_style {
  top: 80px;
  z-index: -1; }

.float-r .right.price {
  padding-top: 15px; }

.cart_container .cart_content {
  z-index: 999; }

.centr-container-left {
  width: 100%; }

.centr-container-left li {
  border-right: 1px solid white;
  padding: 0; }

.centr-container-left li:last-child {
  border-right: 0px solid white; }

.centr-container-right {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: calc(15% - 20px);
  margin-right: 20px; }

.jsc-search {
  display: block;
  clear: both;
  width: 100%; }

.jsc-search .header_search_form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0; }

.jsc-search .header_search_form input:focus {
  font-weight: 400;
  font-size: 18px;
  width: 80%;
  border: 1px solid grey; }

.jsc-search .search-terms {
  height: 30px !important;
  min-height: 40px !important;
  font-size: 18px;
  font-weight: normal;
  height: 30%;
  width: 80%;
  display: inline-block;
  border: 1px solid grey;
  border-radius: 0; }

.jsc-search .icon-search {
  position: relative;
  top: 3px;
  height: 40px;
  display: inline-block;
  background: #0069b2;
  border: 1px solid #0069b2; }

.jsc-postion {
  width: 500px;
  position: absolute;
  bottom: 125px;
  right: 43px; }

.icon-search::before {
  color: white;
  padding: 6px;
  font-size: 23px; }

.jsc-menu {
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.jsc-menu .centr-container-left {
  margin: 0; }

.centr-container-left {
  background: #0069b2; }

.centr-container-left a {
  color: white !important; }

.centr-container-left a:hover {
  color: #0069b2 !important; }

.centr-container-left li:hover {
  background: white; }

.jsc-redmenu {
  background: #EB2B32; }

.jsc-logo {
  margin-left: 100px;
  width: 300px; }

.jsc-secmenu {
  padding-bottom: 10px;
  margin: 0 130px; }

.jsc-secmenu a {
  padding-top: 0; }

.promo_banner {
  min-height: 40px !important; }

.jsc-help-container .icon-phone,
.jsc-help-container .icon-user {
  font-size: 14px; }

.jsc-promo-banner .block {
  width: 100%; }

.jsc-help-container {
  padding: 0 1.5rem;
  position: absolute;
  right: 0; }

.jsc-logo img {
  max-width: 350px !important; }

.jsc-logo a {
  padding: 0 !important;
  max-width: 345px; }

.centr-container-right .cart_content {
  min-width: 420px; }

/*--
.sticky_nav--stick .right_container{
  width: 105px;
}
-*/
.sticky_nav--stick .cart_count {
  position: absolute;
  padding-top: 24px; }

.sticky_nav--stick .sku-switch {
  padding: 0 15px; }

.sticky_nav--stick .dropdown.menu {
  top: 80px;
  z-index: -1; }

.search__results .title {
  font-weight: 600; }

.j-cart_container h3 {
  text-align: left;
  padding: 0 15px; }

.j-cart_container .cart_subtotal.js-cart_subtotal {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px; }

.j-cart_container .product-minus, .j-cart_container .product-plus {
  line-height: 36px !important; }

.cart_subtotal.js-cart_subtotal {
  width: 100%; }

.sticky_nav--stick .float-r .cart_container {
  display: none; }

.float-r .cart_content .sku-switch {
  padding: 0 15px;
  text-align: left; }

.float-r .cart_content .sku-switch .brand-switch {
  width: 100% !important; }

.sticky_nav--stick a.mini_cart {
  color: black;
  right: 51px; }

.sticky_nav--stick .icon-cart:before {
  position: relative;
  top: 11px; }

.sticky_nav--stick .cart_content {
  top: 65px !important; }

.icon-cart:before {
  font-size: 23px; }

.dropdown_column ul.dropdown_title a {
  font-size: 19px;
  font-weight: bold; }

/* Brand switcher */
select.brand-switch {
  display: inline-block !important;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0 !important;
  min-width: 65px;
  text-indent: 0.01px; }

ul.menu .brand-switch {
  color: black !important; }

.jsc-p-l a {
  padding-left: 10px;
  padding-right: 10px; }

.jsc-p-r a {
  padding-left: 10px;
  padding-right: 10px; }

.jsc-p-c a {
  padding-left: 10px;
  padding-right: 10px; }

.jsc-fixed-header {
  padding-left: 20px;
  height: 40px !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.jsc-fixed-dropdown {
  height: 70%;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9999; }

.jsc-fixed-dropdown-child {
  overflow-y: scroll;
  height: 100%; }

.jsc-header-padd {
  margin-bottom: 54px; }

.jsc-Banner__Tail {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  min-height: 40px;
  width: 100%;
  background-color: #f2f2f2; }

.jsc-Nav__Tail {
  content: '';
  position: relative;
  display: block;
  min-height: 60px;
  width: 100%;
  background-color: #0069b2; }

.jsc-icon-user {
  font-size: 20px !important;
  margin-top: 5px; }

.jsc-container-menu .jsc-menu {
  padding: 0 !important;
  margin: 0 auto !important; }

.jsc-container-menu {
  margin: 0 !important;
  background-color: #0069b2; }

.jsc-menu .jsc-menu-li a {
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer; }

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

.menu .jsc-secmenu a:active {
  padding-top: 0px; }

.jsc-dropdown.container {
  padding: 0 !important; }

.jsc-promo-banner .promo_banner__content {
  max-width: 70%; }

.jsc-promo-banner .jsc-helper.promo_banner__content {
  max-width: 100%; }

.jsc-help-container {
  max-width: 50%; }

/*------------------------------------------------------------------
[11. Account pages]
*/
/*------------------------------------------------------------------
[12. FAQ pages]
*/
/*------------------------------------------------------------------
[13. Contact Us pages]
*/
/*------------------------------------------------------------------
[14. Footer]
*/
/*------------------------------------------------------------------
[15. Sidebar]
*/
/*------------------------------------------------------------------
[16. Newsletter]
*/
/*------------------------------------------------------------------
[16. Media Query]
*/
@media (max-width: 1440px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  /*--
    .sticky_nav--stick .right_container {
      width: 125px
    }
  -*/
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (max-width: 1210px) {
  .jsc-promo-banner .promo_banner__content {
    max-width: 50%; }

  .jsc-promo-banner .jsc-helper.promo_banner__content {
    max-width: 100%; }

  .jsc-help-container {
    max-width: 50%; } }
@media (max-width: 1024px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .large-down-p-t-30 {
    padding-top: 30px; }

  .large-down-p-b-30 {
    padding-bottom: 30px; }

  .large-down-p-l-30 {
    padding-left: 30px; }

  .large-down-p-r-30 {
    padding-right: 30px; }

  .large-down-p-t-60 {
    padding-top: 60px; }

  .large-down-p-b-60 {
    padding-bottom: 60px; }

  .large-down-p-l-60 {
    padding-left: 60px; }

  .large-down-p-r-60 {
    padding-right: 60px; }

  .largr-down-full-width {
    width: 100%; }

  .jsc-blockimgwithtext {
    padding-top: 50px !important;
    padding-bottom: 220px; }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .custom-div-height {
    height: 305px;
    width: 32.33%;
    margin: 0; }

  .isThree-tablet--down {
    margin: 0 10px !important; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .before-1024 {
    display: none !important; }

  .jsc-help-container {
    position: absolute;
    right: 0; }

  /*--
    .sticky_nav--stick .right_container {
      width: 137px;
    }
  */
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (max-width: 798px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  .m-t-0-force-798 {
    margin-top: 0 !important; }

  .medium-down--top-40 {
    top: 40px; }

  .medium-down--center {
    text-align: center; }

  .caption--top {
    top: 12%;
    transform: translate(0, -39%); }

  .medium-down--p-l-7 {
    padding-left: 7px; }

  .medium-down--p-t-0 {
    padding-top: 0 !important; }

  .medium-down--p-b-0 {
    padding-bottom: 0; }

  .medium-down--p-r-0 {
    padding-right: 0; }

  .medium-down--p-l-0 {
    padding-left: 0; }

  .medium-down--30 {
    width: 30% !important; }

  .medium-down--m-0-auto {
    margin: 0 auto !important; }

  .medium-down--center {
    text-align: center; }

  .medium-down--block {
    display: block; }

  .medium-down--float-none {
    float: none; }

  .medium-down--m-t-0 {
    margin-top: 0 !important; }

  .medium-down--m-l-0 {
    margin-left: 0; }

  .medium-down--m-r-0 {
    margin-right: 0; }

  .medium-down--m-b-0 {
    margin-bottom: 0; }

  .medium-down--m-t-5 {
    margin-top: 5px; }

  .medium-down--m-l-5 {
    margin-left: 5px; }

  .medium-down--m-r-5 {
    margin-right: 5px; }

  .medium-down--m-b-5 {
    margin-bottom: 5px; }

  .medium-down--m-t-10 {
    margin-top: 10px; }

  .medium-down--m-l-10 {
    margin-left: 10px; }

  .medium-down--m-r-10 {
    margin-right: 10px; }

  .medium-down--m-b-10 {
    margin-bottom: 10px; }

  .medium-down--m-t-15 {
    margin-top: 15px; }

  .medium-down--m-l-15 {
    margin-left: 15px; }

  .medium-down--m-r-15 {
    margin-right: 15px; }

  .medium-down--m-b-15 {
    margin-bottom: 15px; }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .js-modal-content input[type="button"] {
    width: 50%;
    margin: 10px auto; }

  .custom-mobile-height {
    height: 402px; }

  .text-con {
    padding: 30px 45px !important; }

  .icon_container .image-element__wrap {
    margin: 0 auto; }

  .jsc-blockimgwithtext {
    padding-top: 30px !important;
    padding-bottom: 120px; }

  .jsc-imgwithtext {
    width: 100%;
    height: 300px;
    padding: 20px 0; }

  .jsc-logo-bar .logo-bar__item {
    margin: 10px;
    max-width: 250px;
    width: auto;
    min-height: 450px;
    height: auto;
    font-size: 16px; }

  .jsc-logo-bar .fontSize-ml-force {
    font-size: 20px !important; }

  .jsc-logo-section {
    /*width: 100%;*/ }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  select.brand-switch {
    float: none; }

  .custom-div-height {
    height: 347px; }

  .branch-sidebar .sidebar-block:first-child h4 {
    border-top-width: 1px; }

  .thumbnail-overlay {
    opacity: 1 !important;
    display: block !important; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .accordion a.first {
    border-top: 2px solid #0069b2; }

  .accordion a {
    border-bottom: 2px solid #0069b2; }

  .accordion dd {
    margin-left: 0; }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  #mobile_menu a {
    font-size: 14px; }

  .promo_banner .promo_banner__content {
    font-size: 12px; }

  .mobile_nav-fixed--true i.icon-swym-wishlist:after {
    font-size: 17px;
    position: relative;
    top: 2px; }

  .mobile_nav .top_bar [class^="icon-"]:before, .mobile_nav .top_bar [class*=" icon-"]:before, .mobile_nav .mini_cart {
    font-size: 17px; }

  .mobile_nav-fixed--true .icon-cart.mini_cart {
    margin: 0;
    padding: 0; }

  .icon-user:before {
    font-size: 17px;
    top: -1px;
    position: relative; }

  .mobile_nav-fixed--true .icon-search {
    padding-right: 15px !important; }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (max-width: 768px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  .medium-down--no-margin {
    margin: 0 !important; }

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  #shopify-section-collection-sub-branch-template .container {
    padding-top: 0 !important; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (max-width: 480px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  .mobile-no-padding {
    padding: 0 !important; }

  .custom-transform-center {
    top: 62%; }

  .mobile-padding-0 {
    padding: 0 !important; }

  .mobile-p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .small-down-fontSize-s {
    font-size: 12px; }

  .fontSize-xl {
    font-size: 16px; }

  .small-down-4-col {
    width: 25% !important; }

  .caption--top, .caption--bottom {
    top: 12%;
    position: absolute;
    transform: translate(0, -39%); }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .js-h3 {
    width: 100%; }

  .jsc-blockimgwithtext {
    padding-top: 30px !important;
    padding-bottom: 675px; }

  .jsc-imgwithtext {
    width: 100%;
    height: 100%; }

  .jsc-logo-bar .logo-bar__item {
    margin: 10px;
    font-size: 13px;
    max-width: 160px;
    width: auto;
    min-height: 480px;
    height: auto; }

  .jsc-logo-bar .fontSize-ml-force {
    font-size: 15px !important; }

  .jsc-logo-section {
    width: 100%; }

  .jsc-logo-section {
    display: none; }

  .jsc-grid-collection {
    width: 100% !important; }

  .jsc-logo-video {
    width: 250px !important; }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  .top-option span {
    line-height: 29px !important; }

  .small-down--p-t-0 {
    padding-top: 0 !important; }

  .small-down--p-b-0 {
    padding-bottom: 0; }

  .small-down--p-r-0 {
    padding-right: 0; }

  .small-down--p-l-0 {
    padding-left: 0; }

  .small-down--30 {
    width: 30% !important; }

  .small-down--m-0-auto {
    margin: 0 auto !important; }

  .small-down--center {
    text-align: center; }

  .small-down--block {
    display: block; }

  .small-down--float-none {
    float: none; }

  .small-down--m-t-0 {
    margin-top: 0 !important; }

  .small-down--m-l-0 {
    margin-left: 0; }

  .small-down--m-r-0 {
    margin-right: 0; }

  .small-down--m-b-0 {
    margin-bottom: 0; }

  .small-down--m-t-5 {
    margin-top: 5px; }

  .small-down--m-l-5 {
    margin-left: 5px; }

  .small-down--m-r-5 {
    margin-right: 5px; }

  .small-down--m-b-5 {
    margin-bottom: 5px; }

  .small-down--m-t-10 {
    margin-top: 10px; }

  .small-down--m-l-10 {
    margin-left: 10px; }

  .small-down--m-r-10 {
    margin-right: 10px; }

  .small-down--m-b-10 {
    margin-bottom: 10px; }

  .small-down--m-t-15 {
    margin-top: 15px; }

  .small-down--m-l-15 {
    margin-left: 15px; }

  .small-down--m-r-15 {
    margin-right: 15px; }

  .small-down--m-b-15 {
    margin-bottom: 15px; }

  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .hover_collection_swatch {
    display: none; }

  .collection_swatches .swatch span {
    min-width: 25px;
    width: 25px;
    height: 25px; }

  .custom-div-height {
    height: 246px;
    width: 47.5%; }

  .isThree-tablet--down {
    margin: 0 !important; }

  .isTwo-tablet--down {
    margin-right: 0 !important;
    margin-left: 10px !important; }

  .branch-sidebar {
    margin-top: 30px;
    margin-bottom: 25px; }

  .branch-sidebar .sidebar-block:first-child h4 {
    border-top-width: 1px; }

  .product-quantity-box.purchase-details__quantity {
    width: 48%; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .purchase-details__buttons {
    flex: 1 0 50%; }

  .seven.columns .brand-switch {
    width: 100% !important;
    font-size: smaller; }

  .small-down--availability {
    width: 100%; }

  .small-down--okendo {
    text-align: left;
    width: 100%; }

  .okeReviews .okeReviews-starRating-indicator-layer {
    left: -9px !important; }

  .related-products .custome_swym_title {
    font-size: 14px; }

  .related-products .thumbnail .price {
    font-size: 13px; }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .custom-mobile-height {
    height: 261px; }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (max-width: 375px) {
  .custom-mobile-height {
    height: 230px; }

  .jsc-logo-bar .logo-bar__item {
    margin: 10px;
    max-width: 150px;
    width: auto;
    min-height: 520px;
    height: auto;
    font-size: 14px; } }
@media (min-width: 480px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (min-width: 799px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  .mobile_only-force {
    display: none !important; }

  .allsize--23 {
    width: 23%;
    margin-left: 0;
    margin-right: 10px; }

  .allsize--75 {
    width: 74%;
    margin: 0; }

  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .jsc-imgwithtext {
    display: inline-block !important; }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .tab-new {
    text-align: center; }

  .product_gallery_nav .gallery-cell {
    width: calc(24% - 10px) !important; }

  .product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
    height: auto;
    width: 100%; }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .promo_banner__content p {
    font-size: 14px; }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */
  .footer-logo-1 {
    max-width: 200px; } }
@media (min-width: 1025px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .jsc-blockimgwithtext {
    padding-bottom: 370px; }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .qty-btn-width {
    width: 38% !important; }

  .show-inline {
    position: relative;
    width: 30%;
    display: inline-block;
    top: 0;
    text-align: left;
    padding-left: 5px; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .after-1024 {
    display: none !important; }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */
  .large-up--d-flex {
    display: flex; }

  .large-up--item-center {
    align-items: center; } }
@media (min-width: 1200px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  .medium-up-p-30, .container.footer-menu-wrap {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .custom-collection-padding {
    padding: 0 40px; }

  .custom-div-height {
    height: 465px; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  .shopify-section.product-template .container {
    padding: 0 40px; }

  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  .after-1024 {
    display: block; }

  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (min-width: 1400px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  .custom-div-height {
    height: 585px; }

  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
@media (min-width: 1921px) {
  /*------------------------------------------------------------------
  [17.1 Typography]
  */
  /*------------------------------------------------------------------
  [17.2 Colors]
  */
  /*------------------------------------------------------------------
  [17.3 Helpers]
  */
  /*------------------------------------------------------------------
  [17.4 Homepage]
  */
  /*------------------------------------------------------------------
  [17.5 Grid Item]
  */
  /*------------------------------------------------------------------
  [17.6 Collection Page]
  */
  /*------------------------------------------------------------------
  [17.7 Product Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.8 Cart Pages]
  */
  /*------------------------------------------------------------------
  [17.9 Search Pages]
  */
  /*------------------------------------------------------------------
  [17.10 Header]
  */
  /*------------------------------------------------------------------
  [17.11 Account pages]
  */
  /*------------------------------------------------------------------
  [17.12. FAQ pages]
  */
  /*------------------------------------------------------------------
  [17.13. Contact Us pages]
  */
  /*------------------------------------------------------------------
  [17.14. Footer]
  */ }
/*--
@media (min-width: 2100px) {
  .sticky_nav--stick .right_container {
    width: 102px;
  }
}
-*/
/*------------------------------------------------------------------
Custom CSS
-------------------------------------------------------------------*/
.okeReviews .okeReviews-starRating--small .okeReviews-starRating-indicator-layer {
  background-size: 100px 15px !important; }

.okeReviews {
  font-size: 16px !important; }

.okeReviews .okeReviews-reviewsSummary-ratingCount {
  font-size: 14px !important; }

.fox-discount-table {
  background-color: #F5F5F5;
  color: #EA1E24; }

.fox-wholesale-wrapper {
  margin-top: -20px !important; }

/*---*/
.homecard {
  display: none; }

.p-l-60 {
  padding-left: 20px !important; }

.p-r-60 {
  padding-right: 20px !important; }

.jsc-mega-menu-2-col {
  max-width: 880px !important; }

.jsc-mega-menu-3-col {
  max-width: 320px !important; }

.jsc-mega-menu-4-col {
  max-width: 320px !important; }

.jsc-mega-menu-5-col {
  max-width: 320px !important; }

.jsc-mega-menu-6-col {
  max-width: 1160px !important; }

.jsc-mega-menu-7-col {
  max-width: 1160px !important; }

.jsc-mega-menu-8-col {
  max-width: 320px !important; }

.jsc-mega-menu-9-col {
  max-width: 1160px !important; }
