html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

button,
input {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button {
  text-transform: none; }

button {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

*,
:after,
:before {
  box-sizing: border-box; }

body,
html {
  height: 100%; }

body {
  background: #fff;
  color: #666;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: 0 0;
  border: 0; }

div,
form,
h5,
li,
p,
ul {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }

@media (min-width: 551px) {
  html {
    font-size: 14px; } }

@media (min-width: 801px) {
  html {
    font-size: 14px; } }

@media (min-width: 1261px) {
  html {
    font-size: 14px; } }

body {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333;
  line-height: inherit;
  text-decoration: underline; }

p {
  margin-bottom: 1.5rem; }

h5 {
  color: #444;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }

h5 {
  font-size: 15px; }

i {
  font-style: italic;
  line-height: inherit; }

ul {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }

.icon svg {
  display: inline-block;
  fill: #333;
  height: 100%;
  vertical-align: top;
  width: 100%; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle; }

.button--primary {
  background-color: #444;
  border-color: #444;
  color: #fff; }

.button--large {
  font-size: 15px; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }

.button--icon svg {
  fill: #ff7e00; }

.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }

.dropdown-menu > :first-child {
  margin-top: 0; }

.dropdown-menu > :last-child {
  margin-bottom: 0; }

.dropdown-menu-item {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }

.dropdown-menu-item a {
  display: block;
  padding: 0.35714rem; }

.dropdown-menu-item a {
  margin: -0.35714rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  width: 100%; }

.form-input::-webkit-input-placeholder {
  color: #999; }

.form-input::-ms-clear {
  height: 0;
  width: 0; }

.form-input::-moz-placeholder {
  color: #999; }

.form-input:-ms-input-placeholder {
  color: #999; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }

@media only screen and (max-width: 551px) {
  .modal {
    min-height: 100vh; } }

.modal > :first-child {
  margin-top: 0; }

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

@media only screen and (min-width: 551px) {
  .modal {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    right: 0;
    width: 900px; } }

@media only screen and (min-width: 551px) {
  .modal {
    top: 50% !important; } }

@media (min-width: 551px) {
  .modal {
    transform: translateY(-50%); } }

.modal--small {
  width: 500px; }

.modal-close {
  color: #666;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.loadingOverlay::before {
  height: 2.85714rem;
  width: 2.85714rem;
  border-radius: 2.85714rem;
  border: solid 2px;
  border-color: #fff #fff #999 #999;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.card-image {
  border: 1px solid #999;
  width: 100%; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em; }

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s; }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

.swal2-icon {
  display: -ms-flexbox;
  display: flex; }

body,
html {
  height: auto; }

body {
  padding-top: 55px; }

@media (min-width: 801px) {
  body {
    padding-top: 0; } }

body {
  font-size: 1rem;
  font-weight: 400; }

h5 {
  font-weight: 500;
  margin-top: 2.28571rem; }

h5 {
  text-transform: uppercase; }

h5 {
  font-size: 15px; }

.dropdown {
  left: -9999px;
  outline: 0;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }

.dropdown-menu-item {
  text-align: left; }

.dropdown-menu-item:first-child > a {
  padding-top: 0.78571rem; }

.dropdown-menu-item:last-child > a {
  padding-bottom: 1rem; }

.dropdown-menu-item > a {
  margin: 0;
  padding: 0.28571rem 1.14286rem;
  text-decoration: none; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #333;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }

@media (min-width: 801px) {
  .modal-close {
    font-size: 32px; } }

.modal-close:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  border-width: 0.71429rem;
  border-style: solid;
  border-color: transparent transparent #313440 transparent; }

.modal-close:after {
  content: attr(title);
  padding: 0.28571rem 0.42857rem;
  background-color: #313440;
  color: #fff;
  position: absolute;
  font-size: 1rem;
  white-space: nowrap;
  right: 0;
  top: 100%;
  border-radius: 0.57143rem; }

.modal-close:after,
.modal-close:before {
  display: none; }

.modal--alert {
  background-color: #fff !important;
  border-radius: 4px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }

.modal--alert .modal-content {
  color: #666;
  font-size: 1.14286rem; }

.modal--alert .button-container {
  margin: 25px 0 0; }

.modal--alert .button-container .confirm {
  background-color: #444;
  border-color: #444;
  color: #fff; }

.button {
  line-height: 1rem; }

.button--icon svg {
  fill: #757575; }

.card-img-container {
  max-width: 300px; }

.card-img-container:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }

.navUser:after,
.navUser:before {
  content: " ";
  display: table; }

.navUser:after {
  clear: both; }

.navUser ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }

.navUser ul ul {
  list-style: none;
  margin-bottom: 0; }

.navUser ul li {
  margin: 0;
  padding: 0; }

.navUser-section {
  float: left; }

.navUser-section:after,
.navUser-section:before {
  content: " ";
  display: table; }

.navUser-section:after {
  clear: both; }

.navUser-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navUser-section + .navUser-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navUser-item {
    float: left; } }

.navUser-action,
.navUser-item {
  display: block; }

@media (min-width: 801px) {
  .navUser {
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50; } }

.navUser .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }

.navUser-action .icon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin: -1px 0 0 0.21429rem; }

.navUser-action svg {
  fill: #333;
  stroke: #333; }

.navUser-item {
  display: none; }

@media (min-width: 801px) {
  .navUser-item {
    display: block; } }

.navUser-item--compare {
  display: none; }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0;
  display: none; }

@media (min-width: 551px) {
  .dropdown--quickSearch {
    padding: 3rem; } }

.countPill {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #ccc;
  color: #333; }

.navPage-childList {
  border-left: 1px solid #ececec;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }

@media (min-width: 801px) {
  .navPages-container {
    background: 0 0;
    display: block;
    height: auto;
    padding: 0;
    position: relative; } }

@media (min-width: 801px) and (min-width: 551px) {
  .navPages-item {
    float: left; } }

@media (min-width: 801px) {
  .navPages-action,
  .navPages-item {
    display: block; } }

.navPages-list {
  margin: 0; }

@media (min-width: 801px) {
  .navPages-list {
    display: inline-block;
    float: none; } }

.navPages-list + .navPages-list {
  border-top: 1px solid #ececec;
  margin-top: 0.78571rem;
  padding-top: 0.78571rem; }

.navPages-action {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 801px) {
  .navPages-action {
    display: inline-block;
    padding: 0.78571rem 1.14286rem 1.14286rem; } }

.navPages-action svg {
  fill: #333;
  stroke: #333; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }

@media (min-width: 801px) {
  .navPages-action-moreIcon {
    transform: none; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 0.78571rem;
  width: 0.78571rem;
  margin: 0 1.5rem; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }

@media (min-width: 801px) {
  .navPage-childList {
    border: 0;
    display: block; } }

.navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
  margin-left: 3rem; }

@media (min-width: 801px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }

@media (min-width: 801px) {
  .navPage-subMenu {
    background-color: #e5e5e5;
    padding: 1.5rem 1.5rem 2.28571rem !important;
    position: absolute;
    text-align: left; }
  .navPage-subMenu .navPages-action-moreIcon {
    display: none; } }

.navPages-list:not(.navPages-list-depth-max)
.navPages-action.has-subMenu
+ .navPage-subMenu
.navPage-subMenu-list {
  margin-right: 0; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max)
.navPages-action.has-subMenu
+ .navPage-subMenu
.navPage-subMenu-list {
    margin-right: auto; } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
  .navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.14286rem; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding: 0 0 0 1.5rem; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0.78571rem 0 1.14286rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-action {
    padding: 0.78571rem 0 1.14286rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }

@media (min-width: 801px) {
  .heroCarousel {
    margin-top: -2.5rem; } }

.heroCarousel:not(.slick-initialized)
:not(.heroCarousel-slide--first).heroCarousel-slide {
  display: none; }

.heroCarousel a {
  text-decoration: none; }

.heroCarousel-slide {
  position: relative; }

.heroCarousel-slide a {
  text-decoration: none; }

.heroCarousel-slide .heroCarousel-image {
  object-fit: contain;
  width: 100%;
  object-position: 50% 0; }

@media (min-width: 551px) {
  .heroCarousel-slide .heroCarousel-image {
    object-position: 50% 50%; } }

.heroCarousel-slide .heroCarousel-image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 100vh; }

@media (min-width: 551px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 28.57143rem; } }

@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 40rem; } }

.heroCarousel-content {
  background-color: #fff;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }

@media (min-width: 551px) {
  .heroCarousel-content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    width: 50rem;
    padding: 2.25rem;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    padding: 1.5rem;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80%;
    overflow: auto; } }

.heroCarousel-title {
  color: #444;
  font-size: 20px;
  margin-top: 0; }

@media (min-width: 801px) {
  .heroCarousel-title {
    font-size: 50px; } }

.heroCarousel-description {
  color: #333;
  font-size: 12px; }

@media (min-width: 551px) {
  .heroCarousel-description {
    font-size: 13px; } }

@media (min-width: 801px) {
  .heroCarousel-description {
    font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }

@media (min-width: 801px) {
  .heroCarousel-action {
    margin-top: 1.5rem; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }

.productCarousel:after,
.productCarousel:before {
  content: " ";
  display: table; }

.productCarousel:after {
  clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }

@media (min-width: 551px) {
  .productCarousel-slide {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .productCarousel-slide {
    width: 25%; } }

@media (min-width: 1261px) {
  .productCarousel-slide {
    width: 16.66667%; } }

.price--non-sale,
.price--rrp {
  text-decoration: line-through; }

.quickSearchResults {
  margin-top: 1.5rem; }

@media (min-width: 801px) {
  .quickSearchResults {
    margin-top: 0; } }

.header {
  background-color: #232f3f;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  z-index: 100;
  height: 55px; }

@media (min-width: 801px) {
  .header {
    border-bottom: 1px solid #e5e5e5;
    overflow: visible;
    position: relative;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

.header-logo__link {
  color: #fff;
  height: inherit;
  position: relative;
  text-decoration: none;
  width: 70%;
  z-index: 20; }

.header-logo__link:after,
.header-logo__link:before {
  content: " ";
  display: table; }

.header-logo__link:after {
  clear: both; }

@media (min-width: 801px) {
  .header-logo__link {
    background: 0 0;
    border-bottom: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    width: auto; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }

.header-logo-image-container:after {
  content: "";
  display: block; }

.header-logo-image {
  max-height: 2.35714rem;
  display: block;
  margin: 0 auto; }

@media (min-width: 801px) {
  .header-logo-image {
    max-height: none; } }

.sale-flag-side {
  background: #ff7e00;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-weight: 400;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  z-index: 10; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
    width: 98%; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1740px;
    width: 93%; } }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

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

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

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-append {
  margin-left: -1px; }

.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

@media (min-width: 992px) {
  .text-right {
    text-align: right !important; } }

@media (min-width: 1200px) {
  .text-right {
    text-align: right !important; } }

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

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

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

.hoverOutRound:after,
.hoverOutRound:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #263342;
  display: block;
  transform: scale(0);
  opacity: 1;
  top: 0;
  left: 0;
  opacity: 0;
  animation: myeffect-OutRound 2s ease-out infinite; }

.hoverOutRound:after {
  animation-delay: 1s; }

@keyframes myeffect-OutRound {
  to {
    opacity: 0;
    transform: scale(1); } }

html {
  font-size: 14px; }

body {
  line-height: 1.8;
  padding: 0; }

h5 {
  font-weight: 500; }

h5 {
  text-transform: capitalize; }

:focus {
  outline: 0; }

a {
  color: #ff7e00;
  text-decoration: none; }

body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #d6d6d6; }

body::-webkit-scrollbar {
  width: 0.8em;
  height: 0.8em; }

body::-webkit-scrollbar-thumb {
  background: #777; }

body::-webkit-scrollbar-track {
  background: #d6d6d6; }

@media only screen and (max-width: 992px) {
  body {
    scrollbar-face-color: #eee;
    scrollbar-track-color: rgba(255, 255, 255, 0.1); }
  body::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em; }
  body::-webkit-scrollbar-thumb {
    background: #eee; }
  body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); } }

.navUser .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.icon {
  width: 1.2rem;
  height: 1.2rem; }

.icon--search {
  width: 1.4rem;
  height: 1.4rem; }

.dropdown-menu {
  border-radius: 3px; }

.dropdown-menu-item a {
  margin: 0;
  padding: 0.38571rem 1.14286rem; }

img {
  max-width: 100%; }

.form-input {
  border-color: #d8d8d8; }

.button {
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.85rem 2.5rem; }

.button--action {
  background: #ff7e00;
  border-color: #ff7e00;
  color: #fff; }

@media (min-width: 801px) {
  .navPages-horizontal ul.navPages-list {
    width: 100%;
    vertical-align: middle; }
  .navPages-horizontal ul.navPages-list > li.navPages-item {
    position: relative;
    float: left;
    z-index: 80; }
  .navPages-horizontal ul.navPages-list > li.navPages-item > .navPages-action {
    font-size: 14px;
    color: #fff;
    padding: 1.2rem 1.2rem;
    text-transform: uppercase;
    font-weight: 500; } }

@media (min-width: 801px) and (min-width: 1900px) {
  .navPages-horizontal ul.navPages-list > li.navPages-item > .navPages-action {
    padding: 1.2rem 1.5rem; } }

.navPages-verticalCategories {
  position: relative; }

.navPages-verticalCategories .megamenuToogle-wrapper {
  background: #ff7e00;
  font-size: 16px;
  padding: 0 15px;
  line-height: 51px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-radius: 3px 3px 0 0; }

.navPages-verticalCategories .megamenuToogle-wrapper .title-mega {
  display: inline-block;
  padding: 4px 10px; }

.navPages-verticalCategories .megamenuToogle-wrapper .icon-alignright {
  float: right;
  margin-top: 15px; }

@media (min-width: 801px) {
  .verticalCategories {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 2px solid #ff7e00;
    border-top: none; }
  .verticalCategories.is-open {
    transform: rotateX(0); }
  .verticalCategories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px; }
  .verticalCategories ul.navPage-subMenu-list {
    width: 100%;
    float: left;
    margin: 0; }
  .verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item {
    width: 33%; }
  .verticalCategories
ul.navPage-subMenu-list.grid-3
.navPage-subMenu-item:nth-child(3n + 1) {
    clear: both !important; }
  .verticalCategories .navPages-list {
    display: block; }
  .verticalCategories .navPages-item--default {
    position: relative;
    z-index: 1; }
  .verticalCategories .navPages-item {
    padding: 0 20px;
    float: none; }
  .verticalCategories .navPages-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec; }
  .verticalCategories .navPages-item > .navPages-action {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize; }
  .verticalCategories
.navPages-list:not(.navPages-list-depth-max)
.navPages-action-moreIcon {
    float: right;
    width: 18px;
    height: 18px; }
  .verticalCategories
.navPages-list:not(.navPages-list-depth-max)
.navPages-action-moreIcon
svg {
    stroke: none; }
  .verticalCategories .subMenu--default {
    width: 240px;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 1.5rem 0 !important;
    text-align: left;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); } }

@media (min-width: 801px) and (min-width: 1261px) {
  .verticalCategories .subMenu--default {
    display: block; } }

@media (min-width: 801px) {
  .verticalCategories .subMenu--default .navPages-action-moreIcon {
    display: block; }
  .verticalCategories .subMenu--default .navPage-subMenu-item {
    width: 100%;
    padding: 0 !important; }
  .verticalCategories .subMenu--default .navPage-subMenu-action {
    display: block;
    padding: 5px 1.5rem;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400; }
  .verticalCategories .subMenu--default ul {
    margin-bottom: 0; }
  .verticalCategories .subMenu--default div.subMenu--level2 {
    left: 100%;
    top: -20px;
    display: none; }
  .verticalCategories .subMenu--default li.navPage-subMenu-item {
    position: relative;
    z-index: 10; }
  .verticalCategories .subMenu--mega {
    width: 300%;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); } }

@media (min-width: 801px) and (min-width: 1261px) {
  .verticalCategories .subMenu--mega {
    display: block; } }

@media (min-width: 801px) {
  .verticalCategories .subMenu--mega .navPage-childList-item {
    padding: 3px 0; }
  .verticalCategories .subMenu--mega .navPage-childList-item .navPages-action {
    font-size: 14px;
    padding: 0; }
  .verticalCategories .subMenu--mega .navPage-subMenu-action {
    display: block;
    padding: 5px 0;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; } }

@media (min-width: 801px) {
  .verticalCategories.is-open {
    opacity: 0;
    margin-left: -9999px;
    transform: translateY(32px); } }

@media (min-width: 1200px) {
  .verticalCategories .navPage-subMenu {
    opacity: 0;
    margin-left: -9999px;
    transform: translateX(48px); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .verticalCategories .navPage-subMenu {
    opacity: 0;
    margin-left: -9999px;
    transform: translateX(48px); } }

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

.sale-flag-side {
  background: #ff7e00;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.42857rem;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  border-radius: 2px;
  z-index: 10;
  right: 10px;
  top: 15px; }

.sale-flag-side + .sale-flag-side {
  top: 42px; }

.sale-flag-side.sale-flag-side--soldout {
  background: #17a2b8; }

.price-section {
  color: #999;
  font-size: 16px;
  font-weight: 500; }

.price-section .price--non-sale,
.price-section .price--rrp {
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400; }

.price-section .price-now-label {
  display: none; }

.price-section + .price-section {
  display: inline-block; }

.products-list .product-layout {
  display: block;
  position: relative;
  z-index: 1; }

.products-list .product-layout .product-item-container .buttons--quickview {
  display: block;
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  line-height: 48px;
  opacity: 0;
  text-align: center;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1); }

.products-list
.product-layout
.product-item-container
.buttons--quickview
.quickview {
  width: 100%;
  padding: 0;
  margin: 0; }

.products-list .product-layout .product-item-container .buttons--quickview a {
  color: #666; }

.products-list .product-layout .product-item-container .left-block {
  position: relative;
  overflow: hidden; }

@media (min-width: 801px) {
  .products-list .product-grid:before {
    content: "";
    height: calc(100% - 60px);
    width: 1px;
    background: #f5f5f5;
    display: block;
    position: absolute;
    top: 30px;
    right: 0; } }

.products-list .product-grid .product-item-container {
  padding: 0;
  position: relative;
  overflow: hidden; }

.products-list .product-grid .product-item-container .description {
  display: none; }

.products-list .product-grid .product-item-container .left-block {
  position: relative;
  text-align: center; }

.mobileMenu-close {
  display: none;
  text-align: center;
  padding: 9px 20px;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #444;
  line-height: 100%;
  margin-bottom: 20px; }

.wb-slideshow {
  overflow: hidden;
  margin-bottom: 30px; }

@media (min-width: 1600px) {
  .wb-slideshow .heroCarousel {
    overflow: hidden; } }

.module-wrapper {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  position: relative; }

.module-wrapper .block-title {
  padding: 0 0 12px 0;
  margin: 0 0 15px;
  font-size: 20px;
  border-bottom: 2px solid #ebebeb;
  position: relative;
  z-index: 1; }

.module-wrapper .block-title:before {
  content: "";
  background-color: #ff7e00;
  width: 50px;
  height: 2px;
  position: absolute;
  z-index: 2;
  bottom: -2px;
  display: inline-block; }

.wb-section {
  display: inline-block;
  width: 100%;
  clear: both; }

.banner-figures .banner-figcaption__title {
  margin: 10px 0; }

.banner-figures .banner-figcaption__title a {
  color: #333; }

.banner-figures .banner-figcaption__text {
  margin-bottom: 10px; }

.dropdown--quickSearch {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
  max-height: 300px; }

@media (min-width: 801px) {
  .dropdown--quickSearch {
    padding: 0; } }

.lazyload {
  display: table;
  margin: 0 auto; }

.navUser-item {
  display: block; }

.header {
  color: #93979c;
  border: none;
  height: auto;
  z-index: 50;
  margin-bottom: 30px; }

.header .navUser-section {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.header .navUser-section .navUser-action {
  font-weight: 400;
  padding: 10px 0; }

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
  position: relative;
  z-index: 90; }

.header-top ul.navUser-section .navUser-item a {
  color: #e0e0e0; }

.header-top ul.navUser-section .navUser-action {
  position: relative;
  z-index: 1;
  padding: 0;
  padding: 10px;
  text-transform: none; }

.header-top ul.navUser-section ul.dropdown-menu a {
  color: #666; }

.header-center {
  position: relative;
  z-index: 85;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.signinSelection a {
  color: #8d9297; }

.header-logo__link {
  margin: 10px auto; }

@media (min-width: 801px) {
  .header-logo__link {
    margin: 30px 0; } }

.navUser-section .dropdown-menu {
  max-width: 180px;
  min-width: 170px;
  border: none; }

.navUser-item--compare {
  position: relative; }

.navUser-item--compare .countPill--alt {
  font-weight: 400; }

@media (min-width: 801px) {
  .mobileMenu-toggle {
    display: none; } }

.wb-formSearch .input-group .form-control {
  height: 44px;
  border-radius: 45px 0 0 45px;
  border: none;
  text-indent: 20px;
  font-size: 13px; }

.wb-formSearch .input-group .btn {
  padding: 12px 25px;
  background: #666;
  color: #fff;
  border: none;
  background: #ff7e00;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 0 8px;
  min-width: 125px;
  text-align: center;
  border-radius: 0 45px 45px 0; }

.navUser-action svg {
  stroke: transparent !important;
  fill: #fff; }

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

.header-center-right .navUser-item {
  text-align: left; }

@media (min-width: 1900px) {
  .header-center-right .navUser-item {
    margin-right: 5px; } }

.header-center-right .navUser-item .navUser-action {
  color: #fff;
  text-transform: capitalize;
  padding-top: 0;
  line-height: 22px;
  padding: 0; }

.header-center-right .navUser-item .navUser-action .cart-text {
  display: block;
  min-width: 120px;
  overflow: hidden;
  font-weight: 400;
  margin: 0; }

@media (min-width: 1900px) {
  .header-center-right .navUser-item .navUser-action .cart-text {
    min-width: 130px; } }

.header-center-right .navUser-item .navUser-action .cart-text--account {
  color: #93979c;
  font-size: 13px; }

.header-center-right .navUser-item .cart-button {
  color: #ff7e00;
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 5px 0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin-right: 5px; }

@media (min-width: 1900px) {
  .header-center-right .navUser-item .cart-button {
    margin-right: 15px; } }

.header .header-center__cart {
  position: relative;
  z-index: 70;
  margin-right: 0; }

.header .header-center__cart .dropdown-menu {
  min-width: 310px;
  transform: translateX(-38%); }

div.wb-promotion {
  margin: 8px 0 0;
  height: 25px;
  overflow: hidden; }

.footer button {
  color: #ff7e00; }

.expander {
  display: none; }

@media only screen and (max-width: 991px) {
  .collapsed-block .icon--angle-updown .angle-up {
    display: none; }
  .collapsed-block .icon--angle-updown .angle-down {
    display: block; }
  .collapsed-block .expander {
    display: inline-block;
    float: right;
    color: #adadad; }
  .collapsed-block .expander .icon {
    width: 1.8rem;
    height: 1.8rem; } }

div.wb-promotion {
  margin: 8px 0 0;
  height: 25px;
  overflow: hidden; }

div.wb-promotion a {
  color: #e0e0e0; }

.banner-figures {
  padding: 0;
  background: 0 0;
  color: #666;
  text-align: left; }

.banner-figures .banner-figcaption__title {
  margin: 10px 0; }

.banner-figures .banner-figcaption__title a {
  color: #333; }

.banner-figures .banner-figcaption__text {
  margin-bottom: 10px; }

.staticBanner {
  border: none; }

.staticBanner .block-content {
  padding: 0; }

.staticBanner .flex-row {
  margin: 0 -15px; }

.staticBanner .flex-row .banner-figures {
  margin: 0 15px; }

.staticBanner--services {
  border: 1px solid #ebebeb;
  border-radius: 5px; }

.staticBanner--services .block-content {
  margin: 0;
  padding: 25px 20px; }

.staticBanner--services .flex-row .banner-figures {
  margin: 0;
  padding: 0 10px; }

@media (min-width: 1900px) {
  .staticBanner--services .flex-row .banner-figures {
    padding: 0 30px; } }

.staticBanner--services .banner-figures {
  width: 25%; }

.staticBanner--services .banner-figures + .banner-figures {
  border-left: 1px solid #ebebeb; }

.staticBanner--services .banner-figures .banner-figure {
  width: 42px;
  height: 50px;
  margin-right: 15px;
  float: left;
  vertical-align: top; }

.staticBanner--services .banner-figures .banner-figcaption {
  overflow: hidden;
  margin: 0; }

.staticBanner--services .banner-figures .banner-figcaption__title {
  margin: 0 0 5px 0; }

.staticBanner--services .banner-figures .banner-figcaption__text {
  margin: 0;
  line-height: 18px; }

@media (min-width: 1900px) {
  .header-bottom-left {
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%; }
  .header-bottom-center {
    -ms-flex: 83.33333%;
    flex: 83.33333%;
    max-width: 83.33333%; } }
