@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: white;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#site-loader:before {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #00AEF0;
  color: white;
}
::-moz-selection, ::selection {
  background: #00AEF0;
  color: white;
}

::-moz-selection {
  background: #00AEF0;
  color: white;
}

::selection {
  background: #00AEF0;
  color: white;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

a, button {
  cursor: pointer;
}

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-down:before {
  content: "\E922";
}

.icon-angle-double-left:before {
  content: "\E923";
}

.icon-angle-double-right:before {
  content: "\E924";
}

.icon-angle-double-up:before {
  content: "\E925";
}

.icon-angle-down:before {
  content: "\E926";
}

.icon-angle-left:before {
  content: "\E927";
}

.icon-angle-right:before {
  content: "\E928";
}

.icon-angle-up:before {
  content: "\E929";
}

.icon-arrow-circle-down:before {
  content: "\E92A";
}

.icon-arrow-circle-left:before {
  content: "\E92B";
}

.icon-arrow-circle-o-down:before {
  content: "\E92C";
}

.icon-arrow-circle-o-left:before {
  content: "\E92D";
}

.icon-arrow-circle-o-right:before {
  content: "\E92E";
}

.icon-arrow-circle-o-up:before {
  content: "\E92F";
}

.icon-arrow-circle-right:before {
  content: "\E930";
}

.icon-arrow-circle-up:before {
  content: "\E931";
}

.icon-bars:before {
  content: "\E932";
}

.icon-behance:before {
  content: "\F1B4";
}

.icon-behance-square:before {
  content: "\F1B5";
}

.icon-calendar2:before {
  content: "\E933";
}

.icon-check2:before {
  content: "\E934";
}

.icon-chevron-circle-down:before {
  content: "\E935";
}

.icon-chevron-circle-left:before {
  content: "\E936";
}

.icon-chevron-circle-right:before {
  content: "\E937";
}

.icon-chevron-circle-up:before {
  content: "\E938";
}

.icon-chevron-down:before {
  content: "\E939";
}

.icon-chevron-left:before {
  content: "\E93A";
}

.icon-chevron-right:before {
  content: "\E93B";
}

.icon-chevron-up:before {
  content: "\E93C";
}

.icon-commenting:before {
  content: "\F27A";
}

.icon-commenting-o:before {
  content: "\F27B";
}

.icon-envelope-o:before {
  content: "\E93D";
}

.icon-facebook:before {
  content: "\E93F";
}

.icon-facebook-square:before {
  content: "\E93E";
}

.icon-file:before {
  content: "\E940";
}

.icon-file-excel-o:before {
  content: "\F1C3";
}

.icon-file-image-o:before {
  content: "\F1C5";
}

.icon-file-photo-o:before {
  content: "\F1C5";
}

.icon-file-picture-o:before {
  content: "\F1C5";
}

.icon-file-pdf-o:before {
  content: "\F1C1";
}

.icon-file-powerpoint-o:before {
  content: "\F1C4";
}

.icon-file-word-o:before {
  content: "\F1C2";
}

.icon-google:before {
  content: "\F1A0";
}

.icon-google-plus:before {
  content: "\E942";
}

.icon-google-plus2:before {
  content: "\F0D5";
}

.icon-google-plus-square:before {
  content: "\E941";
}

.icon-google-plus-square2:before {
  content: "\F0D4";
}

.icon-info-circle:before {
  content: "\E943";
}

.icon-instagram:before {
  content: "\E944";
}

.icon-instagram2:before {
  content: "\F16D";
}

.icon-linkedin:before {
  content: "\E946";
}

.icon-linkedin-square:before {
  content: "\E945";
}

.icon-map3:before {
  content: "\F279";
}

.icon-map-marker:before {
  content: "\E947";
}

.icon-map-o:before {
  content: "\F278";
}

.icon-minus-circle:before {
  content: "\E948";
}

.icon-phone-diagonal:before {
  content: "\E949";
}

.icon-pinterest:before {
  content: "\F0D2";
}

.icon-pinterest2:before {
  content: "\E94B";
}

.icon-pinterest-square:before {
  content: "\E94A";
}

.icon-pinterest-square2:before {
  content: "\F0D3";
}

.icon-play:before {
  content: "\E94C";
}

.icon-plus-circle:before {
  content: "\E94D";
}

.icon-question-circle:before {
  content: "\E94E";
}

.icon-safari:before {
  content: "\F267";
}

.icon-search:before {
  content: "\E950";
}

.icon-search-plus:before {
  content: "\E94F";
}

.icon-shopping-cart:before {
  content: "\E951";
}

.icon-sort:before {
  content: "\E952";
}

.icon-tags:before {
  content: "\E953";
}

.icon-times2:before {
  content: "\E954";
}

.icon-toggle-off:before {
  content: "\F204";
}

.icon-toggle-on:before {
  content: "\F205";
}

.icon-tripadvisor:before {
  content: "\F262";
}

.icon-tumblr:before {
  content: "\F173";
}

.icon-tumblr2:before {
  content: "\E957";
}

.icon-tumblr-square:before {
  content: "\F174";
}

.icon-tumblr-square2:before {
  content: "\E956";
}

.icon-twitter:before {
  content: "\F099";
}

.icon-twitter2:before {
  content: "\E959";
}

.icon-twitter-square:before {
  content: "\E958";
}

.icon-twitter-square2:before {
  content: "\F081";
}

.icon-user:before {
  content: "\E95A";
}

.icon-vimeo-square:before {
  content: "\E95B";
}

.icon-vine:before {
  content: "\F1CA";
}

.icon-youtube:before {
  content: "\E95E";
}

.icon-youtube-play:before {
  content: "\F16A";
}

.icon-youtube-play2:before {
  content: "\E95C";
}

.icon-youtube-square:before {
  content: "\E95D";
}

.icon-home:before {
  content: "\E900";
}

.icon-newspaper:before {
  content: "\E901";
}

.icon-image:before {
  content: "\E902";
}

.icon-file-empty:before {
  content: "\E903";
}

.icon-file-text2:before {
  content: "\E904";
}

.icon-phone:before {
  content: "\E905";
}

.icon-phone-hang-up:before {
  content: "\E906";
}

.icon-pin:before {
  content: "\E955";
}

.icon-location:before {
  content: "\E907";
}

.icon-location2:before {
  content: "\E908";
}

.icon-compass:before {
  content: "\E909";
}

.icon-map:before {
  content: "\E90A";
}

.icon-map2:before {
  content: "\E90B";
}

.icon-alarm:before {
  content: "\E90F";
}

.icon-bell:before {
  content: "\E910";
}

.icon-stopwatch:before {
  content: "\E911";
}

.icon-calendar:before {
  content: "\E91E";
}

.icon-display:before {
  content: "\E91F";
}

.icon-laptop:before {
  content: "\E920";
}

.icon-mobile:before {
  content: "\E912";
}

.icon-mobile2:before {
  content: "\E913";
}

.icon-tablet:before {
  content: "\E914";
}

.icon-tv:before {
  content: "\E915";
}

.icon-plus2:before {
  content: "\E91A";
}

.icon-minus2:before {
  content: "\E91B";
}

.icon-checkmark:before {
  content: "\E91C";
}

.icon-checkmark2:before {
  content: "\E91D";
}

.icon-thin-search:before {
  content: "\E921";
  color: #5c6770;
}

.icon-substract:before {
  content: "\E90C";
}

.icon-add:before {
  content: "\E90D";
}

.icon-cross:before {
  content: "\E90E";
}

.icon-left-arrow:before {
  content: "\E916";
}

.icon-right-arrow:before {
  content: "\E917";
}

.icon-left-arrow2:before {
  content: "\E918";
}

.icon-arrow-pointing-to-right:before {
  content: "\E919";
}

.icon-ico-cart-secure:before {
  content: "\E96F";
}

.icon-ico-cart-edit:before {
  content: "\E970";
}

.icon-quickstart2:before {
  content: "\E971";
}

.icon-students:before {
  content: "\E974";
}

.icon-ico-nav:before {
  content: "\E98A";
}

.icon-ico-search:before {
  content: "\E98D";
  color: #4c4c4c;
}

.icon-ico-download:before {
  content: "\E96E";
  color: #999;
}

.icon-ico-heart:before {
  content: "\E963";
  color: #090e42;
}

.icon-ico-edit:before {
  content: "\E964";
}

.icon-ico-secure:before {
  content: "\E965";
  color: #999;
}

.icon-ico-user:before {
  content: "\E966";
}

.icon-ico-question:before {
  content: "\E967";
}

.icon-ico-map:before {
  content: "\E968";
  color: #989da1;
}

.icon-ico-mail:before {
  content: "\E969";
  color: #989da1;
}

.icon-ico-phone:before {
  content: "\E96A";
  color: #989da1;
}

.icon-ico-zoom:before {
  content: "\E96B";
}

.icon-ico-menu:before {
  content: "\E96D";
}

.icon-menu:before {
  content: "\E972";
}

.icon-ico-clock:before {
  content: "\E960";
  color: #666;
}

.icon-ico-mail2:before {
  content: "\E961";
}

.icon-ico-cart2:before {
  content: "\E95F";
}

.icon-ico-cart:before {
  content: "\E96C";
}

.icon-cart:before {
  content: "\E973";
}

.icon-icon-cart:before {
  content: "\E962";
}

.icon-cart-new:before {
  content: "\E975";
}

.icon-search1:before {
  content: "\E976";
}

.icon-clock:before {
  content: "\E977";
}

.icon-long-arrow:before {
  content: "\E978";
}

.icon-pickup-active:before {
  content: "\E979";
  color: #fff;
}

.icon-pickup-inactive:before {
  content: "\E97A";
}

.icon-delivery-inactive:before {
  content: "\E97B";
}

.icon-delivery-active:before {
  content: "\E97C";
  color: #fff;
}

.icon-circle-warning:before {
  content: "\E97D";
}

.icon-circle-tick:before {
  content: "\E97E";
}

.icon-close-popup:before {
  content: "\E97F";
  color: #ccc;
}

.icon-date-range:before {
  content: "\E980";
  color: #6b6f74;
}

.icon-print:before {
  content: "\E981";
  color: #6b6f74;
}

.icon-delete:before {
  content: "\E982";
}

.icon-rearrange:before {
  content: "\E983";
  color: #ccc;
}

.icon-camera:before {
  content: "\E984";
  color: #00aef0;
}

.icon-fast-order:before {
  content: "\E985";
}

.icon-pig:before {
  content: "\E986";
}

.icon-clock1:before {
  content: "\E987";
}

.icon-tick:before {
  content: "\E988";
}

.icon-magnify:before {
  content: "\E98E";
  color: #6b6f74;
}

.icon-map-marker1:before {
  content: "\E98F";
  color: #00aef0;
}

.icon-cancel:before {
  content: "\E990";
}

.icon-info:before {
  content: "\E991";
  color: #00aef0;
}

.icon-arrow-left:before {
  content: "\E992";
}

.icon-user-add:before {
  content: "\E993";
  color: #00aef0;
}

.icon-check-square:before {
  content: "\E994";
  color: #00aef0;
}

.icon-cart1:before {
  content: "\E9A5";
  color: #00aef0;
}

.icon-search2:before {
  content: "\E9A6";
  color: #00aef0;
}

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, legend, h3, h4, h5, h6 {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 20px;
}

h1 {
  font-size: 28px;
  line-height: 32px;
  color: #00AEF0;
}

@media (min-width: 1025px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
}

h2, legend {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1025px) {
  h2, legend {
    font-size: 26px;
  }
}

h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1025px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  h6 {
    font-size: 16px;
  }
}

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 24px;
  color: #272727;
}

p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #00AEF0;
  -webkit-transition: all .200s ease-in-out;
  transition: all .200s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #0082b3;
}

small {
  font-size: 70%;
}

strong, b, .strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #e7e9eb;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}

dt:after {
  content: ':';
}

dt:after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #6b6f74;
}

@media (min-width: 1025px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  text-align: left;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.wysiwyg .text-center {
  text-align: center;
}

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

.wysiwyg .text-justify {
  text-align: justify;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black;
}

@media (min-width: 1025px) {
  .leadcopy {
    font-size: 17px;
  }
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*******************************************/
.page-title {
  margin-bottom: 30px;
  color: #272727;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

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

/*********************************************
:: Buttons
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  height: 39px;
  min-width: 94px;
  padding: 0px 12px;
  cursor: pointer;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 39px;
  text-decoration: none;
  color: white;
  background: #00AEF0;
  border: 1px solid #00AEF0;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.button.small,
a.button.small,
button.button.small {
  height: 39px;
  line-height: 37px;
}

.button.smaller,
a.button.smaller,
button.button.smaller {
  min-width: 79px;
  height: 33px;
  line-height: 31px;
  font-size: 12px;
}

.button.big,
a.button.big,
button.button.big {
  padding: 4px;
  height: 46px;
  font-size: 16px;
}

.button.dark-grey,
a.button.dark-grey,
button.button.dark-grey {
  background: #3F4B59;
  border-color: #3F4B59;
}

@media (hover: hover) {
  .button.dark-grey:hover,
  a.button.dark-grey:hover,
  button.button.dark-grey:hover {
    color: white;
    background: #272727;
    border-color: #272727;
  }
}

.button.black,
a.button.black,
button.button.black {
  color: white;
  background: #272727;
  border-color: #272727;
}

@media (hover: hover) {
  .button.black:hover,
  a.button.black:hover,
  button.button.black:hover {
    color: white;
    background: #505f71;
    border-color: #505f71;
  }
}

.button.navy,
a.button.navy,
button.button.navy {
  color: white;
  background: #3F4B59;
  border-color: #3F4B59;
}

@media (hover: hover) {
  .button.navy:hover,
  a.button.navy:hover,
  button.button.navy:hover {
    color: #3F4B59;
    background: #F4F5F6;
    border-color: #3F4B59;
  }
}

.button.blue-border,
a.button.blue-border,
button.button.blue-border {
  color: #00AEF0;
  background-color: transparent;
  border-color: #00AEF0;
}

.button.grey-border,
a.button.grey-border,
button.button.grey-border {
  color: #6b6f74;
  background-color: transparent;
  border-color: #cccccc;
}

@media (hover: hover) {
  .button.grey-border:hover,
  a.button.grey-border:hover,
  button.button.grey-border:hover {
    color: white !important;
  }
}

.button.full,
a.button.full,
button.button.full {
  width: 100%;
}

.button.add-to-cart-small,
a.button.add-to-cart-small,
button.button.add-to-cart-small {
  height: 33px;
  min-width: 85px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #00AEF0;
  background: white;
}

@media (hover: hover) {
  .button:hover,
  a.button:hover,
  button.button:hover {
    color: white;
    background: #2e3741;
    border-color: #2e3741;
  }
}

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #2F2F30;
}

.button-underline:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 138px;
  height: 5px;
  margin: auto;
  background: #2F2F30;
}

/*******************************************/
.notification {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18px;
  height: 18px;
  margin: 0 0 0 2px;
  padding: 0 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.09px;
  line-height: 18px;
  text-align: center;
  color: white;
  background: #EF132E;
  border-radius: 9px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .notification {
    line-height: 23px;
  }
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
.quantity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-wrap button {
  padding: 0;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 22px;
          flex: 0 22px;
  background-color: #00AEF0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (hover: hover) {
  .quantity-wrap button:hover {
    background: #2e3741;
  }
}

.quantity-wrap button[disabled] {
  background-color: #e7e9eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quantity-wrap button span {
  color: #272727;
  font-size: 9px !important;
  font-weight: 400;
  line-height: 23px !important;
  color: white;
}

@media (max-width: 450px) {
  .quantity-wrap button span {
    font-size: 16px !important;
  }
}

.quantity-wrap span {
  font-size: 12px;
}

.quantity-wrap input {
  max-width: calc(100% - 46px);
  height: 22px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  background: none !important;
  border: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.quantity-wrap input::-webkit-outer-spin-button,
.quantity-wrap input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

@media (max-width: 1025px) {
  .quantity-wrap.larger-mob {
    height: 46px;
    margin-top: 10px;
  }
  .quantity-wrap.larger-mob button {
    width: 36px;
    height: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
  }
  .quantity-wrap.larger-mob button span {
    line-height: 36px !important;
  }
  .quantity-wrap.larger-mob span {
    line-height: 36px !important;
  }
  .quantity-wrap.larger-mob input {
    height: 36px;
    line-height: 36px;
  }
}

@media (hover: none) {
  .button,
  a.button,
  button.button {
    color: white;
    background: #00AEF0;
    border: 1px solid #00AEF0;
  }
  .button.dark-grey,
  a.button.dark-grey,
  button.button.dark-grey {
    background: #3F4B59;
    border-color: #3F4B59;
  }
  .button.black,
  a.button.black,
  button.button.black {
    color: white;
    background: #272727;
    border-color: #272727;
  }
  .button.navy,
  a.button.navy,
  button.button.navy {
    color: white;
    background: #3F4B59;
    border-color: #3F4B59;
  }
  .button.blue-border,
  a.button.blue-border,
  button.button.blue-border {
    color: #00AEF0;
    background-color: transparent;
    border-color: #00AEF0;
  }
  .button.grey-border,
  a.button.grey-border,
  button.button.grey-border {
    color: #6b6f74;
    background-color: transparent;
    border-color: #cccccc;
  }
  .quantity-wrap button {
    background-color: #00AEF0;
  }
}

/*********************************************
:: Tables
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #3F4B59;
  text-align: left;
}

table th {
  font-weight: 700;
  background: #F4F5F6;
}

table thead {
  width: 100%;
  background: #F4F5F6;
}

table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}

table tfoot {
  border-bottom: 1px solid #3F4B59;
  border-top: 1px solid #3F4B59;
}

table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #3F4B59;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #e7e9eb;
}

.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*******************************************/
.custom-table {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
}

@media (min-width: 1025px) {
  .custom-table {
    display: inline-block;
  }
}

.custom-table > *:not(:last-child):not(.block-container),
.custom-table > .block-container > * {
  border-bottom: 1px solid #e7e9eb;
}

.custom-table > .block-container:last-child > *:last-child {
  border-bottom: 0 none;
}

.custom-table .block-title {
  padding: 20px 19px 19px;
  margin: 0;
  color: #3F4B59;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.custom-table .table-head, .custom-table article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .custom-table .table-head .w-3, .custom-table article .w-3 {
    width: 3%;
  }
  .custom-table .table-head .w-3half, .custom-table article .w-3half {
    width: 3.5%;
  }
  .custom-table .table-head .w-4, .custom-table article .w-4 {
    width: 4%;
  }
  .custom-table .table-head .w-5, .custom-table article .w-5 {
    width: 5%;
  }
  .custom-table .table-head .w-6, .custom-table article .w-6 {
    width: 6%;
  }
  .custom-table .table-head .w-6h, .custom-table article .w-6h {
    width: 6.5%;
  }
  .custom-table .table-head .w-7, .custom-table article .w-7 {
    width: 7%;
  }
  .custom-table .table-head .w-8, .custom-table article .w-8 {
    width: 8%;
  }
  .custom-table .table-head .w-9, .custom-table article .w-9 {
    width: 9%;
  }
  .custom-table .table-head .w-9half, .custom-table article .w-9half {
    width: 9.5%;
  }
  .custom-table .table-head .w-10, .custom-table article .w-10 {
    width: 10%;
  }
  .custom-table .table-head .w-10half, .custom-table article .w-10half {
    width: 10.5%;
  }
  .custom-table .table-head .w-11, .custom-table article .w-11 {
    width: 11%;
  }
  .custom-table .table-head .w-11half, .custom-table article .w-11half {
    width: 11.5%;
  }
  .custom-table .table-head .w-12, .custom-table article .w-12 {
    width: 12%;
  }
  .custom-table .table-head .w-12half, .custom-table article .w-12half {
    width: 12.5%;
  }
  .custom-table .table-head .w-13, .custom-table article .w-13 {
    width: 13%;
  }
  .custom-table .table-head .w-13half, .custom-table article .w-13half {
    width: 13.5%;
  }
  .custom-table .table-head .w-14, .custom-table article .w-14 {
    width: 14%;
  }
  .custom-table .table-head .w-15, .custom-table article .w-15 {
    width: 15%;
  }
  .custom-table .table-head .w-16, .custom-table article .w-16 {
    width: 16%;
  }
  .custom-table .table-head .w-16half, .custom-table article .w-16half {
    width: 16.5%;
  }
  .custom-table .table-head .w-17, .custom-table article .w-17 {
    width: 17%;
  }
  .custom-table .table-head .w-17half, .custom-table article .w-17half {
    width: 17.5%;
  }
  .custom-table .table-head .w-18, .custom-table article .w-18 {
    width: 18%;
  }
  .custom-table .table-head .w-19, .custom-table article .w-19 {
    width: 19%;
  }
  .custom-table .table-head .w-20, .custom-table article .w-20 {
    width: 20%;
  }
  .custom-table .table-head .w-21h, .custom-table article .w-21h {
    width: 21.5%;
  }
  .custom-table .table-head .w-22, .custom-table article .w-22 {
    width: 22%;
  }
  .custom-table .table-head .w-23, .custom-table article .w-23 {
    width: 23%;
  }
  .custom-table .table-head .w-24, .custom-table article .w-24 {
    width: 24%;
  }
  .custom-table .table-head .w-24half, .custom-table article .w-24half {
    width: 24.5%;
  }
  .custom-table .table-head .w-25, .custom-table article .w-25 {
    width: 25%;
  }
  .custom-table .table-head .w-26, .custom-table article .w-26 {
    width: 26%;
  }
  .custom-table .table-head .w-27, .custom-table article .w-27 {
    width: 27%;
  }
  .custom-table .table-head .w-28, .custom-table article .w-28 {
    width: 28%;
  }
  .custom-table .table-head .w-30, .custom-table article .w-30 {
    width: 30%;
  }
  .custom-table .table-head .w-31, .custom-table article .w-31 {
    width: 31%;
  }
  .custom-table .table-head .w-33, .custom-table article .w-33 {
    width: 33%;
  }
  .custom-table .table-head .w-34, .custom-table article .w-34 {
    width: 34%;
  }
  .custom-table .table-head .w-35, .custom-table article .w-35 {
    width: 35%;
  }
  .custom-table .table-head .w-36, .custom-table article .w-36 {
    width: 36%;
  }
  .custom-table .table-head .w-37, .custom-table article .w-37 {
    width: 37%;
  }
  .custom-table .table-head .w-40, .custom-table article .w-40 {
    width: 40%;
  }
  .custom-table .table-head .w-42, .custom-table article .w-42 {
    width: 42%;
  }
  .custom-table .table-head .w-44, .custom-table article .w-44 {
    width: 44%;
  }
  .custom-table .table-head .w-46, .custom-table article .w-46 {
    width: 46%;
  }
  .custom-table .table-head .w-47, .custom-table article .w-47 {
    width: 47%;
  }
  .custom-table .table-head .w-56, .custom-table article .w-56 {
    width: 56%;
  }
  .custom-table .table-head .w-64, .custom-table article .w-64 {
    width: 64%;
  }
  .custom-table .table-head .w-65, .custom-table article .w-65 {
    width: 65%;
  }
  .custom-table .table-head .w-69, .custom-table article .w-69 {
    width: 69%;
  }
  .custom-table .table-head .w-70, .custom-table article .w-70 {
    width: 70%;
  }
  .custom-table .table-head .w-72, .custom-table article .w-72 {
    width: 72%;
  }
  .custom-table .table-head .w-73, .custom-table article .w-73 {
    width: 73%;
  }
  .custom-table .table-head .w-80, .custom-table article .w-80 {
    width: 80%;
  }
  .custom-table .table-head div.center, .custom-table .table-head .div.center, .custom-table article div.center, .custom-table article .div.center {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom-table .table-head div.right, .custom-table article div.right {
    text-align: right;
  }
}

.custom-table .table-head {
  padding: 14px 16px 15px 12px;
  background-color: #F4F5F6;
}

.custom-table .table-head .loggedout {
  margin-left: auto;
}

.custom-table .table-head .sign-in-price {
  width: 108px;
}

@media (min-width: 1025px) {
  .custom-table .table-head .sign-in-price {
    margin-right: 24px;
  }
}

@media (max-width: 1025px) {
  .custom-table .table-head {
    display: none;
  }
}

.custom-table .table-head > div {
  display: none;
  color: #3F4B59;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

@media (min-width: 1025px) {
  .custom-table .table-head > div {
    display: inline-block;
  }
}

.custom-table article {
  width: 100%;
  padding: 17px 16px 14px 12px;
}

.custom-table article > div, .custom-table article .div {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

@media (min-width: 1025px) {
  .custom-table article > div, .custom-table article .div {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 18px;
    color: #272727;
  }
}

@media (max-width: 1024px) {
  .custom-table article > div, .custom-table article .div {
    width: 100%;
  }
}

.custom-table article > div span, .custom-table article .div span {
  vertical-align: middle;
  line-height: 18px;
}

.custom-table article .product_image {
  width: 154px;
  height: 154px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1025px) {
  .custom-table article .product_image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
}

.custom-table article .col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .custom-table article .col-group > div {
    width: 100%;
  }
}

.custom-table article [class="icon-info"] {
  font-size: 14px;
  margin-left: 3px;
  vertical-align: top;
  line-height: 16px;
}

.custom-table article [class="icon-camera"] {
  font-size: 21px;
}

.custom-table article [class="icon-fast-order"] {
  font-size: 18px;
}

.custom-table article span.mobile {
  font-weight: 700;
}

.custom-table article button {
  cursor: pointer;
}

.custom-table article .padding-14 {
  padding: 0 14px;
}

@media (min-width: 1025px) and (max-width: 1160px) {
  .custom-table article .padding-14 {
    padding: 0 10px;
    min-width: 70px !important;
  }
}

.custom-table article .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-table article .actions .delete {
  margin-left: 12px;
  padding: 0 10px;
  font-size: 16px;
  color: rgba(107, 111, 116, 0.5);
}

.custom-table article .actions .delete.trash {
  margin-left: 4px;
}

.custom-table article .actions .print {
  margin-left: 12px;
  padding: 0 10px;
}

@media (max-width: 1280px) {
  .custom-table article .actions .print {
    padding: 0 5px;
  }
}

@media (max-width: 1024px) {
  .custom-table article .actions .print {
    width: auto !important;
  }
}

@media (max-width: 600px) {
  .custom-table article .actions .print {
    display: none;
  }
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
}

.parallax-body {
  position: relative;
  z-index: 2;
  background: white;
}

/*******************************************/
.main {
  min-height: calc(100vh - 480px);
}

@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 629px);
  }
}

@media (min-width: 1025px) {
  .site-header-checkout + .main {
    min-height: calc(100vh - 290px);
  }
}

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.content-max-width .content-narrow-width, .content-max-width .content-max-width {
  padding: 0;
}

@media (max-width: 600px) {
  .content-max-width {
    padding: 0 13px;
  }
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 1025px) {
  .content-full-width {
    padding: 0 20px;
  }
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1025px) {
  .mob, .mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .desk, .desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .contract-mobile {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .contract-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tab-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tab-down {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .mobile-up {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .mobile-down {
    display: none !important;
  }
}

/*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

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

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

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

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

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

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

.flex.halves > * {
  width: 100%;
}

@media (min-width: 768px) {
  .flex.halves > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*******************************************/
.body-container {
  padding-bottom: 80px;
}

.float-right {
  float: right;
}

/*******************************************/
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.popup-wrap .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.popup-wrap article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 90%;
  max-width: 590px;
  margin: auto;
  padding: 25px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #dddddd;
  background: white;
  overflow: auto;
}

.popup-wrap article .exit {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.popup-wrap article .exit span {
  position: absolute;
  top: 18px;
  left: 7px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #CCCCCC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.popup-wrap article .exit span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-wrap article .exit:hover span {
  background: #2F2F30;
}

.popup-wrap article .content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.popup-wrap article .buttons {
  margin: 10px 0 0;
}

.popup-wrap article .buttons a, .popup-wrap article .buttons button {
  display: inline-block;
  text-align: center;
}

.popup-wrap article .buttons > a:first-child {
  margin-right: 5px;
}

.shopping-cart .tooltip {
  max-width: 160px;
  color: #ffffff;
  -webkit-transform: translate(-50%, -60%) !important;
          transform: translate(-50%, -60%) !important;
}

.relative {
  position: relative;
}

.Vue-Toastification__toast {
  top: 12px;
  right: 12px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 335px !important;
  height: 84px !important;
  padding: 22px 27px !important;
  border-radius: 3px !important;
  cursor: pointer;
  -webkit-transition: top 250ms ease-in;
  transition: top 250ms ease-in;
}

.Vue-Toastification__toast--success {
  background: #69bc0a !important;
}

.Vue-Toastification__icon {
  margin-right: 13px !important;
  height: 30px !important;
  width: 30px !important;
}

.Vue-Toastification__toast-body {
  margin: 0;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.Vue-Toastification__close-button {
  position: absolute;
  top: 12px;
  right: 18px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.compare-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 30px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@media (max-width: 600px) {
  .compare-footer {
    padding: 16px 0;
  }
}

.compare-banner {
  padding: 30px 0;
}

@media (max-width: 600px) {
  .compare-banner {
    padding: 20px 0 40px;
  }
}

@media (max-width: 600px) {
  .compare-banner .item:last-child {
    margin-bottom: 20px;
  }
}

.compare-banner .close {
  position: relative;
  height: 37px;
  width: 37px;
  border: 1px solid #E7E9EB;
  background-color: #FFFFFF;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .compare-banner .close {
    position: absolute;
    top: -6px;
    right: 16px;
  }
}

.compare-banner .close span {
  top: 50%;
  left: 50%;
  position: absolute;
  height: 1px;
  width: 16px;
  background-color: #3F4B59;
}

.compare-banner .close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.compare-banner .close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .compare-banner .table {
    padding: 0;
  }
}

.compare-banner h2, .compare-banner legend {
  margin: 31px 0 0;
  color: #3F4B59;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .compare-banner h2, .compare-banner legend {
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .compare-banner h2, .compare-banner legend {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

.compare-banner hr {
  margin: 19px 0 29px;
  height: 1px;
  background-color: #E7E9EB;
}

@media (max-width: 768px) {
  .compare-banner hr {
    width: calc(100% - 29px);
    margin: 19px 16px 20px;
  }
}

@media (max-width: 600px) {
  .compare-banner hr {
    display: none;
  }
}

.compare-banner .overflow {
  overflow: auto;
}

.compare-banner table {
  border-collapse: collapse;
  border: none;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .compare-banner table {
    width: 1024px;
  }
}

.compare-banner table .title {
  width: 209px;
  padding: 14px 20px 12px 20px;
  color: #3F4B59;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  vertical-align: text-top;
}

@media (max-width: 1024px) {
  .compare-banner table .title {
    display: none;
  }
}

.compare-banner table .image {
  padding: 0;
}

@media (max-width: 1024px) {
  .compare-banner table .image {
    padding-left: 16px;
  }
}

@media (hover: hover) {
  .compare-banner table .image:hover img {
    border-color: #00AEF0;
  }
}

.compare-banner table .image img {
  height: 240px;
  width: 240px;
  margin-bottom: 11px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
}

.compare-banner table tr:nth-child(odd) {
  background-color: #F4F5F6;
}

.compare-banner table tr.no-bg {
  background-color: transparent;
}

.compare-banner table tr td {
  width: 343px;
  padding: 15px 20px 13px 0;
  color: #272727;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  vertical-align: text-top;
}

@media (max-width: 1024px) {
  .compare-banner table tr td {
    width: 300px;
    padding-left: 16px;
  }
}

.compare-banner table tr td .feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.compare-banner table tr td .feature-row:last-child {
  margin: 0;
}

.compare-banner table tr td .feature-row img {
  margin-right: 13px;
  margin-bottom: 2px;
}

.compare-banner table tr td .feature-row .content {
  color: #3F4B59;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.compare-banner table tr td .feature-row .content .strong {
  font-weight: 500;
}

.compare-banner table tr td .quantity {
  width: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
}

.compare-banner table tr td .quantity.focused {
  border-color: #00AEF0;
}

.compare-banner table tr td .quantity button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  font-size: 14px;
  line-height: 23px;
  color: white;
  background-color: #00AEF0;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (hover: hover) {
  .compare-banner table tr td .quantity button:hover {
    background: #2e3741;
  }
}

.compare-banner table tr td .quantity button[disabled] {
  background-color: #e7e9eb;
}

@media (min-width: 350px) {
  .compare-banner table tr td .quantity button {
    width: 36px;
    height: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    font-size: 16px;
    line-height: 36px;
  }
}

@media (min-width: 1025px) {
  .compare-banner table tr td .quantity button {
    width: 23px;
    height: 23px;
    font-size: 9px;
    line-height: 23px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
  }
}

.compare-banner table tr td .quantity input {
  height: 23px;
  padding: 0;
  line-height: 23px;
  background: none !important;
  border: none !important;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.compare-banner table tr td .quantity input::-webkit-outer-spin-button,
.compare-banner table tr td .quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.compare-banner table tr td .action {
  width: 192px;
  margin-top: 6px;
  padding: 0 !important;
}

.compare-banner table tr td .action > * {
  width: 100%;
}

@media (min-width: 1025px) {
  .compare-banner table tr td .action > * {
    width: calc(50% - 3px);
  }
}

.compare-banner table tr td .action span {
  display: inline-block;
  padding: 8px 10px;
  height: 33px;
  font-size: 12px;
  text-align: center;
  color: #3F4B59;
  background-color: #f4f5f6;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
}

.compare-banner table tr td .action button {
  padding: 8px 0;
  height: 46px;
  margin-top: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: white;
  background: #00AEF0;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 1025px) {
  .compare-banner table tr td .action button {
    margin-top: 0;
    height: 33px;
  }
}

@media (hover: hover) {
  .compare-banner table tr td .action button:hover {
    background: #2e3741;
  }
}

.compare-banner table tr td .quantity-wrap span {
  line-height: 22px;
}

.compare-banner .flex, .compare-footer .flex {
  padding: 0 20px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .compare-banner .flex, .compare-footer .flex {
    padding: 0 16px !important;
    position: relative;
  }
}

.compare-banner .items, .compare-footer .items {
  width: calc(100% - 252px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 768px) {
  .compare-banner .items, .compare-footer .items {
    width: calc(100% - 200px);
  }
}

@media (max-width: 600px) {
  .compare-banner .items, .compare-footer .items {
    width: 100%;
  }
}

.compare-banner .items:after, .compare-footer .items:after {
  content: '';
  width: calc(100%/3 - 5px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/3 - 5px);
          flex: 0 0 calc(100%/3 - 5px);
}

.compare-banner .item, .compare-footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/3 - 5px);
  padding: 9px 7px;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
}

@media (max-width: 600px) {
  .compare-banner .item, .compare-footer .item {
    width: 100%;
    margin-bottom: 6px;
  }
}

.compare-banner .item .checkbox, .compare-footer .item .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #3F4B59;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #202020;
}

.compare-banner .item .checkbox--disabled, .compare-footer .item .checkbox--disabled {
  color: var(--disabled);
}

.compare-banner .item .radio__label, .compare-footer .item .radio__label {
  color: #3F4B59;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: normal;
  margin-top: 2px;
}

.compare-banner .item .checkbox__control, .compare-footer .item .checkbox__control {
  display: inline-grid;
  width: 14px !important;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: white;
  margin-right: 8px;
}

.compare-banner .item .checkbox__control svg, .compare-footer .item .checkbox__control svg {
  -webkit-transition: -webkit-transform 0.1s ease-in 25ms;
  transition: -webkit-transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms, -webkit-transform 0.1s ease-in 25ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.compare-banner .item .checkbox__input, .compare-footer .item .checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
  margin-top: 2px;
}

.compare-banner .item .checkbox__input > *, .compare-footer .item .checkbox__input > * {
  grid-area: checkbox;
}

.compare-banner .item .checkbox__input input, .compare-footer .item .checkbox__input input {
  opacity: 0;
  width: 16px;
  height: 16px;
}

.compare-banner .item .checkbox__input input:checked + .checkbox__control, .compare-footer .item .checkbox__input input:checked + .checkbox__control {
  border-color: #00AEF0;
  background: #00AEF0;
}

.compare-banner .item .checkbox__input input:checked + .checkbox__control svg, .compare-footer .item .checkbox__input input:checked + .checkbox__control svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.compare-banner .item .checkbox__input input:disabled + .checkbox__control, .compare-footer .item .checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}

.compare-banner .item .product-image, .compare-footer .item .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  margin-right: 8px;
}

.compare-banner .item .product-image img, .compare-footer .item .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.compare-banner .item .details, .compare-footer .item .details {
  width: calc(100% - 69px);
  margin-top: 3px;
}

.compare-banner .item .details .sku, .compare-footer .item .details .sku {
  margin-bottom: 0;
  color: #6B6F74;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.compare-banner .item .details .title, .compare-footer .item .details .title {
  width: 100%;
  margin-bottom: 0;
  color: #272727;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare-banner .sign-in-price, .compare-footer .sign-in-price {
  margin: 0 0 12px;
  display: block;
}

.compare-banner .button, .compare-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  width: 182px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-radius: 3px;
  background-color: #FFFFFF;
}

@media (max-width: 600px) {
  .compare-banner .button, .compare-footer .button {
    width: 100%;
  }
}

.compare-banner .button.view, .compare-footer .button.view {
  background-color: #00AEF0;
  color: white;
  width: 98px;
}

.compare-popup article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98%;
  height: auto;
  padding: 30px;
  border-radius: 3px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 116, 0.3);
          box-shadow: 0 2px 10px 0 rgba(107, 111, 116, 0.3);
}

@media (min-width: 768px) {
  .compare-popup article {
    height: 209px;
    width: 520px;
    padding: 50px !important;
  }
}

.compare-popup article .exit {
  width: 32px;
}

.compare-popup article .exit span {
  width: 12px;
}

.compare-popup article .content .message h1 {
  margin-bottom: 10px;
  color: #3F4B59;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.compare-popup article .content .message br {
  display: none;
  visibility: hidden;
}

.compare-popup article .content .message p {
  margin-bottom: 20px;
  color: #272727;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.compare-popup article .content .button {
  height: 39px;
  width: 86px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  color: #6B6F74;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #FFFFFF;
}

@media (hover: hover) {
  .compare-popup article .content .button:hover {
    color: white;
    background: #272727;
    border-color: #272727;
  }
}

.el-picker-panel__content .el-date-picker__header-label {
  font-size: 15px;
  font-weight: 400;
}

.el-picker-panel__content table th {
  font-size: 11px;
  background: transparent;
}

.el-picker-panel__content .el-date-table td div {
  font-size: 12px;
}

.quantity-wrap.focused {
  border-color: #00AEF0;
}

.quantity.focused {
  border-color: #00AEF0 !important;
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
}

legend {
  margin-bottom: 15px;
}

legend.small {
  margin-bottom: 20px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  color: #3F4B59;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #3F4B59;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 39px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 39px;
  background: white;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (hover: hover) {
  input:hover, textarea:hover, select:hover {
    background: #f1f1f1;
    border: 1px solid #2F2F30;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
  }
}

/*******************************************/
*::-webkit-input-placeholder {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  color: #6b6f74;
}
*::-moz-placeholder {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  color: #6b6f74;
}
*::-ms-input-placeholder {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  color: #6b6f74;
}
*::placeholder {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  color: #6b6f74;
}

textarea, select[multiple] {
  height: 157px;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

select::-ms-expand {
  display: none;
}

/*******************************************/
.form-field {
  width: 100%;
  padding: 0 0 14px;
  position: relative;
}

/*******************************************/
.form-fields-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

@media (min-width: 768px) {
  .form-fields-stack {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.form-fields-stack .form-field {
  margin-left: 5px;
  margin-right: 5px;
}

.form-fields-stack .or {
  padding: 35px 10px 0px;
  font-size: 12px;
  font-weight: 700;
  color: #3F4B59;
}

@media (min-width: 767px) {
  .form-fields-stack .cc-field {
    max-width: 330px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #00AEF0;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC;
}

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #00AEF0 !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*******************************************/
.form-field span.validate {
  position: absolute;
  top: 60px;
  left: 0px;
  display: inline-block;
  width: 100%;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: white;
  background: #2F2F30;
  border: 1px solid #2F2F30;
  border-radius: 0 0 3px 3px;
  border-top: none;
}

.error-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

ul.errors {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  background: white;
  border: 1px solid #f00;
  border-radius: 4px;
}

ul.errors li {
  margin: 0;
  padding: 10px 10px 5px 40px;
  list-style-type: none;
}

ul.errors li:before {
  top: 16px;
  left: 20px;
}

ul.errors li:first-of-type {
  margin-top: 10px;
}

ul.errors li:last-of-type {
  margin-bottom: 10px;
}

/*******************************************/
.form-field.text-field .check:before,
.form-field.password .check:before {
  content: "\E97E";
  position: absolute;
  bottom: 22px;
  right: 10px;
  font-family: "icomoon";
  font-size: 21px;
  color: #e7e9eb;
  pointer-events: none;
}

.form-field.text-field .check.checked:before,
.form-field.password .check.checked:before {
  color: #69BC0A;
}

.form-field.text-field input[type="text"],
.form-field.text-field input[type="password"],
.form-field.password input[type="text"],
.form-field.password input[type="password"] {
  padding-right: 30px;
}

.form-field.text-field input[type="number"],
.form-field.password input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.form-field.text-field input::-webkit-outer-spin-button,
.form-field.text-field input::-webkit-inner-spin-button,
.form-field.password input::-webkit-outer-spin-button,
.form-field.password input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-field.text-field input[type="number"],
.form-field.password input[type="number"] {
  -moz-appearance: textfield;
}

.form-field.text-field.two-inputs input,
.form-field.password.two-inputs input {
  width: calc(50% - 10px);
}

.form-field.text-field.two-inputs input:first-of-type,
.form-field.password.two-inputs input:first-of-type {
  margin-right: 10px;
}

/*******************************************/
.form-field.checkbox input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}

.form-field.checkbox label {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  padding: 0 0 0 6px;
  width: calc(100% - 20px);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #272727;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 1px solid #2196F3;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*******************************************/
.or-divider {
  position: relative;
  padding: 0 !important;
  height: 20px;
}

.or-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e7e9eb;
}

.or-divider span {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 9px;
  width: 41px;
  font-size: 14px;
  line-height: 1.571;
  color: #CCCCCC;
  background-color: white;
  border: 1px solid #e7e9eb;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*******************************************/
.search-sort-container .search {
  position: relative;
  width: 60%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .search-sort-container .search {
    width: 399px;
    margin-bottom: 0;
  }
}

.search-sort-container .search.full {
  width: 100%;
}

@media (max-width: 768px) {
  .search-sort-container .search.full-mob {
    width: 100%;
  }
}

.search-sort-container .search input[type="text"] {
  padding-right: 32px;
  background: #FFF url(/images/search-icon.svg) 97% 50% no-repeat;
}

@media (hover: hover) {
  .search-sort-container .search input[type="text"]:hover {
    border-color: #00AEF0;
  }
}

.search-sort-container .sort {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 120px;
  margin-left: auto;
}

.search-sort-container .sort:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

.search-sort-container .sort select {
  position: relative;
  width: 100%;
  height: 33px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #E7E9EB;
  background-color: transparent;
  z-index: 2;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important;
  }
}

/*********************************************
:: Modules
********************************************/
/*********************************************
:: Header Module
********************************************/
.top-banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-banner div {
  position: relative;
  padding: 18px 10px 14px;
}

.top-banner p {
  margin-bottom: 1px;
  text-align: center;
  color: white;
}

.top-banner p:first-child {
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.top-banner p:last-child {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.21px;
}

.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
}

.site-header .welcome-block {
  font-size: 12px;
  border-bottom: 1px solid #e7e9eb;
  position: relative;
}

.site-header .welcome-block .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .welcome-block .left {
  width: 65%;
  padding: 11px 0 9px;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #272727;
}

@media (min-width: 768px) {
  .site-header .welcome-block .left {
    width: auto;
  }
}

@media (max-width: 768px) {
  .site-header .welcome-block .left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.site-header .welcome-block .left a {
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #6b6f74;
}

.site-header .welcome-block .left span {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}

.site-header .welcome-block .left span.icon {
  display: none;
}

@media (min-width: 600px) {
  .site-header .welcome-block .left span.icon {
    display: inline;
  }
}

.site-header .welcome-block .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
}

.site-header .welcome-block .right ul li {
  margin: 0;
  padding: 0 14px;
  line-height: 38px;
}

.site-header .welcome-block .right ul li.loggedout {
  border: 0;
}

@media (min-width: 768px) {
  .site-header .welcome-block .right ul li {
    border-left: 1px solid #e7e9eb;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .site-header .welcome-block .right ul li:not(:last-child) {
    display: none;
  }
}

.site-header .welcome-block .right ul li:last-of-type {
  padding-right: 0;
}

.site-header .welcome-block .right a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 38px;
  text-decoration: none;
  color: #6b6f74;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}

.site-header .welcome-block .right a:hover {
  color: #00AEF0;
}

.site-header .welcome-block .right a.logout img {
  position: relative;
  top: 3px;
  left: 2px;
  display: inline-block;
}

.site-header .welcome-block .right .sign-out {
  padding: 0 16px;
}

.site-header .welcome-block .right .exc {
  min-width: 61px;
  margin-top: 9px;
}

.site-header .welcome-block .right .exc input {
  display: none;
}

.site-header .welcome-block .right .exc input:checked + span {
  padding: 4px 19px 4px 8px;
  background-color: green;
}

.site-header .welcome-block .right .exc input:checked + span:before {
  left: calc(100% - 14px - 2px);
}

.site-header .welcome-block .right .exc span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  height: 18px;
  padding: 4px 6px 4px 20px;
  font-weight: 500;
  font-size: 8px;
  color: white;
  border-radius: 10px;
  background-color: #3F4B59;
  cursor: pointer;
}

.site-header .welcome-block .right .exc span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 1026px) {
  .site-header .mid-block {
    padding: 16px 0;
  }
}

.site-header .mid-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .site-header .mid-block .container {
    padding: 0;
  }
}

.site-header .mid-block .content-full-width.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .mid-block .logo {
  position: relative;
}

@media (max-width: 1024px) {
  .site-header .mid-block .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
  }
}

@media (max-width: 1025px) {
  .site-header .mid-block .logo .img-logo {
    width: 143px;
  }
}

.site-header .mid-block .logo .img-logo img {
  height: 24px;
  width: 24px;
}

.site-header .mid-block .logo .account {
  position: absolute;
  right: 57px;
}

.site-header .mid-block .logo .hamburger-menu {
  position: relative;
  display: block;
  width: 26px;
  height: 16px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.site-header .mid-block .logo .hamburger-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #3F4B59;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.site-header .mid-block .logo .hamburger-menu span:first-child {
  top: 0;
}

.site-header .mid-block .logo .hamburger-menu span:last-child {
  top: 100%;
}

.site-header .mid-block .logo button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

@media (min-width: 1025px) {
  .site-header .mid-block .logo .hamburger-menu, .site-header .mid-block .logo .cart-block {
    display: none;
  }
}

@media (min-width: 1025px) {
  .site-header .mid-block .site-search {
    margin-top: 0;
  }
  .site-header .mid-block .site-search input {
    background-position: 96.6% 50%;
  }
}

.site-header .mid-block .cart-block {
  position: relative;
}

.site-header .mid-block .cart-block a, .site-header .mid-block .cart-block button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11.5px;
  background-color: transparent;
  border-radius: 50px;
  outline: 0;
}

.site-header .mid-block .cart-block a.loggedout, .site-header .mid-block .cart-block button.loggedout {
  height: 43px;
  width: 43px;
  min-width: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1160px) {
  .site-header .mid-block .cart-block a.loggedout, .site-header .mid-block .cart-block button.loggedout {
    margin-left: 107px;
  }
}

.site-header .mid-block .cart-block a.loggedout img, .site-header .mid-block .cart-block button.loggedout img {
  margin: 0;
}

@media (min-width: 1025px) {
  .site-header .mid-block .cart-block a, .site-header .mid-block .cart-block button {
    border: 1px solid #e7e9eb;
    padding: 9px 20px 10px;
    margin-top: -2px;
  }
}

.site-header .mid-block .cart-block a span, .site-header .mid-block .cart-block button span {
  margin: 0 2px;
}

.site-header .mid-block .cart-block a img, .site-header .mid-block .cart-block button img {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .site-header .mid-block .cart-block a img, .site-header .mid-block .cart-block button img {
    width: 28px;
    height: 27px;
  }
}

.site-header .mid-block .cart-block a:hover, .site-header .mid-block .cart-block button:hover {
  border-color: #00AEF0;
}

.site-header .mid-block .cart-block a.active, .site-header .mid-block .cart-block button.active {
  border-color: #00AEF0;
}

.site-header .mid-block .cart-block a.active + .cart-summary, .site-header .mid-block .cart-block button.active + .cart-summary {
  display: block;
}

.site-header .mid-block .cart-block .button.full {
  display: inline-block;
  padding: 0 20px;
  background: #00AEF0;
  border: 1px solid #00AEF0;
  border-radius: 3px;
}

.site-header .mid-block .cart-block.mobile .count {
  position: absolute;
  right: 0px;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  min-width: 18px;
  padding: 0 3px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: white;
  background: red;
  border-radius: 9px;
}

.site-header .mid-block .cart-block.mobile img {
  margin-right: 10px;
}

.site-header .nav-block {
  padding: 12px 0;
  background-color: #f4f5f6;
}

.site-header .nav-block ul {
  margin: 0;
  padding: 0;
}

.site-header .nav-block ul li {
  display: inline-block;
  margin: 0 25px 0 0;
}

.site-header .nav-block ul li:first-child {
  margin-right: 18px;
}

.site-header .nav-block ul li a {
  font-size: 15px;
  color: #272727;
  background-color: transparent;
  border: 0 none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}

.site-header .nav-block ul li a:hover {
  color: #00AEF0;
}

.site-header .nav-block ul li a .icon {
  vertical-align: middle;
  margin-top: -3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-header .nav-block .download-cat {
  margin-left: auto;
  font-size: 11.5px;
  font-weight: normal;
  color: #3F4B59;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}

.site-header .nav-block .download-cat .strong {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.site-header .nav-block .download-cat:hover span.strong {
  color: #00AEF0;
}

.site-header .nav-mobile-block {
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
}

.site-header .nav-mobile-block .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.site-header .nav-mobile-block .nav-mobile {
  height: 100%;
  width: 80%;
  background-color: white;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@media (max-width: 600px) {
  .site-header .nav-mobile-block .nav-mobile {
    width: calc(100% - 30px);
  }
}

.site-header .nav-mobile-block .back-link {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  color: #3F4B59;
  border-bottom: 2px solid #e7e9eb;
}

@media (max-width: 600px) {
  .site-header .nav-mobile-block .back-link {
    padding: 20px !important;
  }
}

.site-header .nav-mobile-block .back-link span {
  font-size: 13px;
  margin-right: 2px;
}

@media (max-width: 600px) {
  .site-header .nav-mobile-block .back-link span {
    font-weight: 600;
    margin-right: 2px;
  }
}

.site-header .nav-mobile-block .nav-mobile-list {
  margin: 0;
  padding: 10px 15px 0;
}

.site-header .nav-mobile-block .nav-mobile-list li {
  margin: 0;
}

.site-header .nav-mobile-block .nav-mobile-list li + li {
  border-top: 1px solid #e7e9eb;
}

.site-header .nav-mobile-block .nav-mobile-list a {
  display: block;
  padding: 16px 0;
  color: #3f4b59;
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 600px) {
  .site-header .nav-mobile-block .nav-mobile-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header .nav-mobile-block .nav-mobile-list .logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header.open .mid-block .logo .hamburger-menu span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header.open .mid-block .logo .hamburger-menu span:nth-of-type(2) {
  opacity: 0;
}

.site-header.open .mid-block .logo .hamburger-menu span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header.open .nav-mobile-block {
  display: block;
}

.position-fixed {
  position: fixed;
}

/*********************************************
:: Footer Module
********************************************/
.site-footer .top {
  padding: 30px 0;
  background-color: #2F2F30;
  color: white;
}

@media (min-width: 768px) {
  .site-footer .top {
    padding: 50px 0 44px;
  }
}

.site-footer .top p {
  font-size: 13px;
  line-height: 20px;
  color: white;
}

.site-footer .top .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer .top .left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.site-footer .top .left img.logo {
  max-width: 169px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .site-footer .top .left img.logo {
    margin: 0 0 20px;
  }
}

.site-footer .top .left p.copy {
  margin-bottom: 37px;
  opacity: .8;
}

.site-footer .top .left .social img {
  display: inline-block;
  max-width: 130px;
  margin-right: 17px;
}

.site-footer .top .left .social img.fb {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .site-footer .top .left {
    width: 25%;
    margin: 0;
    text-align: left;
  }
}

.site-footer .top .right {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer .top .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    padding: 5px 0 0 10px;
    text-align: left;
  }
}

.site-footer .top .right p.title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: white;
}

.site-footer .top .right .newsletter {
  margin-bottom: 40px;
}

.site-footer .top .right .newsletter p.copy {
  margin-bottom: 20px;
  opacity: .8;
}

.site-footer .top .right .newsletter div.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 505px;
}

.site-footer .top .right .newsletter div.form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 39px;
  padding: 0 16px;
  font-size: 13px;
  line-height: 39px;
  border-color: white;
  border-radius: 3px 0 0 3px;
}

.site-footer .top .right .newsletter div.form .button {
  width: 16%;
  font-size: 13px;
  color: white;
  background-color: #00AEF0;
  border: #00AEF0;
  background-color: #00aef0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (hover: hover) {
  .site-footer .top .right .newsletter div.form .button:hover {
    color: white;
    background: #009cd7;
    border-color: #009cd7;
  }
}

.site-footer .top .right .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .top .right .sitemap .col-2 {
  padding-left: 22px;
}

.site-footer .top .right .sitemap .col-3 {
  padding-right: 3px;
}

.site-footer .top .right .sitemap .title {
  margin-bottom: 12px;
}

.site-footer .top .right .sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .top .right .sitemap ul li {
  margin-bottom: 2px;
}

.site-footer .top .right .sitemap ul li:hover a {
  opacity: 1;
}

.site-footer .top .right .sitemap ul a {
  font-size: 13px;
  line-height: 20px;
  color: white;
  opacity: .8;
}

.site-footer .copyright {
  padding: 30px 0;
  font-size: 11px;
  text-align: center;
  color: white;
  background-color: #272727;
}

@media (min-width: 768px) {
  .site-footer .copyright {
    padding: 40px 0;
  }
}

.site-footer .copyright p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  opacity: .8;
}

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/
}

@media (min-width: 1025px) {
  .pagination-module {
    background: white;
  }
}

.pagination-module ul {
  width: auto;
  display: inline-block;
  height: 34px;
  padding: 0;
  margin: 6px;
  text-align: center;
  background: #2F2F30;
  border-radius: 17px;
}

@media (min-width: 1025px) {
  .pagination-module ul {
    margin: 0px;
  }
}

.pagination-module ul li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 3px;
}

.pagination-module ul li a {
  line-height: 28px;
  text-align: center;
  color: #00AEF0;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25em;
}

.pagination-module ul li span {
  color: #00AEF0;
  vertical-align: sub;
  font-size: 26px;
}

.pagination-module ul li.active {
  background: #00AEF0;
  border-radius: 50%;
}

.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Popup Wrap Module
********************************************/
.popup-wrap-module {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100% !important;
  height: 100%;
}

.popup-wrap-module .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.popup-wrap-module article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 630px;
  margin: auto;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: white;
}

@media (min-width: 768px) {
  .popup-wrap-module article {
    padding: 30px;
  }
}

.popup-wrap-module article .exit {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.popup-wrap-module article .exit span {
  position: absolute;
  top: 18px;
  left: 7px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #CCCCCC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-wrap-module article .exit span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (hover: hover) {
  .popup-wrap-module article .quick-add .search input:hover {
    border-color: #CCC;
  }
}

.popup-wrap-module article .quick-add .search input:focus, .popup-wrap-module article .quick-add .search input:active {
  border-color: #CCC;
}

.popup-wrap-module article .quick-add .wrap {
  padding: 16px;
}

.popup-wrap-module article .quick-add .product-view-card {
  padding: 10px 0;
}

.popup-wrap-module article .quick-add .product-view-card:first-child {
  padding-top: 0;
}

@media (max-width: 600px) {
  .popup-wrap-module article .quick-add .product-view-card {
    padding-bottom: 150px !important;
  }
}

@media (hover: hover) {
  .popup-wrap-module article .quick-add .product-view-card:hover .image {
    border: 1px solid #00AEF0;
  }
  .popup-wrap-module article .quick-add .product-view-card:hover .content .info h4 {
    color: #00AEF0;
  }
}

.popup-wrap-module article .quick-add .product-view-card .image {
  height: 60px;
  width: 60px;
}

.popup-wrap-module article .quick-add .product-view-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
  padding: 0;
}

.popup-wrap-module article .quick-add .product-view-card .content .info {
  max-width: 63.3%;
}

@media (max-width: 768px) {
  .popup-wrap-module article .quick-add .product-view-card .content .info {
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .popup-wrap-module article .quick-add .product-view-card .content .info {
    max-width: 100%;
  }
}

.popup-wrap-module article .quick-add .product-view-card .content .info h4 {
  margin-bottom: 2px;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #3f4b59;
}

.popup-wrap-module article .quick-add .product-view-card .content .info .price {
  margin: 0;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #272727;
}

.popup-wrap-module article .quick-add .product-view-card .content .info .price strong {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}

.popup-wrap-module article .quick-add .product-view-card .content .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  /* Firefox */
}

.popup-wrap-module article .quick-add .product-view-card .content .quantity input {
  height: 33px;
  width: 40px;
  margin-right: 8px;
  padding: 7px 7px 8px;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: center;
  color: #3F4B59;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
  background-color: #FFFFFF;
  background: none;
}

.popup-wrap-module article .quick-add .product-view-card .content .quantity input::-webkit-outer-spin-button,
.popup-wrap-module article .quick-add .product-view-card .content .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popup-wrap-module article .quick-add .product-view-card .content .quantity input[type=number] {
  -moz-appearance: textfield;
}

.popup-wrap-module article .quick-add .product-view-card .content .quantity .button {
  height: 33px;
  width: 85px;
  padding: 7px 10px 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #00AEF0;
  border: 1px solid #00AEF0;
  border-radius: 3px;
  background-color: #FFFFFF;
}

@media (hover: hover) {
  .popup-wrap-module article .quick-add .product-view-card .content .quantity .button:hover {
    background: #00AEF0;
    color: white;
  }
}

.popup-wrap-module article .quick-add .product-view-card .content .quantity .button.long-button {
  width: 129px;
}

@media (max-width: 768px) {
  .popup-wrap-module article .quick-add .product-view-card .content .actions .buttons {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .popup-wrap-module article .quick-add .product-view-card .content .actions .buttons .button.add {
    position: static;
    width: 85px !important;
  }
}

.popup-wrap-module article .fast-order-lists,
.popup-wrap-module article .products-lists {
  width: 100%;
}

@media (min-width: 768px) {
  .popup-wrap-module article .fast-order-lists .search,
  .popup-wrap-module article .products-lists .search {
    width: calc(100% - 202px);
  }
  .popup-wrap-module article .fast-order-lists .search input,
  .popup-wrap-module article .products-lists .search input {
    background: #fff url(/images/search-icon.svg) 98% 50% no-repeat;
    -webkit-transition: none;
    transition: none;
  }
  .popup-wrap-module article .fast-order-lists .search:after,
  .popup-wrap-module article .products-lists .search:after {
    content: '';
  }
  .popup-wrap-module article .fast-order-lists .button,
  .popup-wrap-module article .products-lists .button {
    width: 190px;
  }
  .popup-wrap-module article .fast-order-lists .button.dark-grey,
  .popup-wrap-module article .products-lists .button.dark-grey {
    text-align: center;
  }
  .popup-wrap-module article .fast-order-lists .button span.icon, .popup-wrap-module article .fast-order-lists .button span.icon-fast-order,
  .popup-wrap-module article .products-lists .button span.icon,
  .popup-wrap-module article .products-lists .button span.icon-fast-order {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 24px;
    font-weight: 300;
  }
}

.popup-wrap-module article .fast-order-lists h4,
.popup-wrap-module article .products-lists h4 {
  margin-bottom: 20px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #3F4B59;
}

.popup-wrap-module article .products-lists .search-sort-container .search {
  width: 100%;
  padding-bottom: 20px;
}

.popup-wrap-module article .products-lists .search-sort-container .search:after {
  top: 33px;
}

.popup-wrap-module article .wrap {
  width: 100%;
  height: 240px;
  text-align: left;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
  overflow: auto;
}

.popup-wrap-module article .wrap .checkbox {
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.popup-wrap-module article .wrap .checkbox input {
  vertical-align: middle;
}

.popup-wrap-module article .wrap .checkbox label {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #272727;
}

.popup-wrap-module article .wrap .checkbox:hover {
  background-color: #F4F5F6;
}

.popup-wrap-module article .content {
  margin-left: 15px;
}

.popup-wrap-module article .button.add {
  width: 100%;
}

.popup-wrap-module article .product-view-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #E7E9EB;
}

.popup-wrap-module article .product-view-card .image {
  display: inline-block;
  height: 90px;
  width: 90px;
  border: 0.87px solid #E7E9EB;
  border-radius: 1.74px;
}

.popup-wrap-module article .product-view-card .image img {
  height: 100%;
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup-wrap-module article .product-view-card .content {
  display: inline-block;
  width: calc(100% - 90px);
}

@media (min-width: 768px) {
  .popup-wrap-module article .product-view-card .content {
    padding: 0 0 0 17px;
  }
}

@media (min-width: 768px) {
  .popup-wrap-module article .product-view-card .content .info {
    width: 100%;
  }
}

.popup-wrap-module article .product-view-card .content .info p.sku {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #6b6f74;
}

.popup-wrap-module article .product-view-card .content .info h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #3f4b59;
}

.popup-wrap-module article .product-view-card .content .actions .pricing {
  margin-right: auto;
}

.popup-wrap-module article .product-view-card .content .actions .pricing p.price,
.popup-wrap-module article .product-view-card .content .actions .pricing p.packing {
  margin: 0;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #272727;
}

.popup-wrap-module article .product-view-card .content .actions .pricing p.price strong,
.popup-wrap-module article .product-view-card .content .actions .pricing p.packing strong {
  font-size: 15px;
}

.popup-wrap-module article .product-view-card .content .actions .pricing p.packing {
  color: #6b6f74;
}

@media (max-width: 768px) {
  .popup-wrap-module article .product-view-card .content .actions .buttons {
    margin-bottom: 80px;
  }
}

.popup-wrap-module article .product-view-card .content .actions .buttons .quantity-wrap {
  width: 100px;
}

.popup-wrap-module article .product-view-card .content .actions .buttons .button.add {
  width: 85px;
  margin-left: 10px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .popup-wrap-module article .product-view-card .content .actions .buttons .button.add {
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: calc(100% - 30px) !important;
  }
}

.popup-wrap-module article .product-view-card .content .actions .buttons .button.request {
  width: 126px;
}

.popup-wrap-module article .button.cancel {
  background: #ffffff;
  color: #3e4c59;
  margin-right: 10px;
  border-color: #3e4c59;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (hover: hover) {
  .popup-wrap-module article .button.cancel:hover {
    color: white !important;
    background: #cccccc;
  }
}

.popup-wrap-module article .button.cancel, .popup-wrap-module article .button.create {
  width: 93px;
}

.popup-wrap-module article .fast-order-lists .wrap {
  height: 242px;
}

.popup-wrap-module article .fast-order-lists .wrap .checkbox-padding {
  padding: 10px 11px;
}

.popup-wrap-module article .fast-order-lists .wrap .checkbox-padding:hover, .popup-wrap-module article .fast-order-lists .wrap .checkbox-padding:focus {
  background: #f4f5f6;
}

.popup-wrap-module article .fast-order-lists .wrap .checkbox-padding .custom-checkbox {
  margin-bottom: 0;
  padding-left: 28px;
}

.popup-wrap-module article .fast-order-lists .search {
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .popup-wrap-module article .fast-order-lists .search {
    width: 100%;
    margin-bottom: 0;
  }
}

.popup-wrap-module article .fast-order-lists .button.dark-grey, .popup-wrap-module article .fast-order-lists .button.add {
  font-size: 13px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 768px) {
  .popup-wrap-module article .fast-order-lists .button.dark-grey, .popup-wrap-module article .fast-order-lists .button.add {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.popup-wrap-module article .fast-order-lists .product-view-card {
  padding: 29px 0;
}

.popup-wrap-module article .fast-order-lists .content {
  padding: 0;
  margin-left: 17px;
}

.popup-wrap-module.add-fast-order .background {
  background: rgba(0, 0, 0, 0.85);
}

.popup-wrap-module.add-fast-order article {
  max-width: 590px;
  padding: 40px;
}

@media (max-width: 600px) {
  .popup-wrap-module.add-fast-order article {
    padding: 20px;
  }
}

.popup-wrap-module.add-fast-order article .exit span {
  top: 15px;
  left: 10px;
  width: 15px;
  height: 1.5px;
}

.popup-wrap-module.add-fast-order article .custom-checkbox {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.popup-wrap-module.add-fast-order article .custom-checkbox .checkmark {
  top: 1px;
}

.popup-wrap-module.add-fast-order article .buttons {
  margin-top: 18px;
  padding-bottom: 0;
}

.popup-wrap-module.add-fast-order article .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 39px;
}

.popup-wrap-module.add-fast-order article .button.cancel {
  color: #6b6f74;
  border: 1px solid #cccccc;
}

@media (max-width: 600px) {
  .popup-wrap-module.add-fast-order article .button {
    width: calc(50% - 10px);
    height: 50px;
  }
  .popup-wrap-module.add-fast-order article .button.create {
    margin-left: 10px;
  }
  .popup-wrap-module.add-fast-order article .button .cancel {
    margin-right: 10px;
  }
}

/*********************************************
:: Pages
********************************************/
/*********************************************
:: Login Page and Checkout Login
********************************************/
.page-login, .page-checkout-login {
  /********************************************/
}

.page-login .content-narrow-width, .page-checkout-login .content-narrow-width {
  max-width: 920px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.page-login .content-narrow-width > div, .page-checkout-login .content-narrow-width > div {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 1025px) {
  .page-login .content-narrow-width > div, .page-checkout-login .content-narrow-width > div {
    margin: 0 20px;
    width: calc(50% - 40px);
  }
}

.page-login .body-container, .page-checkout-login .body-container {
  padding: 34px 0 70px;
}

.page-login .body-container h3, .page-checkout-login .body-container h3 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.page-login .body-container p, .page-checkout-login .body-container p {
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 1.715;
  color: #6b6f74;
}

.page-login .login-container, .page-checkout-login .login-container {
  padding: 20px 30px 30px;
  margin-bottom: 40px;
  background-color: #F4F5F6;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
}

@media (min-width: 1025px) {
  .page-login .login-container, .page-checkout-login .login-container {
    min-height: 414px;
    margin-bottom: 0;
  }
}

.page-login .login-container h3, .page-checkout-login .login-container h3 {
  padding-bottom: 19px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #e7e9eb;
}

.page-login .login-container .flex, .page-checkout-login .login-container .flex {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-login .login-container .flex > :first-child, .page-checkout-login .login-container .flex > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-login .login-container .flex > :last-child, .page-checkout-login .login-container .flex > :last-child {
  width: 100%;
  text-align: right;
}

@media (min-width: 600px) {
  .page-login .login-container .flex > :last-child, .page-checkout-login .login-container .flex > :last-child {
    width: auto;
  }
}

.page-login .login-container .form-field a, .page-checkout-login .login-container .form-field a {
  font-size: 12px;
  line-height: 18px;
  color: #272727;
}

.page-login .login-container .form-field a:hover, .page-login .login-container .form-field a:focus, .page-login .login-container .form-field a:active, .page-checkout-login .login-container .form-field a:hover, .page-checkout-login .login-container .form-field a:focus, .page-checkout-login .login-container .form-field a:active {
  color: #5a5a5a;
}

.page-login .login-container .form-field.button, .page-checkout-login .login-container .form-field.button {
  margin-top: 5px;
}

.page-login .login-container .form-field button[disabled], .page-checkout-login .login-container .form-field button[disabled] {
  opacity: 1;
}

.page-login .login-container .custom-checkbox, .page-checkout-login .login-container .custom-checkbox {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 23px;
}

.page-login .login-container.reset, .page-checkout-login .login-container.reset {
  min-height: auto;
}

.page-login .login-container.reset .form-field.button, .page-checkout-login .login-container.reset .form-field.button {
  margin-top: 20px;
}

.page-login .login-container.reset .form-group, .page-checkout-login .login-container.reset .form-group {
  padding-bottom: 15px;
}

.page-login .guest-container, .page-checkout-login .guest-container {
  text-align: center;
  background-color: white;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
}

.page-login .guest-container > div, .page-checkout-login .guest-container > div {
  padding: 20px 29px 30px;
}

.page-login .guest-container > div h3, .page-checkout-login .guest-container > div h3 {
  color: #3F4B59;
}

.page-login .guest-container > div p, .page-checkout-login .guest-container > div p {
  padding: 0 20px;
}

.page-login .guest-container .benefits, .page-checkout-login .guest-container .benefits {
  padding-top: 32px;
}

.page-login .guest-container .benefits .benefit, .page-checkout-login .guest-container .benefits .benefit {
  margin: 0 0 15px;
}

.page-login .guest-container .benefits .benefit:last-child, .page-checkout-login .guest-container .benefits .benefit:last-child {
  margin: 0;
}

.page-login .guest-container .benefits .benefit img, .page-checkout-login .guest-container .benefits .benefit img {
  width: 27px;
  margin: 4px 13px 0 -1px;
}

.page-login .guest-container .benefits .benefit .text, .page-checkout-login .guest-container .benefits .benefit .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3F4B59;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: left;
}

.page-login .guest-container .benefits .benefit .text strong, .page-checkout-login .guest-container .benefits .benefit .text strong {
  display: block;
  font-weight: 500;
  color: #272727;
}

.page-login .confirmation, .page-checkout-login .confirmation {
  max-width: 100% !important;
  width: 100% !important;
  padding: 40px;
  text-align: center;
  background: rgba(0, 174, 240, 0.05);
  border: 1px solid #00AEF0;
}

/*********************************************
:: Register Page                   
********************************************/
.page-register {
  padding-top: 60px;
  /********************************************/
}

/*********************************************
:: Home Page
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-home h3.top {
  margin-bottom: 40px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 28px;
  text-align: center;
  color: #3F4B59;
}

@media (max-width: 600px) {
  .page-home h3.top {
    margin-bottom: 30px;
  }
}

.page-home .hero-container {
  margin: 0 0 10px;
}

@media (max-width: 600px) {
  .page-home .hero-container {
    margin: 0 0 20px;
  }
}

@media (min-width: 1160px) {
  .page-home .hero-container {
    margin: 20px 0 40px;
  }
}

.page-home .hero-container .left {
  width: 100%;
  margin-bottom: 20px;
}

.page-home .hero-container .left .slick-dots {
  bottom: 25px;
}

@media (min-width: 768px) {
  .page-home .hero-container .left {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .page-home .hero-container .left {
    width: 820px;
  }
}

@media (max-width: 600px) {
  .page-home .hero-container .left .slick-dots {
    bottom: 4px;
  }
  .page-home .hero-container .left .slick-dots li {
    width: 10px;
    margin: 0 5px;
  }
  .page-home .hero-container .left .slick-dots li button:before {
    font-size: 30px;
  }
}

.page-home .hero-container .left article {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cbe6ee;
  border-radius: 3px;
  overflow: hidden;
}

.page-home .hero-container .left article .image {
  position: relative;
  margin: 0;
  width: 100%;
}

.page-home .hero-container .left article .image.gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 280px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #cbe6ee), to(transparent));
  background-image: linear-gradient(90deg, #cbe6ee 35%, transparent 100%);
}

@media (min-width: 1025px) {
  .page-home .hero-container .left article .image.gradient:before {
    width: 600px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cbe6ee), to(transparent));
    background-image: linear-gradient(90deg, #cbe6ee 50%, transparent 100%);
  }
}

.page-home .hero-container .left article .image.grey:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #dee1e4), to(transparent));
  background-image: linear-gradient(90deg, #dee1e4 50%, transparent 100%);
}

.page-home .hero-container .left article .image img {
  max-height: 420px;
  width: 100%;
  margin: 0 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 600px) {
  .page-home .hero-container .left article .image img {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .left article .image img {
    width: 100%;
  }
}

.page-home .hero-container .left article .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: auto;
  height: auto;
  max-height: 180px;
  margin: auto;
  padding: 30px 10px 30px 30px;
  background: rgba(0, 174, 240, 0.9);
}

@media (min-width: 900px) {
  .page-home .hero-container .left article .text {
    max-height: 264px;
    padding: 50px 15px 55px 51px;
  }
}

@media (max-width: 600px) {
  .page-home .hero-container .left article .text {
    max-height: 138px;
    padding: 20px 10px 30px 20px;
  }
}

.page-home .hero-container .left article .text:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 30px solid var(--bg-color);
}

@media (min-width: 900px) {
  .page-home .hero-container .left article .text:after {
    right: -50px;
    border-top: 132px solid transparent;
    border-bottom: 132px solid transparent;
    border-left: 50px solid var(--bg-color);
  }
}

@media (max-width: 600px) {
  .page-home .hero-container .left article .text:after {
    border-top: 69px solid transparent;
    border-bottom: 69px solid transparent;
  }
}

.page-home .hero-container .left article .text h1 {
  margin-bottom: 9px;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.53px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 900px) {
  .page-home .hero-container .left article .text h1 {
    font-size: 62px;
    line-height: 55px;
  }
}

@media (max-width: 600px) {
  .page-home .hero-container .left article .text h1 {
    margin-bottom: 0;
  }
}

.page-home .hero-container .left article .text h1.font-large {
  font-size: 28px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .page-home .hero-container .left article .text h1.font-large {
    font-size: 62px;
    line-height: 55px;
  }
}

.page-home .hero-container .left article .text h1.font-medium {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .page-home .hero-container .left article .text h1.font-medium {
    font-size: 52px;
    line-height: 45px;
  }
}

.page-home .hero-container .left article .text h1.font-small {
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .page-home .hero-container .left article .text h1.font-small {
    font-size: 42px;
    line-height: 40px;
  }
}

.page-home .hero-container .left article .text h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.23px;
  line-height: 20px;
  color: #272727;
}

@media (min-width: 900px) {
  .page-home .hero-container .left article .text h3 {
    margin-bottom: 33px;
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .page-home .hero-container .left article .text h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.page-home .hero-container .left article .text .button {
  min-width: 169px;
  height: 43px;
  margin-left: 3px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 600px) {
  .page-home .hero-container .left article .text .button {
    min-width: 105px;
    height: 28px;
    margin-top: 5px;
    font-size: 10px;
    line-height: 26px;
  }
}

.page-home .hero-container .right {
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .page-home .hero-container .right {
    padding: 0 10px;
  }
}

@media (min-width: 600px) {
  .page-home .hero-container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 700px;
    margin: 40px auto;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-container .right {
    width: 100%;
    margin: 40px 0;
  }
}

@media (min-width: 1280px) {
  .page-home .hero-container .right {
    display: inline-block;
    width: calc(100% - 820px);
    margin: 0;
    padding: 0 0 0 20px;
  }
}

.page-home .hero-container .right article {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  background-color: #F4F5F6;
  -webkit-box-shadow: 0 1px 0 #e7e9eb;
          box-shadow: 0 1px 0 #e7e9eb;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}

@media (min-width: 600px) {
  .page-home .hero-container .right article {
    width: calc(50% - 20px);
    margin: 0 0 0px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-container .right article {
    width: calc(50% - 10px);
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .page-home .hero-container .right article {
    width: 100%;
    margin: 0 0 20px;
  }
}

.page-home .hero-container .right article .wrap {
  position: relative;
  z-index: 2;
  min-height: 200px;
  padding: 24px 27px;
}

@media (min-width: 600px) {
  .page-home .hero-container .right article .wrap {
    padding: 24px 20px 70px;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .right article .wrap {
    padding: 24px 27px;
  }
}

@media (min-width: 1280px) {
  .page-home .hero-container .right article .wrap {
    padding: 24px 100px 24px 27px;
  }
}

.page-home .hero-container .right article.logged-in {
  background: -webkit-gradient(linear, right top, left top, from(rgba(223, 229, 229, 0)), to(#DFE5E5));
  background: linear-gradient(270deg, rgba(223, 229, 229, 0) 0%, #DFE5E5 100%);
}

.page-home .hero-container .right article.logged-in .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) and (max-width: 1160px) {
  .page-home .hero-container .right article.logged-in .wrap {
    display: block;
  }
}

.page-home .hero-container .right article.logged-in .wrap div {
  position: relative;
  z-index: 2;
}

.page-home .hero-container .right article.logged-in h3 {
  width: 50%;
  margin-bottom: 5px;
  margin-top: 22px;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 31px;
  text-transform: uppercase;
  color: #272727;
}

@media (min-width: 768px) {
  .page-home .hero-container .right article.logged-in h3 {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .page-home .hero-container .right article.logged-in h3 {
    width: 200px;
  }
}

@media (min-width: 1161px) {
  .page-home .hero-container .right article.logged-in h3 {
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .page-home .hero-container .right article.logged-in h3 {
    margin-top: 22px;
  }
}

@media (max-width: 600px) {
  .page-home .hero-container .right article.logged-in h3 {
    margin-top: 0;
  }
}

.page-home .hero-container .right article.logged-in p {
  width: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #272727;
}

@media (max-width: 600px) {
  .page-home .hero-container .right article.logged-in p {
    width: 56%;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .right article.logged-in p {
    width: 80%;
  }
}

.page-home .hero-container .right article.logged-in img.prod {
  position: absolute;
  top: 50%;
  right: 0;
  width: 182px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 600px) and (max-width: 1023px) {
  .page-home .hero-container .right article.logged-in img.prod {
    width: 100px;
    top: 23px;
    -webkit-transform: none;
            transform: none;
  }
}

.page-home .hero-container .right article.logged-in .button {
  min-width: 121px;
}

.page-home .hero-container .right article h3 {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #3F4B59;
}

.page-home .hero-container .right article ul {
  margin: 0;
  padding: 0;
}

.page-home .hero-container .right article ul li {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #272727;
}

.page-home .hero-container .right article ul li .icon {
  margin: 0 6px 0 1px;
  font-size: 15px;
  color: #00AEF0;
}

.page-home .hero-container .right article .icon-top {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #00AEF0;
}

.page-home .hero-container .right article .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  min-width: 129px;
  padding: 0 3px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 600px) {
  .page-home .hero-container .right article .button {
    padding: 0px 23px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .page-home .hero-container .right article .button {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin: 20px 0 0;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .right article .button {
    min-width: 159px;
    padding: 0px 12px;
  }
}

.page-home .hero-container .right article.product {
  position: relative;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 0 #e7e9eb;
          box-shadow: 0 1px 0 #e7e9eb;
  border-radius: 3px;
  background-color: #b0daeb;
}

.page-home .hero-container .right article.product:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(251, 230, 202, 0)), color-stop(65%, #fbe6ca));
  background-image: linear-gradient(270deg, rgba(251, 230, 202, 0) 30%, #fbe6ca 65%);
}

.page-home .hero-container .right article.product h3 {
  width: 50%;
  margin-top: 22px;
  margin-bottom: 5px;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 31px;
  text-transform: uppercase;
  color: #272727;
}

@media (min-width: 768px) {
  .page-home .hero-container .right article.product h3 {
    width: 80%;
  }
}

.page-home .hero-container .right article.product p {
  width: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #272727;
}

@media (max-width: 600px) {
  .page-home .hero-container .right article.product p {
    width: 56%;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .right article.product p {
    width: 80%;
  }
}

.page-home .hero-container .right article.product img.prod {
  position: absolute;
  top: 50%;
  right: 0;
  width: 182px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 600px) and (max-width: 1023px) {
  .page-home .hero-container .right article.product img.prod {
    width: 100px;
    top: 23px;
    -webkit-transform: none;
            transform: none;
  }
}

.page-home .hero-container .right article.product .button {
  min-width: 121px;
}

.page-home .hero-container .right article:hover {
  background: #dee1e4;
}

.page-home .categories-container {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .page-home .categories-container {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-home .categories-container {
    margin-bottom: 40px;
  }
}

.page-home .categories-container article {
  width: 100%;
  margin-bottom: 10px;
  background-color: #F4F5F6;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}

@media (max-width: 600px) {
  .page-home .categories-container article {
    margin: 0 0 20px;
  }
}

@media (min-width: 600px) {
  .page-home .categories-container article {
    width: calc(33.33% - 13.33px);
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-home .categories-container article .wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 170px;
  padding: 28px 15px;
}

.page-home .categories-container article img {
  width: calc(100% - 220px);
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  .page-home .categories-container article img {
    width: 75px;
    height: 75px;
  }
}

.page-home .categories-container article .text {
  width: 260px;
  padding-left: 15px;
}

@media (min-width: 600px) and (max-width: 900px) {
  .page-home .categories-container article .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-home .categories-container article img {
    width: 100%;
    margin: 0 auto;
  }
  .page-home .categories-container article .text {
    width: 100%;
  }
}

.page-home .categories-container article h3 {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #3F4B59;
}

.page-home .categories-container article p {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #272727;
}

.page-home .categories-container article p.right {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6b6f74;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}

.page-home .categories-container article p.right span.icon {
  vertical-align: middle;
  margin-left: 2px;
}

.page-home .categories-container article:hover {
  background: #dee1e4;
}

.page-home .categories-container article:hover .right {
  color: #2F2F30;
}

.page-home .products-container {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-home .products-container {
    margin-bottom: 40px;
  }
}

.page-home .products-container .slide {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #e7e9eb;
          box-shadow: 0 1px 0 #e7e9eb;
}

@media (max-width: 600px) {
  .page-home .products-container .slide {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 35px 20px 0;
  }
}

@media (min-width: 768px) {
  .page-home .products-container .slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 30px;
    background-size: cover;
    background-color: #aaa69d;
  }
}

.page-home .products-container .slide img.mob-hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .page-home .products-container .slide img.mob-hero {
    display: none;
  }
}

.page-home .products-container .slide .left {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .page-home .products-container .slide .left {
    width: calc(50% - 10px);
    margin: 1px 0 0;
  }
}

@media (min-width: 1025px) {
  .page-home .products-container .slide .left {
    width: calc(100% - 660px);
    padding-left: 9px;
  }
}

.page-home .products-container .slide .left h2, .page-home .products-container .slide .left legend {
  margin-bottom: 1px;
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.45px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 768px) {
  .page-home .products-container .slide .left h2, .page-home .products-container .slide .left legend {
    font-size: 52px;
    line-height: 55px;
  }
}

.page-home .products-container .slide .left h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.18px;
  line-height: 20px;
  color: #272727;
}

@media (max-width: 600px) {
  .page-home .products-container .slide .left h3 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .page-home .products-container .slide .left h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.page-home .products-container .slide .left .button {
  min-width: 169px;
  height: 43px;
  line-height: 42px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
}

@media (max-width: 600px) {
  .page-home .products-container .slide .left .button {
    min-width: 105px;
    height: 28px;
    margin-top: 5px;
    font-size: 10px;
    line-height: 26px;
  }
}

.page-home .products-container .slide .right {
  display: inline-block;
  width: 100%;
}

@media (max-width: 600px) {
  .page-home .products-container .slide .right {
    width: calc(100% + 26px);
    margin: 0 -13px;
  }
}

@media (min-width: 768px) {
  .page-home .products-container .slide .right {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1025px) {
  .page-home .products-container .slide .right {
    width: 660px;
  }
}

.page-home .products-container .slide .right article .wrap {
  display: inline-block;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 19px;
  text-align: center;
  background: white;
  border-radius: 3px;
  border: 1px solid #E7E9EB;
  outline: none !important;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (max-width: 600px) {
  .page-home .products-container .slide .right article .wrap {
    width: calc(100% - 6px);
    margin: 0 3px;
    min-height: 244px;
  }
}

.page-home .products-container .slide .right article img {
  height: 160px;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  .page-home .products-container .slide .right article img {
    height: 124px;
    width: 124px;
  }
}

.page-home .products-container .slide .right article h3 {
  min-height: 40px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #272727;
}

.page-home .products-container .slide .right article:hover .wrap {
  border-color: #00AEF0;
}

.page-home .products-container .slide .right .slick-slider {
  position: static;
}

.page-home .products-container .slide .right .slick-slider .slick-dots {
  left: 50px;
  bottom: 40px;
  right: auto;
  width: auto;
}

.page-home .trending-container {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .page-home .trending-container {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-home .trending-container .content-max-width.flex {
    padding: 0 10px;
  }
}

.page-home .trending-container .wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.page-home .trending-container .article.product-item {
  width: calc(50% - 6px);
  margin: 0 3px 20px;
}

@media (min-width: 768px) {
  .page-home .trending-container .article.product-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 33px;
  }
}

@media (min-width: 900px) {
  .page-home .trending-container .article.product-item {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1025px) {
  .page-home .trending-container .article.product-item {
    width: calc(20% - 20px);
  }
}

@media (min-width: 768px) {
  .page-home .popular-categories-container .content-max-width.flex {
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  .page-home .popular-categories-container .content-max-width.flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.page-home .popular-categories-container article {
  width: calc(50% - 8px);
  margin: 0 4px 20px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 600px) {
  .page-home .popular-categories-container article {
    width: calc(33.33% - 20px);
    margin: 0 10px 40px;
  }
}

@media (min-width: 1025px) {
  .page-home .popular-categories-container article {
    width: calc(20% - 20px);
  }
}

@media (min-width: 1280px) {
  .page-home .popular-categories-container article {
    width: calc(16.66% - 20px);
  }
}

.page-home .popular-categories-container article .image {
  position: relative;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-home .popular-categories-container article .image {
    height: 228px;
  }
}

.page-home .popular-categories-container article .image span {
  display: inline-block;
  margin-top: 108%;
}

.page-home .popular-categories-container article .image .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.page-home .popular-categories-container article .image .img-container img {
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.page-home .popular-categories-container article h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4px 8px 16px;
  margin-bottom: 0;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background: white;
  border: 1px solid #E7E9EB;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .page-home .popular-categories-container article h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-home .popular-categories-container article h3 .icon {
    font-size: 16px;
    margin-left: 2px;
  }
}

@media (max-width: 400px) {
  .page-home .popular-categories-container article h3 {
    height: calc(100% - 186.5px);
    padding: 10px 16px 8px;
    display: block;
  }
}

@media (hover: hover) {
  .page-home .popular-categories-container a:hover .image .img-container img {
    border-top: 1px solid #00AEF0;
    border-right: 1px solid #00AEF0;
    border-left: 1px solid #00AEF0;
  }
  .page-home .popular-categories-container a:hover h3 {
    color: #00AEF0;
    -webkit-box-shadow: 0 1px 0 0 #00aef0;
            box-shadow: 0 1px 0 0 #00aef0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #00AEF0;
    border-left: 1px solid #00AEF0;
  }
}

.page-home #google-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -7px 40px;
  /*color: #E4B248;*/
}

@media (max-width: 767px) {
  .page-home #google-reviews {
    width: 100%;
    overflow: auto;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 60px;
  }
}

.page-home #google-reviews .review-item {
  width: calc(100%/3 - 14px);
  min-height: 203px;
  margin: 0 7px;
  padding: 24px;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .page-home #google-reviews .review-item {
    width: 100%;
    margin: 0 20px 0 0;
  }
}

.page-home #google-reviews .review-item .review-meta {
  position: relative;
}

.page-home #google-reviews .review-item .review-author {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: #3F4B59;
}

.page-home #google-reviews .review-item .review-sep {
  display: none;
}

.page-home #google-reviews .review-item .review-date {
  position: absolute;
  bottom: -23px;
  left: 85px;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 19px;
  color: #6B6F74;
}

.page-home #google-reviews .review-item p {
  margin: 0;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 19px;
  color: #272727;
}

.page-home #google-reviews .review-stars ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-home #google-reviews .review-stars ul li {
  float: left;
  margin: 0;
  margin-right: 5px;
}

.page-home #google-reviews .review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
  font-style: normal;
}

.page-home #google-reviews .review-stars ul li i.inactive {
  color: #c6c6c6;
}

.page-home #google-reviews .star:after {
  content: "\2605";
}

.page-home .google-reviews img.title {
  height: 31px;
  width: 181px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  .page-home .google-reviews img.title {
    margin-bottom: 30px;
  }
}

.page-home .google-reviews .google-slideshow {
  margin: 0 -7px 40px;
}

@media (max-width: 768px) {
  .page-home .google-reviews .google-slideshow {
    margin-bottom: 60px;
  }
}

.page-home .google-reviews .google-slideshow .slick-slide > div {
  margin: 0 7px;
}

.page-home .google-reviews .google-slideshow .slick-dots {
  bottom: -45px;
}

.page-home .google-reviews .google-slideshow .slick-dots li button:before {
  color: #3F4B59;
}

.page-home .google-reviews .google-slideshow .slick-dots li.slick-active button:before {
  color: #3F4B59;
}

.page-home .google-reviews .review-card {
  max-width: 400px;
  min-height: 203px;
  padding: 24px;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .page-home .google-reviews .review-card {
    width: 100%;
  }
}

.page-home .google-reviews .review-card h4 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: #3F4B59;
}

.page-home .google-reviews .review-card .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.page-home .google-reviews .review-card .stars img {
  height: 12px;
  width: 68px;
  margin-right: 4px;
}

.page-home .google-reviews .review-card .stars span {
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 19px;
  color: #6B6F74;
}

.page-home .google-reviews .review-card .wysiwyg:last-child {
  margin: 0;
}

.page-home .google-reviews .review-card .wysiwyg p {
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 19px;
  color: #272727;
}

.page-home .video-container {
  width: 100%;
  height: 400px;
  font-size: 0;
  background-image: url("/images/video-hero-2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .page-home .video-container {
    height: 250px;
    background-attachment: scroll;
  }
}

.page-home .video-container .video {
  width: 100%;
}

@media (max-width: 768px) {
  .page-home .video-container .video {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-home .video-container .wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-home .video-container .wrap .play-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 68px;
  height: 50px;
  margin: auto;
  text-align: center;
  background-color: rgba(31, 29, 30, 0.9);
  border-radius: 15px;
  opacity: 0.8;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-home .video-container .wrap .play-button img {
  width: 19px;
  height: 20px;
  margin: 15px auto;
}

.page-home .video-container .wrap:hover .play-button {
  background-color: rgba(205, 32, 31, 0.9);
  opacity: 1;
}

@media (max-width: 768px) {
  .page-home .video-container iframe {
    height: 240px;
  }
}

.iframe-popup {
  max-width: 854px;
  margin: auto;
  text-align: center;
}

.iframe-popup iframe {
  max-width: 854px;
  margin: auto;
}

.iframe-popup .mfp-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 22;
  color: white !important;
}

@media (max-width: 600px) {
  .visible-small {
    display: inline-block;
  }
  .hidden-small {
    display: none;
  }
}

@media (min-width: 601px) {
  .visible-small {
    display: none;
  }
  .hidden-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*********************************************
:: About Page
********************************************/
.page-about {
  /********************************************/
}

.page-about .body-container {
  padding-bottom: 60px;
}

@media (max-width: 600px) {
  .page-about .body-container {
    padding-bottom: 40px;
  }
}

.page-about .body-container img.hero-image {
  width: 100%;
  margin-bottom: 40px;
}

.page-about .body-container img.hero {
  border-radius: 3px;
}

.page-about .body-container .content {
  max-width: 870px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-about .body-container .content {
    margin-bottom: 60px;
  }
}

.page-about .body-container .content .page-title {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  .page-about .body-container .content .page-title {
    margin: 20px 0;
    text-align: left;
  }
}

.page-about .body-container .content p {
  font-size: 15px;
  line-height: 24px;
}

.page-about .body-container .banners {
  padding: 60px 0 30px;
  margin-bottom: 60px;
  background: #F4F5F6;
}

@media (max-width: 600px) {
  .page-about .body-container .banners {
    padding: 40px 0 10px;
    margin-bottom: 40px;
  }
}

.page-about .body-container .banners .banner-row {
  margin-bottom: 30px;
}

.page-about .body-container .banners .banner-row:nth-child(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-about .body-container .banners .banner-row .flex {
  -webkit-box-shadow: 0 1px 0 #e7e9eb;
          box-shadow: 0 1px 0 #e7e9eb;
  border-radius: 3px;
  overflow: hidden;
}

.page-about .body-container .banners .banner-row .image {
  width: 505px;
}

@media (max-width: 1160px) {
  .page-about .body-container .banners .banner-row .image {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .page-about .body-container .banners .banner-row .image {
    width: 100%;
  }
}

.page-about .body-container .banners .banner-row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about .body-container .banners .banner-row .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px;
  background: white;
}

@media (max-width: 768px) {
  .page-about .body-container .banners .banner-row .text {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .page-about .body-container .banners .banner-row .text {
    padding: 40px 30px;
  }
}

.page-about .body-container .banners .banner-row .text h4 {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: normal;
  color: #00AEF0;
}

.page-about .body-container .banners .banner-row .text .wysiwyg:last-child {
  margin: 0;
}

.page-about .body-container .banners .banner-row .text .wysiwyg p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  color: #272727;
}

.page-about .body-container .why-us article {
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 20px;
  text-align: center;
  background: white;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
}

@media (min-width: 1025px) {
  .page-about .body-container .why-us article {
    padding: 20px 30px 23px;
  }
}

@media (min-width: 1024px) {
  .page-about .body-container .why-us article {
    width: calc(33.33% - 14px);
    margin-bottom: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.page-about .body-container .why-us article img {
  margin: 0 auto 9px;
  height: 80px;
  width: auto;
}

.page-about .body-container .why-us article h3 {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #3F4B59;
}

.page-about .body-container .why-us article p {
  color: #272727;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/*********************************************
:: Our Team
********************************************/
.page-our-team {
  /********************************************/
}

.page-our-team .body-container {
  padding: 20px 0;
}

.page-our-team .body-container .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-our-team .body-container article {
  text-align: center;
}

.page-our-team .body-container article .wrap {
  width: 88%;
  margin: 0 auto 30px;
}

.page-our-team .body-container article .image {
  margin: 0 auto 20px;
}

.page-our-team .body-container article .content {
  text-align: left;
}

.page-our-team .body-container article .content h3 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.page-our-team .body-container article .content h4 {
  font-size: 14px;
  line-height: 24px;
}

/*********************************************
:: Testimonials
********************************************/
.page-testimonials {
  /********************************************/
}

.page-testimonials .body-container article {
  display: none;
  padding: 20px 0;
}

.page-testimonials .body-container article .author h2, .page-testimonials .body-container article .author legend {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: #00AEF0;
}

.page-testimonials .body-container article .author h3 {
  font-size: 14px;
  line-height: 20px;
}

.page-testimonials .body-container article .quote {
  position: relative;
  padding: 0;
}

.page-testimonials .body-container article.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fade-in .5s;
          animation: fade-in .5s;
}

.page-testimonials .body-container article:last-child {
  padding-bottom: 100px;
}

.page-testimonials .body-container .button {
  display: none;
  margin: 0 auto;
}

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/
  /********************************************/
}

.page-contact .top {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-contact .top {
    margin-bottom: 60px;
  }
}

.page-contact .top .page-title {
  margin-bottom: 31px;
}

.page-contact .top .details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-contact .top .map-container {
  margin-top: 40px;
  width: 100%;
}

@media (min-width: 1160px) {
  .page-contact .top .map-container {
    margin: 0;
    width: 610px;
  }
}

.page-contact .top .map-container .map {
  height: 300px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
}

.page-contact .details > div:not(:last-child) {
  margin-bottom: 20px;
}

.page-contact .details h3 {
  margin: 0 0 5px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6c7176;
}

.page-contact .details p, .page-contact .details a {
  display: block;
  margin-bottom: 0;
  color: #272727;
  font-size: 14px;
  line-height: 24px;
}

.page-contact .details a:hover, .page-contact .details a:focus, .page-contact .details a:active {
  color: #5a5a5a;
}

.page-contact .details .email {
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  color: #00AEF0;
}

.page-contact .details .email:hover, .page-contact .details .email:focus, .page-contact .details .email:active {
  color: #0082b3;
}

.page-contact .details .email-big {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #00AEF0;
}

@media (min-width: 768px) {
  .page-contact .details .email-big {
    font-size: 22px;
  }
}

.page-contact .details .email-big:hover, .page-contact .details .email-big:focus, .page-contact .details .email-big:active {
  color: #0082b3;
}

.page-contact .details .text-big {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
}

@media (min-width: 768px) {
  .page-contact .details .text-big {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .page-contact .details .flex.halves > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-contact .contact-cards-container {
  padding: 20px 0 50px 0;
  background-color: #F4F5F6;
}

@media (min-width: 768px) {
  .page-contact .contact-cards-container {
    padding: 50px 0;
  }
}

.page-contact .contact-cards-container .flex {
  margin: 0 -10px;
}

.page-contact .contact-cards-container article {
  padding: 20px 20px 18px;
  margin: 10px;
  width: calc(100% - 20px);
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: white;
}

@media (min-width: 600px) {
  .page-contact .contact-cards-container article {
    width: calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .page-contact .contact-cards-container article {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1160px) {
  .page-contact .contact-cards-container article {
    width: calc(25% - 20px);
  }
}

/*********************************************
:: Product Detail Page
********************************************/
.page-product-detail {
  /********************************************/
}

.page-product-detail .body-container {
  margin: 40px 0;
  padding: 0;
}

@media (max-width: 600px) {
  .page-product-detail .body-container {
    margin: -10px 0 10px;
  }
}

.page-product-detail .body-container .images {
  width: 100%;
  margin: 0 0 20px;
  font-size: 0;
}

@media (min-width: 768px) {
  .page-product-detail .body-container .images {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1280px) {
  .page-product-detail .body-container .images {
    width: 560px;
    margin: 0 70px 0 0;
  }
}

@media (max-width: 600px) {
  .page-product-detail .body-container .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .page-product-detail .body-container .images {
    position: relative;
  }
  .page-product-detail .body-container .images:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 25px;
    width: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
}

.page-product-detail .body-container .images .thumbs {
  position: relative;
  display: inline-block;
  width: 67px;
  height: 224px;
  margin-right: 3px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .images .thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 95px;
    overflow-y: hidden;
  }
}

@media (min-width: 768px) {
  .page-product-detail .body-container .images .thumbs {
    width: 101px;
    height: 449px;
    margin-right: 8px;
    overflow: hidden;
  }
  .page-product-detail .body-container .images .thumbs:hover, .page-product-detail .body-container .images .thumbs:active, .page-product-detail .body-container .images .thumbs:focus {
    overflow-y: auto;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
  }
}

.page-product-detail .body-container .images .thumbs .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  margin: 0 0 6px;
  cursor: pointer;
  border: 1px solid #e7e9eb;
  border-radius: 3px;
  opacity: 0.6;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .images .thumbs .thumb {
    height: 85px;
    width: 85px;
    min-width: 85px;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .page-product-detail .body-container .images .thumbs .thumb {
    width: 90px;
    height: 90px;
  }
}

.page-product-detail .body-container .images .thumbs .thumb img {
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-product-detail .body-container .images .thumbs .thumb.doc img {
  width: 33px;
  height: 40px;
}

.page-product-detail .body-container .images .thumbs .thumb.video img {
  width: 83px;
  height: 47px;
  opacity: 0.6;
}

.page-product-detail .body-container .images .thumbs .thumb.active {
  opacity: 1;
  border-color: #00AEF0;
}

.page-product-detail .body-container .images .thumbs::-webkit-scrollbar {
  width: 80px;
  height: 5px;
}

@media (min-width: 600px) {
  .page-product-detail .body-container .images .thumbs::-webkit-scrollbar {
    width: 5px;
    height: 80px;
  }
}

.page-product-detail .body-container .images .thumbs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: white;
}

.page-product-detail .body-container .images .thumbs::-webkit-scrollbar-thumb {
  background-color: #6b6f74;
  border-radius: 10px;
}

.page-product-detail .body-container .images .hero {
  position: relative;
  display: inline-block;
  width: calc(100% - 70px);
  border: 1px solid #e7e9eb;
  border-radius: 3px;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .images .hero {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .page-product-detail .body-container .images .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 112px);
    height: 449px;
    padding-bottom: 25px;
  }
}

.page-product-detail .body-container .images .hero img {
  margin: auto;
  max-height: 425px;
  min-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .images .hero img {
    height: 300px;
  }
}

.page-product-detail .body-container .images .hero .zoom {
  position: absolute;
  bottom: 45px;
  right: 19px;
  width: 16px;
  height: auto;
  min-height: 16px;
  cursor: pointer;
}

.page-product-detail .body-container .images .hero .sku {
  width: 100%;
  height: 25px;
  font-size: 11px;
  letter-spacing: -0.09px;
  line-height: 25px;
  text-align: center;
  color: #272727;
  border-radius: 0 0 2px 2px;
  background: #F4F5F6;
}

@media (min-width: 768px) {
  .page-product-detail .body-container .images .hero .sku {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.page-product-detail .body-container .content {
  width: 100%;
}

@media (min-width: 768px) {
  .page-product-detail .body-container .content {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1280px) {
  .page-product-detail .body-container .content {
    width: 610px;
    margin-top: -6px;
  }
}

.page-product-detail .body-container .content h1.page-title {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-product-detail .body-container .content h1.page-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.page-product-detail .body-container .content h3 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6b6f74;
}

.page-product-detail .body-container .content .description-block {
  margin: 0 0 23px;
  font-size: 14px;
  line-height: 24px;
  color: #272727;
}

.page-product-detail .body-container .content .description-block p {
  margin-bottom: 0;
}

.page-product-detail .body-container .content .description-block .description {
  max-height: 144px;
  overflow: hidden;
}

.page-product-detail .body-container .content .description-block .description.active {
  max-height: none;
}

.page-product-detail .body-container .content .description-block button.round-strike {
  position: relative;
  top: -7px;
  width: 100%;
  border-bottom: 1px solid #E7E9EB;
  cursor: pointer;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .content .description-block button.round-strike {
    top: 2px;
  }
}

.page-product-detail .body-container .content .description-block button.round-strike.detract span {
  background: white;
  border: 1px solid #ccc;
}

.page-product-detail .body-container .content .description-block button.round-strike.detract span:before {
  color: #CCCCCC;
}

.page-product-detail .body-container .content .description-block button.round-strike.inactive {
  cursor: default;
}

.page-product-detail .body-container .content .description-block button.round-strike.inactive span {
  background: white;
  border: 1px solid #E7E9EB;
}

.page-product-detail .body-container .content .description-block button.round-strike.inactive span:before {
  color: #CCCCCC;
}

.page-product-detail .body-container .content .description-block button.round-strike span {
  position: relative;
  top: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding-left: 1px;
  background: #00AEF0;
  border-radius: 50%;
}

.page-product-detail .body-container .content .description-block button.round-strike span:before {
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  color: white;
}

.page-product-detail .body-container .content .info-blocks .block {
  width: 100%;
  padding: 22px 12px 20px 18px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
}

@media (min-width: 768px) {
  .page-product-detail .body-container .content .info-blocks .block {
    width: calc(50% - 10px);
  }
}

.page-product-detail .body-container .content .info-blocks .block ul {
  margin: 0;
  padding: 0;
}

.page-product-detail .body-container .content .info-blocks .block ul li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 39px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #3f4b59;
}

.page-product-detail .body-container .content .info-blocks .block ul li .icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 25px;
  color: #3f4b59;
}

.page-product-detail .body-container .content .info-blocks .block ul li .icon.icon-circle-tick {
  color: #69bc0a;
}

.page-product-detail .body-container .content .info-blocks .block ul li img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  margin: 0;
}

.page-product-detail .body-container .content .info-blocks .block ul li strong {
  font-weight: 500;
  color: #272727;
}

.page-product-detail .body-container .content .info-blocks .block ul li:last-of-type {
  margin-bottom: 0;
}

.page-product-detail .body-container .content .info-blocks .block.grey {
  background: #F4F5F6;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .content .info-blocks .block.grey {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

.page-product-detail .body-container .content .info-blocks .block.grey a {
  color: #3F4B59;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-product-detail .body-container .content .info-blocks .block.grey a img {
  margin-right: 12px;
  width: 28px;
  height: auto;
}

@media (max-width: 600px) {
  .page-product-detail .body-container .content .info-blocks .block.features {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

.page-product-detail .upsell-component {
  padding-bottom: 10px;
}

/*******************************************/
/*********************************************
:: Products Page
********************************************/
.page-products {
  /********************************************/
  /********************************************/
}

.page-products .body-container {
  padding-bottom: 40px;
}

.page-products select,
.page-products p,
.page-products article h3 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #272727;
}

.page-products .black-link, .page-products .black-link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3F4B59;
}

.page-products .top-container {
  width: 100%;
  margin-bottom: 30px;
}

.page-products .top-container h2, .page-products .top-container legend, .page-products .top-container h1 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  color: #000;
}

.page-products .sort-wrap {
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .page-products .sort-wrap {
    position: absolute;
    top: 0px;
    right: 20px;
    margin: 0;
  }
}

.page-products .sort {
  position: relative;
  width: 120px;
  margin-left: auto;
}

.page-products .sort:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

.page-products .sort select {
  position: relative;
  width: 100%;
  height: 33px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #E7E9EB;
  background-color: transparent;
  z-index: 2;
}

@media (max-width: 767px) {
  .page-products .body-container {
    padding: 0 10px 60px;
  }
}

@media (max-width: 600px) {
  .page-products .body-container {
    padding: 0 10px 10px;
  }
}

.page-products .sidebar {
  display: none;
  padding-right: 20px;
}

@media (min-width: 1025px) {
  .page-products .sidebar {
    display: block;
    width: 17%;
  }
}

.page-products .sidebar a {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

@media (hover: hover) {
  .page-products .sidebar a:hover {
    color: #00AEF0;
  }
}

.page-products .sidebar a.active {
  font-weight: 700;
}

.page-products .categories {
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .page-products .categories {
    margin: -1px -9px 0;
    width: calc(83% + 18px);
  }
}

.page-products .categories .flex {
  width: 100%;
}

@media (max-width: 450px) {
  .page-products .categories .flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.page-products .categories article {
  width: calc(50% - 8px);
  margin: 0 4px 20px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: white;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .page-products .categories article {
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  .page-products .categories article {
    width: calc(25% - 18px);
    margin: 0 9px 20px;
  }
}

@media (min-width: 1025px) {
  .page-products .categories article .image {
    height: 256px;
  }
}

.page-products .categories article .image img {
  height: 100%;
  width: 100%;
  border-radius: 3px 3px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .page-products .categories article .image img {
    border-radius: 5px;
  }
}

.page-products .categories article h1, .page-products .categories article h3 {
  margin: 0;
  padding: 8px;
}

@media (min-width: 768px) {
  .page-products .categories article h1, .page-products .categories article h3 {
    padding: 12px 15px;
  }
}

@media (max-width: 767px) {
  .page-products .categories article h1, .page-products .categories article h3 {
    font-size: 13px;
    padding: 12px 15px;
  }
}

.page-products .categories article h1 [class^="icon"], .page-products .categories article h3 [class^="icon"] {
  position: relative;
  top: 2px;
  color: #6b6f74;
  font-size: 14px;
  margin-left: -2px;
}

@media (min-width: 768px) {
  .page-products .categories article h1 [class^="icon"], .page-products .categories article h3 [class^="icon"] {
    font-size: 16px;
  }
}

.page-products .categories article.title {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-products .categories article.title {
    height: 200px;
  }
}

@media (hover: hover) {
  .page-products .categories article.title:hover {
    border-color: #e7e9eb;
  }
}

.page-products .categories article.title .image {
  height: 100%;
  overflow: hidden;
}

.page-products .categories article.title .image img {
  border-radius: 3px;
}

.page-products .categories article.title h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  color: white;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: color 0.4s ease-in-out;
          transform: color 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .page-products .categories article.title h1 {
    font-size: 40px;
  }
}

@media (hover: hover) {
  .page-products .categories article:hover {
    border-color: #00AEF0;
  }
}

.page-products .category-seo {
  padding: 60px 0;
  background-color: #F4F5F6;
}

.page-products .category-seo .content-max-width {
  max-width: 650px;
}

.page-products .category-seo h2, .page-products .category-seo legend {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
  color: #272727;
}

.page-products .category-seo .wysiwyg:last-child {
  margin: 0;
}

.page-products .category-seo .wysiwyg p {
  color: #272727;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.page-products.product-level-2 .categories article {
  position: relative;
}

.page-products.product-level-2 .categories article .image {
  position: relative;
  padding: 10px;
  height: auto;
}

@media (min-width: 768px) {
  .page-products.product-level-2 .categories article .image {
    padding: 15px;
  }
}

@media (min-width: 1025px) {
  .page-products.product-level-2 .categories article .image {
    padding: 20px 22px;
  }
}

.page-products.product-level-2 .categories article .image img {
  width: 100%;
  height: 180px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

@media (min-width: 1025px) {
  .page-products.product-level-2 .categories article .image img {
    height: 200px;
  }
}

@media (hover: hover) {
  .page-products.product-level-2 .categories article .image img:hover.hover {
    opacity: 1;
  }
}

.page-products.product-level-2 .categories article .image img.main-image {
  opacity: 1;
}

.page-products.product-level-2 .categories article .image img.hover {
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  opacity: 0;
  background: white;
}

@media (min-width: 768px) {
  .page-products.product-level-2 .categories article .image img.hover {
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
}

@media (min-width: 1025px) {
  .page-products.product-level-2 .categories article .image img.hover {
    width: calc(100% - 44px);
    top: 20px;
    left: 22px;
  }
}

.page-products.product-level-2 .categories article h3 {
  margin: 0;
  padding: 0 10px 20px;
  text-align: center;
}

@media (min-width: 1025px) {
  .page-products.product-level-2 .categories article h3 {
    padding: 0 15px 38px;
  }
}

.page-products.product-level-2 .categories article .tag {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  height: 55px;
  width: 55px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #00AEF0;
  border-radius: 50%;
  border: 1px solid #00AEF0;
  background-color: white;
  z-index: 10;
}

.page-products.product-level-2 .categories article .tag.new {
  font-size: 14px;
  padding: 14px 0 0;
}

.page-products.product-level-2 .categories article .tag.popular {
  font-size: 9px;
  padding: 14px 0;
}

.page-products.product-level-2 .categories article .tag.promo {
  font-size: 11px;
  line-height: 1;
  padding: 16px 0 0;
}

.page-products.product-level-2 .categories .load-wrap {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.page-products.product-level-2 .categories .load-wrap button {
  min-width: 230px;
}

.page-products .category-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 600px) {
  .page-products.product-level-1 .site-breadcrumbs {
    margin-bottom: 10px;
  }
  .page-products.product-level-1 .top-container {
    margin-bottom: 0;
  }
  .page-products.product-level-1 .categories article.title {
    margin-bottom: 10px;
  }
}

/*******************************************/
/*********************************************
:: Terms and Conditions Page                
********************************************/
.agreement-page {
  /********************************************/
}

.agreement-page .flex {
  max-width: 1035px;
}

.agreement-page .page-navigate {
  margin-bottom: 30px;
  width: 190px;
}

.agreement-page .page-navigate a {
  display: block;
  padding: 19px 16px 19px 19px;
  margin-bottom: 10px;
  color: #272727;
  font-size: 15px;
}

.agreement-page .page-navigate a.active {
  color: white;
  border-radius: 3px;
  background-color: #272727;
}

@media (min-width: 768px) {
  .agreement-page .content {
    width: calc(100% - 190px - 65px);
    margin: 0 0 50px 65px;
  }
}

.agreement-page .content div {
  margin-bottom: 57px;
}

.agreement-page .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

/*********************************************
:: Checkout Login
********************************************/
.page-checkout-login .body-container {
  padding-top: 60px;
}

.page-checkout-login .content-narrow-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-checkout-login .content-narrow-width > div {
  max-width: 400px;
}

.page-checkout-login .content-narrow-width .guest-container {
  border-color: transparent;
}

@media (min-width: 1025px) {
  .page-checkout-login .content-narrow-width .guest-container {
    padding-top: 28px;
  }
}

/*********************************************
:: Checkout Page
********************************************/
.page-checkout {
  padding-top: 60px;
}

.page-checkout .form-field.two-inputs .validate + input + input {
  border: 1px solid #EF132E;
}

.page-checkout .form-field .red-required {
  color: #EF132E;
}

.page-checkout .form-field .validate + input {
  border: 1px solid #EF132E;
}

.page-checkout .form-field span.validate {
  position: absolute;
  top: 0;
  left: unset;
  right: 0px;
  display: inline-block;
  width: auto;
  padding: 0;
  font-size: 12px;
  font-style: italic;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: right;
  color: #EF132E;
  border: none;
  background: none;
}

.page-checkout .form-field span.validate.bottom {
  width: 130%;
  top: 70px;
}

/*********************************************
:: Catalogues Page                   
********************************************/
.page-catalogues {
  padding-bottom: 40px;
  /********************************************/
}

.page-catalogues .page-title {
  padding-top: 1px;
  margin-bottom: 29px;
}

.page-catalogues .form-catalogue {
  position: relative;
  padding: 20px 19px 5px;
  margin-bottom: 40px;
  border-radius: 3px;
  border: 1px solid #00AEF0;
  background-color: rgba(0, 174, 240, 0.05);
}

.page-catalogues .form-catalogue > button {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 600px) {
  .page-catalogues .form-catalogue > button {
    right: 14px;
    top: 14px;
  }
}

.page-catalogues .form-catalogue > p {
  margin-bottom: 21px;
}

.page-catalogues .form-catalogue .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}

@media (min-width: 1025px) {
  .page-catalogues .form-catalogue .form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 600px) {
  .page-catalogues .form-catalogue .form .form-field:not(:last-child) {
    margin-right: 1%;
  }
}

@media (min-width: 1025px) {
  .page-catalogues .form-catalogue .form .form-field:not(:last-child) {
    margin-right: 10px;
  }
}

.page-catalogues .form-catalogue .form .form-field:not(:last-child) label {
  margin-bottom: 7px;
}

.page-catalogues .form-catalogue .form .form-field.smaller {
  width: 100%;
}

@media (min-width: 600px) {
  .page-catalogues .form-catalogue .form .form-field.smaller {
    width: 49.5%;
  }
}

@media (min-width: 1025px) {
  .page-catalogues .form-catalogue .form .form-field.smaller {
    width: 28%;
  }
}

@media (max-width: 1024px) {
  .page-catalogues .form-catalogue .form .form-field.smaller:nth-of-type(2) {
    margin-right: 0;
  }
}

.page-catalogues .form-catalogue .form .form-field:nth-child(3) {
  width: 100%;
}

@media (min-width: 600px) {
  .page-catalogues .form-catalogue .form .form-field:nth-child(3) {
    width: 79%;
  }
}

@media (min-width: 1025px) {
  .page-catalogues .form-catalogue .form .form-field:nth-child(3) {
    width: 38.5%;
  }
}

.page-catalogues .form-catalogue .form .form-field.buttons {
  width: 100%;
}

@media (min-width: 600px) {
  .page-catalogues .form-catalogue .form .form-field.buttons {
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .page-catalogues .form-catalogue .form .form-field.buttons {
    width: 11.5%;
  }
}

.page-catalogues .form-catalogue .form .form-field.buttons .button {
  font-size: 14px;
}

.page-catalogues .catalogues {
  margin: 0 -10px;
}

.page-catalogues .catalogues article {
  width: calc(100% - 20px);
  margin: 0 10px 35px;
}

@media (min-width: 350px) {
  .page-catalogues .catalogues article {
    width: calc(50% - 20px);
  }
}

@media (min-width: 600px) {
  .page-catalogues .catalogues article {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 800px) {
  .page-catalogues .catalogues article {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1025px) {
  .page-catalogues .catalogues article {
    width: calc(20% - 20px);
  }
}

@media (min-width: 1280px) {
  .page-catalogues .catalogues article {
    width: calc(16.66% - 20px);
  }
}

.page-catalogues .catalogues article ._df_thumb {
  position: relative;
  width: 100%;
  height: 218px;
  margin: 0 0 56px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-catalogues .catalogues article ._df_thumb ._df_book-cover {
  position: relative;
  width: 100%;
  background-size: cover;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.page-catalogues .catalogues article ._df_thumb ._df_book-title {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  padding: 0;
  background: white;
  border: 1px solid #e7e9eb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 0 #e7e9eb;
          box-shadow: 0 1px 0 #e7e9eb;
  opacity: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.page-catalogues .catalogues article ._df_thumb ._df_book-title .identifier {
  height: 10px;
  display: block;
}

.page-catalogues .catalogues article ._df_thumb ._df_book-title p {
  padding: 10px 4px 10px 16px;
  margin-bottom: 0;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

/*********************************************
:: Fast Order Page                   
********************************************/
.page-fast-order, .page-contract-prices {
  /********************************************/
}

.page-fast-order .wysiwyg, .page-contract-prices .wysiwyg {
  padding: 20px 20px 24px 20px;
  margin-bottom: 29px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: #F4F5F6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .page-fast-order .wysiwyg p:last-of-type, .page-contract-prices .wysiwyg p:last-of-type {
    margin-bottom: 0;
  }
}

.page-fast-order .wysiwyg .right .button, .page-contract-prices .wysiwyg .right .button {
  width: 174px;
  margin: 0 9px 0 0;
  font-size: 14px;
  text-align: center;
}

.page-fast-order .wysiwyg .right .icon-info, .page-contract-prices .wysiwyg .right .icon-info {
  font-size: 14px;
}

/*********************************************
:: Order History Page
********************************************/
.vue-notification {
  padding: 10px;
  margin: 0 5px 5px;
  font-size: 12px;
  color: #ffffff;
  background: #44A4FC;
  border-left: 5px solid #187FE7;
}

.vue-notification.warn {
  background: #ffb648;
  border-left-color: #f48a06;
}

.vue-notification.error {
  border-radius: 10px;
  border-left-color: #bd0f09 !important;
  background: #bd0f09 !important;
  font-size: 14px;
  margin-top: 10px;
}

.vue-notification.error .notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.vue-notification.error .notify img {
  margin-right: 5px;
}

.vue-notification.success {
  border-radius: 10px;
  border-left-color: #69bd09 !important;
  background: #69bd09 !important;
  font-size: 14px;
  margin-top: 10px;
}

.vue-notification.success .notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.vue-notification.success .notify img {
  margin-right: 5px;
}

.page-order-history {
  /********************************************/
  /*Order Accepted alert*/
}

.page-order-history .page-title {
  margin-bottom: 29px;
}

@media (max-width: 1024px) {
  .page-order-history h1 {
    position: relative;
  }
  .page-order-history h1 .search-sort-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-order-history .select-wrap {
  position: relative;
}

@media (max-width: 600px) {
  .page-order-history .select-wrap {
    width: 120px;
    margin: 0;
  }
}

.page-order-history .select-wrap select {
  position: relative;
  width: 120px;
  height: 39px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #E7E9EB;
  background: transparent;
  z-index: 2;
}

.page-order-history .select-wrap:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

.page-order-history .wysiwyg {
  padding: 20px 28px 24px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: #F4F5F6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .page-order-history .wysiwyg p:last-of-type {
    margin-bottom: 0;
  }
}

.page-order-history .search-container {
  padding: 19px 19px 28px 19px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: #f4f5f6;
}

@media (max-width: 1023px) {
  .page-order-history .search-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .page-order-history .search-container {
    padding: 16px;
  }
  .page-order-history .search-container.expanded-mobile > .orders > .order-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 10px;
  }
  .page-order-history .search-container.expanded-mobile > .date {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .page-order-history .search-container.expanded-mobile > .orders > .order-wrap {
    display: block !important;
  }
}

.page-order-history .search-container p {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #272727;
}

@media (max-width: 1024px) {
  .page-order-history .search-container p {
    color: #3f4b59;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .page-order-history .search-container p {
    margin-bottom: 20px;
  }
}

@media (max-width: 1160px) {
  .page-order-history .search-container .orders {
    width: 48%;
  }
}

@media (max-width: 1023px) {
  .page-order-history .search-container .orders {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .page-order-history .search-container .orders {
    margin-bottom: 0;
  }
}

.page-order-history .search-container .orders .order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .page-order-history .search-container .orders .order-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .page-order-history .search-container .orders .order-wrap {
    margin-bottom: 20px;
  }
}

.page-order-history .search-container .orders .order-wrap .select-wrap {
  position: relative;
}

@media (max-width: 450px) {
  .page-order-history .search-container .orders .order-wrap .select-wrap {
    width: 120px;
  }
}

.page-order-history .search-container .orders .order-wrap .select-wrap select {
  width: 183px;
  padding: 0 20px 1px 14px;
  color: white;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 2px 0 0 2px;
  background-color: #3F4B59;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 600px) {
  .page-order-history .search-container .orders .order-wrap .select-wrap select {
    width: 100%;
    height: 46px;
    padding: 0px 25px 0 10px;
    border-radius: 4px;
  }
}

.page-order-history .search-container .orders .order-wrap .select-wrap:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 0px 11px;
  content: url("/images/icons/arrow-white.svg");
  border: 0;
}

@media (max-width: 600px) {
  .page-order-history .search-container .orders .order-wrap .select-wrap:after {
    padding: 0 10px;
    font-size: 20px;
  }
}

.page-order-history .search-container .orders .order-wrap input {
  width: 303px;
  margin-right: 10px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  color: #272727;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 600px) {
  .page-order-history .search-container .orders .order-wrap input {
    border-left: 1px solid #CCCCCC;
  }
}

.page-order-history .search-container .orders .order-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

.page-order-history .search-container .orders .order-wrap input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

.page-order-history .search-container .orders .order-wrap input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
}

.page-order-history .search-container .orders .order-wrap input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
  color: #272727;
}

.page-order-history .search-container .orders .order-wrap input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
  color: #272727;
}

.page-order-history .search-container .orders .order-wrap input:focus, .page-order-history .search-container .orders .order-wrap input:active, .page-order-history .search-container .orders .order-wrap input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1280px) {
  .page-order-history .search-container .orders .order-wrap input {
    width: 250px;
  }
}

@media (max-width: 1023px) {
  .page-order-history .search-container .orders .order-wrap input {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .page-order-history .search-container .orders .order-wrap input {
    width: 100%;
    margin: 10px 0 10px 0;
    height: 46px;
    border-radius: 4px;
  }
}

.page-order-history .search-container .orders .order-wrap button {
  padding: 4px 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #00aef0;
  border-radius: 3px;
  border: 1px solid #00aef0;
  background-color: #ffffff;
}

@media (hover: hover) {
  .page-order-history .search-container .orders .order-wrap button:hover {
    background: #00aef0;
    color: white;
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
  }
}

@media (max-width: 600px) {
  .page-order-history .search-container .orders .order-wrap button {
    width: 100%;
    height: 46px;
  }
}

@media (max-width: 1160px) {
  .page-order-history .search-container .date {
    width: 48%;
  }
}

@media (max-width: 1023px) {
  .page-order-history .search-container .date {
    width: 100%;
  }
}

.page-order-history .search-container .date .date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .page-order-history .search-container .date .date-wrap {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 450px) {
  .page-order-history .search-container .date .date-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.page-order-history .search-container .date .date-wrap .datepicker-wrap {
  position: relative;
  width: 202px;
}

@media (min-width: 601px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap {
    width: calc(100%/2 - 52px);
  }
}

@media (max-width: 600px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-order-history .search-container .date .date-wrap .datepicker-wrap .el-date-editor.el-input {
  width: 100%;
}

@media (max-width: 600px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap .el-date-editor.el-input {
    height: 46px;
  }
}

.page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"] {
  position: relative;
  width: 190px;
  padding: 0 20px;
  text-align: right;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1280px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"] {
    width: 130px;
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"] {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"] {
    height: 46px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align: left;
    padding: 0 20px 0 35px;
  }
}

.page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"]:before {
  position: absolute;
  content: url("/images/icons/date-range.svg");
  left: 10px;
  top: 4px;
}

@media (max-width: 600px) {
  .page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"]:before {
    top: 7px;
  }
}

.page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"]::-webkit-inner-spin-button,
.page-order-history .search-container .date .date-wrap .datepicker-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  width: auto;
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.page-order-history .search-container .date .date-wrap span.p {
  padding: 0 12px;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 18px;
}

@media (max-width: 600px) {
  .page-order-history .search-container .date .date-wrap span.p {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.page-order-history .search-container .date .date-wrap button {
  margin-left: 10px;
  padding: 4px 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  color: #00aef0;
  border-radius: 3px;
  border: 1px solid #00aef0;
  background-color: #ffffff;
}

@media (hover: hover) {
  .page-order-history .search-container .date .date-wrap button:hover {
    background: #00aef0;
    color: white;
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
  }
}

@media (max-width: 600px) {
  .page-order-history .search-container .date .date-wrap button {
    width: 100%;
    margin-left: 0;
    height: 46px;
  }
}

.page-order-history .search-sort-container .tabs {
  padding: 0;
  margin: 0;
}

@media (max-width: 600px) {
  .page-order-history .search-sort-container .tabs {
    width: 100%;
    min-height: 63px;
    height: 63px;
  }
}

.page-order-history .search-sort-container .tabs li {
  list-style: none;
  display: inline-block;
  padding: 7px 19px 7px 20px;
  margin: 0;
  color: #3f4b59;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  border: 1px solid #e7e9eb;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.page-order-history .search-sort-container .tabs li:hover {
  color: white;
  background: #2e3741;
  border-color: #2e3741;
}

.page-order-history .search-sort-container .tabs li.active {
  border-radius: 3px 0 0 3px;
}

.page-order-history .search-sort-container .tabs li.pending {
  margin-left: -5px;
}

.page-order-history .search-sort-container .tabs li.waiting {
  margin-left: -5px;
  border-radius: 0 3px 3px 0;
}

.page-order-history .search-sort-container .tabs li.selected {
  border: 1px solid #00aef0;
  background-color: rgba(0, 174, 240, 0.05);
  color: #00aef0;
  z-index: 9;
}

@media (max-width: 450px) {
  .page-order-history .search-sort-container .tabs li.selected {
    color: #3f4b59;
  }
}

.page-order-history .search-sort-container .tabs li .badge {
  display: inline-block;
  vertical-align: inherit;
  min-width: 18px;
  height: 18px;
  margin: 0 0 0 2px;
  padding: 0 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-align: center;
  color: white;
  background: #EF132E;
  border-radius: 9px;
}

@media (max-width: 600px) {
  .page-order-history .search-sort-container .tabs li .badge {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 600px) {
  .page-order-history .search-sort-container .tabs li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33.3333%;
    height: 100%;
    padding: 10px 60px 15px 16px;
    line-height: 18px;
  }
  .page-order-history .search-sort-container .tabs li.pending {
    margin-left: -4px;
  }
  .page-order-history .search-sort-container .tabs li.waiting {
    margin-left: -4px;
  }
}

@media (max-width: 450px) {
  .page-order-history .search-sort-container .tabs li {
    padding: 10px 40px 15px 16px;
  }
}

.page-order-history .search-sort-container .select-wrap {
  width: 120px;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 600px) {
  .page-order-history .search-sort-container .select-wrap {
    margin: 0;
  }
}

.page-order-history .search-sort-container .select-wrap select {
  position: relative;
  width: 120px;
  height: 33px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E7E9EB;
  background-color: transparent;
  z-index: 2;
}

.page-order-history .search-sort-container .select-wrap:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

@media (max-width: 600px) {
  .page-order-history .custom-table {
    border: none;
  }
}

@media (max-width: 1025px) {
  .page-order-history .custom-table {
    border-radius: 6px;
  }
}

.page-order-history .custom-table .table-head {
  padding: 14px 30px;
}

@media (max-width: 600px) {
  .page-order-history .custom-table .table-head {
    display: none;
  }
}

.page-order-history .custom-table .accepted .header {
  padding: 4px 15px 3px;
  background-color: #69bc0a;
  margin: 0 -1px;
}

@media (max-width: 1025px) {
  .page-order-history .custom-table .accepted .header {
    border-radius: 5px 5px 0 0;
    margin: 0;
  }
}

.page-order-history .custom-table .accepted .header h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.page-order-history .custom-table .accepted article {
  margin: 0;
  border-right: 1px solid #69bc0a;
  border-left: 1px solid #69bc0a;
  background-color: rgba(105, 188, 10, 0.02);
  border-bottom: 1px solid #e7e9eb;
}

@media (min-width: 1025px) {
  .page-order-history .custom-table .accepted article {
    margin: 0 -1px;
    width: calc(100% + 2px);
  }
}

.page-order-history .custom-table .accepted article:last-child {
  border-bottom: 1px solid #69bc0a;
  margin-bottom: -2px;
}

.page-order-history .custom-table .declined .header {
  padding: 4px 15px 3px;
  background-color: #ef132e;
  margin: 0 -1px;
}

.page-order-history .custom-table .declined .header h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.page-order-history .custom-table .declined article {
  margin: 0 -1px 0;
  border-right: 1px solid #ef132e;
  border-left: 1px solid #ef132e;
  background-color: rgba(239, 19, 46, 0.02);
  border-bottom: 1px solid #e7e9eb;
}

@media (max-width: 1025px) {
  .page-order-history .custom-table .declined article {
    margin: 0;
  }
}

.page-order-history .custom-table .declined article:last-child {
  border-bottom: 1px solid #ef132e;
  margin-bottom: -1px;
}

.page-order-history .custom-table article {
  position: relative;
  padding: 26px 20px 23px 30px;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 18px;
  border-bottom: 1px solid #e7e9eb;
}

.page-order-history .custom-table article:last-child {
  border-bottom: none;
}

@media (max-width: 600px) {
  .page-order-history .custom-table article {
    padding: 20px 16px 30px;
  }
}

.page-order-history .custom-table article .status img {
  width: 22px;
}

@media (min-width: 1280px) {
  .page-order-history .custom-table article .status {
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {
  .page-order-history .custom-table article .status {
    position: absolute;
    top: 14px;
    right: 14px;
    width: auto;
  }
}

@media (max-width: 600px) {
  .page-order-history .custom-table article span.mobile {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  .page-order-history .custom-table article .col-group > div {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .page-order-history .custom-table article .actions {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
  }
}

@media (max-width: 1024px) {
  .page-order-history .custom-table article .actions {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
  }
}

@media (max-width: 1024px) {
  .page-order-history .custom-table article .actions > * {
    margin-right: 5px;
  }
  .page-order-history .custom-table article .actions > *:first-child {
    margin-left: 0 !important;
  }
}

@media (max-width: 600px) {
  .page-order-history .custom-table article .actions > * {
    width: 49%;
    max-width: 100% !important;
    padding: 14px 42px;
    line-height: 18px;
    height: auto;
  }
}

.page-order-history .custom-table article .actions a {
  cursor: pointer;
}

@media (min-width: 1025px) and (max-width: 1160px) {
  .page-order-history .custom-table article .actions a.smaller {
    min-width: auto;
    line-height: 32px;
    font-size: 10px;
    padding: 0 7px !important;
  }
}

.page-order-history .custom-table article .actions button {
  font-family: proxima-nova, aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 1025px) and (max-width: 1160px) {
  .page-order-history .custom-table article .actions button.smaller, .page-order-history .custom-table article .actions button.decline-button, .page-order-history .custom-table article .actions button.accept-button, .page-order-history .custom-table article .actions button.order-declined-button {
    min-width: auto;
    height: 33px;
    line-height: 32px;
    font-size: 10px;
    padding: 0 7px !important;
  }
}

@media (hover: hover) {
  .page-order-history .custom-table article .actions button:hover {
    color: white !important;
    background: #2e3741;
    border-color: #2e3741 !important;
  }
}

.page-order-history .custom-table article .actions button.accept-button {
  padding: 6px 14px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #69bc0a;
  border-radius: 3px;
  border: 1px solid #69bc0a;
}

@media (max-width: 600px) {
  .page-order-history .custom-table article .actions button.accept-button {
    padding: 14px;
    margin-right: 0;
  }
}

.page-order-history .custom-table article .actions button.decline-button {
  padding: 7px 14px 6px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #6b6f74;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
}

@media (max-width: 600px) {
  .page-order-history .custom-table article .actions button.decline-button {
    padding: 14px 15px;
    margin-right: 0;
  }
}

.page-order-history .custom-table article .actions button.order-declined-button {
  padding: 7px 14px 6px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #ef132e;
  border-radius: 3px;
  border: 1px solid #ef132e;
  cursor: default;
  -webkit-transition: none;
  transition: none;
}

@media (hover: hover) {
  .page-order-history .custom-table article .actions button.order-declined-button:hover {
    color: #ef132e !important;
    background-color: white !important;
    border: 1px solid #ef132e !important;
  }
}

@media (max-width: 600px) {
  .page-order-history .custom-table article .actions button.order-declined-button {
    width: 49%;
    padding: 14px;
    margin-right: 0;
  }
}

.page-order-history .load-more {
  padding: 10px 80px 11px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #00AEF0;
  border: 1px solid #00AEF0;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (hover: hover) {
  .page-order-history .load-more:hover {
    color: white !important;
    background: #2e3741;
    border-color: #2e3741 !important;
  }
}

.page-order-history .order-accepted-alert {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  width: 335px;
  padding: 27px 22px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #69bc0a;
}

.page-order-history .order-accepted-alert img {
  margin-right: 9px;
  display: inline;
  vertical-align: middle;
}

.page-order-history .order-accepted-alert p {
  display: inline;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

/*********************************************
:: Order History Tracking Page
********************************************/
.page-order-history-tracking .page-title {
  margin-bottom: 10px;
  letter-spacing: .4px;
}

.page-order-history-tracking .page-description {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6b6f74;
}

@media (max-width: 1025px) {
  .page-order-history-tracking .card-row {
    height: 283px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-order-history-tracking .card-row {
    height: auto;
    margin: 0;
  }
}

.page-order-history-tracking .card-row .card {
  width: 400px;
  min-height: 243px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: #f4f5f6;
}

@media (max-width: 1280px) {
  .page-order-history-tracking .card-row .card {
    width: 32%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .page-order-history-tracking .card-row .card {
    width: 100%;
  }
}

.page-order-history-tracking .card-row .card .header {
  padding: 20px 19px 19px;
  color: #3f4b59;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #e7e9eb;
  background-color: white;
}

.page-order-history-tracking .card-row .card .body {
  padding: 20px 19px 31px;
}

.page-order-history-tracking .card-row .card .body p {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
  color: #3f4b59;
}

.page-order-history-tracking .card-row .card .body p:first-child {
  font-weight: 500;
  width: 47.5%;
}

.page-order-history-tracking .card-row .card .body p:last-child {
  width: 52%;
  font-weight: 400;
}

.page-order-history-tracking .card-row .card.shipping .body {
  padding: 20px 19px 23px;
}

.page-order-history-tracking .card-row .card.shipping .body p {
  width: 100%;
}

.page-order-history-tracking .card-row .card.shipping .body .row:first-child p:last-child {
  margin-bottom: 20px;
}

.page-order-history-tracking .custom-table .table-head {
  padding: 14px 19px 15px;
}

.page-order-history-tracking .custom-table article {
  padding: 19px 19px;
}

.page-order-history-tracking .custom-table article div {
  color: #272727;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.page-order-history-tracking .custom-table article div.tracking {
  color: #00aef0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1025px) {
  .page-order-history-tracking .custom-table article div.w-80 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .page-order-history-tracking .custom-table article div.actions {
    width: 25%;
  }
}

@media (max-width: 450px) {
  .page-order-history-tracking .custom-table article div.actions {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.page-order-history-tracking .custom-table article div span {
  margin-right: 10px;
}

.page-order-history-tracking .custom-table article div span.icon-plus2, .page-order-history-tracking .custom-table article div span.icon-minus2 {
  margin: 0;
}

.page-order-history-tracking .custom-table article.progress {
  padding: 40px;
}

@media (max-width: 1280px) {
  .page-order-history-tracking .custom-table article.progress {
    padding: 40px 20px;
  }
}

.page-order-history-tracking .custom-table article.progress .card {
  position: relative;
  width: 260px;
  height: 162px;
  padding: 15px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  border: 1px solid #e7e9eb;
  background-color: #ffffff;
}

@media (max-width: 1280px) {
  .page-order-history-tracking .custom-table article.progress .card {
    width: 24%;
  }
}

@media (max-width: 1025px) {
  .page-order-history-tracking .custom-table article.progress .card {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .page-order-history-tracking .custom-table article.progress .card {
    width: 100%;
  }
}

.page-order-history-tracking .custom-table article.progress .card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -41px;
  width: 40px;
  border-top: 3px solid #e7e9eb;
}

@media (max-width: 1025px) {
  .page-order-history-tracking .custom-table article.progress .card:not(:last-child)::after {
    border: none;
  }
}

@media (max-width: 1025px) {
  .page-order-history-tracking .custom-table article.progress .card div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-order-history-tracking .custom-table article.progress .card img {
  margin: 0 auto 10px;
}

.page-order-history-tracking .custom-table article.progress .card h4 {
  margin-bottom: 0;
  color: #cccccc;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.page-order-history-tracking .custom-table article.progress .card p {
  margin-bottom: 0;
  color: #272727;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.page-order-history-tracking .custom-table article.progress .card.active {
  border: 1px solid #00aef0;
  background-color: rgba(0, 174, 240, 0.05);
}

.page-order-history-tracking .custom-table article.progress .card.active h4 {
  color: #00aef0;
  margin-bottom: 10px;
}

.page-order-history-tracking .custom-table article.progress .card.orange {
  border-color: #F56823;
  background-color: rgba(245, 104, 35, 0.05);
}

.page-order-history-tracking .custom-table article.progress .card.orange h4 {
  color: #272727;
}

/*********************************************
:: My-Account Page
********************************************/
.page-account {
  padding: 0 0 60px;
}

@media (min-width: 768px) {
  .page-account {
    padding: 0 0 90px;
  }
}

.page-account .body-container {
  width: 100%;
}

.page-account .body-container .left {
  width: 100%;
}

@media (min-width: 768px) {
  .page-account .body-container .left {
    width: 420px;
    padding-right: 20px;
    margin-left: -1px;
  }
}

.page-account .body-container .left .box {
  position: relative;
  -webkit-box-shadow: 0 1px 0 #e7e9eb;
          box-shadow: 0 1px 0 #e7e9eb;
}

.page-account .body-container .left .box.delivery {
  position: relative;
  padding: 20px 5px 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-account .body-container .left .box.delivery:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 70%, rgba(255, 255, 255, 0) 100%);
}

.page-account .body-container .left .box.delivery .wrap {
  max-height: 400px;
  padding-bottom: 15px;
  overflow: auto;
}

.page-account .body-container .left .box.delivery .wrap::-webkit-scrollbar {
  width: 5px;
  height: 80px;
}

.page-account .body-container .left .box.delivery .wrap::-webkit-scrollbar-track {
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: white;
}

.page-account .body-container .left .box.delivery .wrap::-webkit-scrollbar-thumb {
  background-color: #6B6F74;
  border-radius: 4px;
}

.page-account .body-container .left .box.delivery .extra p, .page-account .body-container .left .box.delivery .extra a {
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-account .body-container .left .box .block {
  padding: 12px 0 16px;
  margin-right: 15px;
}

.page-account .body-container .left .box .block:first-child {
  padding-top: 0;
}

.page-account .body-container .left .box .block.plus-padding {
  padding-top: 8px;
}

.page-account .body-container .left .box .block p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.page-account .body-container .left .box .block .address {
  max-width: 254px;
}

.page-account .body-container .left .box .block .address .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
  width: 92px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-account .body-container .left .box .extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-account .body-container .left .box .extra p, .page-account .body-container .left .box .extra a {
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #a7a5a5;
}

.page-account .body-container .left .box .extra a {
  color: #00AEF0;
  cursor: pointer;
}

.page-account .body-container .left .box .extra img {
  margin-top: 18px;
  margin-left: auto;
}

.page-account .body-container .left .box .actions {
  margin-top: 25px;
}

.page-account .body-container .left .box:first-of-type {
  margin-bottom: 20px;
}

.page-account .body-container .left .box:first-of-type a:last-of-type {
  margin: 0;
}

.page-account .body-container .left .block.nav {
  padding: 8px 20px;
  margin: 0;
}

.page-account .body-container .left .block.nav a {
  position: relative;
  margin: 0;
  padding: 12px 0;
  font-size: 13px;
  line-height: 20px;
  color: #272727;
  border-bottom: 1px solid #E7E9EB;
}

.page-account .body-container .left .block.nav a .count {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  margin: 0 0 0 3px;
  padding: 1px 3px 0 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: #ef132e;
  border-radius: 9px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-account .body-container .left .block.nav a .count {
    line-height: 23px;
  }
}

.page-account .body-container .left .block.nav a .right {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #00AEF0;
}

.page-account .body-container .left .block.nav a:last-of-type {
  border: none;
}

.page-account .body-container .right-account {
  width: 100%;
}

@media (min-width: 768px) {
  .page-account .body-container .right-account {
    width: calc(100% - 420px);
  }
}

.page-account .body-container .right-account .block {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 20px 0 !important;
}

.page-account .body-container .right-account .block .right {
  bottom: 10px !important;
  right: 0 !important;
}

@media (max-width: 768px) {
  .page-account .body-container .right-account .block p {
    width: calc(100% - 110px) !important;
    word-break: break-word;
  }
}

.page-account .body-container legend.small-title {
  width: 100%;
  margin: 0;
  padding: 20px 20px 19px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #3f4b59;
  border: 1px solid #E7E9EB;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.page-account .body-container legend.small-title span.icon-info {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 2px;
}

.page-account .body-container legend.small-title.delivery {
  padding: 15px 20px 19px;
}

.page-account .body-container legend.small-title.delivery .flex {
  margin-bottom: 15px;
}

.page-account .body-container legend.small-title.delivery .flex .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33px;
  width: 103px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-account .body-container legend.small-title.delivery .search-wrap input {
  background: #FFF url(/images/search-icon.svg) 96.5% 50% no-repeat;
}

.page-account .body-container .button.button-add {
  width: 100%;
  margin: 20px 0 30px;
}

.page-account .body-container .box {
  width: 100%;
  border: 1px solid #E7E9EB;
  background-color: white;
  border-radius: 0 0 3px 3px;
}

.page-account .body-container .box .block {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #E7E9EB;
}

.page-account .body-container .box .block label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.page-account .body-container .box .block a, .page-account .body-container .box .block p {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #2F2F30;
}

.page-account .body-container .box .block p:last-of-type {
  margin: 0;
}

.page-account .body-container .box .block p:nth-of-type(2) {
  font-size: 14px;
}

.page-account .body-container .box .block .right {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: auto;
  color: #00AEF0;
  cursor: pointer;
}

.page-account .body-container .box .block:last-of-type {
  border: none;
}

.page-account .popup-wrap article {
  text-align: left;
}

.page-account .my-account-details .tooltip {
  max-width: 400px;
}

/*********************************************
:: Videos Page
********************************************/
.page-videos {
  /********************************************/
}

.page-videos .header {
  margin-bottom: 30px;
  padding-top: 2px;
}

.page-videos .header h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  color: #272727;
}

.page-videos .header .search-sort {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 600px) {
  .page-videos .header .search-sort {
    display: block;
    width: 100%;
    padding: 16px 16px 20px;
    border: 1px solid #E7E9EB;
    border-radius: 3px;
    background-color: #F4F5F6;
  }
}

@media (max-width: 768px) {
  .page-videos .header .search-sort .search {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-videos .header .search-sort .search p {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #3F4B59;
}

@media (max-width: 600px) {
  .page-videos .header .search-sort .search p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #3F4B59;
  }
  .page-videos .header .search-sort .search p img {
    width: 13px;
    height: 8px;
  }
  .page-videos .header .search-sort .search p img.flip-vertical {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.page-videos .header .search-sort .search input {
  width: 635px;
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background: #FFF url(/images/search-icon.svg) 98% 50% no-repeat;
}

.page-videos .header .search-sort .search input::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.page-videos .header .search-sort .search input::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.page-videos .header .search-sort .search input::-ms-input-placeholder {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.page-videos .header .search-sort .search input::placeholder {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.page-videos .header .search-sort .search input:focus {
  border-color: #00AEF0;
}

@media (hover: hover) {
  .page-videos .header .search-sort .search input:hover {
    border-color: #00AEF0;
  }
}

@media (max-width: 768px) {
  .page-videos .header .search-sort .search input {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .page-videos .header .search-sort .search input {
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
    height: 46px;
    background: #FFF url(/images/search-icon.svg) 96% 50% no-repeat;
  }
}

@media (max-width: 768px) {
  .page-videos .header .search-sort .sort {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-videos .header .search-sort .sort .select-wrap {
  position: relative;
}

.page-videos .header .search-sort .sort .select-wrap.category {
  width: 200px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .page-videos .header .search-sort .sort .select-wrap.category {
    width: 49%;
  }
}

@media (max-width: 600px) {
  .page-videos .header .search-sort .sort .select-wrap.category {
    width: 100%;
    height: 46px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.page-videos .header .search-sort .sort .select-wrap.sorting {
  width: 120px;
}

@media (max-width: 768px) {
  .page-videos .header .search-sort .sort .select-wrap.sorting {
    width: 49%;
  }
}

@media (max-width: 600px) {
  .page-videos .header .search-sort .sort .select-wrap.sorting {
    width: 100%;
    height: 46px;
  }
}

.page-videos .header .search-sort .sort .select-wrap:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

@media (max-width: 600px) {
  .page-videos .header .search-sort .sort .select-wrap:after {
    height: 45px;
    padding: 0 17px;
  }
}

.page-videos .header .search-sort .sort select {
  position: relative;
  width: 100%;
  height: 33px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #E7E9EB;
  background-color: transparent;
  z-index: 9;
  cursor: pointer;
}

@media (max-width: 600px) {
  .page-videos .header .search-sort .sort select {
    height: 100%;
  }
}

.page-videos .header .search-sort .sort .category-span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  height: 33px;
  margin-right: 10px;
  padding: 0 14px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  z-index: 9;
}

.page-videos .header .search-sort .sort .open {
  position: relative;
}

.page-videos .header .search-sort .sort .dropdown {
  position: absolute;
  top: 46px;
  width: 315px;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  background-color: #ffffff;
}

.page-videos .header .search-sort .sort .dropdown .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #3F4B59;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #202020;
}

.page-videos .header .search-sort .sort .dropdown .checkbox--disabled {
  color: var(--disabled);
}

@media (max-width: 1024px) {
  .page-videos .header .search-sort .sort .dropdown .checkbox {
    width: 100%;
  }
}

.page-videos .header .search-sort .sort .dropdown .radio__label {
  color: #3F4B59;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: normal;
  margin-top: 2px;
}

.page-videos .header .search-sort .sort .dropdown .checkbox__control {
  display: inline-grid;
  width: 16px !important;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: white;
  margin-right: 12px;
}

.page-videos .header .search-sort .sort .dropdown .checkbox__control svg {
  -webkit-transition: -webkit-transform 0.1s ease-in 25ms;
  transition: -webkit-transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms, -webkit-transform 0.1s ease-in 25ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.page-videos .header .search-sort .sort .dropdown .checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}

.page-videos .header .search-sort .sort .dropdown .checkbox__input > * {
  grid-area: checkbox;
}

.page-videos .header .search-sort .sort .dropdown .checkbox__input input {
  opacity: 0;
  width: 16px;
  height: 16px;
}

.page-videos .header .search-sort .sort .dropdown .checkbox__input input:checked + .checkbox__control {
  border-color: #2196f3;
  background: #2196f3;
}

.page-videos .header .search-sort .sort .dropdown .checkbox__input input:checked + .checkbox__control svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-videos .header .search-sort .sort .dropdown .checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}

.page-videos .header .search-sort .sort .dropdown .header {
  margin: 0;
  padding: 10px 16px 10px;
  background-color: #3F4B59;
  border-radius: 2px 2px 0 0;
}

.page-videos .header .search-sort .sort .dropdown .header p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-videos .header .search-sort .sort .dropdown .header img {
  margin-right: 10px;
}

.page-videos .header .search-sort .sort .dropdown .header:before {
  position: absolute;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #4d4d4d;
  top: -6px;
  left: 48%;
}

.page-videos .header .search-sort .sort .dropdown ul {
  padding: 8px 0 12px !important;
  margin: -1px 0 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 116, 0.3);
          box-shadow: 0 2px 10px 0 rgba(107, 111, 116, 0.3);
  max-height: 280px;
  overflow: auto;
}

.page-videos .header .search-sort .sort .dropdown ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.page-videos .header .search-sort .sort .dropdown ul li span {
  display: grid;
}

.page-videos .header .search-sort .sort .dropdown ul li:hover {
  background-color: #fcfcfc;
}

.page-videos .header .search-sort .sort .dropdown ul li label {
  width: 100%;
  padding: 8px 17px;
  cursor: pointer;
}

.page-videos .body-container {
  padding: 0px 10px;
}

@media (max-width: 767px) {
  .page-videos .body-container {
    padding: 0 12px;
  }
}

.page-videos .body-container .cards {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-videos .body-container .cards .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(20% - 20px);
  padding: 20px 19px 20px;
  margin: 0 10px 30px;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (max-width: 900px) {
  .page-videos .body-container .cards .card {
    width: calc(25% - 20px);
  }
}

@media (max-width: 768px) {
  .page-videos .body-container .cards .card {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 600px) {
  .page-videos .body-container .cards .card {
    width: calc(50% - 6px);
    margin: 0 3px 20px;
    padding: 10px 10px 15px;
  }
}

@media (hover: hover) {
  .page-videos .body-container .cards .card:hover {
    border: 1px solid #00AEF0;
  }
}

.page-videos .body-container .cards .card .image {
  position: relative;
  width: 100%;
}

.page-videos .body-container .cards .card .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.page-videos .body-container .cards .card .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding: 30px 20px 20px;
  z-index: 3;
}

.page-videos .body-container .cards .card .image .overlay span {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #FFFFFF;
  z-index: 3;
}

.page-videos .body-container .cards .card .image .overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.page-videos .body-container .cards .card .image .content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-videos .body-container .cards .card .image .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-videos .body-container .cards .card .text {
  padding: 10px 0 0;
}

.page-videos .body-container .cards .card .text.text-2 {
  padding: 0;
  margin-top: auto;
}

.page-videos .body-container .cards .card .text.sign-in-price .price {
  color: #272727;
  font-size: 12px;
  letter-spacing: -0.1px;
  font-weight: normal;
  line-height: 18px;
}

.page-videos .body-container .cards .card .text.sign-in-price .price a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.page-videos .body-container .cards .card .text .date {
  margin-bottom: 10px;
  color: #6B6F74;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-videos .body-container .cards .card .text .sku {
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
  color: #6B6F74;
}

.page-videos .body-container .cards .card .text .title {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #3F4B59;
}

.page-videos .body-container .cards .card .text .price {
  margin-bottom: 4px;
  color: #272727;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.page-videos .body-container .cards .card .text .price .unit {
  color: #272727;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-videos .body-container .cards .card .text .per-unit {
  margin-bottom: 10px;
  color: #6B6F74;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 18px;
}

.page-videos .body-container .cards .card .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
  width: 100%;
  font-size: 13px;
  font-family: aktiv-grotesk, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

@media (max-width: 1025px) {
  .page-videos .body-container .cards .card .button {
    font-size: 11px;
  }
}

.page-videos .body-container .load-more {
  text-align: center;
}

.page-videos .body-container .load-more .more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  width: 237px;
  margin: 10px auto 80px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

/*********************************************
:: Search Page
********************************************/
.page-search {
  position: relative;
}

.page-search .header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .page-search .header {
    margin-bottom: 20px;
  }
}

.page-search h1 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  color: #272727;
}

.page-search .subtitle {
  margin: 0;
  color: #272727;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.page-search .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-search .filters {
    margin-top: 20px;
  }
}

.page-search .filters .category-span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  height: 33px;
  margin-right: 10px;
  padding: 0 14px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
  background-color: #FFFFFF;
  cursor: pointer;
}

.page-search .filters .category-span:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

.page-search .filters .sort-wrap {
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .page-search .filters .sort-wrap {
    position: absolute;
    top: 0px;
    right: 20px;
    margin: 0;
  }
}

.page-search .filters .sort {
  position: relative;
  width: 150px;
  margin-right: 16px;
}

.page-search .filters .sort:after {
  content: url("/images/icons/select-arrow-down.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  height: 33px;
  padding: 0 10px;
  line-height: 1px;
  border-left: 1px solid #E7E9EB;
}

.page-search .filters .sort select {
  position: relative;
  width: 100%;
  height: 33px;
  padding: 0 13px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #6B6F74;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #E7E9EB;
  background-color: transparent;
  z-index: 2;
}

.page-search .filters .reset {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.page-search .filters .reset span {
  margin-left: 10px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #3F4B59;
}

.page-search .filters .open {
  position: relative;
}

.page-search .filters .dropdown {
  position: absolute;
  top: 46px;
  width: 315px;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  background-color: #ffffff;
}

.page-search .filters .dropdown .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #3F4B59;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  color: #202020;
}

.page-search .filters .dropdown .checkbox--disabled {
  color: var(--disabled);
}

@media (max-width: 1024px) {
  .page-search .filters .dropdown .checkbox {
    width: 100%;
  }
}

.page-search .filters .dropdown .radio__label {
  color: #3F4B59;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: normal;
  margin-top: 2px;
}

.page-search .filters .dropdown .checkbox__control {
  display: inline-grid;
  width: 16px !important;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: white;
  margin-right: 12px;
}

.page-search .filters .dropdown .checkbox__control svg {
  -webkit-transition: -webkit-transform 0.1s ease-in 25ms;
  transition: -webkit-transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms;
  transition: transform 0.1s ease-in 25ms, -webkit-transform 0.1s ease-in 25ms;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.page-search .filters .dropdown .checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}

.page-search .filters .dropdown .checkbox__input > * {
  grid-area: checkbox;
}

.page-search .filters .dropdown .checkbox__input input {
  opacity: 0;
  width: 16px;
  height: 16px;
}

.page-search .filters .dropdown .checkbox__input input:checked + .checkbox__control {
  border-color: #2196f3;
  background: #2196f3;
}

.page-search .filters .dropdown .checkbox__input input:checked + .checkbox__control svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-search .filters .dropdown .checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}

.page-search .filters .dropdown .header {
  margin: 0;
  padding: 10px 16px 10px;
  background-color: #3F4B59;
  border-radius: 2px 2px 0 0;
}

.page-search .filters .dropdown .header p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-search .filters .dropdown .header img {
  margin-right: 10px;
}

.page-search .filters .dropdown .header:before {
  position: absolute;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #4d4d4d;
  top: -6px;
  left: 48%;
}

.page-search .filters .dropdown ul {
  padding: 8px 0 12px !important;
  margin: -1px 0 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 116, 0.3);
          box-shadow: 0 2px 10px 0 rgba(107, 111, 116, 0.3);
  max-height: 280px;
  overflow: auto;
}

.page-search .filters .dropdown ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.page-search .filters .dropdown ul li span {
  display: grid;
}

.page-search .filters .dropdown ul li:hover {
  background-color: #fcfcfc;
}

.page-search .filters .dropdown ul li label {
  width: 100%;
  padding: 8px 17px;
}

@media (max-width: 600px) {
  .page-search .filters {
    display: block;
    width: 100%;
    padding: 16px 16px 20px;
    border: 1px solid #E7E9EB;
    border-radius: 3px;
    background-color: #F4F5F6;
  }
  .page-search .filters .mobile-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #3F4B59;
  }
  .page-search .filters .mobile-up img {
    width: 13px;
    height: 8px;
  }
  .page-search .filters .mobile-up img.flip-vertical {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-search .filters .with-dropdown {
    margin-top: 16px;
  }
  .page-search .filters .with-dropdown > div {
    width: 100%;
  }
  .page-search .filters .with-dropdown > div .category-span {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
  }
  .page-search .filters .with-dropdown > div .category-span:after {
    height: 45px;
    padding: 0 17px;
  }
  .page-search .filters .sort {
    width: 100%;
  }
  .page-search .filters .sort select {
    height: 46px;
    margin-bottom: 20px;
    background-color: white;
  }
  .page-search .filters .sort:after {
    height: 45px;
    padding: 0 17px;
    z-index: 9;
  }
  .page-search .filters .dropdown {
    width: 100%;
    left: 50%;
  }
  .page-search .filters .dropdown .flex.cursor-pointer.mobile {
    color: #202020;
    margin-top: 10px;
  }
  .page-search .filters .dropdown .flex.cursor-pointer.mobile img {
    margin: 0 10px 0 0;
  }
  .page-search .filters .dropdown ul {
    padding: 12px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #E7E9EB;
  }
  .page-search .filters .dropdown ul li {
    padding: 0 !important;
    margin-bottom: 5px !important;
    border: none !important;
    margin-left: -15px !important;
  }
  .page-search .filters .dropdown ul li span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-search .filters .dropdown ul li span.checkbox__input {
    width: auto;
  }
}

@media (min-width: 768px) {
  .page-search .content-max-width.flex {
    padding: 0 10px;
  }
}

.page-search .wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.page-search .article.product-item {
  width: calc(50% - 6px);
  margin: 0 3px 20px;
}

@media (min-width: 768px) {
  .page-search .article.product-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 40px;
  }
}

@media (min-width: 900px) {
  .page-search .article.product-item {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1025px) {
  .page-search .article.product-item {
    width: calc(20% - 20px);
  }
}

.page-search .article.product-item .compare {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .page-search .article.product-item .compare {
    margin-top: 12px;
  }
}

.page-search .article.product-item .compare .custom-checkbox {
  padding-left: 22px;
  margin-bottom: -8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 23px;
}

@media (max-width: 600px) {
  .page-search .article.product-item .compare .custom-checkbox {
    margin-bottom: 2px;
  }
}

.page-search .load-more {
  padding: 10px 80px 11px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #00AEF0;
  border: 1px solid #00AEF0;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (hover: hover) {
  .page-search .load-more:hover {
    color: white !important;
    background: #2e3741;
    border-color: #2e3741 !important;
  }
}

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-hover .selectric {
  border-color: #b3b2b2;
}

.selectric-hover .selectric .button {
  color: black;
}

.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b3b2b2;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b2b2;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.watch-video-popup .mfp-iframe-holder .mfp-content {
  max-width: 700px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: 500px;
  height: 500px;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  background: white;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  img.mfp-img {
    width: 350px;
  }
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -25px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25px;
  cursor: auto;
  border-radius: 0 0 2px 2px;
  background: #F4F5F6;
}

.mfp-title {
  word-wrap: break-word;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #3F4B59;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") 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%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}

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

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

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

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

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\2192";
}

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

.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

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

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 24px;
  line-height: 10px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
  outline: none !important;
  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;
}
