/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*@font-size__base: 14px;*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.desktopMic {
  display: inline-block;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 34px;
  top: 6px;
  z-index: 1;
  content: '';
  background-size: 18px 18px;
  background-position: center;
}
.desktopMic::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '';
  width: 100%;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  padding: 10px;
  text-align: center;
}
.block-search .label.searchshow + .control input {
  position: static;
}
.listening {
  background-size: 50px 50px !important;
}
.header.content:after {
  display: inline !important;
}
@media (max-width: 767px) {
  .desktopMic {
    display: none;
  }
}
/******************************/
.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('../Dotdigitalgroup_Sms/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('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #E8B3B5;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff3990 !important;
  width: 130px;
  height: auto;
  border-radius: 10px;
  border: none !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  padding: 15px 30px !important;
  margin-top: 20px;
  line-height: 2.2rem;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@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: #575757;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ffffff;
    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%;
  }
}
/* stylelint-disable */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .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;
  }
  .abs-blocks-2columns:nth-child(even),
  .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,
  .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;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .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,
  .block-collapsible-nav .title,
  .block-search .label {
    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,
  .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,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel: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,
  .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,
  .header.content:after,
  .page-header .header.panel: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 {
    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;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .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,
  .opc-estimated-wrapper,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #d9c756;
    font-weight: 500;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #10838c;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 3px;
    color: #10838c;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e904';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 500;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #fde035;
    color: #10838c;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .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: 44px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 44px;
    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 1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 44px;
    font-size: 1.4rem;
    color: #575757;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 44px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #575757;
    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: #575757;
    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: 55px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .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 #c2c2c2;
    text-align: right;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .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 {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    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-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 #575757;
    -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.6rem;
    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 #c2c2c2;
  }
  .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 #c2c2c2;
    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 #c2c2c2;
    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 #c2c2c2;
    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: -226px;
    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 #fde035;
    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 #10838c;
    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: -20px;
  }
  [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;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #fde035;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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;
  }
  .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 .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -10px;
  }
  .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-add-form {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 10px;
  }
  .product-info-main {
    float: right;
  }
  .page-layout-1column .product-info-main {
    width: 47%;
  }
  .page-layout-1column .product.media {
    width: 50%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search {
    padding-top: 10px;
    position: relative;
    float: right;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    content: '\e91a';
    font-family: 'smc';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #575757;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #575757;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .latest-article {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .explore-section .pagebuilder-column-4 img,
  .explore-section .pagebuilder-column-3 img {
    width: 100%;
    object-fit: cover;
    max-height: 360px;
    height: 28vw;
  }
  .explore-section .horizontal-large {
    width: 56.60%;
  }
  .explore-section .horizontal-large .bluefoot-driver-text {
    font-size: 24px;
  }
  .explore-section .vertical-large {
    width: 21.7%;
  }
  .explore-section .vertical-large .bluefoot-driver-text {
    font-size: 24px;
  }
  .explore-section .horizontal-large-bottom {
    width: 40.5%;
  }
  .explore-section .horizontal-large-bottom .bluefoot-driver-text {
    font-size: 24px;
  }
  .explore-section .vertical-large-bottom {
    width: 19.83%;
  }
  .explore-section .vertical-large-bottom .bluefoot-driver-text {
    font-size: 16px;
  }
  [data-content-type='products'] .products-grid .item .actions {
    display: none;
  }
  [data-content-type='products'] img.photo.image {
    width: 224px;
    height: 224px;
  }
  div[data-content-type='row'].home-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .box-tocart .action.tocart {
    max-width: 290px;
    width: 100%;
  }
  .box-tocart .action.tocart span {
    letter-spacing: 1px;
  }
  .after-footer {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .page-wrapper > .page-bottom {
    width: 100% !important;
  }
  .page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] {
    max-width: 250px;
  }
  .page-wrapper > .page-bottom .before-footer-content .diamond[data-content-type='button-item']::before,
  .page-wrapper > .page-bottom .before-footer-content .gift[data-content-type='button-item']::before,
  .page-wrapper > .page-bottom .before-footer-content .magazine[data-content-type='button-item']::before,
  .page-wrapper > .page-bottom .before-footer-content .locator[data-content-type='button-item']::before {
    display: none;
  }
  .page-wrapper > .page-bottom [data-content-type='button-item'] [data-element='link']::before {
    content: none;
  }
  .message.global.noscript .content,
  .message.global.cookie .content {
    padding: 4px 20px;
  }
  .product.data.items > .item.title > .switch:visited,
  .product.data.items > .item.title > a.switch {
    font-size: 14px;
    letter-spacing: .5px;
    color: #c2c2c2;
    text-transform: uppercase;
    background: #f0f0f0;
  }
  .product.data.items > .item.title:last-child > a.switch {
    border-right: 1px solid #c2c2c2;
  }
  .product.data.items > .item.title > a.switch {
    border: 1px solid #f0f0f0;
    border-bottom: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    font-size: 14px;
    letter-spacing: .5px;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #c2c2c2;
    border-bottom: none;
  }
  .swatch-attribute-options {
    max-width: 540px;
  }
  .page-footer {
    background: none;
  }
  .page-footer .footer-top .ves-container.newsletter-sction {
    background: #cdcdcd;
    padding: 45px 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .ves-widget {
    margin-bottom: 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter {
    margin-bottom: 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-title {
    display: none;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-content form.form.subscribe {
    position: relative;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .page-footer .footer-top form.form.subscribe .newsletter-merge {
    padding: 0 10px 0 15px;
    width: 50%;
  }
  .page-footer .footer-top form.form.subscribe .newsletter-merge .text {
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px;
  }
  .page-footer .footer-top form.form.subscribe .control {
    padding: 0 15px 0 0;
    position: relative;
    width: 50%;
  }
  .page-footer .footer-top form.form.subscribe .label {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    white-space: normal;
  }
  .page-footer .footer-top .ves-container .container {
    max-width: 1400px;
    width: 100%;
  }
  .page-footer .footer-top .block-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .page-footer .footer-top .panel-group {
    margin-bottom: 0;
  }
  .page-footer .footer-top ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .page-footer .footer-top ul li {
    margin-bottom: 20px;
  }
  .page-footer .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  .page-footer .footer-top ul li a {
    color: #000;
    font-size: 14px;
  }
  .page-footer .footer-top ul.nav-links li i {
    display: none;
  }
  .page-footer .footer-top .location-footer .block-content {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
  }
  .page-footer .footer-top .location-footer .block-content a {
    color: #000;
    font-weight: normal;
  }
  .page-footer .footer-top .location-footer .block-content i {
    margin-left: -25px;
    width: 25px;
  }
  .page-footer .footer-top .location-footer .block-content p {
    margin-bottom: 0;
  }
  .page-footer .footer-top .location-footer .block-content .ct-p {
    margin-top: 15px;
  }
  .page-footer .footer-top .time {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-left: 25px;
    position: relative;
  }
  .page-footer .footer-top .time span {
    display: inline-block;
    width: 100%;
  }
  .page-footer .footer-top .time i {
    margin-left: -25px;
    width: 25px;
  }
  .page-footer .footer-top ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-footer .footer-top ul.social-links li {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    margin: 0 10px 0 0;
  }
  .page-footer .footer-top ul.social-links li a {
    background: #000;
    color: #fff;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 32px;
  }
  .page-footer .footer-section {
    background: #f4f4f4;
    padding: 65px 0;
  }
  .page-footer .footer-section .block {
    margin-bottom: 0;
  }
  .page-footer .footer-section .row-inner > div {
    width: 20%;
  }
  .page-footer .payment-icon-footer .block-title {
    display: none;
  }
  .page-footer .payment-icon-footer .block-content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .page-footer .payment-icon-footer .block-content strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .page-footer .payment-icon-footer .block-content ul {
    margin-left: 40px;
  }
  .page-footer .payment-icon-footer .block-content ul img {
    height: auto;
    width: auto;
  }
  .page-footer .accept-payment-section-footer {
    background: #f4f4f4;
  }
  .page-footer .copyright-footer {
    background: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    line-height: 30px;
    padding: 10px 0;
  }
  .page-footer .copyright-footer .block.copyright {
    margin-bottom: 0;
  }
  .block.newsletter .field .control:before {
    content: none;
  }
  .block.newsletter input {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff !important;
    color: #333 !important;
    line-height: 32px !important;
    padding: 7px 180px 7px 25px !important;
    font-style: normal;
  }
  .block.newsletter .actions {
    margin: 0;
  }
  .block.newsletter .action.subscribe {
    background: #000;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    min-width: 160px;
    padding: 8px 25px;
    position: absolute;
    right: 17px;
    top: 2px;
  }
  .newsletter-sction .form.subscribe input {
    border: 1px solid #fff !important;
    color: #333 !important;
    line-height: 32px !important;
    padding: 7px 180px 7px 25px !important;
  }
  #top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 9;
  }
  #top a {
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
  }
  #top a span {
    display: none;
  }
  .block.newsletter input {
    padding: 8px 15px !important;
  }
  .block.newsletter .form.subscribe button.action.subscribe {
    background: #000;
    border-radius: 30px;
    padding: 8px 25px;
  }
  .form.subscribe input {
    background: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid #000 !important;
    height: auto !important;
    padding: 8px 15px !important;
  }
  .form.subscribe button.action.subscribe {
    background: none;
    border-radius: 0;
    height: auto !important;
    padding: 12px 20px;
  }
  .form.subscribe button.action.subscribe img {
    filter: grayscale(1) invert(1);
    opacity: 0.8;
  }
  .mppopup-text {
    color: #000 !important;
  }
  .tmp3-title {
    color: #000 !important;
  }
  .shipping-block ul {
    margin-bottom: 0;
  }
  .google-map {
    margin-bottom: 30px;
  }
  .contact-info a {
    color: #000;
  }
  .contact-customhtml a {
    color: #000;
  }
  .contact-index-index .block-title {
    margin-bottom: 15px;
  }
  .contact-index-index .action.primary {
    background: #000;
    border-radius: 30px;
  }
  .cms-page-view .columns .column.main a {
    color: #444a58 !important;
    text-decoration: none !important;
  }
  .cms-page-view .columns .column.main ul {
    list-style: none;
  }
  .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main h4 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main .block-title {
    margin-bottom: 15px;
  }
  .form.subscribe button.action.subscribe.tmp6-button {
    min-width: 220px;
  }
  body {
    font-family: 'Open Sans', sans-serif;
  }
  a:hover {
    text-decoration: none;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1400px;
  }
  .container {
    width: 1200px;
  }
  .block-static-block.widget {
    margin-bottom: 0;
  }
  .customnotice {
    background: #444a58;
    color: #ffffff;
    padding: 10px 15px;
  }
  .page-header {
    margin: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom-color: #eaeaea;
  }
  .page-header #ves-header .panel.wrapper {
    border: none;
  }
  .panel.header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-links {
    float: left;
  }
  .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .social-links ul li {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 0 0;
  }
  .social-links ul li:last-child {
    margin-left: 15px;
    margin-right: 0;
  }
  .social-links ul li:last-child a i {
    margin-right: 10px;
  }
  .social-links ul li a {
    color: #333;
  }
  .social-links ul li.instagram {
    margin-right: 20px;
  }
  .header.panel > .header.links li {
    line-height: 30px;
  }
  .header.panel > .header.links li a {
    color: #333;
  }
  .header.panel > .header.links li.wishlist:before {
    content: '|';
    margin-right: 15px;
  }
  .minicart-wrapper {
    margin-left: 25px;
  }
  .minicart-wrapper .action.showcart:before {
    content: none !important;
  }
  .minicart-wrapper .action.showcart .fa {
    display: inline-block !important;
    background: #000;
    color: #fff;
    padding: 6px;
    margin-right: 6px;
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart .text {
    clip: auto;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    width: auto;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 0;
    min-width: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty:before {
    content: '|';
  }
  .header.content {
    align-items: center;
    display: flex;
    padding: 18px 15px;
  }
  .header.content .logo {
    flex: 1 1 auto;
    margin-bottom: 0;
    max-width: 180px;
    width: 100%;
  }
  .header.content .nav-menu {
    margin-left: auto;
    padding: 0 15px;
  }
  .header.content .nav-menu a {
    color: #505863;
    font-weight: normal;
  }
  .header.content .nav-menu a:hover {
    background: none;
    color: #000;
  }
  .header.content .nav-menu .ves-megamenu.menu-hover .caret {
    right: 0;
  }
  .header.content .nav-menu .ves-megamenu {
    margin-bottom: 0;
  }
  .header.content .nav-menu .level0 > .dropdown-menu {
    border-radius: 0;
    width: 120% !important;
  }
  .header.content .nav-menu .level0 > .dropdown-menu a {
    line-height: 30px;
    font-size: 14px;
  }
  .header.content .block-search {
    flex: 1 1 auto;
    max-width: 280px;
    padding-left: 0;
    width: 100%;
  }
  .ves-megamenu li.level0 > a {
    padding: 0 15px 0 0 !important;
    font-size: 14px;
    margin-right: 14px;
  }
  .ves-megamenu li.level0:hover > a {
    background: none;
    color: #000;
  }
  .ves-megamenu li.level0.active > a {
    background: none;
    color: #505863;
  }
  .ves-megamenu li.level0 a:hover {
    text-decoration: none;
  }
  .block-search {
    padding-top: 0;
  }
  .block-search .nested {
    display: none;
  }
  .block-search input {
    line-height: 30px;
    padding: 3px 15px;
  }
  .block-search .control {
    padding-bottom: 0;
  }
  .block-search .action.search {
    opacity: 1 !important;
    top: 2px;
    right: 30px;
  }
  .block-search .action.search:before {
    color: #333;
    line-height: 38px;
  }
  .navbar-fixed-top {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .header-links-wrapper {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  .header-links-wrapper ul {
    align-items: center;
    display: flex;
    line-height: 30px;
    margin: 0;
    padding: 0;
  }
  .header-links-wrapper ul li {
    list-style: none;
    margin-bottom: 0;
  }
  .header-links-wrapper ul li.wishlist:before {
    content: '|';
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-links-wrapper .minicart-wrapper .cart-title {
    display: none;
  }
  .header-links-wrapper .minicart-wrapper .label {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .header-links-wrapper a {
    color: #333;
  }
  .minicart-wrapper .action.showcart.active {
    opacity: 1;
  }
  .minicart-wrapper .action.close {
    height: 30px;
    opacity: 1;
    width: 30px;
  }
  .minicart-wrapper .action.close:before {
    font-size: 15px;
  }
  .minicart-wrapper .block-minicart {
    max-height: 500px;
    overflow-y: auto;
  }
  .minicart-wrapper .product .actions {
    margin: -33px 0 0;
  }
  .minicart-wrapper .product .actions > .secondary {
    margin-left: 10px;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    background: #444a58;
    background: #ff3990;
    border-color: #ff3990;
    border: 1px solid #ff3990;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .block-minicart .block-content > .actions .viewcart {
    background: #444a58;
    border: 1px solid #444a58;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .block-minicart .items-total {
    margin-left: 0;
  }
  .block-minicart .subtotal {
    margin-right: 0;
  }
  .block-minicart .minicart-widgets {
    margin: 0;
  }
  .minicart-items .product-item-name {
    line-height: 1;
    margin: 0 0 5px;
  }
  .minicart-items .product-item-name a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
  }
  .minicart-items .item-qty {
    padding: 0 10px;
  }
  .minicart-items .product-item-details .details-qty .label {
    font-size: 12px;
  }
  .minicart-items .product-item-details .price {
    color: #444a58;
    font-weight: 700;
  }
  .minicart-items .product-item-details .product.options {
    font-size: 12px;
    line-height: 1.3;
  }
  .minicart-items .action.edit:before {
    font-size: 14px;
  }
  .minicart-items .action.delete:before {
    font-size: 14px;
  }
  .minicart-items .product .toggle:after {
    font-size: 7px;
    margin-left: 5px;
  }
  .header-links-wrapper .minicart-wrapper .product.options .label {
    font-size: 12px;
  }
  .desktopMic {
    right: 2px !important;
    top: 12px !important;
  }
  .block-search input::-webkit-input-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input::-moz-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input:-ms-input-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input:-moz-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  div#___ratingbadge_1 {
    display: none !important;
  }
  .widget-images.cat-info .image-description .v-center h4 a {
    color: #fff !important;
  }
  .middle-content .col-xs-12 {
    width: 50%;
  }
  h1#page-title-heading {
    display: inline-block !important;
  }
  .footer-links-pop {
    text-align: center;
    margin-top: 20px;
  }
  .footer-links-pop .title {
    text-decoration: none;
    line-height: 20px;
    margin: 3px 0;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
  }
  .footer-links-pop .faqpara a {
    color: #484f5e;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    margin: 3px 0;
    display: inline-block;
    padding: 0 3px;
  }
  .footer-links-pop .faqpara a:after {
    content: "|";
    margin: 0 1px 0 5px;
  }
  .header.content {
    display: flex !important;
  }
  .page-footer .footer-top .popular-search.about-niche-heading {
    padding-top: 50px;
  }
  .page-footer .footer-top .popular-search.about-niche-heading .block-title {
    margin-bottom: 0;
  }
  .page-footer .footer-top .popular-search.about-niche-heading .copyright {
    margin-bottom: 0;
  }
  .breadcrumbs .items {
    margin-top: 10px !important;
  }
  .catalog-category-view .page-wrapper {
    overflow: initial;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-left .sidebar-additional {
    display: none;
    width: 25%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .page-layout-2columns-left .main {
    padding-left: 0 !important;
  }
  .sidebar .filter .block-title {
    background-image: url(../images/filter-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
  }
  .sidebar .filter .filter-content .filter-subtitle {
    display: none;
  }
  .sidebar .filter-options .filter-options-title {
    font-weight: 400;
  }
  .sidebar .filter-options .filter-options-title[aria-expanded="true"] {
    background-image: url(../images/arrow_left_filter.png);
    background-position: right 8px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  .sidebar .filter-options .filter-options-title[aria-expanded="false"] {
    background-image: url(../images/arrow_left_filter.png);
    background-position: right -28px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  .sidebar .block {
    margin-bottom: 20px;
  }
  .sidebar .block.filter {
    margin-bottom: 20px;
  }
  .sidebar .ves-vertical li.level0:last-child {
    border-bottom: none;
  }
  .sidebar .ves-megamenu .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > a {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup a {
    color: #333333;
    line-height: 30px;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup a:hover {
    text-decoration: none;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    display: none;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
    padding-left: 20px;
  }
  .sidebar .ves-megamenu li.level0 > a {
    font-weight: normal;
    padding: 0;
  }
  .sidebar .ves-megamenu.menu-click {
    min-width: 0;
    width: 100%;
  }
  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu {
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col {
    padding-right: 0;
  }
  .sidebar .ves-megamenu.menu-click .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click .dropdown > .dropdown-menu {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click li .opener {
    height: 15px;
    padding: 0;
    top: 15px;
    width: 15px;
  }
  .sidebar .ves-megamenu.menu-click li .dropdown-submenu .opener {
    padding: 0;
    top: 5px;
  }
  .sidebar .ves-megamenu.menu-click li .dropdown-menu a {
    line-height: 30px;
  }
  .sidebar .ves-megamenu.menu-click li:hover .dropdown-menu a {
    color: #333333;
  }
  .sidebar .ves-megamenu.nav-mobile .nav-item .dropdown-menu {
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .sidebar .nav-mobile .opener {
    height: 15px;
    padding: 0;
    top: 15px;
    width: 15px;
  }
  .sidebar .product-items .product-item {
    box-shadow: 0 0 0 #dddddd;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 50px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .filter-options .filter-options-content {
    margin-bottom: 15px;
    padding: 0;
  }
  .filter-options a {
    text-transform: capitalize;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border-color: #e3e3e3 !important;
  }
  .ves-megamenu li.level0 > a {
    text-transform: capitalize;
  }
  .amshopby-slider-container.-default .ui-slider-range {
    background: #f4f4f4;
  }
  .amshopby-slider-container.-default .am-slider .ui-slider-handle {
    background: #ffffff;
    border: 5px solid #444a58;
  }
  .filter-options-content .am-ranges .items {
    margin: 0 !important;
  }
  .filter-actions .filter-clear {
    color: #444a58;
  }
  .filter-actions .filter-clear:hover {
    color: #333333;
  }
  .items > .item {
    line-height: 24px;
  }
  .items > .item > a {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
  }
  .items > .item > a .label {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .items {
    margin: 0 !important;
  }
  .filter-options-item .filter-options-content .item .count {
    font-weight: normal;
  }
  .filter-options-item .filter-options-content .item:hover .count {
    color: #333333;
  }
  .ves-megamenu.menu-click li .opener {
    background-image: url(../images/arrow_left_filter.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .ves-megamenu.menu-click li .opener:before {
    content: none;
  }
  .ves-megamenu.menu-click li .opener.item-active {
    background-position: top center;
  }
  .ves-megamenu.menu-click li .opener.item-active:before {
    content: none;
  }
  .ves-megamenu.nav-mobile .opener {
    background-image: url(../images/arrow_left_filter.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .ves-megamenu.nav-mobile .opener:before {
    content: none;
  }
  .ves-megamenu.nav-mobile .opener.item-active {
    background-position: top center;
  }
  .ves-megamenu.nav-mobile .opener.item-active:before {
    content: none;
  }
  .toolbar-amount {
    float: right;
    line-height: 40px;
    padding-top: 0;
  }
  .modes {
    padding-top: 0;
  }
  .toolbar-products {
    margin-top: 0;
  }
  .toolbar-products .modes-mode {
    background-color: #eeeeee;
    border-radius: 5px;
    height: 40px;
    line-height: 36px;
    width: 40px;
  }
  .toolbar-products .modes-mode:before {
    color: #333333;
  }
  .toolbar-products .modes-mode.active {
    background: #444a58;
  }
  .toolbar-products .modes-mode.active:before {
    color: #ffffff;
  }
  .toolbar-products .sorter {
    float: left;
    margin-left: 10px;
    padding-top: 0;
  }
  .toolbar-products .sorter .sorter-options {
    background: #eeeeee;
    border: none;
  }
  .toolbar-products .sorter .sorter-options option {
    background: #ffffff;
  }
  .toolbar-products .sorter label {
    font-weight: normal;
  }
  .toolbar-products .pages .pages-items .item a {
    background-color: #eeeeee;
    border-radius: 5px;
  }
  .toolbar-products .pages .pages-items .item strong {
    background-color: #eeeeee;
    border-radius: 5px;
  }
  .toolbar-products .sorter-action {
    line-height: 40px;
  }
  .toolbar .limiter select {
    background: #f4f4f4;
    border: none;
    min-width: 0;
    width: 70px;
  }
  .product-items .product-block .product-item-details .heading-title {
    font-size: 14px;
    min-height: 60px;
    margin: 0;
  }
  .product-items .product-block .product-item-details .heading-title a {
    color: #333333;
  }
  .page-products .product-items .product-item {
    width: 33.33%;
  }
  .page-products .product-items .product-block .product-item-info {
    width: 100%;
  }
  .page-products .category-cms {
    margin-bottom: 20px;
  }
  .products-grid .product-item .product-item-photo {
    border: none;
    outline: none;
  }
  .products-grid .product-item .price-container .price-label {
    display: none;
    font-size: 12px;
  }
  .products-grid .product-item .price-container .price {
    font-size: 18px !important;
  }
  .products-grid .product-item .product-item-actions {
    display: block;
  }
  .pages-items .item {
    font-size: 14px;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
  }
  .pages-items .item .page {
    background-color: #f4f4f4 !important;
    color: #333333 !important;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    width: 40px;
  }
  .pages-items .item .page:hover {
    background-color: #444a58 !important;
    color: #ffffff !important;
  }
  .pages-items .item.current .page {
    background-color: #444a58 !important;
    color: #ffffff !important;
  }
  .pages .action.prev {
    background: #f4f4f4;
    border-radius: 0;
    border: none;
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    width: 40px;
  }
  .pages .action.prev:before {
    font-size: 16px;
    margin: 0;
  }
  .pages .action.next {
    background: #f4f4f4;
    border-radius: 0;
    border: none;
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    width: 40px;
  }
  .pages .action.next:before {
    font-size: 16px;
    margin: 0;
  }
  .product-block .product-image {
    position: relative;
  }
  .product-block .product-image .product-item-actions {
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    bottom: -20px;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0ss all ease-in;
    visibility: hidden;
    z-index: 11;
    display: block !important;
  }
  .product-block .product-image .product-item-actions .actions-primary {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 40%;
    zoom: 1;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart {
    background-color: #ffffff !important;
    border-radius: 0;
    border: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart:hover {
    background-color: #444a58 !important;
    color: #ffffff !important;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-secondary {
    float: left;
    width: 60%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist {
    background: #ffffff;
    border-left: 1px solid #e4e4e4;
    color: #333333;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover {
    background-color: #444a58;
    color: #ffffff;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {
    background: #ffffff;
    border-left: 1px solid #e4e4e4;
    color: #333333;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover {
    background-color: #444a58;
    color: #ffffff;
  }
  .product-block .product-image .product-item-actions .actions-secondary .quick-view {
    background: #ffffff;
    border-left: 1px solid #e4e4e4;
    color: #333333;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .quick-view:hover {
    background-color: #444a58;
    color: #ffffff;
  }
  .product-block .product-item-info:hover .product-item-actions {
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    bottom: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0ss all ease-in;
    visibility: visible;
  }
  .product-block .product-item-info:focus .product-item-actions {
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    bottom: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0ss all ease-in;
    visibility: visible;
  }
  .action-skip-wrapper {
    display: none;
  }
  iframe .customnotice {
    display: none;
  }
  .products-grid .product-item .product-item-photo {
    margin-bottom: 0;
  }
  .product-block .product-image .product-item-actions {
    border: 1px solid #f4f4f4;
  }
  .product-block .product-image .product-item-actions .actions-primary {
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary {
    width: 66.66%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,
  .product-block .product-image .product-item-actions .actions-secondary .quick-view {
    border-left-color: #f4f4f4;
    width: 50%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {
    display: none;
  }
  .catalog-product-view .breadcrumbs {
    padding: 0 15px;
  }
  .catalog-product-view .breadcrumbs ul {
    margin: 10px auto 0 !important;
    max-width: 100%;
    padding: 0;
  }
  .product-info-main .page-title-wrapper .page-title {
    color: #000000;
    display: block !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
  }
  .product-info-main .brand-image {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .product-info-main .brand-image img {
    width: 200px;
  }
  .product-info-main .stock.available {
    color: green;
  }
  .product-info-main .stock.unavailable {
    color: red;
  }
  .product-info-main .product.attribute.sku .type:after {
    content: ':';
  }
  .product-info-main .product.attribute.sku .value {
    display: inline-block;
  }
  .product-info-main .price-box .price-wrapper .price {
    color: #444a58;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
    line-height: 1;
  }
  .product-info-main .box-tocart {
    width: 100%;
  }
  .product-info-main .box-tocart .field.qty {
    display: block;
    width: 100%;
  }
  .product-info-main .box-tocart .field.qty label {
    line-height: 30px;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions {
    display: block;
    max-width: 290px;
    width: 100%;
  }
  .product-info-main .box-tocart .quantity-adder {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .input-text.qty {
    height: auto;
    line-height: 1.2;
    padding: 10px 30px;
    width: 120px;
    border: none;
  }
  .product-info-main .box-tocart .add-up {
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  .product-info-main .box-tocart .add-down {
    cursor: pointer;
    left: 0;
    line-height: 38px;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .product-info-main .box-tocart .action.tocart {
    background: #444a58 !important;
    color: #ffffff !important;
    padding: 15px 30px;
  }
  .product-info-main .price-container .price-label {
    display: none;
  }
  .product-info-main .old-price .price-container .price {
    text-decoration: line-through;
  }
  .product-options-bottom .price-box .price-wrapper .price {
    color: #444a58;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
    line-height: 1;
  }
  .product-options-bottom .box-tocart .field.qty label {
    line-height: 30px;
    margin-bottom: 0;
  }
  .product-options-bottom .box-tocart .input-text.qty {
    height: auto;
    line-height: 1.2;
    padding: 10px 30px;
    width: 120px;
  }
  .product-options-bottom .box-tocart .action.tocart {
    background: #444a58 !important;
    color: #ffffff !important;
    padding: 15px 30px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-social-links a {
    color: #333333;
  }
  .product-social-links a:hover {
    color: #444a58 !important;
  }
  .product.info.detailed {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
  }
  .product.info.detailed .data .title:first-child {
    margin-left: 0;
  }
  .product.info.detailed .data > .item.content {
    background-color: #ffffff;
    border-top: 1px solid #d1d1d1;
    border: none;
    padding: 30px 0;
  }
  .product.info.detailed .data > .item.content a {
    color: #444a58;
  }
  .product.data.items > .item.title > a {
    max-width: 100%;
  }
  .product.data.items > .item.title > .switch {
    height: auto;
    line-height: 29px !important;
    outline: none;
    padding: 5px 20px;
  }
  .product.data.items > .item.title.active > .switch {
    background-color: #444a58 !important;
    color: #ffffff !important;
    height: auto;
    line-height: 29px !important;
    padding: 5px 20px;
  }
  .swatch-option.text {
    border: 1px solid #444a58;
    height: auto;
  }
  .swatch-option.selected {
    background: #444a58;
    color: #ffffff;
    outline: none;
  }
  .swatch-option.text.selected {
    background: #444a58;
    color: #ffffff;
    outline: none;
  }
  .swatch-option:focus {
    box-shadow: none;
  }
  .swatch-option:not(.disabled) hover {
    border: 1px solid #444a58;
    outline: none;
  }
  .message.success > *:first-child before {
    line-height: 45px;
  }
  .block.related {
    display: inline-block;
    width: 100%;
  }
  .block.related .block-title {
    text-align: center;
  }
  .block.related .block-actions {
    display: none;
  }
  .block.related .field.choice.related {
    display: none;
  }
  .column.main .block.related .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: inherit;
  }
  .catalog-product-view.page-layout-1column .column.main {
    padding-bottom: 0;
  }
  .popup_avaiable {
    text-align: center;
  }
  .popup_avaiable a {
    color: #444a58;
  }
  .popup_avaiable .ajax-product-image {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .popup_avaiable .action_button {
    margin-top: 30px;
    width: 100%;
  }
  .popup_avaiable .action_button ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .popup_avaiable .action_button ul li {
    padding: 0 10px;
    width: 50%;
  }
  .popup_avaiable .action_button ul li .button {
    background: #444a58;
    border: 1px solid #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
  }
  .popup_avaiable .action_button ul li .button:hover {
    background: #ffffff;
    color: #444a58;
  }
  .block.upsell {
    display: inline-block;
    width: 100%;
  }
  .block.upsell .block-title {
    text-align: center;
  }
  .block.upsell .block-actions {
    display: none;
  }
  .block.upsell .field.choice.related {
    display: none;
  }
  .block.upsell .product-block .product-item-details {
    text-align: center;
  }
  .column.main .block.upsell .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: inherit;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-secondary .quick-view span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart i {
    margin-right: 5px;
  }
  .product-item-name a.product-item-link {
    color: #333333;
  }
  .product-item-name a.product-item-link:hover {
    color: #444a58;
    text-decoration: none;
  }
  .page-products .products-list.list .product-items .product-item {
    width: 100% !important;
  }
  .effect-banner .image-item a {
    vertical-align: bottom;
  }
  .page-title-wrapper .category-cms .effect-banner {
    margin-bottom: 0;
  }
  .page-title-wrapper .category-cms .col-lg-3 .col-inner > div {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .product-info-main .product-options-wrapper {
    text-align: left;
  }
  .product-info-main .product-options-wrapper .swatch-attribute-options {
    max-width: 100%;
  }
  .product-info-main .product-options-wrapper .swatch-option {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 5px;
  }
  .product-info-main .box-tocart .field.qty {
    text-align: center;
    padding-right: 0;
  }
  .product-info-main .box-tocart .field.qty .label {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .field.qty .control {
    display: inline-block;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .actions {
    max-width: 100% !important;
  }
  .product-info-main .product-add-form .box-tocart .action.tocart {
    max-width: 280px !important;
    background: #ff3990 !important;
    padding: 10px 30px;
  }
  .product-social-links {
    text-align: center !important;
  }
  .faq_tab_prdct .faq_tab_prdct_data {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
  }
  .faq_tab_prdct .faq_tab_prdct_data:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    transform: rotate(45deg);
  }
  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"] {
    border-bottom-color: transparent;
    margin-bottom: 0;
  }
  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"]:after {
    transform: rotate(-135deg);
    top: 10px;
  }
  .faq_tab_prdct div[data-role="content"] {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .product.info.detailed .data > .item.content a {
    font-weight: bold;
  }
  .catalog-product-view .sp_social_share_widget {
    display: none;
  }
  .inspiration-content-section .image-item {
    position: relative;
    z-index: 1;
  }
  .inspiration-content-section .image-item .image-description {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 15px;
    z-index: 1;
  }
  .inspiration-content-section .image-item .image-description h2 {
    margin: 0;
    font-family: 'Playball';
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 2px #e8b3b5;
  }
  .inspiration-content-section .image-item .image-description h2 a {
    color: #fff;
  }
  .inspiration-content-section .image-item .image-description h2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    z-index: -1;
  }
  .inspiration-content-section .image-item .image-description h2 a:hover:before {
    transform: scale(0.9);
  }
  .catalog-product-view .column.main .product-items.owl-carousel {
    margin-left: 0;
  }
  .catalog-product-view .column.main .product-item {
    padding-left: 0;
  }
  .catalog-product-view .product-items.owl-carousel .product-item-info {
    margin: 0 auto;
    text-align: center;
  }
  .product-info-main .product-addto-links a:last-child {
    padding-right: 0;
  }
  .products-grid .product-item,
  .page-products .products-grid .product-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .catalog-category-view span.special-price {
    color: #ff008ad1;
  }
  .sp_social_share_inline_widget_widget_under_cart {
    justify-content: center !important;
  }
  .sp_social_share_inline_widget,
  .sp_social_share_inline_widget_widget_under_cart {
    display: flex;
    justify-content: center !important;
    padding-bottom: 15px;
  }
  div.price-box.price-final_price .special-price .price-wrapper span.price {
    color: #ff3990;
    font-family: 'brandon_grotesquebold';
  }
  .page-layout-2columns-left .column.main {
    width: 77.16666667%;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    width: 22.83333333%;
  }
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    width: 80px !important;
    height: 80px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    text-align: left;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:before {
    content: none;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
    text-transform: capitalize;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #444a58;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    text-decoration: none;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 14px;
    line-height: 1.2;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content {
    box-shadow: none;
    border: none;
  }
  .authentication-dropdown .modal-inner-wrap .modal-header {
    border: none;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .secondary a.action {
    color: #444a58;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .secondary a.action:hover {
    color: #444a58;
    text-decoration: none;
  }
  .block-authentication .actions-toolbar > .primary .action {
    background: #444a58;
    color: #fff;
    border: none;
    padding: 10px 15px;
  }
  .checkout-index-index .header.content .nav-toggle {
    display: none;
  }
  ._amcheckout-selectable-item.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #444a58;
  }
  .modal-content {
    box-shadow: none;
    border: none;
  }
  .modal-header {
    border: none;
  }
  .modal-content .gift-options-content .fieldset {
    margin-bottom: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    background: #FF3990;
    color: #fff !important;
    margin-left: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    background: #FF3990;
    color: #fff !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin: 0 0 0 auto !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    background: #444a58;
    color: #fff !important;
  }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    color: #444a58;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #444a58;
  }
  .field-tooltip .field-tooltip-action:hover:before {
    color: #444a58;
  }
  #bss-cookie-notice .btn-cookie-accept {
    background-color: #FF3990 !important;
    color: #fff !important;
  }
  #bss-cookie-notice .btn-cookie-more-infor {
    background-color: #e7b3b5 !important;
    color: #444a58 !important;
  }
  tr.totals-tax,
  tr.grand.totals.excl {
    opacity: 0.7;
  }
  .cms-page-view .columns .column.main a {
    color: #444a58;
    text-decoration: none;
  }
  .cms-page-view .ves-widget.widget-images.block.cat-info {
    position: relative;
  }
  .cms-page-view .image-description.content-top {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-outs all ease-in;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cms-page-view .image-description .v-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .cms-page-view .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px;
  }
  .cms-page-view .widget-images.cat-info:hover .image-description {
    background: rgba(0, 0, 0, 0);
  }
  .cms-page-view .widget-images.cat-info .image-description h2,
  .cms-page-view .widget-images.cat-info .image-description h4 {
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0 0 10px;
  }
  .cms-page-view .widget-images.cat-info .image-description h2 a,
  .cms-page-view .widget-images.cat-info .image-description h4 a {
    color: #fff;
  }
  .cms-page-view .ourservice-block.center .media {
    display: inline-block;
  }
  .cms-page-view .ourservice-block.center .media > div {
    display: inline-block;
  }
  .cms-page-view .ourservice-block {
    text-align: center;
  }
  .cms-page-view .ourservice-block .media-body .title-media {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
  }
  .cms-page-view .ourservice-block.center .media .media-body {
    display: inline;
  }
  .cms-page-view img {
    display: block;
    margin: 0 auto;
  }
  .cms-page-view .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
  }
  .cms-page-view .product-items .product-item {
    width: 32.33%;
    margin-left: 0;
  }
  .filter-options .filter-options-content .items.-am-singleselect .item {
    position: relative;
    padding-left: 20px;
  }
  .filter-options-content .items.-am-singleselect .item > input[type='radio'] {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .cart.table-wrapper .col.qty .input-text {
    line-height: 24px;
    padding: 3px 10px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 10px;
  }
  .cart.table-wrapper .item .col.item a {
    color: #333333;
  }
  .cart.table-wrapper .col {
    border: none;
  }
  .cart.table-wrapper .actions-toolbar > .action {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
  }
  .cart.table-wrapper .actions-toolbar > .action:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart.table-wrapper .actions-toolbar > .action span {
    display: none;
  }
  .cart.table-wrapper .actions-toolbar > .action.action-delete:before {
    content: '\e920';
    font-family: 'smc';
  }
  .cart.table-wrapper .actions-toolbar > .action.action-towishlist:before {
    content: '\e911';
  }
  .cart.table-wrapper .item-actions td {
    border-top: none;
    padding: 0 0 8px;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right;
  }
  .action-gift {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
  }
  .action-gift:after {
    font-size: 8px;
  }
  .action-gift:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .abs-shopping-cart-items .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .abs-shopping-cart-items .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .abs-shopping-cart-items .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .abs-shopping-cart-items .action.continue:after {
    font-size: 14px;
  }
  .abs-shopping-cart-items .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .abs-shopping-cart-items .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-cart-failed .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .block-cart-failed .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-cart-failed .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .block-cart-failed .action.continue:after {
    font-size: 14px;
  }
  .block-cart-failed .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .block-cart-failed .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-container .form-cart .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .cart-container .form-cart .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-container .form-cart .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart-container .form-cart .action.continue:after {
    font-size: 14px;
  }
  .cart-container .form-cart .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .cart-container .form-cart .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-summary > .title {
    font-size: 24px;
    font-weight: 700;
  }
  .column.main .cart-summary .block > .title strong {
    font-size: 16px;
  }
  .cart-summary {
    width: 25%;
  }
  .cart-summary .block .title:after {
    font-size: 7px;
    right: 0;
    top: 12px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #c2c2c2;
    line-height: 30px;
    padding: 5px 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control select:focus {
    border-color: #000000;
  }
  .cart-summary .block .fieldset .field.choice {
    padding-left: 15px;
  }
  .cart-summary .block .fieldset .field.choice .radio {
    float: left;
    margin-left: -15px;
  }
  .cart-totals {
    border-top: none;
  }
  .cart-totals .mark {
    background-color: transparent;
  }
  .cart-discount {
    float: left;
    margin-top: 30px;
    width: 73%;
  }
  .cart-discount .block.discount .title {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .cart-discount .block.discount .title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    vertical-align: bottom;
  }
  .cart-discount .block.discount .title:after {
    content: '\e903';
    float: right;
    font-family: 'smc';
    font-size: 10px;
    line-height: 30px;
  }
  .cart-discount .block.discount .title[aria-expanded="false"]:after {
    content: '\e904';
  }
  .cart-discount .block.discount .content {
    margin-top: 15px;
  }
  .cart-discount .block.discount .action.apply.primary {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart-discount .block.aw-giftcard .title {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .cart-discount .block.aw-giftcard .title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    vertical-align: bottom;
  }
  .cart-discount .block.aw-giftcard .title:after {
    content: '\e904';
    float: right;
    font-family: 'smc';
    font-size: 10px;
    line-height: 30px;
  }
  .cart-discount .block.aw-giftcard .title[aria-expanded="true"]:after {
    content: '\e903';
  }
  .cart-discount .block.aw-giftcard .action.apply-aw-giftcard {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
  }
  .cart-discount .block.aw-giftcard .action.check-aw-giftcard {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
  }
  .action.primary.checkout {
    background: #ff3990;
    border: 1px solid #ff3990;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .label {
    color: #333333;
    margin-bottom: 10px;
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .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,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .cart-empty {
    padding-top: 60px;
    text-align: center;
  }
  .cart-empty a {
    color: #444a58;
    text-decoration: underline;
  }
  .gift-message .gift-options-title {
    font-size: 20px;
    font-weight: 500;
  }
  .gift-options-content .fieldset > .field {
    margin-bottom: 15px;
  }
  .gift-options .actions-toolbar .secondary .action-update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    border: 1px solid #444a58;
    color: #444a58;
    margin: 0;
    padding: 7px 15px;
  }
  .form .fieldset > .field.choice {
    padding-left: 20px;
  }
  .form .fieldset > .field.choice > input {
    margin: 1px 0 0 -20px;
    float: left;
  }
  .form .fieldset > .field.choice > .label {
    padding: 0;
  }
  .action.primary,
  .action-primary,
  .amshopby-button,
  .am-filter-go {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
  }
  .form .fieldset > .field.choice .label,
  .form .fieldset > .fields > .field.choice .label {
    font-weight: normal !important;
  }
  /*Login Page*/
  .customer-account-login .page-title-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    display: block !important;
    padding-left: 1%;
    padding-right: 1%;
  }
  .customer-account-login .page-title-wrapper .page-title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px 0 0;
    border-bottom: 2px solid #444a58;
  }
  .login-container .block {
    width: 48% !important;
    margin: 0 1%;
  }
  .login-container .block .block-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  .login-container .block .block-title strong {
    font-size: 30px;
    line-height: 1.2px;
    font-weight: 600;
  }
  .login-container .field.note {
    margin-bottom: 20px;
  }
  .login-container .block .actions-toolbar {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .login-container .block .login .actions-toolbar {
    margin-top: 30px;
  }
  .login-container .block .block-content p {
    margin-bottom: 20px;
  }
  .login-container .block-new-customer .actions-toolbar > .primary {
    width: 100%;
    margin-right: 0;
  }
  .login-container .actions-toolbar > .primary {
    margin-right: 0 !important;
  }
  .login-container .action.primary {
    background-color: #444a58;
    color: #fff;
    border-radius: 0;
    padding: 0 10%;
    line-height: 45px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    min-width: 180px;
    margin-right: 0 !important;
  }
  .login-container .action.primary:hover,
  .login-container .action.primary:focus {
    background-color: #444a58;
    color: #fff !important;
  }
  .login-container .block .form-login .login .actions-toolbar > .secondary {
    float: right;
  }
  .login-container .block a {
    color: #333;
  }
  .login-container .block a:hover {
    color: #444a58;
  }
  .form .fieldset > .field.choice .label,
  .form .fieldset > .fields > .field.choice .label {
    font-weight: normal;
  }
  .form .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 2px;
    padding-top: 0;
  }
  .form .fieldset > .field:not(.choice) > .control {
    width: 100%;
    max-width: 540px;
  }
  .form .fieldset > .field.choice:before,
  .form .fieldset > .field.no-label:before {
    content: none;
  }
  .form .fieldset > .field.choice .label,
  .form .fieldset > .fields > .field.choice .label {
    font-weight: 700;
  }
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="url"],
  .form input[type="tel"],
  .form input[type="search"],
  .form input[type="number"],
  .form input[type*="date"],
  .form input[type="email"],
  .form select {
    font-family: 'Open Sans', sans-serif;
    height: auto;
    padding: 5px 15px;
    font-weight: normal;
    line-height: 30px;
    border: 1px solid #c2c2c2;
    color: #333;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  }
  .form input[type="text"]:hover,
  .form input[type="password"]:hover,
  .form input[type="url"]:hover,
  .form input[type="tel"]:hover,
  .form input[type="search"]:hover,
  .form input[type="number"]:hover,
  .form input[type*="date"]:hover,
  .form input[type="email"]:hover,
  .form select:hover,
  .form input[type="text"]:focus,
  .form input[type="password"]:focus,
  .form input[type="url"]:focus,
  .form input[type="tel"]:focus,
  .form input[type="search"]:focus,
  .form input[type="number"]:focus,
  .form input[type*="date"]:focus,
  .form input[type="email"]:focus,
  .form select:focus {
    border-color: #444a58;
    color: #333;
    box-shadow: none;
    outline: none;
  }
  .form- select {
    height: 36px;
    width: 262px;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .form .fieldset > .field {
    margin-bottom: 8px;
  }
  .form .fieldset > .field .input-text {
    width: 100%;
    max-width: 100%;
  }
  .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,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0 !important;
    width: 100%;
  }
  .login-container .fieldset {
    position: relative;
    margin-bottom: 0;
  }
  .login-container .fieldset:after {
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #ee001c;
  }
  div.mage-error[generated] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ee001c;
    font-size: 15px;
    line-height: 15px;
  }
  /*Register page*/
  .customer-account-create .page-title-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 30px;
    display: block !important;
    font-weight: 700;
  }
  .customer-account-create .page-title-wrapper .page-title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px 0 0;
    border-bottom: 2px solid #444a58;
  }
  .form.create.account {
    width: 100% !important;
  }
  .form.create.account .fieldset {
    margin-bottom: 22px;
  }
  .form.create.account .fieldset.create.account {
    margin-bottom: 0;
  }
  .form.create.account .fieldset.additional_info {
    margin-bottom: 0;
  }
  .form.create.account legend.legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  .form.create.account legend.legend span {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
  }
  .form.create.account .field {
    float: left;
    width: 100%;
  }
  .form.create.account .field.newsletter + .choice {
    display: none;
  }
  .form.create.account .field.field-name-firstname {
    width: 262px;
    margin-right: 16px;
  }
  .form.create.account .field.field-name-lastname {
    width: 262px;
  }
  .form.create.account .field.password {
    width: 262px;
    margin-right: 16px;
  }
  .form.create.account .field.confirmation {
    width: 262px;
  }
  .form.create.account .password-strength-meter {
    background: none;
    padding: 0;
  }
  .form.create.account .action.primary {
    background-color: #444a58;
    color: #fff;
    border-radius: 0;
    padding: 0 10%;
    line-height: 45px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    min-width: 180px;
  }
  .form.create.account .action.primary:hover,
  .form.create.account .action.primary:focus {
    background-color: #444a58;
    color: #fff !important;
  }
  .form.create.account .action.primary {
    margin-right: 0;
    float: right;
  }
  .form.create.account .actions-toolbar {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  .form.create.account .actions-toolbar > .primary {
    float: right;
    width: 70%;
  }
  .form.create.account .actions-toolbar > .secondary {
    float: left;
  }
  .actions-toolbar > .secondary .action.back {
    color: #333;
    display: block;
  }
  .actions-toolbar > .secondary .action.back:hover {
    color: #444a58;
  }
  .actions-toolbar > .secondary .action.back:before {
    content: "\f060";
    font-family: 'FontAwesome';
    margin-right: 7px;
  }
  .form.create.account .fieldset.create.account:after {
    content: attr(data-hasrequired);
    margin-top: 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #ee001c;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: 0;
  }
  /*Forgot Password*/
  .customer-account-forgotpassword .page-title-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 30px;
    display: block !important;
  }
  .customer-account-forgotpassword .page-title-wrapper .page-title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px 0 0;
    border-bottom: 2px solid #444a58;
  }
  .form.password.forget {
    width: 100% !important;
  }
  .form.password.forget legend.legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  .form.password.forget legend.legend span {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: normal;
  }
  .form.password.forget .action.primary {
    background-color: #444a58;
    color: #fff;
    border-radius: 0;
    padding: 0 10%;
    line-height: 45px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    min-width: 180px;
  }
  .form.password.forget .action.primary:hover,
  .form.password.forget .action.primary:focus {
    background-color: #444a58;
    color: #fff !important;
  }
  .form.password.forget .action.primary {
    margin-right: 0;
    float: right;
  }
  .form.password.forget .actions-toolbar {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  .form.password.forget .actions-toolbar > .primary {
    float: right;
    width: 70%;
  }
  .form.password.forget .actions-toolbar > .secondary {
    float: left;
  }
  .form.password.forget .fieldset {
    margin-bottom: 0;
  }
  .form.password.forget .fieldset:after {
    content: attr(data-hasrequired);
    margin-top: 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #ee001c;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: 0;
  }
  /*My Account*/
  .account.page-layout-2columns-left .columns {
    padding-top: 40px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 23% !important;
    padding-right: 0;
    margin-right: 2%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    background: #f2f2f2;
    padding: 15px;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75% !important;
  }
  .account.page-layout-2columns-left .page-title-wrapper .page-title {
    display: block !important;
    margin-top: 0;
  }
  /*My account menu*/
  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    clip: auto;
    padding: 7px 0 7px 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAhFBMVEX///9oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGiK5Ni/AAAAK3RSTlMAAwYJDA8VHiQqMzk/QktOVFpjbHV7hIeNlpm3ur3Mz9LV3uTn6vDz9vn8iUtAKAAAALJJREFUKM+d09kSgjAMBVBQEBXcUYsbmwIl//9/trRRRxN0vK9nuiWp4/ycMIPT2uc0qEAnn9EswKQZk5xahoRkiVxQOkSFllz9YPiDB/3stqiS3DxDzkmOkQ8k+ze794Su6sq8esH0xNz9yna0K2vdzxAwOjVXi5lxsB2VS2KQtudnUUsx917M2xTwllqMUKMP1KnsGXtg0hU3BDaR4oTnneILz0fFJc96ZBuepfvl290BL/8+NtpfogEAAAAASUVORK5CYII=) no-repeat;
    background-position: left center;
    background-size: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title strong {
    font-weight: 600;
  }
  .account .sidebar .block-collapsible-nav .content {
    background: none;
    padding: 10px 0 0;
  }
  .account .sidebar .block-collapsible-nav .item.current a,
  .account .sidebar .block-collapsible-nav .item.current > strong {
    border-left: none;
    padding: 2px;
    font-weight: 700;
  }
  .account .sidebar .block-collapsible-nav ul.nav {
    padding-left: 10px;
  }
  .account .sidebar-main .items {
    padding: 0;
    margin: 0;
  }
  .account .sidebar .block-collapsible-nav .item {
    margin: 0;
    list-style: none;
  }
  .account .sidebar .block-collapsible-nav .item:nth-child(3),
  .account .sidebar .block-collapsible-nav .item:nth-child(4),
  .account .sidebar .block-collapsible-nav .item:nth-child(5),
  .account .sidebar .block-collapsible-nav .item:nth-child(9) {
    display: none;
  }
  .account .sidebar .block-collapsible-nav .item a,
  .account .sidebar .block-collapsible-nav .item > strong {
    border-left: none;
  }
  .account .sidebar .block-collapsible-nav .item a {
    padding: 2px 0;
  }
  .account .sidebar .block-collapsible-nav .item a:hover {
    background-color: transparent;
    color: #444a58;
  }
  .account .sidebar .block-collapsible-nav .item .delimiter {
    display: none;
  }
  /*My account Content*/
  .account .page-title {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .account .box-billing-address .box-content,
  .account .box-shipping-address .box-content,
  .account .box-information .box-content,
  .account .box-newsletter .box-content {
    line-height: 23px;
  }
  .account .column.main .block {
    margin-bottom: 0;
  }
  .account .column.main .block .block-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .account .column.main .block .block-title strong {
    font-size: 30px !important;
    line-height: 33px !important;
    font-weight: normal !important;
    text-transform: capitalize;
  }
  .account .column.main .block.block-dashboard-info {
    margin-bottom: 30px;
  }
  .account .column.main .block.block-dashboard-info .block-title strong {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: normal !important;
    text-transform: capitalize;
  }
  .account .column.main .block .block-title a {
    color: #333;
    float: right;
    line-height: 33px;
  }
  .account .column.main .block .block-title a:hover {
    color: #444a58;
  }
  .account .column.main .block .block-title a:before {
    margin-right: 3px;
  }
  .account .column.main .block .block-content .box {
    position: relative;
    line-height: 23px;
    width: 49% !important;
    float: left;
  }
  .account .column.main .block .block-content .box:nth-child(odd) {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    clear: left;
  }
  .account .column.main .block .block-content .box:nth-child(even) {
    float: right;
  }
  .account .column.main .block .block-content .box-title {
    width: 100%;
  }
  .account .column.main .block .block-content .box-title span {
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    padding: 0 0 2px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 10px;
  }
  .account .column.main .block .block-content .box .box-actions {
    margin-top: 0;
  }
  .account .column.main .block .block-content .box a {
    color: #444a58;
  }
  .account .column.main .block .block-content .box a:hover {
    color: #333;
  }
  .account .column.main .block .block-content a:before {
    margin-right: 3px;
  }
  .account .column.main .block.block-dashboard-info .block-content .box .action.edit {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .account .column.main .block.block-dashboard-addresses .block-content .box-title span {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .account .column.main .form .fieldset {
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .account .column.main .form .fieldset + .fieldset {
    margin-top: 30px;
  }
  .account .column.main .form .fieldset legend.legend {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .account .column.main .form .fieldset > .field {
    float: left;
    width: 100%;
  }
  .account .column.main .form .fieldset > .field.field-name-firstname {
    width: 271px;
    padding-right: 16px;
  }
  .account .column.main .form .fieldset > .field.field-name-firstname input {
    width: 100%;
  }
  .account .column.main .form .fieldset > .field.field-name-lastname {
    width: 271px;
  }
  .account .column.main .form .fieldset .field.new.password {
    width: 271px;
    padding-right: 13px;
  }
  .account .column.main .form .fieldset .field.confirmation {
    width: 271px;
  }
  .account .column.main .form .fieldset .password-strength-meter {
    background: none;
    padding: 0;
  }
  .account .column.main .actions-toolbar {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .account .column.main .actions-toolbar > .secondary {
    float: left;
  }
  .account .column.main .actions-toolbar > .primary {
    float: right;
    width: 70%;
  }
  .account .column.main .actions-toolbar > .primary .action.primary {
    padding: 0 10%;
    line-height: 45px;
    color: #fff;
    background: #444a58;
    margin-right: 0;
    border-radius: 0;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    border: none;
    float: right;
  }
  .account .column.main .actions-toolbar > .primary .action.primary:hover {
    background: #444a58;
  }
  .account.customer-address-index .column.main {
    position: relative;
  }
  .account.customer-address-index .column.main .block {
    width: 49%;
    float: left;
  }
  .account.customer-address-index .column.main .block.block-addresses-list {
    float: right;
    margin-top: 30px;
  }
  .account.customer-address-index .column.main .block .block-content .box {
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 15px;
  }
  .account.customer-address-index .column.main .block .block-content .box:nth-child(odd) {
    border-right: none;
  }
  .account.customer-address-index .column.main .actions-toolbar > .primary .action.primary.add {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    line-height: 36px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items {
    display: block;
    width: 100%;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items thead {
    display: none;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tbody {
    display: block;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tr {
    display: block;
    padding: 15px;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td {
    display: inline-block;
    width: 100%;
    padding: 0;
    line-height: 23px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.firstname,
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.lastname {
    width: auto;
    margin-right: 3px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions {
    margin-top: 5px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a {
    color: #333;
    margin-right: 0;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a:hover {
    color: #444a58;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions a + a:before {
    content: '|';
    margin: 0 5px 0 3px;
  }
  .account.customer-address-index .column.main .block-addresses-list .customer-addresses-toolbar {
    display: none;
  }
  .account .column.main table a {
    color: #333;
    margin-right: 5px;
    margin-left: 5px;
  }
  .account .column.main table a:hover {
    color: #444a58;
  }
  .form-address-edit .fieldset {
    margin-bottom: 0;
  }
  .form-address-edit .fieldset + .fieldset {
    margin-top: 30px;
  }
  .form-address-edit .fieldset legend.legend {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .form-address-edit .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 2px;
    padding-top: 0;
  }
  .form-address-edit .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .form-address-edit .fieldset > .field.choice:before,
  .form-address-edit .fieldset > .field.no-label:before {
    content: none;
  }
  .form-address-edit .fieldset > .field.choice .label,
  .form-address-edit .fieldset > .fields > .field.choice .label {
    font-weight: normal;
  }
  .form-address-edit input[type="text"],
  .form-address-edit input[type="password"],
  .form-address-edit input[type="url"],
  .form-address-edit input[type="tel"],
  .form-address-edit input[type="search"],
  .form-address-edit input[type="number"],
  .form-address-edit input[type*="date"],
  .form-address-edit input[type="email"],
  .form-address-edit select {
    font-family: 'Lato';
    height: auto;
    padding: 8px;
    line-height: 18px;
    border: 1px solid #ddd;
    color: #888;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  }
  .form-address-edit input[type="text"]:hover,
  .form-address-edit input[type="password"]:hover,
  .form-address-edit input[type="url"]:hover,
  .form-address-edit input[type="tel"]:hover,
  .form-address-edit input[type="search"]:hover,
  .form-address-edit input[type="number"]:hover,
  .form-address-edit input[type*="date"]:hover,
  .form-address-edit input[type="email"]:hover,
  .form-address-edit select:hover,
  .form-address-edit input[type="text"]:focus,
  .form-address-edit input[type="password"]:focus,
  .form-address-edit input[type="url"]:focus,
  .form-address-edit input[type="tel"]:focus,
  .form-address-edit input[type="search"]:focus,
  .form-address-edit input[type="number"]:focus,
  .form-address-edit input[type*="date"]:focus,
  .form-address-edit input[type="email"]:focus,
  .form-address-edit select:focus {
    border-color: #aaa;
    color: #333;
    box-shadow: none;
    outline: none;
  }
  .form-address-edit select {
    height: 36px;
    width: 544px;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .form-address-edit .fieldset > .field {
    margin-bottom: 8px;
  }
  .form-address-edit .fieldset > .field .input-text {
    width: 544px;
    max-width: 100%;
  }
  .form-address-edit .fieldset > .field {
    float: left;
    width: 100%;
  }
  .form-address-edit .fieldset > .field.field-name-firstname {
    width: 271px;
    padding-right: 16px;
  }
  .form-address-edit .fieldset > .field.field-name-firstname input {
    width: 100%;
  }
  .form-address-edit .fieldset > .field.field-name-lastname {
    width: 271px;
  }
  .form-address-edit .fieldset > .field.choice {
    padding-left: 20px;
  }
  .form-address-edit .fieldset > .field.choice input {
    margin: 0 0 0 -20px;
    float: left;
  }
  .account .order-actions-toolbar .actions a.action {
    color: #333;
  }
  .account .order-actions-toolbar .actions a.action:hover {
    color: #444a58;
  }
  .account .order-title {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .account .order-title strong {
    margin: 0;
  }
  .account .block-order-details-view {
    margin-top: 30px;
  }
  .account .mark,
  .account mark {
    background-color: transparent;
  }
  .aw-rma__actions .action.primary {
    background: #444a58;
    color: #fff;
    border: 1px solid #444a58;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: normal;
  }
  .aw-rma__actions .action.primary:hover {
    background: #fff;
    color: #444a58;
  }
  .pager {
    margin: 10px 0 !important;
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    display: inline-block;
    float: none;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    display: inline-block;
    width: auto;
    float: none;
  }
  .products-grid.wishlist .product-item .actions-primary {
    width: 100%;
  }
  .products-grid.wishlist .box-tocart .action.tocart {
    max-width: 100%;
    padding: 5px 15px;
    line-height: 30px;
    background-color: #444a58 !important;
    color: #fff !important;
    border: 1px solid #444a58;
    text-transform: capitalize;
  }
  .products-grid.wishlist .product-item-comment {
    resize: none;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a {
    color: #333;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a span {
    display: none;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a.delete:before {
    content: '\e920';
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a:before {
    line-height: 30px;
    font-size: 12px;
  }
  .form-wishlist-items > .actions-toolbar > .primary {
    text-align: right;
  }
  .form-wishlist-items > .actions-toolbar > .primary .action {
    border: 1px solid #444a58;
  }
  .form-wishlist-items > .actions-toolbar > .primary .action.tocart {
    background-color: #444a58 !important;
    color: #fff !important;
    text-transform: capitalize;
  }
  .confirm._show .modal-header {
    border-bottom: none;
  }
  .confirm._show .modal-footer {
    border-top: none;
    text-align: center;
  }
  .confirm._show .modal-content {
    box-shadow: none;
    border: none;
  }
  .confirm._show .modal-inner-wrap .action-close {
    margin: 0;
  }
  .confirm._show .modal-inner-wrap .action-close:before {
    font-size: 18px;
  }
  .confirm._show .modal-footer .action-dismiss {
    padding: 5px 15px !important;
    line-height: 30px;
    border: 1px solid #444a58 !important;
    color: #444a58 !important;
    display: inline-block !important;
  }
  .confirm._show .modal-footer .action-accept {
    padding: 5px 15px !important;
    line-height: 30px;
    border: 1px solid #444a58 !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #444a58 !important;
  }
  .account .column.main table a.action.view,
  .account .column.main table a.action.order {
    padding: 3px 10px;
    background: #f2f2f2;
    border: none;
    line-height: 20px;
  }
  .account .column.main .message.info {
    display: inline-block;
    width: 100%;
  }
  .account .column.main table a.action.view:hover,
  .account .column.main table a.action.order:hover {
    background: #444a58;
    color: #fff;
  }
  .account .column.main .toolbar {
    border-bottom: none;
  }
  .page-title-wrapper .order-date .label {
    padding-left: 0;
  }
  .account.customer-address-index .column.main .block {
    width: 100%;
  }
  .shop-jewellery-section .block .image-description {
    z-index: 1;
  }
  .shop-jewellery-section .block .image-item {
    overflow: hidden;
  }
  .shop-jewellery-section .block .image-item img {
    transition: 0.4s;
  }
  .shop-jewellery-section .block .image-item:hover img {
    transform: scale(1.1);
  }
  .owl-nav [class*=owl-]:hover,
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #444a58 !important;
  }
  .owl-carousel .owl-nav > button.owl-next:hover:after,
  .owl-carousel .owl-nav > div.owl-next:hover:after {
    color: #fff;
  }
  .owl-carousel .owl-nav > button.owl-prev:hover:after,
  .owl-carousel .owl-nav > div.prev:hover:after {
    color: #fff;
  }
  .style-content-section .widget-contenthtml .post-image img {
    transition: 0.4s;
  }
  .style-content-section .widget-contenthtml .post-image:hover img {
    transform: scale(1.1);
  }
  .effect-banner .image-item {
    overflow: hidden;
  }
  .effect-banner .image-item img {
    transition: 0.4s;
  }
  .effect-banner .image-item img:hover {
    transform: scale(1.1);
  }
  .intagram-sction .block {
    transition: 0.4s;
  }
  .intagram-sction .block:hover {
    opacity: 0.8;
  }
  .page-footer .footer-top ul.social-links li a {
    transition: 0.4s;
  }
  .page-footer .footer-top ul.social-links li a:hover {
    background: #444a58;
  }
  #top a {
    transition: 0.4s;
  }
  #top a:hover {
    background: #444a58;
  }
  .product-item-name a.product-item-link {
    transition: 0.4s;
  }
  .product-item-name a.product-item-link:hover {
    color: #444a58 !important;
    opacity: 0.95;
  }
  .products-grid .product-item .product-item-info .product-image-photo {
    transition: 0.4s;
  }
  .products-grid .product-item .product-item-info:hover .product-image-photo {
    transform: scale(1.1);
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    left: -320px;
    bottom: 288px;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    line-height: 0;
  }
  .contact-index-index p {
    font-size: 16px;
    max-width: 1030px;
  }
  .contact-index-index h2 {
    font-size: 26px;
  }
  .contact-index-index .fieldset > legend.legend span {
    font-size: 26px;
  }
  .contact-index-index textarea {
    min-height: 176px;
  }
  .contact-index-index form.form.contact .actions-toolbar .primary {
    display: inline-block;
    float: right;
  }
  .contact-index-index form.form.contact p.required {
    line-height: 38px;
  }
  a,
  a:hover {
    color: #444a58;
    text-decoration: none;
  }
  .mp-banner-slider .owl-carousel .owl-nav {
    line-height: 0;
    margin: 0;
  }
  .mp-banner-slider .owl-carousel .owl-nav button {
    margin: -25px 0 0 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mp-banner-slider .owl-carousel .owl-nav button span {
    display: none;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev:after {
    position: relative;
    top: -4px;
    line-height: 1;
    font-family: 'Open Sans';
    font-size: 36px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {
    right: 40px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next:after {
    position: relative;
    top: -4px;
    line-height: 1;
    font-family: 'Open Sans';
    font-size: 36px;
  }
  .our-services-section {
    margin-bottom: 0 !important;
    padding: 45px 0;
  }
  .our-services-section .ourservice-block .media {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 290px;
  }
  .our-services-section .ourservice-block .media .ourservice-content {
    padding-left: 20px;
    text-align: left;
    width: 230px;
  }
  .our-services-section .ourservice-block .media .ourservice-content p {
    color: #484f5e;
    font-size: 18px;
    margin-bottom: 0;
    text-align: left !important;
  }
  .our-services-section .ourservice-block .media .ourservice-content .title-media {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    vertical-align: bottom;
    width: 100%;
  }
  .our-services-section .ourservice-block .media .ourservice-content a {
    color: #484f5e;
  }
  .our-services-section .ourservice-block .media > div {
    width: 60px;
  }
  .our-services-section .col-lg-4:not(:last-child) .block {
    border-right: 1px solid #cacaca;
  }
  .shop-jewellery-section {
    padding-top: 30px;
  }
  .shop-jewellery-section .block {
    position: relative;
  }
  .shop-jewellery-section .block .image-item {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  }
  .shop-jewellery-section .block .image-description {
    color: #fff;
    padding-right: 40px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .shop-jewellery-section .block .image-description h2 {
    display: inline-block;
    font-family: 'Playball';
    font-size: 60px;
    margin-top: 0;
    width: 100%;
  }
  .shop-jewellery-section .block .image-description h2 a {
    color: #fff;
  }
  .shop-jewellery-section .block .image-description h4 {
    color: #fff;
  }
  .shop-jewellery-section .block .image-description h4 a {
    color: #fff;
  }
  .shop-jewellery-section .block.necklaces-info .image-description {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    right: auto;
  }
  .shop-jewellery-section .block.rings-info .image-description {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    right: auto;
  }
  .shop-jewellery-section .block.rings-info .image-description h2 a {
    color: #484f5e;
  }
  .shop-jewellery-section .block.rings-info .image-description h4 {
    color: #000;
  }
  .shop-jewellery-section .block.rings-info .image-description h4 a {
    color: #000;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h2 a {
    color: #484f5e;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h4 {
    color: #000;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h4 a {
    color: #000;
  }
  .shop-jewellery-section > .container > .ves-inner {
    position: relative;
    z-index: 1;
  }
  .shop-jewellery-section > .container > .ves-inner:before {
    background-color: #fff4f2;
    content: '';
    height: 220px;
    left: -145px;
    position: absolute;
    top: -50px;
    width: 275px;
    z-index: -1;
  }
  .shop-jewellery-section > .container > .ves-inner:after {
    background-color: #fff4f2;
    bottom: -35px;
    content: '';
    height: 436px;
    position: absolute;
    right: -100px;
    width: 275px;
    z-index: -1;
  }
  .shop-jewellery-section > .container > .ves-inner > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .top-brands-section {
    padding-top: 30px;
  }
  .top-brands-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .top-brands-section .block-content .owl-carousel {
    padding-left: 0;
  }
  .top-brands-section .block-content .brand-image {
    padding: 10px 0;
  }
  .top-brands-section .block-content .brand-image a {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16);
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
  .top-brands-section .block-content .brand-image a img:first-child {
    background: #fff;
    height: 70px;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  .top-brands-section .block-content .brand-image a img:last-child {
    background: #fff;
    height: 235px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .owl-carousel .owl-nav {
    margin: 0;
  }
  .owl-carousel .owl-nav > div {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    margin: -17px 0 0 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -40px;
  }
  .owl-carousel .owl-nav > div.owl-prev:after {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -40px;
  }
  .owl-carousel .owl-nav > div.owl-next:after {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > button {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    margin: -17px 0 0 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
  }
  .owl-carousel .owl-nav > button.owl-prev {
    left: -40px;
  }
  .owl-carousel .owl-nav > button.owl-prev:after {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > button.owl-next {
    right: -40px;
  }
  .owl-carousel .owl-nav > button.owl-next:after {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 28px;
  }
  .inspiration-content-section {
    background-image: url(../images/wave-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px !important;
    padding-bottom: 65px;
    padding-top: 250px;
    position: relative;
  }
  .inspiration-content-section .inspiration-text {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: -160px;
  }
  .inspiration-content-section .inspiration-text .widget-contenthtml {
    padding: 0;
    text-align: right;
  }
  .inspiration-content-section .inspiration-text h4 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .inspiration-content-section .inspiration-text h5 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    bottom: 244px;
    left: -360px;
    opacity: 0.2;
    position: absolute;
    transform: rotate(-90deg);
  }
  .inspiration-content-section .inspiration-heading .widget-contenthtml {
    padding: 0;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    color: #000;
    font-size: 96px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .inspiration-content-section > .container > .ves-inner {
    position: relative;
    z-index: 1;
  }
  .inspiration-content-section > .container > .ves-inner:after {
    background-color: #fff4f2;
    content: '';
    height: 436px;
    position: absolute;
    right: -100px;
    top: -35px;
    width: 275px;
    z-index: -1;
  }
  .feature-product-section {
    margin-bottom: 0 !important;
    padding: 45px 0;
  }
  .feature-product-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-section .cms-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-section .cms-title .title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-section .block-products-list .block-content {
    position: relative;
    z-index: 1;
  }
  .feature-product-section .block-products-list .block-content:before {
    background-color: #fff4f2;
    content: '';
    height: 220px;
    left: -145px;
    position: absolute;
    top: -50px;
    width: 275px;
    z-index: -1;
  }
  .products-grid .product-item {
    text-align: center;
  }
  .products-grid .product-item .product-item-photo {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .products-grid .product-item .product-item-name {
    font-size: 16px;
    font-weight: 600;
    min-height: 44px;
  }
  .products-grid .product-item .product-item-name a {
    line-height: 24px;
  }
  .products-grid .product-item .product-item-name a:hover {
    text-decoration: none;
    color: #333;
  }
  .products-grid .product-item .price-container .price-label {
    font-size: 16px;
    font-weight: normal;
  }
  .products-grid .product-item .price-container .price {
    font-size: 22px;
    font-weight: 600;
  }
  .products-grid .product-item .product-item-actions {
    display: none;
  }
  .products-grid .product-item .price-box {
    margin-bottom: 0;
  }
  .products-grid .slick-slider .product-item {
    margin-bottom: 0;
  }
  .desiger-blog-section {
    padding-bottom: 60px;
  }
  .desiger-blog-section .container {
    width: 100%;
  }
  .desiger-blog-section .ves-container .row .col-lg-2 {
    padding: 0;
  }
  .desiger-blog-section .ves-container .row .col-lg-2 > .col-inner > div {
    margin: 0 !important;
  }
  .desiger-blog-section .effect-banner .block-content .image-item {
    overflow: hidden;
    position: relative;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description {
    height: 100%;
    margin-top: -100px;
    padding: 35px 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    width: 100%;
    max-width: 195px;
    z-index: 1;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 a {
    color: #000;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {
    font-size: 16px;
    position: relative;
    left: 0;
    transition: 0.4s;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li:hover {
    left: 10px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li a {
    color: #000;
  }
  .desiger-blog-section .effect-banner .block-content:hover .image-item .image-description {
    margin-top: 0;
    top: 0;
  }
  .desiger-blog-section .effect-banner .block-content:hover .content-image:before {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    opacity: 1;
  }
  .desiger-blog-section .effect-banner .block-content .content-image {
    position: relative;
  }
  .desiger-blog-section .effect-banner .block-content .content-image img {
    width: 100%;
  }
  .desiger-blog-section .effect-banner .block-content .content-image:before {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
  }
  .style-tip-section {
    padding-top: 0;
  }
  .style-tip-section .ves-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-tip-section .block-title {
    margin-bottom: 30px;
    text-align: center;
    line-height: 46px;
  }
  .style-tip-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .style-tip-section .block-content {
    display: none;
  }
  .style-tip-section .find-online-image {
    float: left;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .style-tip-section .find-online-image img {
    width: 100%;
  }
  .style-tip-section .value.more h1 {
    padding-left: 0;
    margin: 15px 0 10px;
  }
  .style-tip-section .value.more h2 {
    padding-left: 0;
    margin: 10px 0;
  }
  .style-tip-section .value.more p {
    padding-left: 0;
  }
  .style-tip-section .value.more .readless {
    padding-left: 0;
  }
  .style-tip-section .value.more .readmore {
    padding-left: 0;
  }
  .style-content-section {
    padding-bottom: 65px;
  }
  .style-content-section .ves-inner {
    position: relative;
    z-index: 1;
  }
  .style-content-section .ves-inner:before {
    background-color: #fff4f2;
    content: '';
    height: 220px;
    left: -145px;
    position: absolute;
    top: -50px;
    width: 275px;
    z-index: -1;
  }
  .style-content-section .widget-contenthtml {
    padding: 0;
  }
  .style-content-section .widget-contenthtml .post-image {
    overflow: hidden;
    padding-bottom: 64%;
    position: relative;
  }
  .style-content-section .widget-contenthtml .post-image img {
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .style-content-section .widget-contenthtml .post-date {
    color: #b0b0b0;
    font-size: 15px;
    margin-top: 15px;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 a {
    color: #484f5e;
  }
  .style-content-section .widget-contenthtml .post-excerpt {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
  }
  .findonline-section {
    background-color: #f4f4f4;
    background-image: url(../images/find-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-top: 35px;
    padding: 65px 0;
    position: relative;
    z-index: 1;
  }
  .findonline-section:after {
    background-color: #fff4f2;
    bottom: -100px;
    content: '';
    height: 190px;
    position: absolute;
    right: 0;
    width: 245px;
    z-index: -1;
  }
  .findonline-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .findonline-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .findonline-section .find-online-image {
    text-align: center;
  }
  .findonline-section .find-online-image img {
    mix-blend-mode: multiply;
  }
  .findonline-section .value.more h1 {
    color: #484f5e;
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 25px;
    padding: 0;
  }
  .findonline-section .value.more p {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  .findonline-section .value.more p a {
    color: #000;
  }
  .findonline-section .value.more h2 {
    color: #484f5e;
    font-size: 22px;
    line-height: 1.5;
    margin: 25px 0 15px;
    padding: 0;
  }
  .findonline-section .value.more h2 a {
    color: #000;
  }
  .findonline-section .value.more .less {
    float: left;
    width: 100%;
  }
  .findonline-section .value.more .readless {
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 25px;
  }
  .findonline-section .value.more .readmore {
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 25px;
  }
  .findonline-section .value.more .readmore:hover {
    background-color: #444a58;
  }
  .about-section-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .about-section-footer .custom-abs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-section-footer .custom-abs .block {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .about-section-footer .custom-abs .block a {
    color: #484f5e;
  }
  .about-section-footer .custom-abs .block .block-content p {
    margin-bottom: 25px;
  }
  .about-section-footer .custom-abs .block .block-content p:last-child {
    margin-bottom: 0;
  }
  .about-section-footer .custom-abs .col-lg-8 .block .block-content {
    border-left: 2px solid #000;
    padding-left: 60px;
  }
  .about-section-footer a {
    color: #444a58;
  }
  .about-niche-heading {
    padding-top: 35px;
  }
  .about-niche-heading .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-niche-heading .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .instafeed-heading {
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat-x;
    margin-top: 50px;
    padding: 40px 0;
  }
  .instafeed-heading .block {
    margin-bottom: 0;
  }
  .instafeed-heading .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .instafeed-heading .block-title strong a {
    color: #484f5e;
  }
  .page-footer .footer-top .instafeed-heading .block-title {
    margin-bottom: 0;
    text-align: center;
  }
  .intagram-sction .col-lg-2 {
    padding: 0;
  }
  .intagram-sction .block {
    margin-bottom: 0;
  }
  .intagram-sction .block .image-item img {
    width: 100%;
  }
  .shipping-block ul {
    margin-bottom: 0;
  }
  .google-map {
    margin-bottom: 30px;
  }
  .contact-info a {
    color: #000;
  }
  .contact-customhtml a {
    color: #000;
  }
  .contact-index-index .block-title {
    margin-bottom: 15px;
  }
  .contact-index-index .action.primary {
    background: #000;
    border-radius: 30px;
  }
  .cms-page-view .columns .column.main a {
    color: #000;
    text-decoration: underline;
  }
  .cms-page-view .columns .column.main ul {
    list-style: none;
  }
  .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main h4 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main .block-title {
    margin-bottom: 15px;
  }
  .feature-product-home {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .feature-product-home .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-home .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-home .products-grid .product-item {
    float: left;
    width: 25%;
    margin-left: 0;
  }
  .feature-product-home .row-inner > .col-lg-12 {
    width: 100%;
  }
  .inspiration-content-section .row-inner .col-lg-6 {
    position: initial;
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    top: -120px;
    left: auto !important;
    bottom: auto !important;
    right: 0;
    transform: rotate(0) !important;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    display: block !important;
  }
  .sidebar .block-blog a {
    color: #333333;
  }
  .sidebar .block-blog a:hover {
    color: #444a58;
    text-decoration: underline;
  }
  .is-blog .page-wrapper {
    overflow: initial;
  }
  .is-blog .columns {
    padding-top: 40px;
  }
  .is-blog .columns .column.main {
    padding-left: 2% !important;
  }
  .is-blog .post-list-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .post-list.grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .post-list.grid li {
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
  .post-list.grid li:nth-child(even) {
    margin-left: auto;
  }
  .post-list .post-list-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .post-list .post-list-item h2 {
    font-size: 24px;
    margin: 0;
    min-height: 82px;
    padding: 15px;
  }
  .post-list .post-list-item h2 a {
    color: #333333;
  }
  .post-list .post-list-item h2 a:hover {
    color: #444a58;
  }
  .post-list .post-list-item .post-image {
    margin-bottom: 0;
    max-height: initial;
  }
  .post-list .post-list-item .post-image a {
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
  }
  .post-list .post-list-item .post-image a:hover {
    color: #444a58;
  }
  .post-list .post-list-item .post-image a img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
  }
  .post-list .post-list-item .post-image a img:hover {
    transform: scale(1.1);
  }
  .post-list .post-list-item .post-excerpt {
    padding: 15px;
  }
  .post-list .post-list-item .post-excerpt a {
    color: #444a58;
  }
  .post-list .post-list-item .post-meta {
    display: inline-block;
    margin: 0;
    padding: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .post-list .post-list-item .post-meta a {
    color: #333333;
  }
  .post-list .post-list-item .post-meta .post-categories {
    margin-bottom: 10px;
  }
  .post-list .post-list-item .post-tags {
    margin-bottom: 10px;
  }
  .post-list-wrapper .pager {
    text-align: left;
  }
  .post-list-wrapper .pager li > a {
    border: none;
  }
  .post-list-wrapper .pager li > span {
    border: none;
  }
  .post-list-wrapper .pages-items .item {
    margin-right: 5px;
  }
  .post-list-wrapper .pages-items .item .page {
    background-color: transparent !important;
    border-radius: 40px;
    border: none;
    line-height: 40px;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages-items .item .page:hover {
    background-color: transparent !important;
    border: none;
    color: #444a58 !important;
    text-decoration: underline;
  }
  .post-list-wrapper .pages-items .item.current .page {
    background-color: transparent !important;
    border: none;
    color: #444a58 !important;
    text-decoration: underline;
  }
  .post-list-wrapper .pages .action.next {
    background: none;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages .action.prev {
    background: none;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages .action.previous {
    width: auto;
  }
  .post-list-wrapper .pages .action.previous:before {
    font-size: 16px;
  }
  .wp-sidebar .block.block-blog.block-blog-archives {
    display: none;
  }
  .post-view a {
    color: #444a58;
  }
  .post-view a:hover {
    text-decoration: underline;
  }
  .post-view .comments-wrapper .submit {
    background: #444a58;
    border: 1px solid #444a58;
  }
  .post-view .comments-wrapper .submit:hover {
    background: #ffffff;
    color: #444a58;
  }
  .fieldset > legend.legend {
    font-weight: 700;
  }
  .ie11 .page-wrapper,
  .ie10 .page-wrapper {
    overflow: visible;
  }
  .ie11 .bluefoot-driver a,
  .ie10 .bluefoot-driver a {
    max-width: 100%;
  }
  .ie11 [data-content-type='products'] .products-grid,
  .ie10 [data-content-type='products'] .products-grid {
    height: 810px;
    overflow: hidden;
  }
  .ie11 .page-bottom,
  .ie10 .page-bottom {
    margin-top: 175px;
  }
  .ie11 .page-footer,
  .ie10 .page-footer {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 768px) and screen, print and screen, all and (min-width: 768px) and print, print and print {
  .sales-order-print .sitewide-usp {
    display: none;
  }
  .sales-order-print .order-details-items .actions-toolbar {
    display: none !important;
  }
  .sales-order-print .block-order-details-view .block-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .sales-order-print .block-order-details-view .block-content .box {
    float: none;
  }
  .sales-order-print .block-order-details-view .block-content .box:nth-child(even) {
    margin-left: auto;
  }
}
@media all and (min-width: 769px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 380px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    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: #c2c2c2;
    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;
  }
  .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;
  }
  .contact-index-index form.form.contact {
    max-width: 605px;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .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;
  }
}
/* stylelint-enable */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.required-captcha.checkbox {
  position: relative;
}
/* Mixins */
h1,
h2,
h3 {
  color: #000000;
}
@media (min-width: 766px) and (max-width: 860px) {
  .explore-section .mobile-large .bluefoot-driver-text {
    font-size: 16px;
  }
  .explore-section .mobile-small .bluefoot-driver-text {
    font-size: 16px;
  }
}
.font-icon-class {
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-family: 'smc';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
.smc-icon {
  font-family: 'smc';
}
@media (min-width: 766px) and (max-width: 860px) {
  .page-bottom .bluefoot-column-3 {
    width: 50%;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .product.data.items > .item.title > a {
    line-height: 115% !important;
    vertical-align: middle;
    text-align: center;
    display: table-cell !important;
    max-width: 150px;
  }
}
/*******
// Add styles to customise a UI component.  LESS files in this directory should be
// named after the parent CSS class name of the element which they are customizing.
//
// *******/
/*******
// Add styles to customise a UI component.  LESS files in this directory should be
// named after the parent CSS class name of the element which they are customizing.
//
// *******/
.checkout-payment-method .payment-option-title .action-toggle {
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  float: right;
  font-size: 8px;
  line-height: 30px;
  text-align: center;
  width: 24px;
}
.opc-block-summary .items-in-cart > .title:after {
  font-size: 10px;
  line-height: 24px;
  margin: 0;
}
.column.main .block .title strong {
  font-size: 16px;
}
.minicart-items .product-item-details .details-qty .label {
  padding-left: 0;
}
.table-totals .mark {
  background-color: transparent;
}
.table-totals .mark .label {
  padding-left: 0;
}
.payment-option .payment-option-content {
  padding-top: 15px;
}
.payment-option .payment-option-content .form {
  display: flex;
  flex-wrap: wrap;
}
.payment-option .payment-option-content .form .payment-option-inner {
  width: 70%;
}
.payment-option .payment-option-content .form .actions-toolbar {
  padding-right: 0;
  width: 30%;
}
.payment-option .payment-option-content .form .actions-toolbar .primary {
  width: 100%;
}
.payment-option .payment-option-content .form .actions-toolbar .action-apply {
  background: #444a58;
  border: 1px solid #444a58;
  line-height: 30px;
  margin-right: 0;
  padding: 5px 15px;
  width: 100%;
}
.payment-option .payment-option-content .form .input-text {
  height: auto;
}
.payment-option .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  min-width: 80px;
}
.payment-option .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  text-align: left;
}
.payment-option .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.payment-option .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  text-transform: uppercase;
}
/*******
// Add styles to customise a UI component.  LESS files in this directory should be
// named after the parent CSS class name of the element which they are customizing.
//
// *******/
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .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;
  }
  .abs-blocks-2columns:nth-child(even),
  .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,
  .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;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .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,
  .block-collapsible-nav .title,
  .block-search .label {
    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,
  .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,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel: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,
  .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,
  .header.content:after,
  .page-header .header.panel: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 {
    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;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .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,
  .opc-estimated-wrapper,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #d9c756;
    font-weight: 500;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #10838c;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 3px;
    color: #10838c;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e904';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 500;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #fde035;
    color: #10838c;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .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: 44px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 44px;
    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 1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 44px;
    font-size: 1.4rem;
    color: #575757;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 44px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #575757;
    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: #575757;
    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: 55px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .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 #c2c2c2;
    text-align: right;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .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 {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    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-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 #575757;
    -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.6rem;
    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 #c2c2c2;
  }
  .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 #c2c2c2;
    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 #c2c2c2;
    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 #c2c2c2;
    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: -226px;
    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 #fde035;
    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 #10838c;
    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: -20px;
  }
  [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;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #fde035;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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;
  }
  .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 .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -10px;
  }
  .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-add-form {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 10px;
  }
  .product-info-main {
    float: right;
  }
  .page-layout-1column .product-info-main {
    width: 47%;
  }
  .page-layout-1column .product.media {
    width: 50%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search {
    padding-top: 10px;
    position: relative;
    float: right;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    content: '\e91a';
    font-family: 'smc';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #575757;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #575757;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .latest-article {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .explore-section .pagebuilder-column-4 img,
  .explore-section .pagebuilder-column-3 img {
    width: 100%;
    object-fit: cover;
    max-height: 360px;
    height: 28vw;
  }
  .explore-section .horizontal-large {
    width: 56.60%;
  }
  .explore-section .horizontal-large .bluefoot-driver-text {
    font-size: 24px;
  }
  .explore-section .vertical-large {
    width: 21.7%;
  }
  .explore-section .vertical-large .bluefoot-driver-text {
    font-size: 24px;
  }
  .explore-section .horizontal-large-bottom {
    width: 40.5%;
  }
  .explore-section .horizontal-large-bottom .bluefoot-driver-text {
    font-size: 24px;
  }
  .explore-section .vertical-large-bottom {
    width: 19.83%;
  }
  .explore-section .vertical-large-bottom .bluefoot-driver-text {
    font-size: 16px;
  }
  [data-content-type='products'] .products-grid .item .actions {
    display: none;
  }
  [data-content-type='products'] img.photo.image {
    width: 224px;
    height: 224px;
  }
  div[data-content-type='row'].home-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .box-tocart .action.tocart {
    max-width: 290px;
    width: 100%;
  }
  .box-tocart .action.tocart span {
    letter-spacing: 1px;
  }
  .after-footer {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .page-wrapper > .page-bottom {
    width: 100% !important;
  }
  .page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] {
    max-width: 250px;
  }
  .page-wrapper > .page-bottom .before-footer-content .diamond[data-content-type='button-item']::before,
  .page-wrapper > .page-bottom .before-footer-content .gift[data-content-type='button-item']::before,
  .page-wrapper > .page-bottom .before-footer-content .magazine[data-content-type='button-item']::before,
  .page-wrapper > .page-bottom .before-footer-content .locator[data-content-type='button-item']::before {
    display: none;
  }
  .page-wrapper > .page-bottom [data-content-type='button-item'] [data-element='link']::before {
    content: none;
  }
  .message.global.noscript .content,
  .message.global.cookie .content {
    padding: 4px 20px;
  }
  .product.data.items > .item.title > .switch:visited,
  .product.data.items > .item.title > a.switch {
    font-size: 14px;
    letter-spacing: .5px;
    color: #c2c2c2;
    text-transform: uppercase;
    background: #f0f0f0;
  }
  .product.data.items > .item.title:last-child > a.switch {
    border-right: 1px solid #c2c2c2;
  }
  .product.data.items > .item.title > a.switch {
    border: 1px solid #f0f0f0;
    border-bottom: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    font-size: 14px;
    letter-spacing: .5px;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #c2c2c2;
    border-bottom: none;
  }
  .swatch-attribute-options {
    max-width: 540px;
  }
  .page-footer {
    background: none;
  }
  .page-footer .footer-top .ves-container.newsletter-sction {
    background: #cdcdcd;
    padding: 45px 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .ves-widget {
    margin-bottom: 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter {
    margin-bottom: 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-title {
    display: none;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-content form.form.subscribe {
    position: relative;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .page-footer .footer-top form.form.subscribe .newsletter-merge {
    padding: 0 10px 0 15px;
    width: 50%;
  }
  .page-footer .footer-top form.form.subscribe .newsletter-merge .text {
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px;
  }
  .page-footer .footer-top form.form.subscribe .control {
    padding: 0 15px 0 0;
    position: relative;
    width: 50%;
  }
  .page-footer .footer-top form.form.subscribe .label {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    white-space: normal;
  }
  .page-footer .footer-top .ves-container .container {
    max-width: 1400px;
    width: 100%;
  }
  .page-footer .footer-top .block-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .page-footer .footer-top .panel-group {
    margin-bottom: 0;
  }
  .page-footer .footer-top ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .page-footer .footer-top ul li {
    margin-bottom: 20px;
  }
  .page-footer .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  .page-footer .footer-top ul li a {
    color: #000;
    font-size: 14px;
  }
  .page-footer .footer-top ul.nav-links li i {
    display: none;
  }
  .page-footer .footer-top .location-footer .block-content {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
  }
  .page-footer .footer-top .location-footer .block-content a {
    color: #000;
    font-weight: normal;
  }
  .page-footer .footer-top .location-footer .block-content i {
    margin-left: -25px;
    width: 25px;
  }
  .page-footer .footer-top .location-footer .block-content p {
    margin-bottom: 0;
  }
  .page-footer .footer-top .location-footer .block-content .ct-p {
    margin-top: 15px;
  }
  .page-footer .footer-top .time {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-left: 25px;
    position: relative;
  }
  .page-footer .footer-top .time span {
    display: inline-block;
    width: 100%;
  }
  .page-footer .footer-top .time i {
    margin-left: -25px;
    width: 25px;
  }
  .page-footer .footer-top ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-footer .footer-top ul.social-links li {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    margin: 0 10px 0 0;
  }
  .page-footer .footer-top ul.social-links li a {
    background: #000;
    color: #fff;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 32px;
  }
  .page-footer .footer-section {
    background: #f4f4f4;
    padding: 65px 0;
  }
  .page-footer .footer-section .block {
    margin-bottom: 0;
  }
  .page-footer .footer-section .row-inner > div {
    width: 20%;
  }
  .page-footer .payment-icon-footer .block-title {
    display: none;
  }
  .page-footer .payment-icon-footer .block-content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .page-footer .payment-icon-footer .block-content strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .page-footer .payment-icon-footer .block-content ul {
    margin-left: 40px;
  }
  .page-footer .payment-icon-footer .block-content ul img {
    height: auto;
    width: auto;
  }
  .page-footer .accept-payment-section-footer {
    background: #f4f4f4;
  }
  .page-footer .copyright-footer {
    background: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    line-height: 30px;
    padding: 10px 0;
  }
  .page-footer .copyright-footer .block.copyright {
    margin-bottom: 0;
  }
  .block.newsletter .field .control:before {
    content: none;
  }
  .block.newsletter input {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff !important;
    color: #333 !important;
    line-height: 32px !important;
    padding: 7px 180px 7px 25px !important;
    font-style: normal;
  }
  .block.newsletter .actions {
    margin: 0;
  }
  .block.newsletter .action.subscribe {
    background: #000;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    min-width: 160px;
    padding: 8px 25px;
    position: absolute;
    right: 17px;
    top: 2px;
  }
  .newsletter-sction .form.subscribe input {
    border: 1px solid #fff !important;
    color: #333 !important;
    line-height: 32px !important;
    padding: 7px 180px 7px 25px !important;
  }
  #top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 9;
  }
  #top a {
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
  }
  #top a span {
    display: none;
  }
  .block.newsletter input {
    padding: 8px 15px !important;
  }
  .block.newsletter .form.subscribe button.action.subscribe {
    background: #000;
    border-radius: 30px;
    padding: 8px 25px;
  }
  .form.subscribe input {
    background: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid #000 !important;
    height: auto !important;
    padding: 8px 15px !important;
  }
  .form.subscribe button.action.subscribe {
    background: none;
    border-radius: 0;
    height: auto !important;
    padding: 12px 20px;
  }
  .form.subscribe button.action.subscribe img {
    filter: grayscale(1) invert(1);
    opacity: 0.8;
  }
  .mppopup-text {
    color: #000 !important;
  }
  .tmp3-title {
    color: #000 !important;
  }
  .shipping-block ul {
    margin-bottom: 0;
  }
  .google-map {
    margin-bottom: 30px;
  }
  .contact-info a {
    color: #000;
  }
  .contact-customhtml a {
    color: #000;
  }
  .contact-index-index .block-title {
    margin-bottom: 15px;
  }
  .contact-index-index .action.primary {
    background: #000;
    border-radius: 30px;
  }
  .cms-page-view .columns .column.main a {
    color: #444a58 !important;
    text-decoration: none !important;
  }
  .cms-page-view .columns .column.main ul {
    list-style: none;
  }
  .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main h4 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main .block-title {
    margin-bottom: 15px;
  }
  .form.subscribe button.action.subscribe.tmp6-button {
    min-width: 220px;
  }
  body {
    font-family: 'Open Sans', sans-serif;
  }
  a:hover {
    text-decoration: none;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1400px;
  }
  .container {
    width: 1200px;
  }
  .block-static-block.widget {
    margin-bottom: 0;
  }
  .customnotice {
    background: #444a58;
    color: #ffffff;
    padding: 10px 15px;
  }
  .page-header {
    margin: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom-color: #eaeaea;
  }
  .page-header #ves-header .panel.wrapper {
    border: none;
  }
  .panel.header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-links {
    float: left;
  }
  .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .social-links ul li {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 0 0;
  }
  .social-links ul li:last-child {
    margin-left: 15px;
    margin-right: 0;
  }
  .social-links ul li:last-child a i {
    margin-right: 10px;
  }
  .social-links ul li a {
    color: #333;
  }
  .social-links ul li.instagram {
    margin-right: 20px;
  }
  .header.panel > .header.links li {
    line-height: 30px;
  }
  .header.panel > .header.links li a {
    color: #333;
  }
  .header.panel > .header.links li.wishlist:before {
    content: '|';
    margin-right: 15px;
  }
  .minicart-wrapper {
    margin-left: 25px;
  }
  .minicart-wrapper .action.showcart:before {
    content: none !important;
  }
  .minicart-wrapper .action.showcart .fa {
    display: inline-block !important;
    background: #000;
    color: #fff;
    padding: 6px;
    margin-right: 6px;
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart .text {
    clip: auto;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    width: auto;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 0;
    min-width: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty:before {
    content: '|';
  }
  .header.content {
    align-items: center;
    display: flex;
    padding: 18px 15px;
  }
  .header.content .logo {
    flex: 1 1 auto;
    margin-bottom: 0;
    max-width: 180px;
    width: 100%;
  }
  .header.content .nav-menu {
    margin-left: auto;
    padding: 0 15px;
  }
  .header.content .nav-menu a {
    color: #505863;
    font-weight: normal;
  }
  .header.content .nav-menu a:hover {
    background: none;
    color: #000;
  }
  .header.content .nav-menu .ves-megamenu.menu-hover .caret {
    right: 0;
  }
  .header.content .nav-menu .ves-megamenu {
    margin-bottom: 0;
  }
  .header.content .nav-menu .level0 > .dropdown-menu {
    border-radius: 0;
    width: 120% !important;
  }
  .header.content .nav-menu .level0 > .dropdown-menu a {
    line-height: 30px;
    font-size: 14px;
  }
  .header.content .block-search {
    flex: 1 1 auto;
    max-width: 280px;
    padding-left: 0;
    width: 100%;
  }
  .ves-megamenu li.level0 > a {
    padding: 0 15px 0 0 !important;
    font-size: 14px;
    margin-right: 14px;
  }
  .ves-megamenu li.level0:hover > a {
    background: none;
    color: #000;
  }
  .ves-megamenu li.level0.active > a {
    background: none;
    color: #505863;
  }
  .ves-megamenu li.level0 a:hover {
    text-decoration: none;
  }
  .block-search {
    padding-top: 0;
  }
  .block-search .nested {
    display: none;
  }
  .block-search input {
    line-height: 30px;
    padding: 3px 15px;
  }
  .block-search .control {
    padding-bottom: 0;
  }
  .block-search .action.search {
    opacity: 1 !important;
    top: 2px;
    right: 30px;
  }
  .block-search .action.search:before {
    color: #333;
    line-height: 38px;
  }
  .navbar-fixed-top {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .header-links-wrapper {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  .header-links-wrapper ul {
    align-items: center;
    display: flex;
    line-height: 30px;
    margin: 0;
    padding: 0;
  }
  .header-links-wrapper ul li {
    list-style: none;
    margin-bottom: 0;
  }
  .header-links-wrapper ul li.wishlist:before {
    content: '|';
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-links-wrapper .minicart-wrapper .cart-title {
    display: none;
  }
  .header-links-wrapper .minicart-wrapper .label {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .header-links-wrapper a {
    color: #333;
  }
  .minicart-wrapper .action.showcart.active {
    opacity: 1;
  }
  .minicart-wrapper .action.close {
    height: 30px;
    opacity: 1;
    width: 30px;
  }
  .minicart-wrapper .action.close:before {
    font-size: 15px;
  }
  .minicart-wrapper .block-minicart {
    max-height: 500px;
    overflow-y: auto;
  }
  .minicart-wrapper .product .actions {
    margin: -33px 0 0;
  }
  .minicart-wrapper .product .actions > .secondary {
    margin-left: 10px;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    background: #444a58;
    background: #ff3990;
    border-color: #ff3990;
    border: 1px solid #ff3990;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .block-minicart .block-content > .actions .viewcart {
    background: #444a58;
    border: 1px solid #444a58;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .block-minicart .items-total {
    margin-left: 0;
  }
  .block-minicart .subtotal {
    margin-right: 0;
  }
  .block-minicart .minicart-widgets {
    margin: 0;
  }
  .minicart-items .product-item-name {
    line-height: 1;
    margin: 0 0 5px;
  }
  .minicart-items .product-item-name a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
  }
  .minicart-items .item-qty {
    padding: 0 10px;
  }
  .minicart-items .product-item-details .details-qty .label {
    font-size: 12px;
  }
  .minicart-items .product-item-details .price {
    color: #444a58;
    font-weight: 700;
  }
  .minicart-items .product-item-details .product.options {
    font-size: 12px;
    line-height: 1.3;
  }
  .minicart-items .action.edit:before {
    font-size: 14px;
  }
  .minicart-items .action.delete:before {
    font-size: 14px;
  }
  .minicart-items .product .toggle:after {
    font-size: 7px;
    margin-left: 5px;
  }
  .header-links-wrapper .minicart-wrapper .product.options .label {
    font-size: 12px;
  }
  .desktopMic {
    right: 2px !important;
    top: 12px !important;
  }
  .block-search input::-webkit-input-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input::-moz-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input:-ms-input-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input:-moz-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  div#___ratingbadge_1 {
    display: none !important;
  }
  .widget-images.cat-info .image-description .v-center h4 a {
    color: #fff !important;
  }
  .middle-content .col-xs-12 {
    width: 50%;
  }
  h1#page-title-heading {
    display: inline-block !important;
  }
  .footer-links-pop {
    text-align: center;
    margin-top: 20px;
  }
  .footer-links-pop .title {
    text-decoration: none;
    line-height: 20px;
    margin: 3px 0;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
  }
  .footer-links-pop .faqpara a {
    color: #484f5e;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    margin: 3px 0;
    display: inline-block;
    padding: 0 3px;
  }
  .footer-links-pop .faqpara a:after {
    content: "|";
    margin: 0 1px 0 5px;
  }
  .header.content {
    display: flex !important;
  }
  .page-footer .footer-top .popular-search.about-niche-heading {
    padding-top: 50px;
  }
  .page-footer .footer-top .popular-search.about-niche-heading .block-title {
    margin-bottom: 0;
  }
  .page-footer .footer-top .popular-search.about-niche-heading .copyright {
    margin-bottom: 0;
  }
  .breadcrumbs .items {
    margin-top: 10px !important;
  }
  .catalog-category-view .page-wrapper {
    overflow: initial;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-left .sidebar-additional {
    display: none;
    width: 25%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .page-layout-2columns-left .main {
    padding-left: 0 !important;
  }
  .sidebar .filter .block-title {
    background-image: url(../images/filter-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
  }
  .sidebar .filter .filter-content .filter-subtitle {
    display: none;
  }
  .sidebar .filter-options .filter-options-title {
    font-weight: 400;
  }
  .sidebar .filter-options .filter-options-title[aria-expanded="true"] {
    background-image: url(../images/arrow_left_filter.png);
    background-position: right 8px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  .sidebar .filter-options .filter-options-title[aria-expanded="false"] {
    background-image: url(../images/arrow_left_filter.png);
    background-position: right -28px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  .sidebar .block {
    margin-bottom: 20px;
  }
  .sidebar .block.filter {
    margin-bottom: 20px;
  }
  .sidebar .ves-vertical li.level0:last-child {
    border-bottom: none;
  }
  .sidebar .ves-megamenu .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > a {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup a {
    color: #333333;
    line-height: 30px;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup a:hover {
    text-decoration: none;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    display: none;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
    padding-left: 20px;
  }
  .sidebar .ves-megamenu li.level0 > a {
    font-weight: normal;
    padding: 0;
  }
  .sidebar .ves-megamenu.menu-click {
    min-width: 0;
    width: 100%;
  }
  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu {
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col {
    padding-right: 0;
  }
  .sidebar .ves-megamenu.menu-click .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click .dropdown > .dropdown-menu {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click li .opener {
    height: 15px;
    padding: 0;
    top: 15px;
    width: 15px;
  }
  .sidebar .ves-megamenu.menu-click li .dropdown-submenu .opener {
    padding: 0;
    top: 5px;
  }
  .sidebar .ves-megamenu.menu-click li .dropdown-menu a {
    line-height: 30px;
  }
  .sidebar .ves-megamenu.menu-click li:hover .dropdown-menu a {
    color: #333333;
  }
  .sidebar .ves-megamenu.nav-mobile .nav-item .dropdown-menu {
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .sidebar .nav-mobile .opener {
    height: 15px;
    padding: 0;
    top: 15px;
    width: 15px;
  }
  .sidebar .product-items .product-item {
    box-shadow: 0 0 0 #dddddd;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 50px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .filter-options .filter-options-content {
    margin-bottom: 15px;
    padding: 0;
  }
  .filter-options a {
    text-transform: capitalize;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border-color: #e3e3e3 !important;
  }
  .ves-megamenu li.level0 > a {
    text-transform: capitalize;
  }
  .amshopby-slider-container.-default .ui-slider-range {
    background: #f4f4f4;
  }
  .amshopby-slider-container.-default .am-slider .ui-slider-handle {
    background: #ffffff;
    border: 5px solid #444a58;
  }
  .filter-options-content .am-ranges .items {
    margin: 0 !important;
  }
  .filter-actions .filter-clear {
    color: #444a58;
  }
  .filter-actions .filter-clear:hover {
    color: #333333;
  }
  .items > .item {
    line-height: 24px;
  }
  .items > .item > a {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
  }
  .items > .item > a .label {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .items {
    margin: 0 !important;
  }
  .filter-options-item .filter-options-content .item .count {
    font-weight: normal;
  }
  .filter-options-item .filter-options-content .item:hover .count {
    color: #333333;
  }
  .ves-megamenu.menu-click li .opener {
    background-image: url(../images/arrow_left_filter.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .ves-megamenu.menu-click li .opener:before {
    content: none;
  }
  .ves-megamenu.menu-click li .opener.item-active {
    background-position: top center;
  }
  .ves-megamenu.menu-click li .opener.item-active:before {
    content: none;
  }
  .ves-megamenu.nav-mobile .opener {
    background-image: url(../images/arrow_left_filter.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .ves-megamenu.nav-mobile .opener:before {
    content: none;
  }
  .ves-megamenu.nav-mobile .opener.item-active {
    background-position: top center;
  }
  .ves-megamenu.nav-mobile .opener.item-active:before {
    content: none;
  }
  .toolbar-amount {
    float: right;
    line-height: 40px;
    padding-top: 0;
  }
  .modes {
    padding-top: 0;
  }
  .toolbar-products {
    margin-top: 0;
  }
  .toolbar-products .modes-mode {
    background-color: #eeeeee;
    border-radius: 5px;
    height: 40px;
    line-height: 36px;
    width: 40px;
  }
  .toolbar-products .modes-mode:before {
    color: #333333;
  }
  .toolbar-products .modes-mode.active {
    background: #444a58;
  }
  .toolbar-products .modes-mode.active:before {
    color: #ffffff;
  }
  .toolbar-products .sorter {
    float: left;
    margin-left: 10px;
    padding-top: 0;
  }
  .toolbar-products .sorter .sorter-options {
    background: #eeeeee;
    border: none;
  }
  .toolbar-products .sorter .sorter-options option {
    background: #ffffff;
  }
  .toolbar-products .sorter label {
    font-weight: normal;
  }
  .toolbar-products .pages .pages-items .item a {
    background-color: #eeeeee;
    border-radius: 5px;
  }
  .toolbar-products .pages .pages-items .item strong {
    background-color: #eeeeee;
    border-radius: 5px;
  }
  .toolbar-products .sorter-action {
    line-height: 40px;
  }
  .toolbar .limiter select {
    background: #f4f4f4;
    border: none;
    min-width: 0;
    width: 70px;
  }
  .product-items .product-block .product-item-details .heading-title {
    font-size: 14px;
    min-height: 60px;
    margin: 0;
  }
  .product-items .product-block .product-item-details .heading-title a {
    color: #333333;
  }
  .page-products .product-items .product-item {
    width: 33.33%;
  }
  .page-products .product-items .product-block .product-item-info {
    width: 100%;
  }
  .page-products .category-cms {
    margin-bottom: 20px;
  }
  .products-grid .product-item .product-item-photo {
    border: none;
    outline: none;
  }
  .products-grid .product-item .price-container .price-label {
    display: none;
    font-size: 12px;
  }
  .products-grid .product-item .price-container .price {
    font-size: 18px !important;
  }
  .products-grid .product-item .product-item-actions {
    display: block;
  }
  .pages-items .item {
    font-size: 14px;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
  }
  .pages-items .item .page {
    background-color: #f4f4f4 !important;
    color: #333333 !important;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    width: 40px;
  }
  .pages-items .item .page:hover {
    background-color: #444a58 !important;
    color: #ffffff !important;
  }
  .pages-items .item.current .page {
    background-color: #444a58 !important;
    color: #ffffff !important;
  }
  .pages .action.prev {
    background: #f4f4f4;
    border-radius: 0;
    border: none;
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    width: 40px;
  }
  .pages .action.prev:before {
    font-size: 16px;
    margin: 0;
  }
  .pages .action.next {
    background: #f4f4f4;
    border-radius: 0;
    border: none;
    color: #333333;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    width: 40px;
  }
  .pages .action.next:before {
    font-size: 16px;
    margin: 0;
  }
  .product-block .product-image {
    position: relative;
  }
  .product-block .product-image .product-item-actions {
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    bottom: -20px;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0ss all ease-in;
    visibility: hidden;
    z-index: 11;
    display: block !important;
  }
  .product-block .product-image .product-item-actions .actions-primary {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 40%;
    zoom: 1;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart {
    background-color: #ffffff !important;
    border-radius: 0;
    border: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart:hover {
    background-color: #444a58 !important;
    color: #ffffff !important;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-secondary {
    float: left;
    width: 60%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist {
    background: #ffffff;
    border-left: 1px solid #e4e4e4;
    color: #333333;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover {
    background-color: #444a58;
    color: #ffffff;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {
    background: #ffffff;
    border-left: 1px solid #e4e4e4;
    color: #333333;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover {
    background-color: #444a58;
    color: #ffffff;
  }
  .product-block .product-image .product-item-actions .actions-secondary .quick-view {
    background: #ffffff;
    border-left: 1px solid #e4e4e4;
    color: #333333;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .quick-view:hover {
    background-color: #444a58;
    color: #ffffff;
  }
  .product-block .product-item-info:hover .product-item-actions {
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    bottom: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0ss all ease-in;
    visibility: visible;
  }
  .product-block .product-item-info:focus .product-item-actions {
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    bottom: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0ss all ease-in;
    visibility: visible;
  }
  .action-skip-wrapper {
    display: none;
  }
  iframe .customnotice {
    display: none;
  }
  .products-grid .product-item .product-item-photo {
    margin-bottom: 0;
  }
  .product-block .product-image .product-item-actions {
    border: 1px solid #f4f4f4;
  }
  .product-block .product-image .product-item-actions .actions-primary {
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary {
    width: 66.66%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,
  .product-block .product-image .product-item-actions .actions-secondary .quick-view {
    border-left-color: #f4f4f4;
    width: 50%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {
    display: none;
  }
  .catalog-product-view .breadcrumbs {
    padding: 0 15px;
  }
  .catalog-product-view .breadcrumbs ul {
    margin: 10px auto 0 !important;
    max-width: 100%;
    padding: 0;
  }
  .product-info-main .page-title-wrapper .page-title {
    color: #000000;
    display: block !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
  }
  .product-info-main .brand-image {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .product-info-main .brand-image img {
    width: 200px;
  }
  .product-info-main .stock.available {
    color: green;
  }
  .product-info-main .stock.unavailable {
    color: red;
  }
  .product-info-main .product.attribute.sku .type:after {
    content: ':';
  }
  .product-info-main .product.attribute.sku .value {
    display: inline-block;
  }
  .product-info-main .price-box .price-wrapper .price {
    color: #444a58;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
    line-height: 1;
  }
  .product-info-main .box-tocart {
    width: 100%;
  }
  .product-info-main .box-tocart .field.qty {
    display: block;
    width: 100%;
  }
  .product-info-main .box-tocart .field.qty label {
    line-height: 30px;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions {
    display: block;
    max-width: 290px;
    width: 100%;
  }
  .product-info-main .box-tocart .quantity-adder {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .input-text.qty {
    height: auto;
    line-height: 1.2;
    padding: 10px 30px;
    width: 120px;
    border: none;
  }
  .product-info-main .box-tocart .add-up {
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  .product-info-main .box-tocart .add-down {
    cursor: pointer;
    left: 0;
    line-height: 38px;
    position: absolute;
    top: 0;
    width: 30px;
  }
  .product-info-main .box-tocart .action.tocart {
    background: #444a58 !important;
    color: #ffffff !important;
    padding: 15px 30px;
  }
  .product-info-main .price-container .price-label {
    display: none;
  }
  .product-info-main .old-price .price-container .price {
    text-decoration: line-through;
  }
  .product-options-bottom .price-box .price-wrapper .price {
    color: #444a58;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
    line-height: 1;
  }
  .product-options-bottom .box-tocart .field.qty label {
    line-height: 30px;
    margin-bottom: 0;
  }
  .product-options-bottom .box-tocart .input-text.qty {
    height: auto;
    line-height: 1.2;
    padding: 10px 30px;
    width: 120px;
  }
  .product-options-bottom .box-tocart .action.tocart {
    background: #444a58 !important;
    color: #ffffff !important;
    padding: 15px 30px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-social-links a {
    color: #333333;
  }
  .product-social-links a:hover {
    color: #444a58 !important;
  }
  .product.info.detailed {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
  }
  .product.info.detailed .data .title:first-child {
    margin-left: 0;
  }
  .product.info.detailed .data > .item.content {
    background-color: #ffffff;
    border-top: 1px solid #d1d1d1;
    border: none;
    padding: 30px 0;
  }
  .product.info.detailed .data > .item.content a {
    color: #444a58;
  }
  .product.data.items > .item.title > a {
    max-width: 100%;
  }
  .product.data.items > .item.title > .switch {
    height: auto;
    line-height: 29px !important;
    outline: none;
    padding: 5px 20px;
  }
  .product.data.items > .item.title.active > .switch {
    background-color: #444a58 !important;
    color: #ffffff !important;
    height: auto;
    line-height: 29px !important;
    padding: 5px 20px;
  }
  .swatch-option.text {
    border: 1px solid #444a58;
    height: auto;
  }
  .swatch-option.selected {
    background: #444a58;
    color: #ffffff;
    outline: none;
  }
  .swatch-option.text.selected {
    background: #444a58;
    color: #ffffff;
    outline: none;
  }
  .swatch-option:focus {
    box-shadow: none;
  }
  .swatch-option:not(.disabled) hover {
    border: 1px solid #444a58;
    outline: none;
  }
  .message.success > *:first-child before {
    line-height: 45px;
  }
  .block.related {
    display: inline-block;
    width: 100%;
  }
  .block.related .block-title {
    text-align: center;
  }
  .block.related .block-actions {
    display: none;
  }
  .block.related .field.choice.related {
    display: none;
  }
  .column.main .block.related .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: inherit;
  }
  .catalog-product-view.page-layout-1column .column.main {
    padding-bottom: 0;
  }
  .popup_avaiable {
    text-align: center;
  }
  .popup_avaiable a {
    color: #444a58;
  }
  .popup_avaiable .ajax-product-image {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .popup_avaiable .action_button {
    margin-top: 30px;
    width: 100%;
  }
  .popup_avaiable .action_button ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .popup_avaiable .action_button ul li {
    padding: 0 10px;
    width: 50%;
  }
  .popup_avaiable .action_button ul li .button {
    background: #444a58;
    border: 1px solid #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
  }
  .popup_avaiable .action_button ul li .button:hover {
    background: #ffffff;
    color: #444a58;
  }
  .block.upsell {
    display: inline-block;
    width: 100%;
  }
  .block.upsell .block-title {
    text-align: center;
  }
  .block.upsell .block-actions {
    display: none;
  }
  .block.upsell .field.choice.related {
    display: none;
  }
  .block.upsell .product-block .product-item-details {
    text-align: center;
  }
  .column.main .block.upsell .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: inherit;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-secondary .quick-view span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart i {
    margin-right: 5px;
  }
  .product-item-name a.product-item-link {
    color: #333333;
  }
  .product-item-name a.product-item-link:hover {
    color: #444a58;
    text-decoration: none;
  }
  .page-products .products-list.list .product-items .product-item {
    width: 100% !important;
  }
  .effect-banner .image-item a {
    vertical-align: bottom;
  }
  .page-title-wrapper .category-cms .effect-banner {
    margin-bottom: 0;
  }
  .page-title-wrapper .category-cms .col-lg-3 .col-inner > div {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .product-info-main .product-options-wrapper {
    text-align: left;
  }
  .product-info-main .product-options-wrapper .swatch-attribute-options {
    max-width: 100%;
  }
  .product-info-main .product-options-wrapper .swatch-option {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 5px;
  }
  .product-info-main .box-tocart .field.qty {
    text-align: center;
    padding-right: 0;
  }
  .product-info-main .box-tocart .field.qty .label {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .field.qty .control {
    display: inline-block;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .actions {
    max-width: 100% !important;
  }
  .product-info-main .product-add-form .box-tocart .action.tocart {
    max-width: 280px !important;
    background: #ff3990 !important;
    padding: 10px 30px;
  }
  .product-social-links {
    text-align: center !important;
  }
  .faq_tab_prdct .faq_tab_prdct_data {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
  }
  .faq_tab_prdct .faq_tab_prdct_data:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    transform: rotate(45deg);
  }
  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"] {
    border-bottom-color: transparent;
    margin-bottom: 0;
  }
  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"]:after {
    transform: rotate(-135deg);
    top: 10px;
  }
  .faq_tab_prdct div[data-role="content"] {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .product.info.detailed .data > .item.content a {
    font-weight: bold;
  }
  .catalog-product-view .sp_social_share_widget {
    display: none;
  }
  .inspiration-content-section .image-item {
    position: relative;
    z-index: 1;
  }
  .inspiration-content-section .image-item .image-description {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 15px;
    z-index: 1;
  }
  .inspiration-content-section .image-item .image-description h2 {
    margin: 0;
    font-family: 'Playball';
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 2px #e8b3b5;
  }
  .inspiration-content-section .image-item .image-description h2 a {
    color: #fff;
  }
  .inspiration-content-section .image-item .image-description h2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    z-index: -1;
  }
  .inspiration-content-section .image-item .image-description h2 a:hover:before {
    transform: scale(0.9);
  }
  .catalog-product-view .column.main .product-items.owl-carousel {
    margin-left: 0;
  }
  .catalog-product-view .column.main .product-item {
    padding-left: 0;
  }
  .catalog-product-view .product-items.owl-carousel .product-item-info {
    margin: 0 auto;
    text-align: center;
  }
  .product-info-main .product-addto-links a:last-child {
    padding-right: 0;
  }
  .products-grid .product-item,
  .page-products .products-grid .product-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .catalog-category-view span.special-price {
    color: #ff008ad1;
  }
  .sp_social_share_inline_widget_widget_under_cart {
    justify-content: center !important;
  }
  .sp_social_share_inline_widget,
  .sp_social_share_inline_widget_widget_under_cart {
    display: flex;
    justify-content: center !important;
    padding-bottom: 15px;
  }
  div.price-box.price-final_price .special-price .price-wrapper span.price {
    color: #ff3990;
    font-family: 'brandon_grotesquebold';
  }
  .page-layout-2columns-left .column.main {
    width: 77.16666667%;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    width: 22.83333333%;
  }
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    width: 80px !important;
    height: 80px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    text-align: left;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:before {
    content: none;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
    text-transform: capitalize;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #444a58;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    text-decoration: none;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 14px;
    line-height: 1.2;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content {
    box-shadow: none;
    border: none;
  }
  .authentication-dropdown .modal-inner-wrap .modal-header {
    border: none;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .secondary a.action {
    color: #444a58;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .secondary a.action:hover {
    color: #444a58;
    text-decoration: none;
  }
  .block-authentication .actions-toolbar > .primary .action {
    background: #444a58;
    color: #fff;
    border: none;
    padding: 10px 15px;
  }
  .checkout-index-index .header.content .nav-toggle {
    display: none;
  }
  ._amcheckout-selectable-item.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #444a58;
  }
  .modal-content {
    box-shadow: none;
    border: none;
  }
  .modal-header {
    border: none;
  }
  .modal-content .gift-options-content .fieldset {
    margin-bottom: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    background: #FF3990;
    color: #fff !important;
    margin-left: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    background: #FF3990;
    color: #fff !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin: 0 0 0 auto !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    background: #444a58;
    color: #fff !important;
  }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    color: #444a58;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #444a58;
  }
  .field-tooltip .field-tooltip-action:hover:before {
    color: #444a58;
  }
  #bss-cookie-notice .btn-cookie-accept {
    background-color: #FF3990 !important;
    color: #fff !important;
  }
  #bss-cookie-notice .btn-cookie-more-infor {
    background-color: #e7b3b5 !important;
    color: #444a58 !important;
  }
  tr.totals-tax,
  tr.grand.totals.excl {
    opacity: 0.7;
  }
  .cms-page-view .columns .column.main a {
    color: #444a58;
    text-decoration: none;
  }
  .cms-page-view .ves-widget.widget-images.block.cat-info {
    position: relative;
  }
  .cms-page-view .image-description.content-top {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-outs all ease-in;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cms-page-view .image-description .v-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .cms-page-view .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px;
  }
  .cms-page-view .widget-images.cat-info:hover .image-description {
    background: rgba(0, 0, 0, 0);
  }
  .cms-page-view .widget-images.cat-info .image-description h2,
  .cms-page-view .widget-images.cat-info .image-description h4 {
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0 0 10px;
  }
  .cms-page-view .widget-images.cat-info .image-description h2 a,
  .cms-page-view .widget-images.cat-info .image-description h4 a {
    color: #fff;
  }
  .cms-page-view .ourservice-block.center .media {
    display: inline-block;
  }
  .cms-page-view .ourservice-block.center .media > div {
    display: inline-block;
  }
  .cms-page-view .ourservice-block {
    text-align: center;
  }
  .cms-page-view .ourservice-block .media-body .title-media {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
  }
  .cms-page-view .ourservice-block.center .media .media-body {
    display: inline;
  }
  .cms-page-view img {
    display: block;
    margin: 0 auto;
  }
  .cms-page-view .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
  }
  .cms-page-view .product-items .product-item {
    width: 32.33%;
    margin-left: 0;
  }
  .filter-options .filter-options-content .items.-am-singleselect .item {
    position: relative;
    padding-left: 20px;
  }
  .filter-options-content .items.-am-singleselect .item > input[type='radio'] {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .cart.table-wrapper .col.qty .input-text {
    line-height: 24px;
    padding: 3px 10px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 10px;
  }
  .cart.table-wrapper .item .col.item a {
    color: #333333;
  }
  .cart.table-wrapper .col {
    border: none;
  }
  .cart.table-wrapper .actions-toolbar > .action {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
  }
  .cart.table-wrapper .actions-toolbar > .action:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart.table-wrapper .actions-toolbar > .action span {
    display: none;
  }
  .cart.table-wrapper .actions-toolbar > .action.action-delete:before {
    content: '\e920';
    font-family: 'smc';
  }
  .cart.table-wrapper .actions-toolbar > .action.action-towishlist:before {
    content: '\e911';
  }
  .cart.table-wrapper .item-actions td {
    border-top: none;
    padding: 0 0 8px;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right;
  }
  .action-gift {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
  }
  .action-gift:after {
    font-size: 8px;
  }
  .action-gift:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .abs-shopping-cart-items .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .abs-shopping-cart-items .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .abs-shopping-cart-items .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .abs-shopping-cart-items .action.continue:after {
    font-size: 14px;
  }
  .abs-shopping-cart-items .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .abs-shopping-cart-items .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-cart-failed .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .block-cart-failed .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-cart-failed .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .block-cart-failed .action.continue:after {
    font-size: 14px;
  }
  .block-cart-failed .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .block-cart-failed .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-container .form-cart .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .cart-container .form-cart .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-container .form-cart .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart-container .form-cart .action.continue:after {
    font-size: 14px;
  }
  .cart-container .form-cart .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .cart-container .form-cart .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-summary > .title {
    font-size: 24px;
    font-weight: 700;
  }
  .column.main .cart-summary .block > .title strong {
    font-size: 16px;
  }
  .cart-summary {
    width: 25%;
  }
  .cart-summary .block .title:after {
    font-size: 7px;
    right: 0;
    top: 12px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #c2c2c2;
    line-height: 30px;
    padding: 5px 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control select:focus {
    border-color: #000000;
  }
  .cart-summary .block .fieldset .field.choice {
    padding-left: 15px;
  }
  .cart-summary .block .fieldset .field.choice .radio {
    float: left;
    margin-left: -15px;
  }
  .cart-totals {
    border-top: none;
  }
  .cart-totals .mark {
    background-color: transparent;
  }
  .cart-discount {
    float: left;
    margin-top: 30px;
    width: 73%;
  }
  .cart-discount .block.discount .title {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .cart-discount .block.discount .title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    vertical-align: bottom;
  }
  .cart-discount .block.discount .title:after {
    content: '\e903';
    float: right;
    font-family: 'smc';
    font-size: 10px;
    line-height: 30px;
  }
  .cart-discount .block.discount .title[aria-expanded="false"]:after {
    content: '\e904';
  }
  .cart-discount .block.discount .content {
    margin-top: 15px;
  }
  .cart-discount .block.discount .action.apply.primary {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart-discount .block.aw-giftcard .title {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .cart-discount .block.aw-giftcard .title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    vertical-align: bottom;
  }
  .cart-discount .block.aw-giftcard .title:after {
    content: '\e904';
    float: right;
    font-family: 'smc';
    font-size: 10px;
    line-height: 30px;
  }
  .cart-discount .block.aw-giftcard .title[aria-expanded="true"]:after {
    content: '\e903';
  }
  .cart-discount .block.aw-giftcard .action.apply-aw-giftcard {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
  }
  .cart-discount .block.aw-giftcard .action.check-aw-giftcard {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
  }
  .action.primary.checkout {
    background: #ff3990;
    border: 1px solid #ff3990;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .label {
    color: #333333;
    margin-bottom: 10px;
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .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,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .cart-empty {
    padding-top: 60px;
    text-align: center;
  }
  .cart-empty a {
    color: #444a58;
    text-decoration: underline;
  }
  .gift-message .gift-options-title {
    font-size: 20px;
    font-weight: 500;
  }
  .gift-options-content .fieldset > .field {
    margin-bottom: 15px;
  }
  .gift-options .actions-toolbar .secondary .action-update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    border: 1px solid #444a58;
    color: #444a58;
    margin: 0;
    padding: 7px 15px;
  }
  .form .fieldset > .field.choice {
    padding-left: 20px;
  }
  .form .fieldset > .field.choice > input {
    margin: 1px 0 0 -20px;
    float: left;
  }
  .form .fieldset > .field.choice > .label {
    padding: 0;
  }
  .action.primary,
  .action-primary,
  .amshopby-button,
  .am-filter-go {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
  }
  .form .fieldset > .field.choice .label,
  .form .fieldset > .fields > .field.choice .label {
    font-weight: normal !important;
  }
  /*Login Page*/
  .customer-account-login .page-title-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    display: block !important;
    padding-left: 1%;
    padding-right: 1%;
  }
  .customer-account-login .page-title-wrapper .page-title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px 0 0;
    border-bottom: 2px solid #444a58;
  }
  .login-container .block {
    width: 48% !important;
    margin: 0 1%;
  }
  .login-container .block .block-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  .login-container .block .block-title strong {
    font-size: 30px;
    line-height: 1.2px;
    font-weight: 600;
  }
  .login-container .field.note {
    margin-bottom: 20px;
  }
  .login-container .block .actions-toolbar {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .login-container .block .login .actions-toolbar {
    margin-top: 30px;
  }
  .login-container .block .block-content p {
    margin-bottom: 20px;
  }
  .login-container .block-new-customer .actions-toolbar > .primary {
    width: 100%;
    margin-right: 0;
  }
  .login-container .actions-toolbar > .primary {
    margin-right: 0 !important;
  }
  .login-container .action.primary {
    background-color: #444a58;
    color: #fff;
    border-radius: 0;
    padding: 0 10%;
    line-height: 45px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    min-width: 180px;
    margin-right: 0 !important;
  }
  .login-container .action.primary:hover,
  .login-container .action.primary:focus {
    background-color: #444a58;
    color: #fff !important;
  }
  .login-container .block .form-login .login .actions-toolbar > .secondary {
    float: right;
  }
  .login-container .block a {
    color: #333;
  }
  .login-container .block a:hover {
    color: #444a58;
  }
  .form .fieldset > .field.choice .label,
  .form .fieldset > .fields > .field.choice .label {
    font-weight: normal;
  }
  .form .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 2px;
    padding-top: 0;
  }
  .form .fieldset > .field:not(.choice) > .control {
    width: 100%;
    max-width: 540px;
  }
  .form .fieldset > .field.choice:before,
  .form .fieldset > .field.no-label:before {
    content: none;
  }
  .form .fieldset > .field.choice .label,
  .form .fieldset > .fields > .field.choice .label {
    font-weight: 700;
  }
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="url"],
  .form input[type="tel"],
  .form input[type="search"],
  .form input[type="number"],
  .form input[type*="date"],
  .form input[type="email"],
  .form select {
    font-family: 'Open Sans', sans-serif;
    height: auto;
    padding: 5px 15px;
    font-weight: normal;
    line-height: 30px;
    border: 1px solid #c2c2c2;
    color: #333;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  }
  .form input[type="text"]:hover,
  .form input[type="password"]:hover,
  .form input[type="url"]:hover,
  .form input[type="tel"]:hover,
  .form input[type="search"]:hover,
  .form input[type="number"]:hover,
  .form input[type*="date"]:hover,
  .form input[type="email"]:hover,
  .form select:hover,
  .form input[type="text"]:focus,
  .form input[type="password"]:focus,
  .form input[type="url"]:focus,
  .form input[type="tel"]:focus,
  .form input[type="search"]:focus,
  .form input[type="number"]:focus,
  .form input[type*="date"]:focus,
  .form input[type="email"]:focus,
  .form select:focus {
    border-color: #444a58;
    color: #333;
    box-shadow: none;
    outline: none;
  }
  .form- select {
    height: 36px;
    width: 262px;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .form .fieldset > .field {
    margin-bottom: 8px;
  }
  .form .fieldset > .field .input-text {
    width: 100%;
    max-width: 100%;
  }
  .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,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0 !important;
    width: 100%;
  }
  .login-container .fieldset {
    position: relative;
    margin-bottom: 0;
  }
  .login-container .fieldset:after {
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #ee001c;
  }
  div.mage-error[generated] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ee001c;
    font-size: 15px;
    line-height: 15px;
  }
  /*Register page*/
  .customer-account-create .page-title-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 30px;
    display: block !important;
    font-weight: 700;
  }
  .customer-account-create .page-title-wrapper .page-title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px 0 0;
    border-bottom: 2px solid #444a58;
  }
  .form.create.account {
    width: 100% !important;
  }
  .form.create.account .fieldset {
    margin-bottom: 22px;
  }
  .form.create.account .fieldset.create.account {
    margin-bottom: 0;
  }
  .form.create.account .fieldset.additional_info {
    margin-bottom: 0;
  }
  .form.create.account legend.legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  .form.create.account legend.legend span {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
  }
  .form.create.account .field {
    float: left;
    width: 100%;
  }
  .form.create.account .field.newsletter + .choice {
    display: none;
  }
  .form.create.account .field.field-name-firstname {
    width: 262px;
    margin-right: 16px;
  }
  .form.create.account .field.field-name-lastname {
    width: 262px;
  }
  .form.create.account .field.password {
    width: 262px;
    margin-right: 16px;
  }
  .form.create.account .field.confirmation {
    width: 262px;
  }
  .form.create.account .password-strength-meter {
    background: none;
    padding: 0;
  }
  .form.create.account .action.primary {
    background-color: #444a58;
    color: #fff;
    border-radius: 0;
    padding: 0 10%;
    line-height: 45px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    min-width: 180px;
  }
  .form.create.account .action.primary:hover,
  .form.create.account .action.primary:focus {
    background-color: #444a58;
    color: #fff !important;
  }
  .form.create.account .action.primary {
    margin-right: 0;
    float: right;
  }
  .form.create.account .actions-toolbar {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  .form.create.account .actions-toolbar > .primary {
    float: right;
    width: 70%;
  }
  .form.create.account .actions-toolbar > .secondary {
    float: left;
  }
  .actions-toolbar > .secondary .action.back {
    color: #333;
    display: block;
  }
  .actions-toolbar > .secondary .action.back:hover {
    color: #444a58;
  }
  .actions-toolbar > .secondary .action.back:before {
    content: "\f060";
    font-family: 'FontAwesome';
    margin-right: 7px;
  }
  .form.create.account .fieldset.create.account:after {
    content: attr(data-hasrequired);
    margin-top: 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #ee001c;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: 0;
  }
  /*Forgot Password*/
  .customer-account-forgotpassword .page-title-wrapper .page-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 30px;
    display: block !important;
  }
  .customer-account-forgotpassword .page-title-wrapper .page-title:after {
    content: '';
    display: block;
    width: 100px;
    margin: 10px 0 0;
    border-bottom: 2px solid #444a58;
  }
  .form.password.forget {
    width: 100% !important;
  }
  .form.password.forget legend.legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
  .form.password.forget legend.legend span {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: normal;
  }
  .form.password.forget .action.primary {
    background-color: #444a58;
    color: #fff;
    border-radius: 0;
    padding: 0 10%;
    line-height: 45px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    min-width: 180px;
  }
  .form.password.forget .action.primary:hover,
  .form.password.forget .action.primary:focus {
    background-color: #444a58;
    color: #fff !important;
  }
  .form.password.forget .action.primary {
    margin-right: 0;
    float: right;
  }
  .form.password.forget .actions-toolbar {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  .form.password.forget .actions-toolbar > .primary {
    float: right;
    width: 70%;
  }
  .form.password.forget .actions-toolbar > .secondary {
    float: left;
  }
  .form.password.forget .fieldset {
    margin-bottom: 0;
  }
  .form.password.forget .fieldset:after {
    content: attr(data-hasrequired);
    margin-top: 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px;
    color: #ee001c;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: 0;
  }
  /*My Account*/
  .account.page-layout-2columns-left .columns {
    padding-top: 40px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 23% !important;
    padding-right: 0;
    margin-right: 2%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    background: #f2f2f2;
    padding: 15px;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75% !important;
  }
  .account.page-layout-2columns-left .page-title-wrapper .page-title {
    display: block !important;
    margin-top: 0;
  }
  /*My account menu*/
  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    clip: auto;
    padding: 7px 0 7px 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAhFBMVEX///9oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGiK5Ni/AAAAK3RSTlMAAwYJDA8VHiQqMzk/QktOVFpjbHV7hIeNlpm3ur3Mz9LV3uTn6vDz9vn8iUtAKAAAALJJREFUKM+d09kSgjAMBVBQEBXcUYsbmwIl//9/trRRRxN0vK9nuiWp4/ycMIPT2uc0qEAnn9EswKQZk5xahoRkiVxQOkSFllz9YPiDB/3stqiS3DxDzkmOkQ8k+ze794Su6sq8esH0xNz9yna0K2vdzxAwOjVXi5lxsB2VS2KQtudnUUsx917M2xTwllqMUKMP1KnsGXtg0hU3BDaR4oTnneILz0fFJc96ZBuepfvl290BL/8+NtpfogEAAAAASUVORK5CYII=) no-repeat;
    background-position: left center;
    background-size: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title strong {
    font-weight: 600;
  }
  .account .sidebar .block-collapsible-nav .content {
    background: none;
    padding: 10px 0 0;
  }
  .account .sidebar .block-collapsible-nav .item.current a,
  .account .sidebar .block-collapsible-nav .item.current > strong {
    border-left: none;
    padding: 2px;
    font-weight: 700;
  }
  .account .sidebar .block-collapsible-nav ul.nav {
    padding-left: 10px;
  }
  .account .sidebar-main .items {
    padding: 0;
    margin: 0;
  }
  .account .sidebar .block-collapsible-nav .item {
    margin: 0;
    list-style: none;
  }
  .account .sidebar .block-collapsible-nav .item:nth-child(3),
  .account .sidebar .block-collapsible-nav .item:nth-child(4),
  .account .sidebar .block-collapsible-nav .item:nth-child(5),
  .account .sidebar .block-collapsible-nav .item:nth-child(9) {
    display: none;
  }
  .account .sidebar .block-collapsible-nav .item a,
  .account .sidebar .block-collapsible-nav .item > strong {
    border-left: none;
  }
  .account .sidebar .block-collapsible-nav .item a {
    padding: 2px 0;
  }
  .account .sidebar .block-collapsible-nav .item a:hover {
    background-color: transparent;
    color: #444a58;
  }
  .account .sidebar .block-collapsible-nav .item .delimiter {
    display: none;
  }
  /*My account Content*/
  .account .page-title {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .account .box-billing-address .box-content,
  .account .box-shipping-address .box-content,
  .account .box-information .box-content,
  .account .box-newsletter .box-content {
    line-height: 23px;
  }
  .account .column.main .block {
    margin-bottom: 0;
  }
  .account .column.main .block .block-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .account .column.main .block .block-title strong {
    font-size: 30px !important;
    line-height: 33px !important;
    font-weight: normal !important;
    text-transform: capitalize;
  }
  .account .column.main .block.block-dashboard-info {
    margin-bottom: 30px;
  }
  .account .column.main .block.block-dashboard-info .block-title strong {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: normal !important;
    text-transform: capitalize;
  }
  .account .column.main .block .block-title a {
    color: #333;
    float: right;
    line-height: 33px;
  }
  .account .column.main .block .block-title a:hover {
    color: #444a58;
  }
  .account .column.main .block .block-title a:before {
    margin-right: 3px;
  }
  .account .column.main .block .block-content .box {
    position: relative;
    line-height: 23px;
    width: 49% !important;
    float: left;
  }
  .account .column.main .block .block-content .box:nth-child(odd) {
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    clear: left;
  }
  .account .column.main .block .block-content .box:nth-child(even) {
    float: right;
  }
  .account .column.main .block .block-content .box-title {
    width: 100%;
  }
  .account .column.main .block .block-content .box-title span {
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    padding: 0 0 2px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 10px;
  }
  .account .column.main .block .block-content .box .box-actions {
    margin-top: 0;
  }
  .account .column.main .block .block-content .box a {
    color: #444a58;
  }
  .account .column.main .block .block-content .box a:hover {
    color: #333;
  }
  .account .column.main .block .block-content a:before {
    margin-right: 3px;
  }
  .account .column.main .block.block-dashboard-info .block-content .box .action.edit {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .account .column.main .block.block-dashboard-addresses .block-content .box-title span {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .account .column.main .form .fieldset {
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .account .column.main .form .fieldset + .fieldset {
    margin-top: 30px;
  }
  .account .column.main .form .fieldset legend.legend {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .account .column.main .form .fieldset > .field {
    float: left;
    width: 100%;
  }
  .account .column.main .form .fieldset > .field.field-name-firstname {
    width: 271px;
    padding-right: 16px;
  }
  .account .column.main .form .fieldset > .field.field-name-firstname input {
    width: 100%;
  }
  .account .column.main .form .fieldset > .field.field-name-lastname {
    width: 271px;
  }
  .account .column.main .form .fieldset .field.new.password {
    width: 271px;
    padding-right: 13px;
  }
  .account .column.main .form .fieldset .field.confirmation {
    width: 271px;
  }
  .account .column.main .form .fieldset .password-strength-meter {
    background: none;
    padding: 0;
  }
  .account .column.main .actions-toolbar {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .account .column.main .actions-toolbar > .secondary {
    float: left;
  }
  .account .column.main .actions-toolbar > .primary {
    float: right;
    width: 70%;
  }
  .account .column.main .actions-toolbar > .primary .action.primary {
    padding: 0 10%;
    line-height: 45px;
    color: #fff;
    background: #444a58;
    margin-right: 0;
    border-radius: 0;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    border: none;
    float: right;
  }
  .account .column.main .actions-toolbar > .primary .action.primary:hover {
    background: #444a58;
  }
  .account.customer-address-index .column.main {
    position: relative;
  }
  .account.customer-address-index .column.main .block {
    width: 49%;
    float: left;
  }
  .account.customer-address-index .column.main .block.block-addresses-list {
    float: right;
    margin-top: 30px;
  }
  .account.customer-address-index .column.main .block .block-content .box {
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 15px;
  }
  .account.customer-address-index .column.main .block .block-content .box:nth-child(odd) {
    border-right: none;
  }
  .account.customer-address-index .column.main .actions-toolbar > .primary .action.primary.add {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    line-height: 36px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items {
    display: block;
    width: 100%;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items thead {
    display: none;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tbody {
    display: block;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tr {
    display: block;
    padding: 15px;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td {
    display: inline-block;
    width: 100%;
    padding: 0;
    line-height: 23px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.firstname,
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.lastname {
    width: auto;
    margin-right: 3px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions {
    margin-top: 5px;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a {
    color: #333;
    margin-right: 0;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a:hover {
    color: #444a58;
  }
  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions a + a:before {
    content: '|';
    margin: 0 5px 0 3px;
  }
  .account.customer-address-index .column.main .block-addresses-list .customer-addresses-toolbar {
    display: none;
  }
  .account .column.main table a {
    color: #333;
    margin-right: 5px;
    margin-left: 5px;
  }
  .account .column.main table a:hover {
    color: #444a58;
  }
  .form-address-edit .fieldset {
    margin-bottom: 0;
  }
  .form-address-edit .fieldset + .fieldset {
    margin-top: 30px;
  }
  .form-address-edit .fieldset legend.legend {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .form-address-edit .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 2px;
    padding-top: 0;
  }
  .form-address-edit .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .form-address-edit .fieldset > .field.choice:before,
  .form-address-edit .fieldset > .field.no-label:before {
    content: none;
  }
  .form-address-edit .fieldset > .field.choice .label,
  .form-address-edit .fieldset > .fields > .field.choice .label {
    font-weight: normal;
  }
  .form-address-edit input[type="text"],
  .form-address-edit input[type="password"],
  .form-address-edit input[type="url"],
  .form-address-edit input[type="tel"],
  .form-address-edit input[type="search"],
  .form-address-edit input[type="number"],
  .form-address-edit input[type*="date"],
  .form-address-edit input[type="email"],
  .form-address-edit select {
    font-family: 'Lato';
    height: auto;
    padding: 8px;
    line-height: 18px;
    border: 1px solid #ddd;
    color: #888;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  }
  .form-address-edit input[type="text"]:hover,
  .form-address-edit input[type="password"]:hover,
  .form-address-edit input[type="url"]:hover,
  .form-address-edit input[type="tel"]:hover,
  .form-address-edit input[type="search"]:hover,
  .form-address-edit input[type="number"]:hover,
  .form-address-edit input[type*="date"]:hover,
  .form-address-edit input[type="email"]:hover,
  .form-address-edit select:hover,
  .form-address-edit input[type="text"]:focus,
  .form-address-edit input[type="password"]:focus,
  .form-address-edit input[type="url"]:focus,
  .form-address-edit input[type="tel"]:focus,
  .form-address-edit input[type="search"]:focus,
  .form-address-edit input[type="number"]:focus,
  .form-address-edit input[type*="date"]:focus,
  .form-address-edit input[type="email"]:focus,
  .form-address-edit select:focus {
    border-color: #aaa;
    color: #333;
    box-shadow: none;
    outline: none;
  }
  .form-address-edit select {
    height: 36px;
    width: 544px;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .form-address-edit .fieldset > .field {
    margin-bottom: 8px;
  }
  .form-address-edit .fieldset > .field .input-text {
    width: 544px;
    max-width: 100%;
  }
  .form-address-edit .fieldset > .field {
    float: left;
    width: 100%;
  }
  .form-address-edit .fieldset > .field.field-name-firstname {
    width: 271px;
    padding-right: 16px;
  }
  .form-address-edit .fieldset > .field.field-name-firstname input {
    width: 100%;
  }
  .form-address-edit .fieldset > .field.field-name-lastname {
    width: 271px;
  }
  .form-address-edit .fieldset > .field.choice {
    padding-left: 20px;
  }
  .form-address-edit .fieldset > .field.choice input {
    margin: 0 0 0 -20px;
    float: left;
  }
  .account .order-actions-toolbar .actions a.action {
    color: #333;
  }
  .account .order-actions-toolbar .actions a.action:hover {
    color: #444a58;
  }
  .account .order-title {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .account .order-title strong {
    margin: 0;
  }
  .account .block-order-details-view {
    margin-top: 30px;
  }
  .account .mark,
  .account mark {
    background-color: transparent;
  }
  .aw-rma__actions .action.primary {
    background: #444a58;
    color: #fff;
    border: 1px solid #444a58;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: normal;
  }
  .aw-rma__actions .action.primary:hover {
    background: #fff;
    color: #444a58;
  }
  .pager {
    margin: 10px 0 !important;
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    display: inline-block;
    float: none;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    display: inline-block;
    width: auto;
    float: none;
  }
  .products-grid.wishlist .product-item .actions-primary {
    width: 100%;
  }
  .products-grid.wishlist .box-tocart .action.tocart {
    max-width: 100%;
    padding: 5px 15px;
    line-height: 30px;
    background-color: #444a58 !important;
    color: #fff !important;
    border: 1px solid #444a58;
    text-transform: capitalize;
  }
  .products-grid.wishlist .product-item-comment {
    resize: none;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a {
    color: #333;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a span {
    display: none;
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a.delete:before {
    content: '\e920';
  }
  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a:before {
    line-height: 30px;
    font-size: 12px;
  }
  .form-wishlist-items > .actions-toolbar > .primary {
    text-align: right;
  }
  .form-wishlist-items > .actions-toolbar > .primary .action {
    border: 1px solid #444a58;
  }
  .form-wishlist-items > .actions-toolbar > .primary .action.tocart {
    background-color: #444a58 !important;
    color: #fff !important;
    text-transform: capitalize;
  }
  .confirm._show .modal-header {
    border-bottom: none;
  }
  .confirm._show .modal-footer {
    border-top: none;
    text-align: center;
  }
  .confirm._show .modal-content {
    box-shadow: none;
    border: none;
  }
  .confirm._show .modal-inner-wrap .action-close {
    margin: 0;
  }
  .confirm._show .modal-inner-wrap .action-close:before {
    font-size: 18px;
  }
  .confirm._show .modal-footer .action-dismiss {
    padding: 5px 15px !important;
    line-height: 30px;
    border: 1px solid #444a58 !important;
    color: #444a58 !important;
    display: inline-block !important;
  }
  .confirm._show .modal-footer .action-accept {
    padding: 5px 15px !important;
    line-height: 30px;
    border: 1px solid #444a58 !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #444a58 !important;
  }
  .account .column.main table a.action.view,
  .account .column.main table a.action.order {
    padding: 3px 10px;
    background: #f2f2f2;
    border: none;
    line-height: 20px;
  }
  .account .column.main .message.info {
    display: inline-block;
    width: 100%;
  }
  .account .column.main table a.action.view:hover,
  .account .column.main table a.action.order:hover {
    background: #444a58;
    color: #fff;
  }
  .account .column.main .toolbar {
    border-bottom: none;
  }
  .page-title-wrapper .order-date .label {
    padding-left: 0;
  }
  .account.customer-address-index .column.main .block {
    width: 100%;
  }
  .shop-jewellery-section .block .image-description {
    z-index: 1;
  }
  .shop-jewellery-section .block .image-item {
    overflow: hidden;
  }
  .shop-jewellery-section .block .image-item img {
    transition: 0.4s;
  }
  .shop-jewellery-section .block .image-item:hover img {
    transform: scale(1.1);
  }
  .owl-nav [class*=owl-]:hover,
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #444a58 !important;
  }
  .owl-carousel .owl-nav > button.owl-next:hover:after,
  .owl-carousel .owl-nav > div.owl-next:hover:after {
    color: #fff;
  }
  .owl-carousel .owl-nav > button.owl-prev:hover:after,
  .owl-carousel .owl-nav > div.prev:hover:after {
    color: #fff;
  }
  .style-content-section .widget-contenthtml .post-image img {
    transition: 0.4s;
  }
  .style-content-section .widget-contenthtml .post-image:hover img {
    transform: scale(1.1);
  }
  .effect-banner .image-item {
    overflow: hidden;
  }
  .effect-banner .image-item img {
    transition: 0.4s;
  }
  .effect-banner .image-item img:hover {
    transform: scale(1.1);
  }
  .intagram-sction .block {
    transition: 0.4s;
  }
  .intagram-sction .block:hover {
    opacity: 0.8;
  }
  .page-footer .footer-top ul.social-links li a {
    transition: 0.4s;
  }
  .page-footer .footer-top ul.social-links li a:hover {
    background: #444a58;
  }
  #top a {
    transition: 0.4s;
  }
  #top a:hover {
    background: #444a58;
  }
  .product-item-name a.product-item-link {
    transition: 0.4s;
  }
  .product-item-name a.product-item-link:hover {
    color: #444a58 !important;
    opacity: 0.95;
  }
  .products-grid .product-item .product-item-info .product-image-photo {
    transition: 0.4s;
  }
  .products-grid .product-item .product-item-info:hover .product-image-photo {
    transform: scale(1.1);
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    left: -320px;
    bottom: 288px;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    line-height: 0;
  }
  .contact-index-index p {
    font-size: 16px;
    max-width: 1030px;
  }
  .contact-index-index h2 {
    font-size: 26px;
  }
  .contact-index-index .fieldset > legend.legend span {
    font-size: 26px;
  }
  .contact-index-index textarea {
    min-height: 176px;
  }
  .contact-index-index form.form.contact .actions-toolbar .primary {
    display: inline-block;
    float: right;
  }
  .contact-index-index form.form.contact p.required {
    line-height: 38px;
  }
  a,
  a:hover {
    color: #444a58;
    text-decoration: none;
  }
  .mp-banner-slider .owl-carousel .owl-nav {
    line-height: 0;
    margin: 0;
  }
  .mp-banner-slider .owl-carousel .owl-nav button {
    margin: -25px 0 0 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mp-banner-slider .owl-carousel .owl-nav button span {
    display: none;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev:after {
    position: relative;
    top: -4px;
    line-height: 1;
    font-family: 'Open Sans';
    font-size: 36px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {
    right: 40px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next:after {
    position: relative;
    top: -4px;
    line-height: 1;
    font-family: 'Open Sans';
    font-size: 36px;
  }
  .our-services-section {
    margin-bottom: 0 !important;
    padding: 45px 0;
  }
  .our-services-section .ourservice-block .media {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 290px;
  }
  .our-services-section .ourservice-block .media .ourservice-content {
    padding-left: 20px;
    text-align: left;
    width: 230px;
  }
  .our-services-section .ourservice-block .media .ourservice-content p {
    color: #484f5e;
    font-size: 18px;
    margin-bottom: 0;
    text-align: left !important;
  }
  .our-services-section .ourservice-block .media .ourservice-content .title-media {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    vertical-align: bottom;
    width: 100%;
  }
  .our-services-section .ourservice-block .media .ourservice-content a {
    color: #484f5e;
  }
  .our-services-section .ourservice-block .media > div {
    width: 60px;
  }
  .our-services-section .col-lg-4:not(:last-child) .block {
    border-right: 1px solid #cacaca;
  }
  .shop-jewellery-section {
    padding-top: 30px;
  }
  .shop-jewellery-section .block {
    position: relative;
  }
  .shop-jewellery-section .block .image-item {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  }
  .shop-jewellery-section .block .image-description {
    color: #fff;
    padding-right: 40px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .shop-jewellery-section .block .image-description h2 {
    display: inline-block;
    font-family: 'Playball';
    font-size: 60px;
    margin-top: 0;
    width: 100%;
  }
  .shop-jewellery-section .block .image-description h2 a {
    color: #fff;
  }
  .shop-jewellery-section .block .image-description h4 {
    color: #fff;
  }
  .shop-jewellery-section .block .image-description h4 a {
    color: #fff;
  }
  .shop-jewellery-section .block.necklaces-info .image-description {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    right: auto;
  }
  .shop-jewellery-section .block.rings-info .image-description {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    right: auto;
  }
  .shop-jewellery-section .block.rings-info .image-description h2 a {
    color: #484f5e;
  }
  .shop-jewellery-section .block.rings-info .image-description h4 {
    color: #000;
  }
  .shop-jewellery-section .block.rings-info .image-description h4 a {
    color: #000;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h2 a {
    color: #484f5e;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h4 {
    color: #000;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h4 a {
    color: #000;
  }
  .shop-jewellery-section > .container > .ves-inner {
    position: relative;
    z-index: 1;
  }
  .shop-jewellery-section > .container > .ves-inner:before {
    background-color: #fff4f2;
    content: '';
    height: 220px;
    left: -145px;
    position: absolute;
    top: -50px;
    width: 275px;
    z-index: -1;
  }
  .shop-jewellery-section > .container > .ves-inner:after {
    background-color: #fff4f2;
    bottom: -35px;
    content: '';
    height: 436px;
    position: absolute;
    right: -100px;
    width: 275px;
    z-index: -1;
  }
  .shop-jewellery-section > .container > .ves-inner > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .top-brands-section {
    padding-top: 30px;
  }
  .top-brands-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .top-brands-section .block-content .owl-carousel {
    padding-left: 0;
  }
  .top-brands-section .block-content .brand-image {
    padding: 10px 0;
  }
  .top-brands-section .block-content .brand-image a {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16);
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
  .top-brands-section .block-content .brand-image a img:first-child {
    background: #fff;
    height: 70px;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  .top-brands-section .block-content .brand-image a img:last-child {
    background: #fff;
    height: 235px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .owl-carousel .owl-nav {
    margin: 0;
  }
  .owl-carousel .owl-nav > div {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    margin: -17px 0 0 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -40px;
  }
  .owl-carousel .owl-nav > div.owl-prev:after {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -40px;
  }
  .owl-carousel .owl-nav > div.owl-next:after {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > button {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    margin: -17px 0 0 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
  }
  .owl-carousel .owl-nav > button.owl-prev {
    left: -40px;
  }
  .owl-carousel .owl-nav > button.owl-prev:after {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > button.owl-next {
    right: -40px;
  }
  .owl-carousel .owl-nav > button.owl-next:after {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 28px;
  }
  .inspiration-content-section {
    background-image: url(../images/wave-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px !important;
    padding-bottom: 65px;
    padding-top: 250px;
    position: relative;
  }
  .inspiration-content-section .inspiration-text {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: -160px;
  }
  .inspiration-content-section .inspiration-text .widget-contenthtml {
    padding: 0;
    text-align: right;
  }
  .inspiration-content-section .inspiration-text h4 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .inspiration-content-section .inspiration-text h5 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    bottom: 244px;
    left: -360px;
    opacity: 0.2;
    position: absolute;
    transform: rotate(-90deg);
  }
  .inspiration-content-section .inspiration-heading .widget-contenthtml {
    padding: 0;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    color: #000;
    font-size: 96px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .inspiration-content-section > .container > .ves-inner {
    position: relative;
    z-index: 1;
  }
  .inspiration-content-section > .container > .ves-inner:after {
    background-color: #fff4f2;
    content: '';
    height: 436px;
    position: absolute;
    right: -100px;
    top: -35px;
    width: 275px;
    z-index: -1;
  }
  .feature-product-section {
    margin-bottom: 0 !important;
    padding: 45px 0;
  }
  .feature-product-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-section .cms-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-section .cms-title .title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-section .block-products-list .block-content {
    position: relative;
    z-index: 1;
  }
  .feature-product-section .block-products-list .block-content:before {
    background-color: #fff4f2;
    content: '';
    height: 220px;
    left: -145px;
    position: absolute;
    top: -50px;
    width: 275px;
    z-index: -1;
  }
  .products-grid .product-item {
    text-align: center;
  }
  .products-grid .product-item .product-item-photo {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .products-grid .product-item .product-item-name {
    font-size: 16px;
    font-weight: 600;
    min-height: 44px;
  }
  .products-grid .product-item .product-item-name a {
    line-height: 24px;
  }
  .products-grid .product-item .product-item-name a:hover {
    text-decoration: none;
    color: #333;
  }
  .products-grid .product-item .price-container .price-label {
    font-size: 16px;
    font-weight: normal;
  }
  .products-grid .product-item .price-container .price {
    font-size: 22px;
    font-weight: 600;
  }
  .products-grid .product-item .product-item-actions {
    display: none;
  }
  .products-grid .product-item .price-box {
    margin-bottom: 0;
  }
  .products-grid .slick-slider .product-item {
    margin-bottom: 0;
  }
  .desiger-blog-section {
    padding-bottom: 60px;
  }
  .desiger-blog-section .container {
    width: 100%;
  }
  .desiger-blog-section .ves-container .row .col-lg-2 {
    padding: 0;
  }
  .desiger-blog-section .ves-container .row .col-lg-2 > .col-inner > div {
    margin: 0 !important;
  }
  .desiger-blog-section .effect-banner .block-content .image-item {
    overflow: hidden;
    position: relative;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description {
    height: 100%;
    margin-top: -100px;
    padding: 35px 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    width: 100%;
    max-width: 195px;
    z-index: 1;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 a {
    color: #000;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {
    font-size: 16px;
    position: relative;
    left: 0;
    transition: 0.4s;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li:hover {
    left: 10px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li a {
    color: #000;
  }
  .desiger-blog-section .effect-banner .block-content:hover .image-item .image-description {
    margin-top: 0;
    top: 0;
  }
  .desiger-blog-section .effect-banner .block-content:hover .content-image:before {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    opacity: 1;
  }
  .desiger-blog-section .effect-banner .block-content .content-image {
    position: relative;
  }
  .desiger-blog-section .effect-banner .block-content .content-image img {
    width: 100%;
  }
  .desiger-blog-section .effect-banner .block-content .content-image:before {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
  }
  .style-tip-section {
    padding-top: 0;
  }
  .style-tip-section .ves-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-tip-section .block-title {
    margin-bottom: 30px;
    text-align: center;
    line-height: 46px;
  }
  .style-tip-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .style-tip-section .block-content {
    display: none;
  }
  .style-tip-section .find-online-image {
    float: left;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .style-tip-section .find-online-image img {
    width: 100%;
  }
  .style-tip-section .value.more h1 {
    padding-left: 0;
    margin: 15px 0 10px;
  }
  .style-tip-section .value.more h2 {
    padding-left: 0;
    margin: 10px 0;
  }
  .style-tip-section .value.more p {
    padding-left: 0;
  }
  .style-tip-section .value.more .readless {
    padding-left: 0;
  }
  .style-tip-section .value.more .readmore {
    padding-left: 0;
  }
  .style-content-section {
    padding-bottom: 65px;
  }
  .style-content-section .ves-inner {
    position: relative;
    z-index: 1;
  }
  .style-content-section .ves-inner:before {
    background-color: #fff4f2;
    content: '';
    height: 220px;
    left: -145px;
    position: absolute;
    top: -50px;
    width: 275px;
    z-index: -1;
  }
  .style-content-section .widget-contenthtml {
    padding: 0;
  }
  .style-content-section .widget-contenthtml .post-image {
    overflow: hidden;
    padding-bottom: 64%;
    position: relative;
  }
  .style-content-section .widget-contenthtml .post-image img {
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .style-content-section .widget-contenthtml .post-date {
    color: #b0b0b0;
    font-size: 15px;
    margin-top: 15px;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 a {
    color: #484f5e;
  }
  .style-content-section .widget-contenthtml .post-excerpt {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
  }
  .findonline-section {
    background-color: #f4f4f4;
    background-image: url(../images/find-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-top: 35px;
    padding: 65px 0;
    position: relative;
    z-index: 1;
  }
  .findonline-section:after {
    background-color: #fff4f2;
    bottom: -100px;
    content: '';
    height: 190px;
    position: absolute;
    right: 0;
    width: 245px;
    z-index: -1;
  }
  .findonline-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .findonline-section .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .findonline-section .find-online-image {
    text-align: center;
  }
  .findonline-section .find-online-image img {
    mix-blend-mode: multiply;
  }
  .findonline-section .value.more h1 {
    color: #484f5e;
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 25px;
    padding: 0;
  }
  .findonline-section .value.more p {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  .findonline-section .value.more p a {
    color: #000;
  }
  .findonline-section .value.more h2 {
    color: #484f5e;
    font-size: 22px;
    line-height: 1.5;
    margin: 25px 0 15px;
    padding: 0;
  }
  .findonline-section .value.more h2 a {
    color: #000;
  }
  .findonline-section .value.more .less {
    float: left;
    width: 100%;
  }
  .findonline-section .value.more .readless {
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 25px;
  }
  .findonline-section .value.more .readmore {
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 25px;
  }
  .findonline-section .value.more .readmore:hover {
    background-color: #444a58;
  }
  .about-section-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .about-section-footer .custom-abs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-section-footer .custom-abs .block {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .about-section-footer .custom-abs .block a {
    color: #484f5e;
  }
  .about-section-footer .custom-abs .block .block-content p {
    margin-bottom: 25px;
  }
  .about-section-footer .custom-abs .block .block-content p:last-child {
    margin-bottom: 0;
  }
  .about-section-footer .custom-abs .col-lg-8 .block .block-content {
    border-left: 2px solid #000;
    padding-left: 60px;
  }
  .about-section-footer a {
    color: #444a58;
  }
  .about-niche-heading {
    padding-top: 35px;
  }
  .about-niche-heading .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-niche-heading .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .instafeed-heading {
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat-x;
    margin-top: 50px;
    padding: 40px 0;
  }
  .instafeed-heading .block {
    margin-bottom: 0;
  }
  .instafeed-heading .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .instafeed-heading .block-title strong a {
    color: #484f5e;
  }
  .page-footer .footer-top .instafeed-heading .block-title {
    margin-bottom: 0;
    text-align: center;
  }
  .intagram-sction .col-lg-2 {
    padding: 0;
  }
  .intagram-sction .block {
    margin-bottom: 0;
  }
  .intagram-sction .block .image-item img {
    width: 100%;
  }
  .shipping-block ul {
    margin-bottom: 0;
  }
  .google-map {
    margin-bottom: 30px;
  }
  .contact-info a {
    color: #000;
  }
  .contact-customhtml a {
    color: #000;
  }
  .contact-index-index .block-title {
    margin-bottom: 15px;
  }
  .contact-index-index .action.primary {
    background: #000;
    border-radius: 30px;
  }
  .cms-page-view .columns .column.main a {
    color: #000;
    text-decoration: underline;
  }
  .cms-page-view .columns .column.main ul {
    list-style: none;
  }
  .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main h4 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main .block-title {
    margin-bottom: 15px;
  }
  .feature-product-home {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .feature-product-home .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-home .block-title strong {
    color: #484f5e;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-home .products-grid .product-item {
    float: left;
    width: 25%;
    margin-left: 0;
  }
  .feature-product-home .row-inner > .col-lg-12 {
    width: 100%;
  }
  .inspiration-content-section .row-inner .col-lg-6 {
    position: initial;
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    top: -120px;
    left: auto !important;
    bottom: auto !important;
    right: 0;
    transform: rotate(0) !important;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    display: block !important;
  }
  .sidebar .block-blog a {
    color: #333333;
  }
  .sidebar .block-blog a:hover {
    color: #444a58;
    text-decoration: underline;
  }
  .is-blog .page-wrapper {
    overflow: initial;
  }
  .is-blog .columns {
    padding-top: 40px;
  }
  .is-blog .columns .column.main {
    padding-left: 2% !important;
  }
  .is-blog .post-list-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .post-list.grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .post-list.grid li {
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
  .post-list.grid li:nth-child(even) {
    margin-left: auto;
  }
  .post-list .post-list-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .post-list .post-list-item h2 {
    font-size: 24px;
    margin: 0;
    min-height: 82px;
    padding: 15px;
  }
  .post-list .post-list-item h2 a {
    color: #333333;
  }
  .post-list .post-list-item h2 a:hover {
    color: #444a58;
  }
  .post-list .post-list-item .post-image {
    margin-bottom: 0;
    max-height: initial;
  }
  .post-list .post-list-item .post-image a {
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
  }
  .post-list .post-list-item .post-image a:hover {
    color: #444a58;
  }
  .post-list .post-list-item .post-image a img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
  }
  .post-list .post-list-item .post-image a img:hover {
    transform: scale(1.1);
  }
  .post-list .post-list-item .post-excerpt {
    padding: 15px;
  }
  .post-list .post-list-item .post-excerpt a {
    color: #444a58;
  }
  .post-list .post-list-item .post-meta {
    display: inline-block;
    margin: 0;
    padding: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .post-list .post-list-item .post-meta a {
    color: #333333;
  }
  .post-list .post-list-item .post-meta .post-categories {
    margin-bottom: 10px;
  }
  .post-list .post-list-item .post-tags {
    margin-bottom: 10px;
  }
  .post-list-wrapper .pager {
    text-align: left;
  }
  .post-list-wrapper .pager li > a {
    border: none;
  }
  .post-list-wrapper .pager li > span {
    border: none;
  }
  .post-list-wrapper .pages-items .item {
    margin-right: 5px;
  }
  .post-list-wrapper .pages-items .item .page {
    background-color: transparent !important;
    border-radius: 40px;
    border: none;
    line-height: 40px;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages-items .item .page:hover {
    background-color: transparent !important;
    border: none;
    color: #444a58 !important;
    text-decoration: underline;
  }
  .post-list-wrapper .pages-items .item.current .page {
    background-color: transparent !important;
    border: none;
    color: #444a58 !important;
    text-decoration: underline;
  }
  .post-list-wrapper .pages .action.next {
    background: none;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages .action.prev {
    background: none;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages .action.previous {
    width: auto;
  }
  .post-list-wrapper .pages .action.previous:before {
    font-size: 16px;
  }
  .wp-sidebar .block.block-blog.block-blog-archives {
    display: none;
  }
  .post-view a {
    color: #444a58;
  }
  .post-view a:hover {
    text-decoration: underline;
  }
  .post-view .comments-wrapper .submit {
    background: #444a58;
    border: 1px solid #444a58;
  }
  .post-view .comments-wrapper .submit:hover {
    background: #ffffff;
    color: #444a58;
  }
  .fieldset > legend.legend {
    font-weight: 700;
  }
  .ie11 .page-wrapper,
  .ie10 .page-wrapper {
    overflow: visible;
  }
  .ie11 .bluefoot-driver a,
  .ie10 .bluefoot-driver a {
    max-width: 100%;
  }
  .ie11 [data-content-type='products'] .products-grid,
  .ie10 [data-content-type='products'] .products-grid {
    height: 810px;
    overflow: hidden;
  }
  .ie11 .page-bottom,
  .ie10 .page-bottom {
    margin-top: 175px;
  }
  .ie11 .page-footer,
  .ie10 .page-footer {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 768px) and screen, print and screen, all and (min-width: 768px) and print, print and print {
  .sales-order-print .sitewide-usp {
    display: none;
  }
  .sales-order-print .order-details-items .actions-toolbar {
    display: none !important;
  }
  .sales-order-print .block-order-details-view .block-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .sales-order-print .block-order-details-view .block-content .box {
    float: none;
  }
  .sales-order-print .block-order-details-view .block-content .box:nth-child(even) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {
    flex-wrap: wrap;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter .newsletter-merge {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter .control {
    width: 100%;
  }
  .page-footer .footer-section .row-inner > div {
    width: 50%;
  }
  .page-footer .footer-section .row-inner > div.col-sm-4 {
    width: 33.33%;
  }
  .page-footer .footer-section .row-inner > div.col-sm-6 {
    margin-top: 30px;
  }
  .container {
    width: 750px;
  }
  .header.content .nav-toggle {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
  }
  .header.content .nav-toggle:before {
    color: #333;
    font-size: 18px;
  }
  .header.content .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none !important;
    background: #fff;
  }
  .nav-open .header.content .nav-menu {
    display: block !important;
  }
  .header.content .block-search {
    max-width: 360px;
  }
  canvas#screen {
    display: none !important;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -5px;
  }
  .owl-carousel .owl-nav > button.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > button.owl-next {
    right: -5px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .our-services-section .ourservice-block .media {
    max-width: 260px;
  }
  .our-services-section .ourservice-block .media > div {
    width: 30px;
  }
  .our-services-section .ourservice-block .media .ourservice-content {
    width: 180px;
  }
  .our-services-section .ourservice-block .media .ourservice-content .title-media {
    font-size: 18px;
  }
  .shop-jewellery-section > .container > .ves-inner > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {
    padding: 0 15px;
  }
  .shop-jewellery-section .block .image-description h2 {
    font-size: 34px;
  }
  .inspiration-content-section .inspiration-text h4 {
    font-size: 32px;
  }
  .inspiration-content-section .inspiration-text h5 {
    font-size: 32px;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    display: none;
  }
  .findonline-section {
    background-size: 90%;
  }
  .findonline-section:after {
    height: 150px;
    width: 175px;
  }
  .style-tip-section .value.more h1 {
    margin: 0 0 10px;
  }
  .about-niche-heading .col-lg-12.col-md-4 {
    width: 100%;
  }
  .nofoundpage-main-page .nofoundpage-main-content {
    padding: 51px 54px 50px;
    width: 56%;
  }
  .nofoundpage-main-page .nofoundpage-main-content h2 {
    font-size: 33px;
  }
  .nofoundpage-main-page .nofoundpage-main-content h1 {
    font-size: 110px;
  }
  .nofoundpagerow {
    background-size: 398px !important;
  }
  .post-list .post-list-item h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-footer .footer-top ul.social-links li {
    margin: 0 5px 0 0;
  }
  .page-footer .footer-top .block-title {
    font-size: 18px;
  }
  .container {
    width: 970px;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -5px;
  }
  .owl-carousel .owl-nav > button.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > button.owl-next {
    right: -5px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .our-services-section .ourservice-block .media {
    max-width: 260px;
  }
  .our-services-section .ourservice-block .media .ourservice-content {
    width: 200px;
  }
  .our-services-section .ourservice-block .media .ourservice-content .title-media {
    font-size: 20px;
  }
  .findonline-section {
    background-size: 90%;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    display: none;
  }
  .style-tip-section .value.more h1 {
    margin: -10px 0 10px;
  }
  .style-tip-section .ves-inner {
    max-width: 970px;
  }
  .about-section-footer .custom-abs {
    max-width: 970px;
  }
  .about-section-footer .custom-abs .col-lg-8.col-md-4 {
    width: 66.66666667%;
  }
  .about-niche-heading .col-lg-12.col-md-4 {
    width: 100%;
  }
  .nofoundpage-main-page .nofoundpage-main-content h2 {
    font-size: 46px;
  }
  .nofoundpage-main-page .nofoundpage-main-content h1 {
    font-size: 131px;
  }
  .post-list .post-list-item h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .page-footer .footer-top .block-title {
    font-size: 20px;
  }
  .header.content .logo {
    width: 150px;
  }
  .ves-megamenu li.level0 > a {
    font-size: 13px;
  }
  .ves-megamenu.ves-megamenu.menu-hover .caret {
    top: 20px;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -5px;
  }
  .owl-carousel .owl-nav > button.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > button.owl-next {
    right: -5px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {
    font-size: 14px;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    display: none;
  }
}
