@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Ananta_TelephoneValidation/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Ananta_TelephoneValidation/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.catalog-category-view .category-description {
  display: none;
}
.catalog-category-view .category-description[data-readmore] {
  display: block;
}
.um-descr-show-button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 35px;
  color: #333;
  background: url(../Firstygroup_Readmoreless/images/arrow-down.png) no-repeat 5px center;
  background-position: 95px 7px;
  background-size: 20px;
  padding-left: 12px;
  text-align: right;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  margin-top: 5px;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 1.5em;
  background-color: #ffffff;
  color: #8E8E8E;
  font-weight: 600;
  border: 1px solid #8E8E8E;
}
.um-descr-hide-button {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 35px;
  color: #333;
  background: url(../Firstygroup_Readmoreless/images/arrow-up.png) no-repeat 5px center;
  background-position: 85px 6px;
  background-size: 20px;
  padding-left: 12px;
  text-align: right;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 1.5em;
  background-color: #ffffff;
  color: #8E8E8E;
  font-weight: 600;
  border: 1px solid #8E8E8E;
}
[data-readmore] {
  position: relative;
}
[data-readmore]:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), #ffffff);
}
[data-readmore][aria-expanded="false"]:before {
  height: 55px;
}
[data-readmore][aria-expanded="true"].transitioning:before {
  height: 55px;
}
[data-readmore][aria-expanded="false"].transitioning:before {
  height: 0;
}
.um-descr-show-button:hover {
  color: #8E8E8E !important;
}
.um-descr-hide-button:hover {
  color: #8E8E8E !important;
}
.authordetail {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-slider-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    background-color: #ebebeb;
    font-size: 1.3rem;
    padding-top: 6px;
    color: #8e8e8e;
  }
  .left-banner-top {
    width: 50%;
    float: left;
    text-align: right;
    text-transform: uppercase;
  }
  .left-banner-top:after {
    content: '|';
    margin-left: 2%;
    margin-right: 2%;
  }
  .right-banner-top {
    width: 50%;
    float: right;
    text-transform: uppercase;
  }
  .banner-right-list .banner-list {
    margin-right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .top-slider-wrapper {
    margin: 0 auto;
    width: auto;
    height: 50px;
    color: #8e8e8e;
    padding-left: 15px;
    padding-right: 15px;
  }
  .left-banner-top {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ebebeb;
    padding-top: 8px;
    text-transform: uppercase;
  }
  .left-banner-top:after {
    content: '';
    margin-left: 0;
    margin-right: 0;
  }
  .right-banner-top {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    float: right;
    text-align: center;
    background-color: #ebebeb;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .right-banner-top ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1120px) {
  .top-slider-wrapper {
    height: 26px;
  }
}
:root {
  --bmx-primary: #fb3003;
  --bmx-border: #ebebeb;
  --bmx-link: #203656;
  --bmx-link-hover: #4e678a;
  --bmx-subdued: #8f9bad;
  --bmx-gradient: linear-gradient(to right, #fb3003 0%, #ffa387 100%);
}
@media (min-width: 1024px) {
  .bmx\:lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bmx\:lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bmx\:lg\:col-span-2 {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bmx\:card .product-image-container .product-image-photo {
  height: 100%;
}
.bmx\:card .product-image-container {
  height: 200px !important;
}
.toolbar.mx-list-toolbar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  color: #8f9bad;
}
.toolbar.mx-list-toolbar::before {
  content: none;
}
.toolbar.mx-list-toolbar::after {
  content: none;
}
.toolbar.mx-list-toolbar .toolbar-amount {
  display: block;
  float: none;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.toolbar.mx-list-toolbar .pages {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter .limiter-options {
  width: 4em;
}
@media (max-width: 768px) {
  .toolbar.mx-list-toolbar {
    flex-direction: column;
    row-gap: 2em;
  }
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-next,
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-previous {
    position: relative;
  }
}
.mst-comments__wrapper .block-title strong {
  font-size: 2rem;
}
.mst-comments__wrapper .mst-comments__form {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mst-comments__wrapper .mst-comments__form .comment-fieldset {
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__message {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment strong {
  font-weight: 600;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta .mst-comment__author .mst-comment__admin {
  color: #fff;
  background: #4CAF50;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta time {
  color: #999;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comments__form {
  padding: 1rem 1.5rem;
}
.mst-comments__wrapper .link {
  color: #006bb4;
  cursor: pointer;
  padding: 5px;
  font-weight: 500;
  border-radius: 3px;
  user-select: none;
}
.mst-comments__wrapper .link.active {
  background-color: #1979c3;
  color: #ffffff;
}
.mst-comments__wrapper .mst-comments__toolbar {
  display: flex;
  padding: 8px 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item {
  padding: 0 8px;
  border-right: 1px solid #c9c9c9;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:first-child {
  padding-left: 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:last-child {
  padding-right: 0;
  border-right: none;
}
.mst-comments__wrapper .reply {
  padding-left: 25px;
  position: relative;
}
.mst-comments__wrapper .reply::before {
  content: "\21AA";
  font-size: 1.8rem;
  position: absolute;
  left: 5px;
}
.mst-comments__wrapper .hidden {
  display: none;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Category navigation menu
 *
 * .navi.nav-regular            - regular horizontal menu
 * .navi.nav-regular.nav-vert   - regular vertical menu
 * .navi.nav-mobile             - mobile menu accordion
 *
 * .nav-item                    - item
 * .nav-item.parent             - item, parent of subcategories
 * .nav-item.nav-item--parent   - item, parent of subcategories, has a dropdown
 *
 */
/* end: media-common */
@media only screen and (max-width: 991px) {
  .products-list-ext .product-item-details,
  .products-list-ext .product-item-inner {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .products-list-ext .product-item-details {
    padding-left: 30px;
  }
  .products-list-ext .product-item-inner {
    width: 20%;
    padding-left: 15px;
  }
  .products-list-ext .product-item-inner-content {
    border-left: 1px solid #f5f5f5;
    padding-left: 15px;
  }
  .products-list-ext .product-item-actions .actions-primary,
  .products-list-ext .product-item-actions .actions-secondary {
    display: block;
    float: none;
    vertical-align: baseline;
  }
  .products-list-ext .product-item-actions .actions-primary + .actions-secondary {
    padding-left: 0;
    margin-top: 15px;
  }
  .products-list-ext .product-item-actions .action.primary {
    width: 100%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .product-columns-wrapper:before,
  .product-columns-wrapper:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .product-columns-wrapper:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .vertnav-trigger,
  .navi.nav-vert-triggerable {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .main-container {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .main-container {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
  }
  .page-layout-3columns .vertnav-trigger,
  .page-layout-3columns .navi.nav-vert-triggerable {
    width: 14.66666667%;
  }
  .page-layout-2columns-left .vertnav-trigger,
  .page-layout-2columns-left .navi.nav-vert-triggerable {
    width: 18.83333333%;
  }
  .page-layout-2columns-right .vertnav-trigger,
  .page-layout-2columns-right .navi.nav-vert-triggerable {
    width: 18.83333333%;
  }
  .nav-toggle {
    display: none;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .product.data.items.style-luma {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items.style-luma:before,
  .product.data.items.style-luma:after {
    content: '';
    display: table;
  }
  .product.data.items.style-luma:after {
    clear: both;
  }
  .product.data.items.style-luma > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.style-luma > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.style-luma > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.style-luma > .item.content:before,
  .product.data.items.style-luma > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.style-luma > .item.content:after {
    clear: both;
  }
  .product.data.items.style-luma > .item.content.active {
    display: block;
  }
  .product.data.items.style-luma > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items.style-luma > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items.style-luma > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:active,
  .product.data.items.style-luma > .item.title.active > .switch,
  .product.data.items.style-luma > .item.title.active > .switch:focus,
  .product.data.items.style-luma > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style-luma > .item.title.active > .switch,
  .product.data.items.style-luma > .item.title.active > .switch:focus,
  .product.data.items.style-luma > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items.style-luma > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items.style-luma .item.title a:after {
    display: none;
  }
  .product.data.items.style-luma > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 1px;
  }
  .product.data.items.style-luma > .item.content:last-child {
    border-bottom: none;
  }
  .product.data.items.style1 {
    position: relative;
    z-index: 1;
  }
  .product.data.items.style1:before,
  .product.data.items.style1:after {
    content: '';
    display: table;
  }
  .product.data.items.style1:after {
    clear: both;
  }
  .product.data.items.style1 > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items.style1 > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items.style1 > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items.style1 > .item.content:before,
  .product.data.items.style1 > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.style1 > .item.content:after {
    clear: both;
  }
  .product.data.items.style1 > .item.content.active {
    display: block;
  }
  .product.data.items.style1 > .item.title {
    margin: 0 0 0 0;
  }
  .product.data.items.style1 > .item.title > .switch {
    font-weight: 400;
    line-height: 50px;
    font-size: 1.6rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 50px;
    padding: 0 10px 0 10px;
  }
  .product.data.items.style1 > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:active,
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    padding-bottom: 0;
  }
  .product.data.items.style1 > .item.content {
    background: #ffffff;
    margin-top: 51px;
    padding: 15px 0 15px 0;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .product.data.items.style1 .item.title a:after {
    display: none;
  }
  .product.data.items.style1 > .item.title > .switch {
    border: 1px solid transparent;
    border-bottom: none;
  }
  .product.data.items.style1 > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 0px;
  }
  .product.data.items.style1 > .item.title.active > .switch,
  .product.data.items.style1 > .item.title.active > .switch:focus,
  .product.data.items.style1 > .item.title.active > .switch:hover {
    border-color: #d1d1d1;
    border-bottom: 1px solid transparent;
    padding-top: 4px;
    margin-top: -4px;
  }
  .product.data.items.style1 > .item.content:last-child {
    border-bottom: none;
  }
  .product.data.items.style1.style1-small > .item.title > .switch {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0;
  }
  .product.data.items.style1.style1-small > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 0px;
  }
  .product.data.items.style1.style1-small > .item.title.active > .switch,
  .product.data.items.style1.style1-small > .item.title.active > .switch:focus,
  .product.data.items.style1.style1-small > .item.title.active > .switch:hover {
    padding-top: 4px;
    margin-top: -4px;
    padding-bottom: 0;
  }
  .product.data.items.style1.style1-small > .item.content {
    margin-top: 33px;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .page-layout-empty .filter-options {
    margin-top: 10px;
  }
  .page-layout-empty .filter-options-item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    border: 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title:after {
    top: 3px;
    right: 2px;
  }
  .page-layout-empty .filter-options-item .filter-options-content {
    position: absolute;
    top: 100%;
    z-index: 3;
    display: none;
    padding: 5px;
    width: 180px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-empty .filter-options-item .filter-options-content:before,
  .page-layout-empty .filter-options-item .filter-options-content:after {
    position: absolute;
    top: -16px;
    left: 5px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    content: '';
  }
  .page-layout-empty .filter-options-item .filter-options-content:after {
    z-index: 4;
    margin-top: 0;
    border-bottom-color: #fff;
  }
  .page-layout-empty .filter-options-item .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-empty .filter-options-item .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-empty .filter-options-item .item a {
    margin-left: 0;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amasty_xlanding-page-view .products-grid .product-items .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 33.33333333%;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 25%;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 20%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navigation .blog-mx.level0:last-child {
    float: right;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.8rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -10px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .slideshow-wrapper._right {
    float: right !important;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .page-products .sorter {
    position: static;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 8px 0 0;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .field.qty .label,
  .product-options-bottom .box-tocart .field.qty .label {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty .control,
  .product-options-bottom .box-tocart .field.qty .control {
    display: inline-block;
    margin-left: 5px;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    float: left;
  }
  .product-social-links {
    text-align: left;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -6px;
    font-size: 3.2rem;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-img-column,
  .product-primary-column,
  .product-secondary-column {
    margin-bottom: 25px;
  }
  .product-img-column {
    padding-bottom: 1px;
  }
  .non-collapsing-column-placeholder {
    padding-bottom: 1px;
    height: 1px;
    min-height: 1px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .filter.block {
    margin-bottom: 30px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column.page-with-filter .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column.page-with-filter .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: -10px;
    top: -1px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 195px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 0 10px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options .swatch-attribute-options {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .block.newsletter {
    width: 300px;
    margin: 0;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  html {
    background: none;
    background-color: transparent;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .footer .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .mobile-collapsible .block-title:after,
  .sidebar .block .block-title:after {
    display: none !important;
  }
  .mobile-collapsible .block-title,
  .sidebar .block .block-title {
    cursor: default;
  }
  .mobile-collapsible .block-title {
    border-bottom: none;
  }
  .dropdown-block .dropdown-content {
    padding: 15px 20px;
  }
  .dropdown-block .dropdown-content > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .round-stickers .sticker {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    line-height: 45px;
  }
  .box-tocart.right-side .field.qty {
    float: left;
    padding-right: 15px;
    padding-left: 0;
  }
  .box-tocart.right-side .actions {
    float: right;
  }
  .items-grid .product-item-name {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .items-grid.size-xl .product-item-name {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .items-grid.size-xl .price-box .price {
    font-size: 1.9rem;
  }
  .items-grid.size-l .product-item-name {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .items-grid.size-l .price-box .price {
    font-size: 1.6rem;
  }
  .items-grid.size-s .product-item-name {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .items-grid.size-xs .product-item-name {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .items-grid.size-xs .price-box .price {
    font-size: 1.3rem;
  }
  .custom-sidebar-right {
    float: right !important;
  }
  .custom-sidebar-right .inner {
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
  }
  .custom-sidebar-left {
    float: left !important;
  }
  .custom-sidebar-left .inner {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
  }
  .magnifier-preview {
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
  .checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .row-center-vertically {
    display: table;
    width: 100%;
    text-align: center;
  }
  .row-center-vertically > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .amgroupassign-groupcode {
    max-width: 105px;
    margin: 0 16px 0 0;
  }
  .amgroupassign-li-nav {
    align-items: center;
    flex-direction: row;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    min-width: 190px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .dropdown-block .dropdown-content {
    padding: 20px 25px;
  }
  .dropdown-block .dropdown-content > li > a {
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .caption .heading {
    margin-bottom: 0.2em;
    font-size: 32px;
  }
  .caption p {
    clear: left;
    font-size: 16px;
  }
  .round-stickers .sticker {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    line-height: 60px;
  }
  .product-view .round-stickers .sticker {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    line-height: 80px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .caption .heading {
    font-size: 40px;
  }
  .caption p {
    font-size: 20px;
  }
}
.abs-flex-container-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.abs-sidebar-block-title {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.abs-sidebar-block-title > strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
.abs-actions-addto {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  color: #333333;
  text-decoration: none;
}
.abs-global-border-color,
.abs-sidebar-block-title {
  border-color: #e5e5e5;
}
.abs-global-border-color-light {
  border-color: #f5f5f5;
}
.abs-global-border-color-dark {
  border-color: #cccccc;
}
/**
 * Lightbox
 */
/* end: media-common */
/**
 * Theme Content Construction Kit
 */
/* end: media-common */
/* end: media-common */
/* end: media-common */
/* end: media-common */
/* end: media-common */
@media only screen and (max-width: 992px) {
  .cap-text-bg .text {
    padding: 2px 4px;
  }
  .cap p {
    font-size: 1.4rem !important;
  }
  .cap h1,
  .cap h2,
  .cap h3,
  .cap h4 {
    font-size: 1.9rem !important;
  }
  .cap h5,
  .cap h6 {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 992px) {
  #scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    bottom: 81px;
    right: 0;
    border-radius: 0;
  }
}
/* end: media-common */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-secondary-column .items-grid-thumbnails .product-item-details,
  .product-lower-secondary-column .items-grid-thumbnails .product-item-details {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (max-width: 769px) {
  .header-container {
    /* Vertically aligned grid of blocks (in "Header - Primary" section).
           In mobile header all blocks are stretched to full width
           and stack vertically.
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Header items
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header, only items inside mobile container can float */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Force right-aligned edge of dropdowns */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top links
        -------------------------------------------------------------- */
    /* Logo and collateral elements
        -------------------------------------------------------------- */
    /* Regular logo */
    /* Mobile logo */
    /* Header collateral elements
        -------------------------------------------------------------- */
    /* If collateral next to logo, logo floats left */
    /* User menu
        -------------------------------------------------------------- */
    /* Language/currency switcher
        -------------------------------------------------------------- */
    /* The "move-switchers" class indicates that in mobile header the default language/currency switchers
           should be hidden because they are replaced with switchers in alternative position (next to the logo).
           So we need to hide switchers from both wrappers: regular and mobile. */
    /* Other
        -------------------------------------------------------------- */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide/show basic elements */
    /* Always displayed */
    /* Always hidden */
    /* Always hidden */
    /* Always hidden */
    /* Containers
        -------------------------------------------------------------- */
    /* Important: menu container is also a "skip-content" block */
    /* Menu bar
        -------------------------------------------------------------- */
    /* Remove shadow */
    /* Menu items
        -------------------------------------------------------------- */
    /* Mobile menu - remove possible gap from the top of the very first item.
           Gaps are added as dividers between items of the mobile menu accordion. */
    /* Elements hidden in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Hide regular header containers in mobile header */
    /* .header-top-container,
        .header-primary-container, */
    /* Deprecated rules to hide elements in mobile header (left for backward compatibility) */
    /* Skip links in mobile header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Skip link elements
        -------------------------------------------------------------- */
    /* Active link
        -------------------------------------------------------------- */
    /* Size
        -------------------------------------------------------------- */
    /* Skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* In mobile header the content is hidden.
           It's displayed only when skip link was clicked.
        -------------------------------------------------------------- */
    /* Styls (required in skip-content blocks) are added through
           this special class so that we can control which content
           blocks are styled.
        -------------------------------------------------------------- */
    /* Selected skip links
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Compare
        -------------------------------------------------------------- */
    /* Hide compare block's heading (only heading) */
    /* Selected skip content
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Height of mobile menu items and vertical inline links
        -------------------------------------------------------------- */
    /* Generic vertical inline links (e.g. account links)
        -------------------------------------------------------------- */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Important: possible value "relative" of the "position" property.
           Cart can be a dropdown, so in mobile header we need to reset "position" of the dropdown container so that it doesn't cover other skip links.
           We also need to remove float.
           */
    /* Compare
        -------------------------------------------------------------- */
    /* Cart
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder .hp-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-container .header-m-container .item-left {
    float: left;
    text-align: left;
  }
  .header-container .header-m-container .item-right {
    float: right;
    text-align: right;
  }
  .header-container .header-m-container .item-left .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .header-m-container .item-right .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .top-links {
    float: none !important;
    clear: both;
  }
  .header-container .top-links ul {
    float: none !important;
  }
  .header-container .logo-wrapper--regular {
    display: none;
  }
  .header-container .logo-wrapper--mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-container .logo-wrapper--mobile .logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header-container .header-collateral {
    float: right;
    text-align: right;
  }
  .header-container .header-collateral + .logo-wrapper--mobile {
    float: left;
    text-align: left;
  }
  .header-container .user-menu {
    float: none !important;
    margin: 0;
    /* Important: remove margins to collapse the block completely */
  }
  .header-container.move-switchers #lang-switcher-wrapper-regular,
  .header-container.move-switchers #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container.move-switchers #lang-switcher-wrapper-mobile,
  .header-container.move-switchers #currency-switcher-wrapper-mobile {
    display: none;
  }
  .header-container .line-break-after {
    display: none !important;
  }
  .header-container .nav-mobile {
    display: block !important;
  }
  .header-container .vertnav-trigger {
    display: none !important;
  }
  .header-container .mobnav-trigger {
    display: none !important;
  }
  .header-container .nav-inline-links {
    display: none !important;
  }
  .header-container .nav-container {
    /* Padding for menu container may be added via admin panel so we need to remove it for mobile header */
    padding: 0;
    /* If needed, reset also other styles which are added to standard "skip-content" blocks */
    /* Remove background color */
    background-color: transparent;
  }
  .header-container .nav-container .nav,
  .header-container .nav-container .navi {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-container .nav-border-bottom {
    border-bottom: none;
  }
  .header-container .nav-mobile .nav-item.nav-1 {
    margin-top: 0 !important;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular {
    display: none;
  }
  .header-container .header-top .item:not(.item-interface) {
    display: none;
  }
  .header-container .skip-link {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    /* To avoid flickering on load (height of mini cart tab is too small) in mobile view */
  }
  .header-container .skip-link .caret {
    display: none !important;
  }
  .header-container a.skip-link {
    text-decoration: none;
  }
  .header-container .skip-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 16px;
    line-height: 16px;
  }
  .header-container .skip-link.dropdown-heading .label.hide,
  .header-container .skip-link .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  .header-container .skip-link .counter {
    display: inline-block;
    vertical-align: middle;
  }
  .header-container .skip-link .caret {
    display: none;
  }
  .header-container .skip-link.skip-active,
  .header-container .skip-link:hover {
    color: inherit;
  }
  .header-container .skip-link.skip-active span {
    color: inherit;
  }
  .header-container .skip-links--1 .skip-link {
    width: 100%;
  }
  .header-container .skip-links--2 .skip-link {
    width: 50%;
  }
  .header-container .skip-links--3 .skip-link {
    width: 33.33%;
  }
  .header-container .skip-links--4 .skip-link {
    width: 25%;
  }
  .header-container .skip-links--5 .skip-link {
    width: 20%;
  }
  .header-container .skip-links--6 .skip-link {
    width: 16.66%;
  }
  .header-container .skip-content {
    display: none;
  }
  .header-container .skip-content.skip-active {
    display: block;
  }
  .header-container .skip-content--style {
    clear: both;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Skip content blocks have to be reset the same as all grid units
               because skip content blocks can have grid units */
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" class */
    margin: 0;
  }
  .header-container #header-nav.skip-content--style {
    padding: 0;
  }
  .header-container .skip-link.mini-compare-heading {
    display: none;
  }
  .header-container .nav-mobile .nav-item > a,
  .header-container .account-links .links > li > a {
    line-height: 50px;
  }
  .header-container .account-links .links > li {
    float: none;
  }
  .header-container .account-links .links > li > a {
    background-image: none;
    /* Remove link separators */
    font-weight: 600;
    font-size: 1.6rem;
  }
  .header-container .mini-cart,
  .header-container .mini-compare {
    position: static;
    float: none;
    display: block;
    /* To make sure it's not "inline-block" */
  }
  .header-container .skip-content.mini-cart-content,
  .header-container .skip-content.mini-compare-content {
    clear: both;
    width: 100%;
  }
  .header-container .mini-compare .skip-content .actions {
    border: none;
    padding-top: 0;
  }
  .header-container .minicart-items-wrapper {
    height: auto !important;
  }
  .header-container .minicart-items {
    height: auto !important;
  }
  .hide-when-mobile-header {
    display: none !important;
  }
}
@media only screen and (min-width: 770px) {
  .header-container {
    /* Left column 
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force left-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Right column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Dropdowns
        -------------------------------------------------------------- */
    /* Force right-aligned edge of dropdowns */
    /* Avoid dropdown heading stretched in containing block */
    /* Search box
        -------------------------------------------------------------- */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Top links
        -------------------------------------------------------------- */
    /* Central column
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Elements of User Menu
        -------------------------------------------------------------- */
    /* Elements of the central column are centered so the "user-menu" container also needs to be centered:
           so it needs to be inline-block, it can't float and can't have 100% width. */
    /* Top header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Top header - selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* User menu inside top header
        -------------------------------------------------------------- */
    /* Selected elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Menu elements
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Simple menu container
        -------------------------------------------------------------- */
    /* Menu container is marked with "simple" class.
           It's added when menu is inside a container which is not full-width but is narrow
           and placed in one of the header sections. */
    /* Expand the width of the "nav" class element */
    /* Remove side padding from inner container */
    /* Other
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /*.header-top .lang-switcher,
        .header-top .currency-switcher, */
    /* Elements hidden in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Selected skip links in regular header
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
        */
    /* Cart + compare
        -------------------------------------------------------------- */
    /* Skip links has to be hidden except cart and compare */
  }
  .header-container .hp-blocks-holder {
    display: table;
    width: 100%;
  }
  .header-container .hp-blocks-holder .hp-block {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .header-container .hp-blocks-holder .hp-block:before,
  .header-container .hp-blocks-holder .hp-block:after {
    content: '';
    display: table;
  }
  .header-container .hp-blocks-holder .hp-block:after {
    clear: both;
  }
  .header-container .item-left {
    float: left;
    margin-right: 10px;
    text-align: left;
  }
  .header-container .item-right {
    float: right;
    margin-left: 10px;
    text-align: right;
  }
  .header-container .left-column {
    text-align: left;
  }
  .header-container .central-column {
    text-align: center;
  }
  .header-container .right-column {
    text-align: right;
  }
  .header-container .header-primary .central-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-container .left-column .dropdown-block .dropdown-content {
    left: 0;
    right: auto;
  }
  .header-container .left-column .dropdown-block {
    display: inline-block;
  }
  .header-container .left-column .search-wrapper {
    float: left;
  }
  .header-container .left-column .user-menu .search-wrapper,
  .header-container .left-column .user-menu .mini-cart,
  .header-container .left-column .user-menu .mini-compare,
  .header-container .left-column .user-menu .top-links,
  .header-container .left-column .user-menu .top-links ul {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper,
  .header-container .left-column .navi {
    float: left;
  }
  .header-container .left-column .nav-holders-wrapper .nav-holder {
    float: left;
  }
  .header-container .right-column .dropdown-block .dropdown-content {
    left: auto;
    right: 0;
  }
  .header-container .right-column .dropdown-block {
    display: inline-block;
  }
  .header-container .right-column .search-wrapper {
    float: right;
  }
  .header-container .right-column .user-menu .search-wrapper,
  .header-container .right-column .user-menu .mini-cart,
  .header-container .right-column .user-menu .mini-compare,
  .header-container .right-column .user-menu .top-links,
  .header-container .right-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper,
  .header-container .right-column .navi {
    float: right;
  }
  .header-container .right-column .nav-holders-wrapper .nav-holder {
    float: right;
  }
  .header-container .right-column .top-links ul {
    float: right;
  }
  .header-container .central-column .user-menu {
    display: inline-block;
    float: none;
    width: auto;
  }
  .header-container .central-column .user-menu .search-wrapper,
  .header-container .central-column .user-menu #mini-cart-wrapper-regular,
  .header-container .central-column .user-menu .mini-cart,
  .header-container .central-column .user-menu .mini-compare,
  .header-container .central-column .user-menu .top-links,
  .header-container .central-column .user-menu .top-links ul {
    float: right;
  }
  .header-container .header-top .central-column {
    text-align: center;
    width: 100%;
  }
  .header-container .header-top .central-column .item {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .header-container .header-top .item-left .user-menu > * {
    float: left;
  }
  .header-container .header-top .item-right .user-menu > * {
    float: right;
  }
  .header-container .widget {
    display: inline-block;
  }
  .header-container .search-wrapper {
    width: 100%;
  }
  .header-container .logo-wrapper .logo img {
    width: 100%;
  }
  .header-container .nav-container.simple .nav {
    width: 100%;
  }
  .header-container .nav-container.simple .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container #lang-switcher-wrapper-regular,
  .header-container #currency-switcher-wrapper-regular,
  .header-container .header-top .dropdown-block {
    margin: 0;
  }
  .header-container .header-m-container,
  .header-container .skip-links-clearer,
  .header-container #header-nav,
  .header-container .skip-link,
  .header-container .logo-wrapper--mobile,
  .header-container .logo--mobile,
  .header-container .header-collateral,
  .header-container .after-mobile-logo,
  .header-container #user-menu-wrapper-mobile,
  .header-container #search-wrapper-mobile,
  .header-container #account-links-wrapper-mobile,
  .header-container #mini-cart-wrapper-mobile,
  .header-container #mini-compare-wrapper-mobile,
  .header-container #nav-wrapper-mobile {
    display: none;
  }
  .header-container .mini-cart-heading,
  .header-container .mini-compare-heading {
    display: block;
  }
  .header-container .mini-cart-heading .label.no-display,
  .header-container .mini-compare-heading .label.no-display {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-container {
    /* Reset blocks below this breakpoint */
    /* Menu - positionning of menu, holders and holders wrapper
        -------------------------------------------------------------- */
    /* Remove floating of the menu container */
    /* Remove floating of the menu */
    /* Logo
        -------------------------------------------------------------- */
    /* Search
        -------------------------------------------------------------- */
  }
  .header-container .hp-blocks-holder--stacked .hp-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .hp-blocks-holder--stacked .right-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .left-column {
    text-align: inherit;
  }
  .header-container .hp-blocks-holder--stacked .nav-container {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .navi {
    float: none;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper {
    text-align: center;
  }
  .header-container .hp-blocks-holder--stacked .logo-wrapper .logo {
    max-width: 60%;
    margin-left: auto;
    /* Margins "auto" not needed. Left in case custom CSS removes "display:inline-block" from the ".logo" element. */
    margin-right: auto;
  }
  .header-container .hp-blocks-holder--stacked .search-wrapper {
    float: none;
    max-width: 440px;
    margin: 10px auto;
    /* Add space above and below search box */
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7394ffa92e392d0b625ad11d3617ceea)
 * Config saved to config.json and https://gist.github.com/7394ffa92e392d0b625ad11d3617ceea
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Ultimo theme:
 * This is custom build of Bootstrap, only these components were compiled:
 * "Grid system" (grid.less) and "Responsive utilities" (responsive-utilities.less).
 * We removed the styles from normalize.css (github.com/necolas/normalize.css) 
 * which are by default added at the beginning of Bootstrap CSS.
 */
/* end: media-common */
/* end: media-common */
/* IVP BOOKS */
/**
 * Infortis/ultimo
 * Custom CSS fallback
 * app/design/frontend/Infortis/ultimo/web/css/_custom.less
 */
/* CSS Document */
.toggle-submenu,
[id^=drop] {
  display: none;
}
/* Giving a background-color to the nav container. */
.submenu-nav {
  margin: 0;
  padding: 0;
}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav.submenu-nav nav:after {
  content: "";
  display: table;
  clear: both;
}
/* Removing padding, margin and "list-style" from the ".submenu-ul",
 * and adding "position:reltive" */
nav.submenu-nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 100;
  /* <-- Added */
}
nav.submenu-nav li.last-submenu {
  z-index: 1010;
}
/* Positioning the navigation items inline */
nav.submenu-nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: white;
}
nav.submenu-nav ul li ul li:hover {
  background: white;
}
/* Background color change on Hover */
nav.submenu-nav a:hover {
  background-color: white;
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav.submenu-nav ul ul {
  display: none;
  position: absolute;
  /* has to be the same number as the "line-height" of ".submenu-nav a" */
}
/* Display Dropdowns on Hover */
nav.submenu-nav ul li:hover > ul {
  display: inherit;
}
/* Fisrt Tier Dropdown */
nav.submenu-nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}
/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav.submenu-nav ul ul ul li {
  position: relative;
  top: -27px;
  /* has to be the same number as the "width" of ".submenu-nav .submenu-ul .submenu-ul .submenu-li" */
  left: 170px;
}
/* Change ' +' in order to change the Dropdown symbol */
nav.submenu-nav li > a:after {
  content: '';
}
nav.submenu-nav li > a:only-child:after {
  content: '';
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width: 768px) {
  .submenu-nav {
    margin: 0;
  }
  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle-submenu + a,
  .submenu-ul {
    display: none;
  }
  /* Stylinf the toggle lable */
  .toggle-submenu {
    display: block;
    background-color: white;
    padding: 14px 20px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    border: none;
  }
  .toggle-submenu:hover {
    background-color: #000000;
  }
  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
  }
  /* Change menu item's width to 100% */
  nav.submenu-nav ul li {
    display: block;
    width: 100%;
  }
  nav.submenu-nav ul ul .toggle-submenu,
  nav.submenu-nav ul ul a {
    padding: 0 40px;
  }
  nav.submenu-nav ul ul ul a {
    padding: 0 80px;
  }
  nav.submenu-nav a:hover,
  nav.submenu-nav ul ul ul a {
    background-color: #000000;
  }
  nav.submenu-nav ul li ul li .toggle-submenu,
  nav.submenu-nav ul ul a {
    background-color: #212121;
  }
  /* Hide Dropdowns by Default */
  nav.submenu-nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of ".submenu-nav a" */
  }
  /* Hide menus on hover */
  nav.submenu-nav ul ul li:hover > ul,
  nav.submenu-nav ul li:hover > ul {
    display: none;
  }
  /* Fisrt Tier Dropdown */
  nav.submenu-nav ul ul li {
    display: block;
    width: 100%;
  }
  nav.submenu-nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of ".submenu-nav .submenu-ul .submenu-ul .submenu-li" */
  }
}
@media all and (max-width: 330px) {
  nav.submenu-nav ul li {
    display: block;
    width: 94%;
  }
}
.message.global.cookie {
  text-align: center;
  z-index: 2000000000;
}
#hb-cc-hide {
  float: right;
}
/* GENERAL ITEMS */
body {
  font-family: 'Lato', sans-serif;
}
button {
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
}
select {
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  -webkit-appearance: none;
}
.control select {
  border-radius: 0;
  -webkit-appearance: none;
}
h1 {
  font-size: 30px;
  color: #de3d25;
  font-weight: 700;
}
.breadcrumbs .items {
  color: #a2a2a2;
}
.breadcrumbs .item:not(:last-child)::after {
  font-size: 20px;
  line-height: 16px;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  padding: 10px 15px;
}
.cms-page-view .page-main ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-top: 20px;
}
.cms-page-view .page-main ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-top: 20px;
}
/* HIDES SCROLL TO TOP BUTTON */
#scroll-to-top {
  display: none !important;
}
.cms-home .column.main {
  padding-bottom: 0 !important;
}
/* FLEX SLIDER */
@media screen and (max-width: 768px) {
  .ivp_home_slider_desktop-container {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .ivp_home_slider_mobile-container {
    display: none;
  }
}
/* CMS STYLES */
.cms-page-view h2 {
  font-size: 2.7rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: 700;
}
.cms-page-view h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.cms-page-view p.highlight {
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.cms-page-view p.footnote {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.cms-page-view blockquote {
  font-family: 'Lato', sans-seif;
  font-size: 1.8rem;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-style: normal;
}
.cms-page-view cite {
  font-style: normal;
  display: block;
  font-size: 1.3rem;
}
/* HEADER */
.header .logo-wrapper .logo img {
  width: 45px;
  padding-bottom: 2px;
}
.header-container .logo-wrapper--mobile img {
  width: 140px;
}
.header-container .right-column .search-wrapper {
  float: left;
  max-width: 300px;
}
.home-four-boxes-wrapper {
  width: 99.225vw;
  position: relative;
  margin-left: -49.85vw;
  left: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.home-four-boxes-wrapper .home-box {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
}
input.input-text {
  border-radius: 50px;
}
.header-regular .block-search .input-text {
  padding-left: 15px;
  text-align: center;
  background-color: #f6f6f6 !important;
  border: 0;
}
.action.advanced {
  margin-left: 15px;
  font-size: 1.1rem;
}
.block-search .nested {
  padding-top: 0px;
}
.nav-regular li.level0 > a {
  padding: 0 6px;
}
.block-search .action.search::before {
  color: #de3d25 !important;
  font-size: 30px;
  content: url('../images/search.png');
  display: block;
  height: 45px;
  width: 45px;
  transform: scale(0.45);
  -webkit-transform: scale(0.45, 0.45);
  /* Safari */
  -ms-transform: scale(0.45, 0.45);
  /* IE 9 */
  margin-top: -2px;
  margin-left: -10px;
}
.block-search .action.search[disabled] {
  opacity: 1;
}
.block-search .block.block-content,
.form.minisearch .control {
  background: #fff !important;
}
.dropdown-block .dropdown-heading.cover > span,
.dropdown-block .dropdown-heading.cover > div {
  padding: 0 15px 8px 0px!important;
}
@media screen and (min-width: 770px) {
  .header-container .right-column .dropdown-block .dropdown-content {
    padding-top: 30px;
    margin-top: 5px;
    border-radius: 10px 0 10px 10px;
  }
}
.sticky-header .nav-regular .nav-item.level0 > a {
  font-size: 12.5px;
}
.nav-regular .classic > .nav-panel--dropdown > li > a {
  line-height: 26px;
  padding-left: 4px;
}
.nav-regular .classic > .nav-panel--dropdown {
  margin-top: -1px;
  border: 1px solid #c6c6c6;
}
.nav-regular:not(.nav-vert) .nav-item.level0 > a {
  border-left: 1px solid #de3d25;
  border-right: 1px solid #de3d25;
}
.nav-regular:not(.nav-vert) .nav-item.level0:hover > a {
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.submenu-top-desktop nav.submenu-nav a {
  display: block;
  /*padding: 14px 7px 14px 7px;*/
  padding: 14px 55px 14px 7px;
  color: #de3d25;
  font-size: 13px;
  text-decoration: none;
}
.submenu-top-desktop nav.submenu-nav a:hover {
  background-color: white;
  border: 1px solid #c6c6c6;
}
.submenu-top-desktop nav.submenu-nav a {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.submenu-top-desktop nav.submenu-nav a:hover {
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.submenu-top-desktop nav.submenu-nav li:hover > a {
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.submenu-top-desktop nav.submenu-nav ul li ul {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: -1px;
}
/*third level */
.submenu-top-desktop nav.submenu-nav ul li ul li ul {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 0px;
  margin-left: -1px;
}
.submenu-top-desktop nav.submenu-nav ul li ul li:hover > a {
  border-top: 0;
  border-bottom: 0;
  margin-top: 0px;
}
.submenu-top-desktop nav.submenu-nav ul li ul li a {
  border-top: 0;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 0;
}
.submenu-top-desktop nav.submenu-nav ul li ul li a:hover {
  border-top: 0;
  border-bottom: 0;
}
.submenu-top-desktop nav.submenu-nav ul li ul li:last-child a {
  border-bottom: 1px solid #c6c6c6;
}
.submenu-top-desktop nav.submenu-nav ul li ul li ul li a {
  border-bottom: 0 !important;
}
.submenu-top-desktop nav.submenu-nav ul li ul li ul li:last-child a {
  border-bottom: 1px solid #c6c6c6!important;
}
.submenu-top-desktop nav.submenu-nav ul li ul li:first-child a {
  border-top: 1px solid #c6c6c6;
}
.submenu-top-desktop nav.submenu-nav ul li ul li .toggle-submenu,
.submenu-top-desktop nav.submenu-nav ul ul a,
.submenu-top-desktop nav.submenu-nav ul ul ul a {
  padding: 14px 20px;
  color: #de3d25;
  font-size: 17px;
}
.submenu-top-desktop .submenu-nav ul li ul li a {
  padding: 5px 14px 5px 14px;
  text-align: left;
  color: #272727;
  font-size: 12px;
  border: 0;
}
.submenu-top-desktop .submenu-nav ul li ul li a:hover {
  color: #be1a01;
  border: 0;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.submenu-top-desktop .submenu-nav ul li ul {
  border: 1px solid c6c6c6;
}
.submenu-arrow {
  float: right;
  font-size: 20px;
  line-height: 14px;
}
/* MINI CART */
.ic-cart::before,
.ic-cart1::before {
  content: url('../images/cart.png');
  display: block;
  height: 23px;
  width: 27px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  /* Safari */
  -ms-transform: scale(0.5, 0.5);
  /* IE 9 */
  margin-top: -4px;
}
.sticky-header .ic-cart::before {
  content: url('../images/cart-mobile.png');
  margin-top: -10px;
}
.sticky-header .ic-cart:hover::before {
  content: url('../images/cart.png');
  margin-top: -10px;
}
.dropdown-block.open .ic-cart::before {
  content: url('../images/cart.png');
}
/* Hides the cart drop-down arrow */
.dropdown-block .caret {
  display: none !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  border-radius: 50%;
}
.block-minicart .subtotal {
  text-align: left;
}
.dropdown-block .dropdown-heading.cover > span,
.dropdown-block .dropdown-heading.cover > div {
  padding: 0 15px 0 0px;
}
.minicart-items .action.delete::before {
  color: #de3d25 !important;
}
.block-minicart .items-total {
  float: none;
  padding-bottom: 5px;
}
.block-minicart .price-excluding-tax {
  display: none;
}
.minicart-items .product-item-name a {
  font-weight: 700;
  font-size: 16px;
}
.modal-popup .modal-inner-wrap {
  margin: 30px auto;
}
.modal-popup .modal-footer button {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #c7c7c7;
}
.modal-popup .action-close::before {
  color: #de3d25;
}
.minicart-items .action.delete::before {
  content: 'x';
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  margin-top: -5px;
}
.cart.table-wrapper .items {
  margin-top: 20px;
}
.cart-summary {
  margin-top: 90px;
}
.cart-summary .actions-toolbar > .primary button {
  background: #c7c7c7;
  color: #fff;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
  background-color: #333 !important;
}
.checkout-cart-index button.action:hover {
  background: #333;
}
.cart .col.price,
.cart .col.qty,
.cart .col.subtotal {
  text-align: center !important;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #de3d25;
  font-size: 2rem;
  font-weight: 700;
}
.checkout-payment-method .payment-option-title {
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
}
.opc-block-summary .product-item .product-item-inner {
  display: block;
}
.opc-block-summary .product-item-name {
  text-align: left;
  margin-top: 10px;
}
.opc-block-summary .price-excluding-tax {
  padding-top: 10px;
}
/* FLEX SLIDER */
.cms-home .main.container {
  padding-top: 0;
}
.sw-flexslider-element {
  width: 99.225vw;
  position: relative;
  margin-left: -49.85vw;
  left: 50%;
  margin-bottom: 0;
}
.dots-pagination-style .sw-flexslider-control-paging li a {
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.sw-flexslider .sw-flexslider-control-paging li a {
  margin-right: 20px;
}
/* CATEGORY PAGE */
.items-grid-partitioned .item {
  border-top: 0;
}
.sorter-action,
.sorter-action:hover {
  background-color: transparent !important;
}
.sorter-options {
  margin: 0 0 0 0px;
}
.sorter-action::before {
  color: #a2a2a2;
}
@media screen and (max-width: 767px) {
  .page-products .sorter {
    position: relative;
    float: none;
  }
}
.modes {
  padding: 0 0;
  margin-top: 8px;
}
.mode-list {
  border-top: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  border-radius: 0 5px 5px 0;
}
.mode-grid {
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  border-radius: 5px 0 0 5px;
}
.modes-mode {
  background-color: #f4f4f4 !important;
}
.modes-mode.active {
  background-color: #de3d25 !important;
  color: #fff !important;
}
.mode-grid::before,
.mode-list::before {
  color: #a2a2a2 !important;
}
.mode-grid.active::before,
.mode-list.active::before {
  color: #fff !important;
}
.styled-sorter {
  float: left;
  background-image: url('../images/sorter-arrow.png');
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 30px;
  width: 165px;
  margin-left: 4px;
  margin-right: 4px;
  overflow: hidden;
}
.styled-sorter select {
  background: transparent;
  width: 185px;
  border: 0 !important;
}
.toolbar-amount {
  font-size: 1.4rem;
}
.toolbar-sorter label {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.styled-limiter {
  float: left;
  background-image: url('../images/limiter-arrow.png');
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 30px;
  width: 85px;
  margin-left: 4px;
  margin-right: 4px;
  overflow: hidden;
}
.styled-limiter select {
  background: transparent;
  width: 105px !important;
  border: 0 !important;
}
.limiter label {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.limiter-text {
  float: right;
  margin-top: 6px;
  margin-left: 5px;
  font-size: 1.4rem;
}
.limiter-options {
  margin: 0;
}
.filter-options-title,
.filter-value {
  padding: 10px 25px 0 0;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #373737;
}
.filter-label {
  font-weight: 400;
  font-size: 1.4rem;
}
.filter-content .item {
  margin: 5px 0 5px 0;
}
.filter .block-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.filter-current .action.remove {
  top: 1px;
}
.filter-current .action.remove::before {
  color: #de3d25;
}
.filter-options-title::after {
  color: #de3d25;
}
.filter-options-content a {
  color: #8e8e8e;
}
.filter-options-content a:hover {
  background-color: transparent;
}
a.multi-active,
a.multi-active .count {
  color: #de3d25 !important;
}
.products.wrapper ~ .toolbar .pages {
  text-align: center;
  float: none;
}
.items-grid .product-item-name {
  margin: 7px 0 0 0;
}
.items-grid .price-box {
  margin: 0;
}
.product-item-name,
.product.name a {
  font-weight: 700;
}
.items-grid .product-item-img img {
  border: 1px solid #e4e4e4;
}
.gallery-placeholder {
  border: 1px solid #e4e4e4;
}
.fotorama__stage__frame .fotorama__img {
  margin-left: -1px;
}
.products-list .product-item-img img {
  border: 1px solid #e4e4e4;
}
.products-list-ext .product-item-inner-content {
  border-left: 0 none;
}
.pages .page,
.pages .action {
  border-radius: 50%;
}
.pages .item {
  margin: 0 7px 0 0;
}
.pages .page {
  color: #de3d25 !important;
}
.pages a.page,
.pages a.page:hover {
  border: 1px solid #a2a2a2;
  background-color: #fff;
}
.pages .action.next,
.pages .action.prev {
  background-color: #fff !important;
  border: 1px solid #a2a2a2;
}
.pages .action.next::before,
.pages .action.prev::before {
  color: #de3d25 !important;
}
.pages .current .page {
  color: #fff !important;
  border: 1px solid #de3d25;
}
#update {
  background-color: #de3d25 !important;
}
#div-price input {
  height: 25px;
  line-height: normal !important;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #a2a2a2;
  padding: 2px 5px 0 5px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#div-price input#update {
  border: 0;
}
.noUi-horizontal .noUi-handle {
  width: 30px !important;
  height: 30px !important;
  top: -8px !important;
}
.noUi-handle {
  box-shadow: none !important;
  border-radius: 50%;
}
.noUi-target {
  box-shadow: none !important;
  border-radius: 50px !important;
}
.product-items .item .addto-links-icons .action .icon {
  background-color: #fff;
}
/* New home headings */
h3.home-horizontal {
  display: block;
  background: #eee;
  line-height: 1px;
  text-align: center;
  margin: 10px 0 40px 0;
  color: #de3d25;
}
.home-horizontal-inner {
  background: #fff;
  padding: 0 20px;
}
/* RIGHT SIDEBAR */
.right-sidebar-item {
  background: #f2f4f4;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.right-sidebar-item h3 {
  color: #de3d25;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 5px 10px;
}
.right-sidebar-item p {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.right-sidebar-item a.button {
  display: inline-block;
  background: #de3d25;
  padding: 8px 20px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  margin: 10px 0 10px 0;
}
.right-sidebar-item a.button:hover {
  color: #fff;
  background: #be1a01;
}
/* PRODUCT PAGE */
.look-inside-button {
  border-radius: 100px 0 0;
  width: 80px;
  height: 52px;
  float: right;
  position: absolute;
  margin-top: -83px;
  right: 0;
  cursor: pointer;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #de3d25;
  padding-top: 30px;
  padding-left: 10px;
  line-height: 1.9rem;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
}
.look-inside-button:hover {
  background-color: #be1a01;
  color: #fff;
}
.look-inside {
  margin-left: 0px;
  top: 100px;
  position: absolute;
  left: 10px;
  z-index: 3000;
  width: 900px;
  height: 500px;
  background: #eee;
  padding: 10px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.look-inside .remove {
  cursor: pointer;
}
div#pdf object {
  height: 470px;
}
.custom-sidebar-right .inner {
  border-left: 0;
}
.product-info-main .box-tocart .action.tocart {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 2.6rem;
  font-weight: 900;
}
.table.grouped .input-text.qty,
.bundle-options-container .input-text.qty {
  width: 45px;
  height: 30px;
  border-radius: 30px;
}
.qty-button {
  border-radius: 50%;
  padding: 0;
}
.qty-button.increase::before {
  content: "+";
  margin-top: -2px;
}
.qty-button.increase {
  float: right;
  margin-left: 4px;
  margin-top: 2px;
}
.qty-button.decrease {
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}
.qty-button.decrease::before {
  content: "-";
  margin-top: -3px;
}
.product-info-main .table.grouped .price-box .price,
.product-info-main .table.grouped .product-format,
.table.grouped .stock.unavailable {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
}
.product-info-main .table.grouped .format-isbn {
  font-weight: 400;
  font-size: 1.2rem;
  color: #8e8e8e;
}
.product-info-main table > tbody > tr > td,
.product-info-main table > tfoot > tr > td {
  padding: 8px 10px 8px 0px;
}
.table.grouped > tbody + tbody {
  border-top: 0;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0px;
}
.product-info-main .product-subtitle {
  color: #de3d25;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.product-info-main .author-name {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-info-main .product-foreword {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-info-main .product-info-stock-sku {
  border-bottom: 0;
}
.page-product-grouped .product-info-main .product-info-stock-sku {
  display: none;
}
.product-info-main .product-add-form {
  border-bottom: 0;
}
.collateral-block > .block-title {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  color: #8e8e8e;
}
.collateral-block > .block-title > strong {
  font-size: 16px;
  text-transform: uppercase;
}
.catalog-product-view .collateral-block .block-title h2,
.catalog-product-view .collateral-block .block-title h3 {
  font-size: 16px;
  text-transform: uppercase;
}
#product-attribute-specs-table {
  color: #8e8e8e;
  margin-top: 20px;
}
#product-attribute-specs-table.table > tbody > tr > th,
#product-attribute-specs-table.table > tbody > tr > td {
  padding: 2px 0px;
  font-weight: 400;
}
.product-view .youtube-video iframe {
  max-width: 100%;
  margin-top: 20px;
  border: 0;
}
.column.main .block .title strong {
  font-size: 16px;
  color: #8e8e8e;
  text-transform: uppercase;
}
.product-view .custom-content {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .product-primary-column.grid12-7 {
    margin-left: 3%;
    width: 68%;
    margin-right: 3%;
  }
}
.catalog-product-view .block-content {
  font-size: 13px;
}
#product-addtocart-button:hover {
  background-color: #1c84c9;
}
.catalog-product-view .special-price .price-label {
  display: none;
}
.catalog-product-view .special-price {
  float: right;
}
.catalog-product-view #super-product-table .price-box.price-final_price {
  max-width: 90px;
}
blockquote {
  border-left: 0;
  margin: 0 0 20px 0px;
  padding: 0;
  color: #373737;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 13px;
}
blockquote cite {
  font-style: italic;
  font-size: 1.2rem;
}
.product-info-main .box-tocart .field.qty {
  float: left;
  padding-top: 6px;
  margin-right: 15px;
}
.product-info-main .box-tocart .input-text.qty {
  width: 45px;
  height: 30px;
  border-radius: 30px;
}
.catalog-product-view #super-product-table .price-box.price-final_price {
  max-width: 110px;
}
.col.qty .unavailable {
  padding-left: 22px;
}
/* PRODUCT PAGE BANNER */
@media screen and (max-width: 768px) {
  .custom-content-desktop {
    display: none;
  }
  .custom-content-mobile {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .custom-content-mobile {
    display: none;
  }
}
/* CAROUSEL ARROWS
------------------------------------------------------------------------ */
.itemslider .block-title,
.block.related .block-title,
.block.upsell .block-title {
  border-bottom: 0;
}
.itemslider {
  margin: 0 auto;
  width: calc(90%);
  /* Minus value (60px) is double width of .owl-prev & .owl-next (30px) */
}
.itemslider .items-grid {
  background: #f4f4f4;
}
.slider-arrows1 .owl-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.slider-arrows1 .owl-controls .owl-buttons {
  top: 0 !important;
  left: 0 !important;
  height: 100%;
}
/* Arrows inside buttons */
.slider-arrows1 .owl-controls .owl-buttons .owl-prev:before,
.slider-arrows1 .owl-controls .owl-buttons .owl-next:before {
  font-size: 400%;
  position: relative;
  top: 95px;
  /* Moves arrow within button */
  left: -10px;
  /* Moves arrow within button */
}
.slider-arrows1 .owl-controls .owl-buttons .owl-prev,
.slider-arrows1 .owl-controls .owl-buttons .owl-next {
  background: none;
  width: 60px;
  /* Relates to itemslider width and .owl-prev & .owl-next positioning */
  height: 100%;
  position: relative;
}
.slider-arrows1 .owl-controls .owl-buttons .owl-prev {
  float: left !important;
  left: -60px;
  /* Must match width */
  background: #f4f4f4;
}
.slider-arrows1 .owl-controls .owl-buttons .owl-next {
  float: right !important;
  right: -60px;
  /* Must match width */
  background: #f4f4f4;
}
.slider-arrows1 .owl-controls.clickable .owl-buttons div:hover {
  background: none;
  background-color: transparent;
}
.owl-carousel .owl-wrapper-outer {
  /*z-index: 999; This seemed to be causing the drop-down menu items to fall behind the carousels, so I've changed to 10. This items are still clickable in the carousel.*/
  z-index: 10;
}
.slider-arrows1 .owl-controls .owl-buttons .owl-prev,
.slider-arrows1 .owl-controls .owl-buttons .owl-next {
  color: #dc3d25;
}
.items-grid .product-item-img {
  text-align: center;
}
.items-grid .product-item-img img {
  display: inline;
}
.owl-carousel .product-item-details,
.catalog-category-view .grid .product-item-details {
  text-align: center;
}
.products-list-ext .product-item-img {
  min-width: 150px;
}
.products-list-ext .product-item-name {
  margin: 7px 0 0 0;
}
.product-view .price-box .price {
  font-family: 'Lato', sans-serif;
}
.product-items .item .price-box .price-label {
  color: #373737;
}
.custom-sidebar-right .inner {
  padding-left: 0;
}
/* ALSO VIEWED */
.catalog-product-view .also-viewed {
  margin-left: 1%;
  margin-right: 1%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-product-view .also-viewed {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .also-viewed {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .catalog-product-view .also-viewed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .products.wrapper.grid.products-related.items-grid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.catalog-product-view .also-viewed h4 {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 60px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.42857143;
}
.catalog-product-view .grid.products-grid {
  background: #f4f4f4;
  padding-left: 60px;
  padding-right: 60px;
}
.catalog-product-view .products-grid .product-item {
  width: 20%;
}
.catalog-product-view .grid.products-grid .product-item-info {
  margin: 0 auto;
}
.catalog-product-view .grid.products-grid .product-image-wrapper {
  padding-bottom: 105% !important;
}
.catalog-product-view .grid.products-grid img {
  border: 1px solid #8e8e8e;
  width: 65%;
}
.catalog-product-view .grid.products-grid .product-item-details {
  text-align: center;
}
.catalog-product-view .grid.products-grid .product-item-name {
  font-size: 1.6rem;
  margin: 0;
}
/* CHECKOUT */
.actions-toolbar .primary a.action {
  border-radius: 50px;
}
.login-container .block .block-title {
  border-bottom: 1px solid #de3d25;
  color: #de3d25;
}
.message.success {
  background-color: #99c451;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  /*padding-left: 6%;*/
  padding-left: 60px;
  /*padding-right: 0;*/
  padding-right: 10px;
  /*float: left;*/
  display: block;
  /*width: 94%;*/
}
.message.success > :first-child::before {
  color: #99c451;
  padding-top: 6px;
  background: #fff;
  border-radius: 50%;
  padding-bottom: 6px;
  margin: -10px 0 0 10px;
}
.message.success a:hover {
  color: #fff;
}
.message.success a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  /*.page-layout-1column .page.messages { width: 83.33%; }*/
}
.block-authentication .block-title strong {
  font-weight: 700;
  font-size: 2rem;
  color: fd3b1e !important;
}
.block-authentication .block-title {
  color: #fd3b1e !important;
}
.block-authentication .action.action-register {
  line-height: 2.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Lato';
  letter-spacing: 1px;
}
.block-authentication .action.primary {
  background-color: #de3d25;
}
.block-authentication .action.secondary {
  background-color: #de3d25;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Lato';
  letter-spacing: 1px;
}
.block-authentication .action.secondary:hover {
  background-color: #fd3b1e;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.block-authentication .block-content ul {
  list-style: disc !important;
  margin-left: 20px;
}
.mini-cart .action.viewcart {
  background: #c7c7c7;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  color: #fff !important;
}
.minicart-items-wrapper {
  padding: 5px 15px 5px 15px;
}
.minicart-items .item-qty {
  width: 40px;
  border-radius: 10px;
}
.minicart-items .product-item-pricing .label {
  width: 3rem;
}
.minicart-items .product-item {
  padding: 0;
}
.minicart-items .product-item {
  padding: 15px 0 !important;
}
.minicart-items input[type="number"] {
  height: 28px;
  width: 36px;
}
.minicart-items .amount.price-container {
  float: left;
}
.mini-cart .paypal.checkout.after.paypal-logo {
  display: none;
}
.subtotal .label {
  float: left;
  font-size: 22px;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 22px;
  margin-left: 5px;
}
.minicart-items .product-image-wrapper .product-image-photo {
  width: 60px !important;
  height: auto !important;
}
.cart-container .form-cart .action.continue {
  border-radius: 50px;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  background: #c7c7c7;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.checkout-cart-index button.action {
  font-family: 'Lato', sans-serif;
  background: #c7c7c7;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.cart-container .form-cart .action.update::before {
  content: "";
}
.cart-summary > .title {
  padding-top: 20px;
  font-size: 2rem;
  padding-left: 4px;
}
.cart-summary .block > .title {
  border-top: 0;
  padding-left: 4px;
}
.cart-totals {
  border-top: 0;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  text-transform: none;
  font-size: 1.3rem;
}
.cart-container .checkout-methods-items .action.primary {
  font-size: 1.4rem;
  font-weight: 700;
}
.price-excluding-tax {
  font-size: 1.4rem;
  padding-top: 50px;
}
.cart.table-wrapper .col.qty .field {
  padding-top: 45px;
}
.cart.table-wrapper .product-item-name {
  font-weight: 400;
  margin-top: 10px;
  font-size: 1.7rem;
}
.sign-up-trade-link {
  display: block;
  clear: both;
  padding-top: 20px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #de3d25;
  color: #de3d25;
  font-weight: 700;
  font-size: 2rem;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.opc-block-summary .product-item .subtotal {
  text-align: left;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  padding-top: 12px;
}
/* BLOG */
.blog-category-index .blog__post-meta-sharing {
  display: none;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #dc3d25;
  font-size: 2.5rem;
  font-weight: 700;
}
.blog__post-list-wrapper .blog__post-list > li {
  border-bottom: 2px solid #f5f5f5;
}
.blog__post-meta .blog__post-meta-author {
  display: none;
}
.sidebar .block .block-title {
  border-bottom: 0;
}
.blog__sidebar-recent .item img {
  padding: 0 0 4px 0;
  float: none;
  border-radius: 0;
}
.blog__sidebar-recent .item a {
  color: #de3d25;
}
.blog__post-view .blog__post-featured-image {
  float: none;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  padding: 0 2rem 3rem 0;
}
body.blog-post-view .page-title {
  margin-bottom: 1rem;
}
.blog__post-footer {
  margin-top: 20px;
}
.footer-share {
  float: left;
  color: #dc3d25;
  margin-right: 5px;
}
.blog-category-index .footer-share {
  display: none;
}
.blog__sidebar-search form input {
  border-radius: 50px;
}
.blog__sidebar-search .action.primary {
  border-radius: 0 50px 50px 0;
  color: #dc3d25;
  background-color: transparent;
}
.blog__sidebar-search .action.primary:hover,
.blog__sidebar-search .action.primary:focus {
  background-color: transparent;
  color: #1c84c9;
}
.blog-post-list__toolbar .limiter .control {
  display: inline-block;
}
.blog__post-view-related-products .product-image-container .product-image-photo {
  width: auto;
  padding-left: 6px;
}
.blog__post-view-related-products .product-item-details {
  text-align: center;
}
.blog__post-view-related-products .block-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #8e8e8e;
  padding-bottom: 15px;
  margin-left: 60px;
}
.blog__post-view-related-products .products.list.items.product-items {
  background: #f4f4f4;
  padding-top: 20px;
}
/* FOOTER */
.footer-primary-container,
.footer-bottom {
  letter-spacing: 1px;
}
.footer-container .footer-top .item-left {
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.footer-social {
  margin: 0 auto;
  width: 380px;
  margin-bottom: 20px;
}
.footer-social-text {
  float: left;
  padding-top: 12px;
  font-size: 1.7rem;
  font-weight: 700;
  padding-right: 10px;
}
.footer-social img {
  width: 44px;
  height: auto;
  margin-right: 10px;
}
.footer-container .footer-primary-top-spacing {
  border-bottom: 0;
}
.footer ul li {
  margin-bottom: 8px;
}
.firsty-footer img {
  width: 80px;
}
.app-logo-footer img {
  width: 80px;
  margin-right: 20px;
}
@media screen and (max-width: 716px) {
  .firsty-footer img {
    margin-top: 10px;
  }
  .app-logo-footer img {
    margin-top: 10px;
  }
}
.mobile-footer-subnav,
.mobile-footer-subnav-level2 {
  display: none;
}
/* ADD THIS */
.addthis {
  position: absolute;
  float: right;
  margin-left: 21px;
  margin-top: 11px;
  display: inline;
  width: 280px;
}
.addthis_sharing_toolbox {
  margin-left: 0;
  float: left;
  width: 105px;
  clear: none !important;
  margin-top: 0;
}
.addthis > span {
  float: left;
  margin-right: 21px !important;
  color: #dc3d25;
}
/* .at-icon-wrapper {
	width: 22px;
	height: 22px;
}

.at-icon {
    fill: #fff;
    border: 0;
    width: 22px!important;
    height: 22px!important;
}*/
.ebook-help {
  float: left;
  color: #dc3d25;
  width: 120px;
}
.ic-heart::before {
  content: url('../images/wishlist.png');
  display: block;
  height: 30px;
  width: 30px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  /* Safari */
  -ms-transform: scale(0.5, 0.5);
  /* IE 9 */
  margin-top: -5px;
}
.product-social-links .action.feature .icon {
  background-color: #fff;
}
.product-info-main .product-addto-links .ib-hover.icon-color-productview:hover,
.product-info-main .product-addto-links .feature-icon-hover:hover .ib.icon-color-productview {
  background-color: #fff !important;
}
.at-share-tbx-element .at-share-btn {
  margin: 0 2px 5px 0!important;
}
.morecontent span {
  display: none;
}
.submenu-top {
  width: 100%;
}
.submenu-li {
  display: inline;
  font-size: 13px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .submenu-li {
    font-size: 11px;
    margin-right: 15px;
  }
}
ul.submenu-ul {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .submenu-top-desktop {
    visibility: visible;
  }
  .submenu-top-mobile {
    display: none;
  }
}
/* DONATE WIDGET */
#IframeDonate {
  width: 100% !important;
}
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts label.experius-donation-amount-label {
  background-color: #de3d25;
}
.experius-donation {
  background-color: transparent;
}
.experius-donation .experius-donation-product-list {
  text-align: center !important;
}
.experius-donation .experius-donation-product:hover .experius-donation-product-tocart,
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts label:hover,
.experius-donation-modal .charity-form .experius-donation-amounts .experius-donations-fixed-amounts input[type="radio"]:checked + label {
  background-color: #3e8fe4;
  text-decoration: none;
}
/* NEWSLETTER */
.newsletter-container {
  clear: both;
  width: 99.225vw;
  position: relative;
  margin-left: -49.85vw;
  left: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 30px;
  float: left;
}
.block.newsletter {
  max-width: 900px;
  margin: 0 auto;
  width: auto;
  padding-left: 2%;
  padding-right: 2%;
}
.block.newsletter .field {
  display: inline-block;
  width: 49%;
}
.block.newsletter .mage-error {
  padding-left: 8%;
}
.block.newsletter input {
  /*width: 98%;*/
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 50px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.block.newsletter .field label {
  display: none;
}
.block.newsletter .field .control::before {
  content: '';
}
.block.newsletter input[type="submit"] {
  background: #dc3d25;
  color: #fff;
  font-size: 16px;
  border: 1px solid #dc3d25;
  padding-left: 0;
}
.block.newsletter .field.consent {
  text-align: left;
  width: 100%;
  margin-top: 5px;
}
.block.newsletter .field.consent input {
  float: left;
  width: 14px;
  margin-top: -9px;
}
.block.newsletter h3 {
  color: #dc3d25;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 1%;
  text-align: center;
}
.block.newsletter .actions {
  display: block;
  width: 100%;
}
.block.newsletter .action.subscribe {
  border-radius: 50px;
  float: right;
  margin-right: 1.5%;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding-left: 30px;
  padding-right: 30px;
}
.accept-newsletter-terms {
  display: block;
  float: left;
  padding: 13px 1%;
}
input#accept_conditions {
  width: 20px;
  margin-top: -29px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  input#accept_conditions {
    margin-top: 0;
    float: none;
    margin-left: 10px;
    height: 10px;
  }
}
.field.choice.conditions {
  width: 100%;
}
/* AMASTY LANDING PAGES */
.amasty-xlanding-page-view .columns {
  clear: both;
}
.amasty-xlanding-top-image {
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
}
.amasty-xlanding-top-description {
  margin-bottom: 20px;
}
/* CONTACT FORMS */
.form-content input.input-text {
  max-width: 650px;
}
.form-content input.textarea {
  max-width: 650px;
}
/* MY ACCOUNT */
.account .fieldset > .field:not(.choice) > .control {
  clear: both;
}
.customer-account-create .column:not(.sidebar-main) form .actions-toolbar,
.customer-account-create .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.password-strength-meter {
  margin-top: 5px;
}
.block-collapsible-nav .item > strong {
  border-left: 0;
}
.block-collapsible-nav .content {
  background: #fff !important;
  padding: 15px 0;
}
.block-collapsible-nav .item a {
  padding: 0 18px 0 15px;
  border-left: 0;
  color: #373737;
  font-size: 1.5rem;
}
.block-collapsible-nav .item > strong {
  padding: 0 18px 0 15px;
}
.actions-toolbar > .primary .action {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.block.block-collapsible-nav {
  border: 1px solid #a2a2a2;
}
.block-collapsible-nav .item.current strong {
  color: #dc3d25;
  font-size: 1.5rem;
}
.block-collapsible-nav .item a:hover {
  background: transparent;
  color: #be1a01;
}
.account .fieldset > .field:not(.choice) > .control {
  float: none;
}
.account .field:not(.choice) > .label {
  padding: 6px 15px 5px 0;
  text-align: left;
}
.account .fieldset .legend {
  margin-left: 0;
}
.account .fieldset > .field.choice::before,
.account .fieldset > .field.no-label::before {
  width: 0;
}
.account .column:not(.sidebar-main) form .actions-toolbar,
.account .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.action.primary {
  font-family: 'Lato', sans-serif;
}
.form-address-edit .actions-toolbar .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.account .page-title-wrapper .page-title {
  margin-left: 15px;
}
.my-elibrary-wrapper {
  float: left;
  display: block;
  background: #f2f4f4;
  width: 94%;
  padding: 25px 3% 25px 3%;
}
.my-elibrary-wrapper label {
  display: block;
  float: left;
  padding-top: 7px;
  padding-right: 10px;
}
#elibrary-search .buttons {
  margin-left: 8px;
}
.downloadable-customer-products .main h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.downloadable-customer-products .main h3 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.my-downloadable-products-item .product-image {
  width: 12% !important;
  padding-right: 2em !important;
}
#elibrary-search .button {
  height: 33px;
  background: #de3d25;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  padding-left: 30px;
  padding-right: 30px;
}
#elibrary-search .button:hover {
  background: #be1a01;
}
.reset-button {
  background: #c7c7c7;
  border-radius: 50px;
  padding: 8px 30px 11px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-left: 5px;
}
.reset-button:hover {
  background: #ababab;
  color: #fff;
}
.download-ebook-info {
  margin-top: 10px;
}
.download-ebook-info li {
  margin-bottom: 0;
}
.download-ebook-info .product-author {
  display: none;
}
.download-ebook-info strong {
  font-weight: 400;
}
.button.download-button {
  background: #de3d25 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1.3rem;
}
.button.download-button:hover {
  background: #be1a01;
  color: #fff;
}
.button.generate-button {
  background: #de3d25 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1.3rem;
}
.button.generate-button:hover {
  color: #fff !important;
  background: #be1a01 !important;
}
.format-description {
  font-style: normal !important;
}
.account .toolbar .limiter {
  min-width: 160px;
}
.account .sidebar-additional {
  margin-top: 0;
}
.my-account-question-image {
  text-align: center;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  padding: 15px 0 15px 0;
}
.my-account-question-image img {
  width: 100%;
  max-width: 150px;
}
.my-account-question-text {
  background: #f3f5f4;
  padding: 20px 15px 20px 15px;
}
.my-account-question-text h4 {
  color: #de3d25;
  font-weight: 700;
  font-size: 1.6rem;
}
.my-account-question-text .contact-button a {
  display: inline-block;
  background: #de3d25;
  padding: 8px 20px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  margin: 10px 0 10px 0;
}
.my-account-question-text .contact-button a:hover {
  background: #be1a01;
}
.my-downloadable-products-item {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
  font-size: 1.9rem;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  font-size: 1.6rem;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 18px;
}
.availability-message {
  margin-left: 10px;
}
.g-recaptcha {
  padding-left: 25.8%;
}
/* CONSENT FORM */
.consentform-index-index .fieldset > .field {
  margin: 0 0 10px;
}
.consentform-index-index .fieldset {
  margin: 0 0 0 0;
}
.consentform-index-index tr.empty-row {
  background-color: transparent !important;
}
.consentform-index-index tr.unsubscribe-all {
  border: 1px solid #3e8fe4;
}
.consentform-index-index .actions-toolbar {
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.consentform-index-index .g-recaptcha {
  padding-left: 0;
}
.consentform-index-index .recatcha-consent {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1213px) {
  #range {
    margin-top: 40px;
  }
  #div-price input#update {
    margin-top: 5px;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .header-container .skip-link {
    height: 40px;
    line-height: 40px;
    max-height: 40px;
  }
  .home-four-boxes-wrapper .home-box {
    width: 50%;
  }
  .ic-cart::before,
  .ic-cart1::before {
    content: url('../images/cart-mobile.png');
    margin-top: -9px;
  }
  .ic-user::before {
    content: url('../images/account-mobile.png');
    height: 23px;
    width: 21px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    display: block;
    margin-top: -9px;
  }
  .ic-search::before {
    content: url('../images/search-mobile.png');
    height: 23px;
    width: 23px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    display: block;
    margin-top: -9px;
  }
  .ic-menu::before {
    content: url('../images/menu-mobile.png');
    height: 23px;
    width: 23px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    display: block;
    margin-top: -9px;
  }
  .filter.active .filter-title strong::after {
    color: #dc3d25;
  }
  .submenu-top-desktop {
    display: none;
  }
  .mobile-footer-subnav {
    display: block;
    margin-left: 10px;
  }
  .mobile-footer-subnav-level2 {
    display: block;
    margin-left: 10px;
  }
  .catalog-product-view .grid.products-grid {
    padding-left: 2%;
    padding-right: 2%;
  }
  .catalog-product-view .products-grid .product-item {
    width: 32%;
    padding-bottom: 20px;
  }
  .product-social-links {
    text-align: left;
  }
  .block.newsletter input {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .block.newsletter h3 {
    padding-left: 2%;
  }
  .block.newsletter .action.subscribe {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .amasty-xlanding-top-image {
    float: none;
    margin-right: 0;
  }
  .product-img-column {
    margin-bottom: 0;
  }
  .block.newsletter .field {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before {
    display: none;
    content: "";
  }
  .col.qty .unavailable {
    padding-left: 0;
  }
  .qty-buttons-wrapper {
    margin-left: 0;
  }
  .availability-message {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .home-four-boxes-wrapper .home-box {
    width: 100%;
  }
  .footer-social {
    width: 100%;
  }
  .footer-social img {
    margin-right: 5px;
  }
  .footer-social-text {
    float: none;
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .catalog-product-view .products-grid .product-item {
    width: 48%;
    padding-bottom: 20px;
  }
  .addthis {
    position: relative;
    float: none;
    margin: 0 0 0 8px;
    display: block;
    width: auto;
    padding-bottom: 20px;
  }
  .slider-arrows1 .owl-controls .owl-buttons .owl-prev {
    left: -30px;
  }
  .slider-arrows1 .owl-controls .owl-buttons .owl-next {
    right: -30px;
  }
  .catalog-product-view .also-viewed h4 {
    margin-left: 15px;
  }
  .block.newsletter .field {
    width: 100%;
  }
}
span.percent-tier {
  float: right;
  display: inline;
}
li.item.custom-item-tier {
  margin: 1px 0 10px 0;
  font-size: 13px;
}
.prices-tier {
  background: white !important;
}
h2.tier-pricing-custom-title {
  color: #de3d25;
  font-size: 17px;
}
span.tier-num-prod {
  position: relative;
  display: inline;
}
.availability-message-simple {
  margin-left: 6px;
}
/* Show customer name when logged in and new menu for customer*/
@media screen and (max-width: 768px) {
  #custom-header-account {
    display: none;
  }
  /*Show the name of the user if they log in*/
  .logged-in-as {
    color: #3da0e2;
  }
}
/* User menu for making search,accounts and cart on same line */
@media screen and (min-width: 768px) {
  #header-account {
    display: none;
  }
  .ic-user.my-account-logged-out,
  .ic-user.my-account-logged-in {
    width: 29px;
    height: 77px;
  }
  .cu-user.my-account-logged-in {
    /*width: 29px;*/
    height: 47px;
    /* NEW */
    width: 100px;
  }
  .icon.ic.cu-user:hover {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .icon.ic.ic-user:hover {
    background: #fff;
    /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
    box-shadow: none;
  }
  .ic-user.my-account-logged-in::before {
    content: url('../images/account-logged-in.png');
    height: 23px;
    width: 21px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    display: block;
    margin-top: 0px;
    position: relative;
    left: -26px;
  }
  .cu-user.my-account-logged-in::before {
    content: url('../images/cu-logo2.png');
    /* NEW */
    position: absolute;
    left: -40px;
    bottom: 0px;
  }
  .ic-user.my-account-logged-out::before {
    content: url('../images/account.png');
    height: 23px;
    width: 21px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    display: block;
    margin-top: 0px;
    margin-left: -26px;
  }
  .account-links {
    position: relative;
    display: inline-block;
    right: 0;
  }
  .profile-iocn {
    /*color: #73c9e4;
		padding-left: 45px;
		font-size: 18px;
		padding-top: 25.5px;
		padding-bottom: 13px;*/
    padding-right: 50px;
    padding-top: 12px;
    padding-left: 48px;
    padding-bottom: 4px;
  }
  .fa {
    font-size: large;
  }
  .profile-iocn-text {
    /*font-family: 'Lato', sans-serif;
		padding-left: 0px;
		color: #de3d25;
		font-size: 13px;
		padding-right: 10px;
		*/
    margin-top: -59px;
    color: #de3d25;
    padding-right: 7px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
  }
  .custom-account-links {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0 10px 0;
    top: 46px;
    text-align: left;
    right: 0px;
    z-index: 1000 !important;
  }
  /* Links inside the dropdown */
  .custom-account-links a {
    color: #333;
    padding: 15px 20px 5px 20px;
    text-decoration: none;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12.5px !important;
  }
  /* Show the dropdown menu on hover */
  .account-links:hover .custom-account-links {
    display: block;
    border-radius: 10px 0 10px 10px;
  }
  /*Show the name of the user if they log in*/
  .logged-in-as {
    display: inline;
    position: relative;
    min-width: 23%;
    overflow: hidden;
    right: -3%;
    bottom: 8%;
    color: #de3d25;
    font-size: 13px;
    padding-right: 65px;
    padding-top: 19px;
    margin-bottom: -3px;
  }
  span.logged-name {
    display: inline-block;
  }
  .icon.ic.cu-user.my-account-logged-in {
    float: right;
    margin-top: 5px;
  }
}
li.item.custom-item-tier {
  margin: 1px 0 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #f2f4f4;
  padding-bottom: 8px;
}
h2.tier-pricing-custom-title {
  color: #de3d25;
  font-size: 14px;
  padding-top: 10px;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 0 10px;
}
.prices-tier {
  padding: 20px 0;
  max-width: 570px;
}
.search-wrapper {
  margin-top: 5px;
  z-index: 4;
}
.header-mobile .skip-content--style .minisearch a {
  color: #de3d25 !important;
}
@media screen and (max-width: 769px) {
  .header-container .skip-content--style {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .cart-summary {
    margin-top: 0px;
  }
}
nav.submenu-nav ul {
  z-index: 100000;
}
/* Product page Resources */
#product\.extra\.resources .block-title {
  text-transform: uppercase;
  color: #8e8e8e;
  font-weight: 400;
  margin-bottom: 15px;
}
#product\.extra\.resources .block-title strong {
  font-weight: normal;
  font-size: 16px;
}
.attribute.resources .col {
  float: left;
  width: 46%;
  margin: 8px 2%;
}
.attribute.resources .col p {
  padding: 10px 5%;
}
/* Donations */
.modal-popup._inner-scroll .modal-inner-wrap {
  top: 11% !important;
}
.experius-donation .experius-donation-product {
  background-color: transparent !important;
  border-radius: 10px;
  box-shadow: none !important;
}
.experius-donation .experius-donation-product-image {
  max-height: none !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  height: auto !important;
}
.experius-donation h3 {
  font-size: 2rem !important;
  margin-top: 20px !important;
}
@media only screen and (min-width: 803px) {
  .checkout-cart-index .experius-donation .experius-donation-product {
    width: 30% !important;
  }
}
/* Home page blocks */
.our-blog {
  margin: 0 0 10px 0;
  min-height: -webkit-fill-available;
}
.our-blog-1 {
  margin: 0 0 10px 0;
  min-height: -webkit-fill-available;
}
blog-title {
  padding-top: 15px;
}
.horizantalline {
  padding-left: 30px;
}
.titleclr {
  color: #3e8fe4;
}
.horizantalline1 {
  padding-right: 60px;
}
/* Mobile */
@media only screen and (min-width: 769px) {
  .mini-cart {
    padding-top: 8px;
    z-index: 100;
    right: -1%;
  }
  .cart-ioc {
    font-size: 15px;
    padding-bottom: 4px;
    padding-left: 0px;
    color: #de3d25;
  }
  .cart-ioc-text {
    font-family: 'Lato', sans-serif;
    padding-left: 11px;
    padding-top: 0px;
    color: #de3d25;
    font-size: 13px;
    display: inline-block;
  }
  .icon.ic.ic-user:hover {
    background: #fff;
    /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
  }
  .dropdown-block.open > .dropdown-heading.cover {
    box-shadow: none !important;
  }
  .header-container .dropdown-block.open > .dropdown-heading.cover > * {
    background-color: transparent !important;
  }
  .custom-account-links {
    /*display: none;
    position: absolute;
    background-color: white;
    min-width: 121px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 0 10px 0;
    top: 55px;
    text-align: left;
    right: 0px;
    z-index: 1000!important;
	*/
    display: none;
    position: absolute;
    background-color: white;
    min-width: 127px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 0 10px 0;
    top: 49px;
    text-align: left;
    right: 0px;
    z-index: 1000 !important;
  }
  .accept-newsletter-terms {
    display: block;
    float: left;
    padding: 13px 1%;
    padding-left: 200px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
  .accept-newsletter-terms {
    display: block;
    float: left;
    padding: 13px;
    padding-left: 10px;
  }
  .titleclr {
    color: #de3d25;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
  }
  .horizantalline {
    padding-left: 10px;
  }
  .horizantalline1 {
    padding-right: 10px;
  }
  .blog-image-title {
    font-size: 13.5px;
    padding-top: 10px;
  }
  .blog-image-paragraph {
    font-size: 13.5px;
    padding-top: 10px;
  }
  .product-item .price-box .price,
  .product-items .item .price-box .price {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .catalog-product-view .product.media {
    min-height: 575px;
  }
}
@media only screen and (max-width: 760px) and (min-width: 320px) {
  .price-box.price-final_price {
    padding-left: 23px;
  }
  .product-item-name,
  .product.name a {
    font-weight: 700;
    padding-left: 11px;
  }
  .product-item-name,
  .author.name a {
    font-weight: 500;
    padding-left: 11px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 766px) {
  .price-box.price-final_price {
    text-align: left;
  }
  .product-item-name,
  .product.name a {
    font-weight: 700;
    text-align: center;
  }
  .product-item-name,
  .author.name a {
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .titleclr {
    color: #de3d25;
    text-align: center;
    font-size: 23px;
  }
  .horizantalline {
    padding-left: 30px;
  }
  .horizantalline1 {
    padding-right: 60px;
  }
  .horizantalline2 {
    padding-right: 23px;
  }
  .container-slider {
    max-width: 1264px;
    /*width: 110%;*/
    width: 100%;
  }
  .price-box.price-final_price {
    text-align: left;
  }
  .control {
    padding-bottom: 10px;
  }
  .blog-class {
    padding-top: 45px;
  }
  .blog-image-title {
    font-size: 18px;
    padding-top: 22px;
  }
  .blog-image-paragraph {
    padding-top: 0px;
    font-size: 14px;
  }
  /* footer */
  .copyright {
    color: #fff;
  }
  .footer-primary a {
    color: lightblue;
  }
  .footer ul li {
    margin-bottom: 8px;
    font-size: 13.5px;
    color: #fff;
  }
  .scroll-cart-img {
    color: white;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    border-radius: 50%;
    margin: 3px 0px 15px 0px;
    position: absolute;
    width: 23px;
  }
}
/* VES MEGAMENU */
.nav-container {
  background-color: #fff;
}
.ves-megamenu {
  background: #fff;
}
.ves-megamenu li.active > a {
  color: #8e8e8e !important;
}
.ves-megamenu li.level0 > a {
  text-transform: none;
  font-weight: 400;
}
.ves-menu .navigation .level0 > .submenu {
  border-radius: 0 0 15px 15px;
}
.ves-megamenu .level0 .submenu a:hover {
  color: #de3d25 !important;
}
.ves-menu .caret::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .ves-megamenu .submenu.dropdown-menu {
    left: 0;
  }
  .ves-menu .navigation .level0 > .submenu {
    border: 0;
    height: 250px;
    width: 100%;
  }
  .ves-megamenu .submenu .caret {
    display: none;
  }
  .navigation .level0 .submenu {
    box-shadow: none;
  }
  .navigation .level0 .submenu a:hover {
    background: transparent;
  }
  .navigation .ves-megamenu .level0 .submenu .submenu {
    left: 0% !important;
    display: block !important;
    margin-top: 30px !important;
  }
  .ves-megamenu .dropdown-menu,
  .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    padding: 5px 0;
  }
  .navigation .level0 .submenu a {
    padding: 10px 20px;
    color: #de3d25 !important;
  }
  .navigation .level0 .submenu a:hover {
    color: #8e8e8e !important;
  }
  .navigation .level2 .submenu a {
    padding: 5px 20px;
  }
  .navigation .level0 .submenu .level2 a {
    padding: 5px 20px;
  }
  .ves-megamenu .level0 .submenu .submenu a {
    color: #8e8e8e !important;
  }
  .ves-megamenu .level0 .submenu .submenu a:hover {
    color: #de3d25 !important;
  }
  .ves-megamenu li:hover > a {
    text-decoration: underline;
  }
  .navigation .level0 .submenu a:hover {
    text-decoration: underline;
  }
  .ves-megamenu .dropdown-menu .megamenu-header {
    margin-bottom: 6px;
    padding-bottom: 0;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .ves-megamenu .dropdown-menu .megamenu-header p {
    display: none;
  }
  .navigation .level0 .submenu .active > a {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-mobile .skip-content--style a {
    color: #de3d25 !important;
    background-color: #fff !important;
  }
  .header-mobile .skip-content--style {
    background-color: #fff !important;
  }
  .nav-mobile .dropdown-menu .megamenu-footer {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 479px) {
  .cart-ioc-text {
    display: none;
  }
}
@media screen and (max-width: 467px) {
  .ves-menu .level0 .submenu {
    top: 0 !important;
  }
}
.mst-searchautocomplete__autocomplete {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-radius: 0 0 10px 10px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #fff;
}
.sw-flexslider .sw-flexslider-control-paging {
  left: 44%;
  width: 12%;
}
.slick-prev,
.slick-next {
  background: transparent;
  top: 30%;
}
.slick-prev {
  left: -35px;
}
.slick-next {
  right: -35px;
}
button.slick-arrow:hover {
  background: transparent;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}
.slick-prev::before {
  content: "‹";
  color: #c7c7c7;
  font-family: sans-serif;
  font-size: 55px;
  font-weight: 400;
}
.slick-next::before {
  content: "›";
  color: #c7c7c7;
  font-family: sans-serif;
  font-size: 55px;
  font-weight: 400;
}
/* Home Newsletter */
.container-slider {
  clear: both;
}
.home-newsletter {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.home-newsletter h3 {
  text-align: center;
  color: #de3d25;
  margin: 40px 0 25px;
}
.newsletter-field {
  float: left;
  width: 48%;
  margin: 10px 1% 0;
}
.newsletter-field.email {
  width: 98%;
  text-align: center;
}
.newsletter-field.email #EMailLogin {
  max-width: 570px;
}
.newsletter-field input[type="text"] {
  border: 1px solid #de3d25;
  border-radius: 25px;
}
.home-newsletter input[type="submit"] {
  background: #de3d25;
  border: 0;
  padding: 10px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  max-width: 570px;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
}
.newsletter-consent {
  text-align: left;
  padding: 5px 1%;
  clear: both;
  color: #8e8e8e;
}
.gmf-failure-message {
  clear: both;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newsletter-field {
    width: 98%;
  }
}
hr {
  margin-bottom: 32px;
}
.slick-slider {
  text-align: center;
}
.blog__post-view-related-products img.photo.image {
  margin: 0 15%;
  text-align: center;
  width: 70%;
}
.minicart-items .product-item-name,
.minicart-items .product.name a {
  text-align: left;
}
@media screen and (max-width: 769px) {
  /*.header-container .account-links .links > li > a { color: #fff !important; }*/
  .header-container .account-links .links > li > a:hover {
    background-color: transparent;
    color: #c6c6c6 !important;
  }
  .header-mobile .skip-content--style {
    color: #373737 !important;
  }
  .minicart-items .price-container {
    padding-left: 11px;
  }
  .minicart-items .product-item-details .details-qty {
    padding-left: 11px;
  }
}
@media screen and (max-width: 760px) {
  .block-product-slider .product.details.product-item-details {
    padding-right: 48px;
  }
  .block-product-slider .product-item-name,
  .block-product-slider .product.name a {
    padding-left: 0;
  }
  .block-product-slider .price-box.price-final_price {
    padding-left: 0;
  }
}
.catalog-product-view .table-wrapper.grouped .special-price {
  float: left;
  margin-right: 5px;
}
.product-info-main .old-price .price-container .price {
  color: #8e8e8e;
}
.old-price {
  color: #8e8e8e;
}
.magiccategory .block-title-tabs {
  display: none;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #de3d25 !important;
}
.widget-product-carousel {
  padding-top: 40px;
}
.slick-slide .actions-primary {
  display: none !important;
}
.products-grid .actions-primary {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .col-xs-4.our-blog,
  .col-xs-4.our-blog-1 {
    width: 100%;
  }
  .slick-next {
    top: 135px !important;
  }
  .slick-next:before {
    content: "›" !important;
    color: #de3d25 !important;
    font-family: sans-serif !important;
    font-size: 55px !important;
    font-weight: 400 !important;
  }
  .slick-prev:before {
    content: "‹" !important;
    color: #de3d25 !important;
    font-family: sans-serif !important;
    font-size: 55px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
  }
  .slick-prev {
    top: 135px !important;
  }
}
.desktop-view {
  display: block;
}
.mobile-accordion-view {
  display: none;
}
@media only screen and (max-width: 768px) {
  .desktop-view {
    display: none;
  }
  .mobile-accordion-view {
    display: block;
  }
  .accordion-header {
    padding: 12px 16px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative;
  }
  .accordion-header .toggle-icon {
    position: absolute;
    right: 16px;
    font-size: 20px;
  }
  .accordion-content {
    display: none;
    padding: 10px 16px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .accordion-header.active .toggle-icon {
    content: '-';
  }
  .accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    user-select: none;
  }
  .accordion-content {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .toggle-icon {
    font-weight: bold;
    font-size: 20px;
  }
  .accordion-content {
    line-height: 1.7;
  }
}
.shipping-message {
  color: #f9a433;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.group-cart,
#product-addtocart-button {
  color: #373737 !important;
  background-color: #f9a433 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 12px 15px !important;
  letter-spacing: 1px;
}
.group-cart:hover,
#product-addtocart-button:hover {
  color: #FFFFFF !important;
  background-color: #fa6b22 !important;
}
.available-at-wrapper {
  margin-top: 0px;
  padding: 20px 0;
  float: inline-start;
  margin-bottom: 20px;
  width: 100%;
}
#super-product-table {
  display: none;
}
.available-at-wrapper h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #373737;
}
.available-at-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.available-button {
  padding: 10px 25px;
  font-size: 13px;
  background-color: #FFFFFF;
  color: #8e8e8e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #c7c7c7;
}
.available-button:hover {
  background-color: #eeeeee;
  color: #373737;
  border-color: #c7c7c7;
}
.product-info-main {
  /* border-bottom: 1px solid #c2c2c2; */
  margin-bottom: 40px;
}
.product.data.items.style1 > .item.title > .switch {
  color: #8e8e8e !important;
  background-color: #FFFFFF !important;
  border: 1px solid #e2e2e2 !important;
  font-weight: 500;
  font-size: 14px !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: unset !important;
  padding: 1px 30px !important;
}
.product.data.items.style1 > .item.title.active > .switch {
  color: #373737 !important;
  background-color: #eeeeee !important;
}
.product.data.items.style1 > .item.title {
  margin-right: 10px !important;
}
.product.data.items.style1.style1-small > .item.title > .switch {
  margin-top: 1px !important;
}
.product.data.items.style1.style1-small > .item.title.active > .switch {
  padding-top: 1px !important;
  margin-top: 1px !important;
}
.product.info.detailed {
  margin-bottom: 15px !important;
}
.product-lower-primary-column {
  display: none;
}
.product-secondary-column.custom-sidebar-right {
  display: none;
}
#product_addtocart_form .available-at-wrapper h3 {
  margin-top: 20px;
}
.prod-title {
  font-weight: 500;
}
.product.data.items.style1 > .item.title > .switch:hover {
  background-color: #515151 !important;
  color: #FFFFFF !important;
}
.product-block,
.product-block-print {
  height: 210px;
}
.cust-message {
  margin-top: 10px;
}
.um-descr-show-button,
.um-descr-hide-button {
  font-weight: 500;
}
.product-info-main {
  margin-bottom: 0px;
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .prod-title {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  .accordion-header {
    padding: 8px 12px !important;
    font-size: 15px;
  }
  .product-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .group-cart {
    margin-top: -15px !important;
  }
  .format-isbn {
    font-size: 12px;
  }
  .available-at-wrapper {
    margin-top: 0px;
  }
  .product-social-links {
    display: none;
  }
  .accordion-header .toggle-icon {
    color: #8e8e8e;
  }
  .accordion-header strong {
    font-weight: 500 !important;
  }
  .page-product-grouped .media > .gallery-placeholder {
    margin-bottom: -150px !important;
  }
  .catalog-product-view .media > .gallery-placeholder {
    margin-bottom: -80px;
  }
  .available-at-wrapper {
    padding: 5px 0;
    margin-bottom: 0px;
  }
}
.christmas-delivery-notice {
  font-size: 15px;
  /* Mobile first */
  padding: 0;
  margin: 12px 0px;
  /* Apply margins */
  display: block;
  /* Ensure it takes full width on mobile */
}
@media (min-width: 768px) {
  .christmas-delivery-notice {
    font-size: 16px;
    /* Desktop size */
  }
}
.christmas-delivery-notice .first-line {
  color: #2E7D32;
  font-weight: 600;
  /* Semi-bold */
  line-height: 1.4;
  margin-bottom: 0px;
}
.christmas-delivery-notice .second-line {
  color: #2E7D32;
  font-weight: normal;
}
h3.slider-title {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #000000;
  margin: 0;
  text-align: left;
  margin-bottom: 5px;
  background: unset;
}
.container-slider .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  margin-right: unset;
  margin-left: unset;
}
.container-slider .row:before {
  content: unset;
}
a.see-more-link {
  color: #000000;
}
.see-more {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  width: 85%;
  text-align: right;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
